Fresco/Babylon/src Makefile.in,1.29,1.30
Stefan Seefeld <[email protected]> Tue, 16 Sep 2003 03:32:11 +0000
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Babylon/src In directory purcel:/tmp/cvs-serv24758/Babylon/src Modified Files: Makefile.in Log Message: fix pattern for correct output filename in 'sxr' target Index: Makefile.in =================================================================== RCS file: /cvs/fresco/Fresco/Babylon/src/Makefile.in,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- Makefile.in 16 Sep 2003 02:53:27 -0000 1.29 +++ Makefile.in 16 Sep 2003 03:32:08 -0000 1.30 @@ -127,11 +127,11 @@ %.hh.syn %.hh.xref: %.hh @echo parsing $(^F) - $(SYNOPSIS) -c ../config/synopsis.py -Wc,parser=Fresco,linker=Fresco $(patsubst -I%, -I%, $(CPPFLAGS)) -Wp,-x,$(<F).xref -o $*.hh.syn $? + $(SYNOPSIS) -c ../config/synopsis.py -Wc,parser=Fresco,linker=Fresco $(patsubst -I%, -I%, $(CPPFLAGS)) -Wp,-x,$*.hh.xref -o $*.hh.syn $? %.cc.syn %.cc.xref: %.cc @echo parsing $(^F) - $(SYNOPSIS) -c ../config/synopsis.py -Wc,parser=Fresco,linker=Fresco $(patsubst -I%, -I%, $(CPPFLAGS)) -Wp,-x,$(<F).xref -o $*.cc.syn $? + $(SYNOPSIS) -c ../config/synopsis.py -Wc,parser=Fresco,linker=Fresco $(patsubst -I%, -I%, $(CPPFLAGS)) -Wp,-x,$*.cc.xref -o $*.cc.syn $? ifneq (,$(findstring depend, $(MAKECMDGOALS))) $(DEP): %.d: .FORCE