/[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.1 by mudyc, Fri Sep 27 12:32:49 2002 UTC revision 1.2 by mudyc, Wed Oct 9 13:39:39 2002 UTC
# Line 9  include $(sources:.cxx=.dep) Line 9  include $(sources:.cxx=.dep)
9  CTOBJS=GL_wrapper.o ../libutil/Debug.o  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.
14    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

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

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