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

Diff of /gzz/gfx/libglwrapper/Makefile

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

revision 1.2 by mudyc, Wed Oct 9 13:39:39 2002 UTC revision 1.3 by mudyc, Sat Oct 12 12:13:59 2002 UTC
# Line 10  CTOBJS=GL_wrapper.o ../libutil/Debug.o Line 10  CTOBJS=GL_wrapper.o ../libutil/Debug.o
10    
11  GL_wrapper.cxx: ./GL/gl.h  GL_wrapper.cxx: ./GL/gl.h
12    
13  # Remember to make gltokens.c when your gfx-driver updates.  # The correct place for gltokens.c generating is in ../libcallgl
14  gltokens.c:  #gltokens.c:
15          grep -h '#define GL_\w\+[[:space:]]\+\w\+' gl.h /usr/include/GL/glext.h | grep -v 'OFFSET_TEXTURE_2D_[BMS]' | cut -c12- | awk '{print "{\"" $$1 "\", " $$2 "},"}' | LC_COLLATE=C sort | uniq > ../libcallgl/gltokens.c  #       grep -h '#define GL_\w\+[[:space:]]\+\w\+' gl.h /usr/include/GL/glext.h | grep -v 'OFFSET_TEXTURE_2D_[BMS]' | cut -c12- | awk '{print "{\"" $$1 "\", " $$2 "},"}' | LC_COLLATE=C sort | uniq > ../libcallgl/gltokens.c

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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