/[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.4 by mudyc, Sat Oct 12 12:15:47 2002 UTC revision 1.5 by jvk, Sat Oct 12 15:13:49 2002 UTC
# Line 8  include $(sources:.cxx=.dep) Line 8  include $(sources:.cxx=.dep)
8    
9  CTOBJS=GL_wrapper.o ../libutil/Debug.o  CTOBJS=GL_wrapper.o ../libutil/Debug.o
10    
11  GL_wrapper.cxx: ./GL/gl.h  gl.h:
12            # To regenerate the wrapper files (GL_wrapper.cxx, GL/gl.h)
13            # copy a source gl.h file to current directory and run
14            #     make regenerate_wrapper
15            # Note: the source file needs to be in a certain format
16            exit 1
17    
18    #XXX: document the expected format
19    regenerate_wrapper: gl.h
20            touch GL_wrapper.hxx
21            ./wrapper.pl
22            mv GL_wrapper.hxx GL/gl.h

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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