[Synopsis-changes] Synopsis/Synopsis/demo/Mixed Makefile,1.11,1.12

Stefan Seefeld stefan at synopsis.fresco.org
Wed Nov 19 16:29:10 UTC 2003


Update of /cvs/synopsis/Synopsis/demo/Mixed
In directory frida:/tmp/cvs-serv14926/demo/Mixed

Modified Files:
	Makefile 
Log Message:
missed 'distclean' target

Index: Makefile
===================================================================
RCS file: /cvs/synopsis/Synopsis/demo/Mixed/Makefile,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -d -r1.11 -r1.12
--- Makefile	19 Nov 2003 16:23:23 -0000	1.11
+++ Makefile	19 Nov 2003 16:29:07 -0000	1.12
@@ -17,16 +17,19 @@ implementation: StorableImpl.syn Factory
 	touch $@
 
 Storage.hh:	Storage.idl
-		$(omniidl) -nf -bcxx $?
+	$(omniidl) -nf -bcxx $?
 
 Storage.syn: Storage.idl
-		$(synopsis) idl --output=$@ $<
+	$(synopsis) idl --output=$@ $<
 
 StorableImpl.syn:	StorableImpl.hh Storage.hh
-		$(synopsis) cxx --output=$@ $<
+	$(synopsis) cxx --output=$@ $<
 
 FactoryImpl.syn:	FactoryImpl.hh Storage.hh
-		$(synopsis) cxx --output=$@ $<
+	$(synopsis) cxx --output=$@ $<
 
 clean:
-	rm -rf Storage.hh StorageSK.cc *.syn interface interface.toc implementation *.pyc *.pyo
+	rm -rf Storage.hh StorageSK.cc *.syn interface.toc
+
+distclean: clean
+	rm -rf interface implementation 
\ No newline at end of file





More information about the Synopsis-changes mailing list