/[gzz]/gzz/gfx/libcallgl/Makefile
ViewVC logotype

Diff of /gzz/gfx/libcallgl/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by mudyc, Thu Oct 3 15:11:27 2002 UTC revision 1.11 by mudyc, Wed Oct 9 13:39:39 2002 UTC
# Line 11  CTOBJS=calltest.o callgl.o ../libutil/De Line 11  CTOBJS=calltest.o callgl.o ../libutil/De
11  calltest: $(CTOBJS)  calltest: $(CTOBJS)
12          $(CXX) $(CTOBJS) -o calltest -lglut -lGL -lGLU          $(CXX) $(CTOBJS) -o calltest -lglut -lGL -lGLU
13    
14  callgl.cxx: gltokens.c  # gltokens.c is passed because of libglwrapper
15    #   see ../libglwrapper/Makefile where it runs the almost same code
16    #   to grep tokens.
17    #callgl.cxx: gltokens.c
18    
19    
20    # XXX - Check the latest version from ../libglwrapper/Makefile!!!
21  # XXX Make it check whether the user has the nvidia include file...  # XXX Make it check whether the user has the nvidia include file...
22  gltokens.c: Makefile /usr/include/GL/gl.h /usr/include/GL/glext.h  gltokens.c: Makefile /usr/include/GL/gl.h /usr/include/GL/glext.h
23          grep -h '#define GL_\w\+[[:space:]]\+\w\+' /usr/include/GL/gl.h /usr/include/GL/glext.h $(NVIDIAH)/GL/gl.h | grep -v 'OFFSET_TEXTURE_2D_[BMS]' | cut -c12- | awk '{print "{\"" $$1 "\", " $$2 "},"}' | LC_COLLATE=C sort > gltokens.c          grep -h '#define GL_\w\+[[:space:]]\+\w\+' /usr/include/GL/gl.h /usr/include/GL/glext.h $(NVIDIAH)/GL/gl.h | grep -v 'OFFSET_TEXTURE_2D_[BMS]' | cut -c12- | awk '{print "{\"" $$1 "\", " $$2 "},"}' | LC_COLLATE=C sort > gltokens.c

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26