afm-unit: Simplify the Makefile
[src/app-framework-main.git] / conf / unit / generate-unit-conf / Makefile
index 562f025..2849d6f 100644 (file)
@@ -6,20 +6,15 @@ FILES = $(MAIN) binder.inc provided-api.inc provided-binding.inc service.inc Mak
 
 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' > $@
+       @m4 $< | sed '/^[ \t]*\\*[ \t]*$$/d' > $@
 
 $(DIR)/afm-unit-debug.conf.in: $(FILES)
        @echo generating $@
-       @m4 $C $D $< | sed '/^[ \t]*\\*[ \t]*$$/d' > $@
+       @m4 $D $< | sed '/^[ \t]*\\*[ \t]*$$/d' > $@