X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=helm%2Fhbugs%2FMakefile;fp=helm%2Fhbugs%2FMakefile;h=0000000000000000000000000000000000000000;hp=a7898ea68bd88a9c2e967aa5b69592c0fb26dc8f;hb=869549224eef6278a48c16ae27dd786376082b38;hpb=89262281b6e83bd2321150f81f1a0583645eb0c8 diff --git a/helm/hbugs/Makefile b/helm/hbugs/Makefile deleted file mode 100644 index a7898ea68..000000000 --- a/helm/hbugs/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -DIRS = common broker - -DIRS_BYTE = $(patsubst %,%.byte,$(DIRS)) -DIRS_OPT = $(patsubst %,%.opt,$(DIRS)) -DIRS_CLEAN = $(patsubst %,%.clean,$(DIRS)) -all: byte -meta: - $(MAKE) -C meta/ -byte: meta $(DIRS_BYTE) -opt: meta $(DIRS_OPT) -world: byte opt -clean: $(DIRS_CLEAN) - $(MAKE) -C meta/ clean -%.byte: - $(MAKE) -C $*/ all -%.opt: - $(MAKE) -C $*/ opt -%.clean: - $(MAKE) -C $*/ clean -.PHONY: all byte opt world clean meta