/[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.8 by mudyc, Mon Sep 23 18:08:46 2002 UTC revision 1.9 by humppake, Mon Sep 30 11:20:31 2002 UTC
# Line 15  callgl.cxx: gltokens.c Line 15  callgl.cxx: gltokens.c
15    
16  # XXX Make it check whether the user has the nvidia include file...  # XXX Make it check whether the user has the nvidia include file...
17  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
18          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 "},"}' | 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.8  
changed lines
  Added in v.1.9

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