[Synopsis-cvs] Synopsis/Synopsis/Synopsis/Parser/C++ Makefile.in,1.3,1.4

Stefan Seefeld stefan at synopsis.fresco.org
Sun Sep 21 15:52:03 UTC 2003


Update of /cvs/synopsis/Synopsis/Synopsis/Parser/C++
In directory frida:/tmp/cvs-serv29637/Synopsis/Parser/C++

Modified Files:
	Makefile.in 
Log Message:
typo...


Index: Makefile.in
===================================================================
RCS file: /cvs/synopsis/Synopsis/Synopsis/Parser/C++/Makefile.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -d -r1.3 -r1.4
--- Makefile.in	18 Sep 2003 14:50:55 -0000	1.3
+++ Makefile.in	21 Sep 2003 22:51:40 -0000	1.4
@@ -118,7 +118,7 @@ $(GC_LIB):
 	@make -C gc
 
 # This creates the final occ python module
-$(OCC_SO): $(UCPP_LIB) opencxx.a $(SYN_OBJ)
+$(OCC_SO): $(SYN_OBJ) $(UCPP_LIB) opencxx.a
 	$(CXX) -shared $(LDFLAGS) -o $@ $^ $(LIBS)
 
 # This creates the final link python module
@@ -131,7 +131,7 @@ occ.gdb: $(UCPP_GLIB) opencxx.ga $(SYN_G
 
 # Compile an archive of the OCC files
 opencxx.a : $(GC_LIB) $(OCC_OBJ)
-ifeq '$(use_gc)' 'yes'
+ifeq ($(USE_GC), yes)
 	cp $(GC_LIB) $@
 endif
 	ar rcs $@ $(OCC_OBJ)
@@ -152,5 +152,7 @@ $(UCPP_GLIB): $(UCPP_GOBJ)
 	ar rcs $@ $^
 
 clean :
-
-distclean: clean
+	rm -f *~ syn/*.o syn/*.go occ/*.o occ/*.go ucpp/*.o ucpp/*.go ucpp/*.a ucpp/*.ga \
+        *.dll *.so *core opencxx.a opencxx.ga \
+        occ.gdb occ.so link.so occ.dll link.dll  \
+	ucpp/*.ao occ/*.o occ/*.go *.pyc *.pyo .deps.* base_lib





More information about the Synopsis-changes mailing list