From e36caa5e70271d6af852079e35a6555fae6c7308 Mon Sep 17 00:00:00 2001 From: NĂ©lio Laranjeiro Date: Tue, 15 May 2012 14:15:47 +0200 Subject: cleopatre: allow the bundle to compile without mmtcgen, refs #409 --- common/lib/mmtcgen/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'common/lib') diff --git a/common/lib/mmtcgen/Makefile b/common/lib/mmtcgen/Makefile index 9ff6ca3d92..f076a0b563 100644 --- a/common/lib/mmtcgen/Makefile +++ b/common/lib/mmtcgen/Makefile @@ -1,14 +1,14 @@ YAPPS=yapps PARSER=parser.g -all: py +$(MMTCGEN)/$(PARSER): + : -clean: - rm -f $(PARSER:%.g=%.py) - -py: $(PARSER:%.g=%.py) - -%.py: %.g +$(MMTCGEN)/parser.py: $(MMTCGEN)/$(PARSER) $(YAPPS) $< +$(MMTYPES): $(MMTCGEN)/parser.py + python $(MMTCGEN)/mmtcgen.py $@ +bundle: $(MMTYPES) + : -- cgit v1.2.3