Fresco/Fresco-Test/doc/examples Makefile.in,1.2,1.3

Tobias Hunger <[email protected]> Fri, 14 May 2004 09:40:13 +0000
Newsgroups gmane.comp.video.fresco.cvs
Message-ID <[email protected]>
Update of /cvs/fresco/Fresco/Fresco-Test/doc/examples
In directory frida:/tmp/cvs-serv7048/Fresco-Test/doc/examples

Modified Files:
	Makefile.in 
Log Message:
* Add a README to Fresco-Test, explaining that you need synopsis >= 0.6
* Updated the Makefiles that deal with tests to the new synopsis 0.6 syntax


Index: Makefile.in
===================================================================
RCS file: /cvs/fresco/Fresco/Fresco-Test/doc/examples/Makefile.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile.in	29 Jan 2004 19:45:09 -0000	1.2
+++ Makefile.in	14 May 2004 09:40:11 -0000	1.3
@@ -97,7 +97,7 @@
 
 $(SYN): $(CXX_TESTS)
 	@echo generating $(@F)
-	$(SYNOPSIS) -pC++ -I$(hdir) -I`$(FRESCO_TEST_CONFIG) --include-dir` -I$(top_builddir)/include -o $@ $<
+	$(SYNOPSIS) -pCxx -I$(hdir) -I`$(FRESCO_TEST_CONFIG) --include-dir` -I$(top_builddir)/include -o $@ $<
 
 $(HARNESS): $(SYN)
 	@echo generating test harness for $(@F)