diff options
Diffstat (limited to 'conf/generate-unit-conf/Makefile')
-rw-r--r-- | conf/generate-unit-conf/Makefile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/conf/generate-unit-conf/Makefile b/conf/generate-unit-conf/Makefile deleted file mode 100644 index 5f5346b..0000000 --- a/conf/generate-unit-conf/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -.PHONY: all - -MAIN = afm-unit - -FILES = $(MAIN) binder.inc provided.inc service.inc Makefile - -DIR = .. - -#AFM_CONFIG_DIR ?= /etc/afm -AFM_CONFIG_DIR ?= "@afm_confdir@" - -C = -DAFM_CONFIG_DIR=$(AFM_CONFIG_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 $C $< | sed '/^[ \t]*\\*[ \t]*$$/d' > $@ - -$(DIR)/afm-unit-debug.conf.in: $(FILES) - @echo generating $@ - @m4 $C $D $< | sed '/^[ \t]*\\*[ \t]*$$/d' > $@ - |