File: Makefile

package info (click to toggle)
amoeba 1.1-21
  • links: PTS
  • area: contrib
  • in suites: squeeze
  • size: 1,168 kB
  • ctags: 1,448
  • sloc: cpp: 8,321; makefile: 173
file content (8 lines) | stat: -rw-r--r-- 260 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
OPENGL_OBJS=opengl/fpscount.o opengl/fontttf.o \
	    opengl/texture.o opengl/glwindow.o opengl/extensions.o
OBJS += $(OPENGL_OBJS)
SUBLIBS += opengl/opengl.a

opengl/opengl.a: $(OPENGL_OBJS)
	$(AR) rc opengl/opengl.a $(OPENGL_OBJS)
	$(RANLIB) opengl/opengl.a