X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=conf%2Funit%2Fgenerate-unit-conf%2FMakefile;fp=conf%2Funit%2Fgenerate-unit-conf%2FMakefile;h=0000000000000000000000000000000000000000;hb=5b801a3e7b0465f88b785a155dd430ba09c56568;hp=51cb9c8101957ef3bf4a0fe235437e937e719174;hpb=a5cf62686366f4a69becf62aa4d953e034c9bee4;p=src%2Fapp-framework-main.git diff --git a/conf/unit/generate-unit-conf/Makefile b/conf/unit/generate-unit-conf/Makefile deleted file mode 100644 index 51cb9c8..0000000 --- a/conf/unit/generate-unit-conf/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -.PHONY: all - -MAIN = afm-unit - -FILES = $(MAIN) $(shell ls *.inc) Makefile - -DIR = .. - -D = -DAGL_DEVEL - -all: $(DIR)/afm-unit.conf.in $(DIR)/afm-unit-debug.conf.in - -$(DIR)/afm-unit.conf.in: $(FILES) - @echo generating $@ - @m4 $< | sed '/^[ \t]*\\*[ \t]*$$/d' > $@ - -$(DIR)/afm-unit-debug.conf.in: $(FILES) - @echo generating $@ - @m4 $D $< | sed '/^[ \t]*\\*[ \t]*$$/d' > $@ -