Fresco/Babylon/src Makefile.in,1.28,1.29
Stefan Seefeld <[email protected]> Tue, 16 Sep 2003 02:53:30 +0000
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Babylon/src In directory purcel:/tmp/cvs-serv23838/Babylon/src Modified Files: Makefile.in Log Message: only be silent if you are told to Index: Makefile.in =================================================================== RCS file: /cvs/fresco/Fresco/Babylon/src/Makefile.in,v retrieving revision 1.28 retrieving revision 1.29 diff -u -d -r1.28 -r1.29 --- Makefile.in 1 Aug 2003 16:47:15 -0000 1.28 +++ Makefile.in 16 Sep 2003 02:53:27 -0000 1.29 @@ -70,17 +70,17 @@ $(docdir)/sxr/Babylon.xref: $(XREF) @echo linking xref files together - @mkdir -p $(docdir)/sxr - @compile-xref -o $@ $^ + mkdir -p $(docdir)/sxr + compile-xref -o $@ $^ $(docdir)/sxr/Babylon.syn: $(SSYN) $(HSYN) @echo linking synopsis files together - @mkdir -p $(docdir)/sxr - @$(SYNOPSIS) -o $@ $^ + mkdir -p $(docdir)/sxr + $(SYNOPSIS) -o $@ $^ $(MANUAL): $(HSYN) @echo formatting $(@F) - @$(SYNOPSIS) -c ../config/synopsis.py -Wc,formatter=HTML -o $@ $(HSYN) + $(SYNOPSIS) -c ../config/synopsis.py -Wc,formatter=HTML -o $@ $(HSYN) touch $@ install: all @@ -123,15 +123,15 @@ %.o: %.cc @echo compiling $(@F) - @$(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $< -o $@ + $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $< -o $@ %.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,$(<F).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,$(<F).xref -o $*.cc.syn $? ifneq (,$(findstring depend, $(MAKECMDGOALS))) $(DEP): %.d: .FORCE