From: Robert L. <rle...@us...> - 2007-03-08 14:45:27
|
Update of /cvsroot/ccmtools/ccmtools/test/CppAssembly/prototype1 In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv4753/test/CppAssembly/prototype1 Modified Files: Makefile Log Message: new prototype Index: Makefile =================================================================== RCS file: /cvsroot/ccmtools/ccmtools/test/CppAssembly/prototype1/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile 5 Mar 2007 09:21:20 -0000 1.3 --- Makefile 8 Mar 2007 14:45:23 -0000 1.4 *************** *** 11,21 **** ccmtools c++local -a -o gen/space -I$(ITF) -I$(COMP) $(COMP)/Space/*.idl copy: cp -p impl/space/*.h impl/space/*.cc gen/space/ cp -p impl/$(SPACE_GEN)/*.h impl/$(SPACE_GEN)/*.cc gen/$(SPACE_GEN)/ ! check: local copy ! ccmconfix -confix2 -o gen -pname "assembly-prototype2" -pversion "0.0.1" ! cd gen && confix2.py --bootstrap --configure --make --targets=check clean: --- 11,25 ---- ccmtools c++local -a -o gen/space -I$(ITF) -I$(COMP) $(COMP)/Space/*.idl + confix: + ccmconfix -confix2 -o gen -pname "assembly-prototype2" -pversion "0.0.1" + cd gen && confix2.py --bootstrap --configure --make --targets=check + + manual: local confix + copy: cp -p impl/space/*.h impl/space/*.cc gen/space/ cp -p impl/$(SPACE_GEN)/*.h impl/$(SPACE_GEN)/*.cc gen/$(SPACE_GEN)/ ! check: local copy confix clean: |