[Synopsis-cvs] Synopsis/Synopsis/Synopsis/Parser Makefile,1.15,1.16

Stefan Seefeld stefan at users.sourceforge.net
Wed Aug 20 00:44:02 UTC 2003


Update of /cvsroot/synopsis/Synopsis/Synopsis/Parser
In directory sc8-pr-cvs1:/tmp/cvs-serv2431/Synopsis/Parser

Modified Files:
	Makefile 
Log Message:
first steps towards a C parser backend (based on the ctool)

Index: Makefile
===================================================================
RCS file: /cvsroot/synopsis/Synopsis/Synopsis/Parser/Makefile,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -d -r1.15 -r1.16
--- Makefile	1 Feb 2003 05:43:04 -0000	1.15
+++ Makefile	20 Aug 2003 02:16:37 -0000	1.16
@@ -30,6 +30,9 @@ SRC	:= __init__
 PY	:= $(patsubst %, %.py, $(SRC)) $(patsubst %, %.pyc, $(SRC))
 
 subdirs	:= IDL C++ Python
+ifeq ($(CTOOL), 1)
+subdirs	+= C
+endif
 
 action	:= all
 






More information about the Synopsis-changes mailing list