[Synopsis-cvs] Synopsis/Synopsis/Synopsis/Parser Makefile,1.15,1.16
Stefan Seefeld stefan at users.sourceforge.netWed Aug 20 00:44:02 UTC 2003
- Previous message: [Synopsis-cvs] Synopsis/Synopsis/demo Makefile,1.4,1.5
- Next message: [Synopsis-cvs] Synopsis/Synopsis/Synopsis/Parser/C Makefile,NONE,1.1 Trace.hh,NONE,1.1 Translator.cc,NONE,1.1 Translator.hh,NONE,1.1 __init__.py,NONE,1.1 ctool.cc,NONE,1.1
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Synopsis-cvs] Synopsis/Synopsis/demo Makefile,1.4,1.5
- Next message: [Synopsis-cvs] Synopsis/Synopsis/Synopsis/Parser/C Makefile,NONE,1.1 Trace.hh,NONE,1.1 Translator.cc,NONE,1.1 Translator.hh,NONE,1.1 __init__.py,NONE,1.1 ctool.cc,NONE,1.1
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Synopsis-changes mailing list