summaryrefslogtreecommitdiff
path: root/Extra
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-07-30 14:15:58 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-07-30 14:15:58 +0200
commitae55f524c92aadfae2a94947002c978d80320f32 (patch)
tree61c6ad518c3b818e57f1f85858bec963c99810ad /Extra
parent27842082e09359b3b7f5eed59ab21a0a06c5b1d2 (diff)
build: reduce Extra contents to bare minimum
Improve the build system, so that configuration files are installed per tool basis. Also, introduce post_install targets, so that config files can be altered in some way, e.g. done by trafgen. Moreover, move custom targets from Extra to tool-specific Makefiles. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'Extra')
-rw-r--r--Extra16
1 files changed, 0 insertions, 16 deletions
diff --git a/Extra b/Extra
index 27a3c55..12d4a2a 100644
--- a/Extra
+++ b/Extra
@@ -2,19 +2,3 @@
curvetun: LDFLAGS += -L ${CONFIG_NACL_LIB_DIR}
mausezahn: CFLAGS = $(mausezahn-eflags)
-
-bpfc_clean_custom:
- $(Q)$(call RM,$(BUILD_DIR)/*.h $(BUILD_DIR)/*.c)
-
-trafgen_clean_custom:
- $(Q)$(call RM,$(BUILD_DIR)/*.h $(BUILD_DIR)/*.c)
-
-netsniff-ng_install_custom flowtop_install_custom:
- $(Q)$(foreach file,$(NCONF_FILES),$(call INST,$(file),$(ETCDIRE));)
-
-trafgen_install_custom:
- $(Q)$(call INST,trafgen_stddef.h,$(ETCDIRE))
- $(Q)mv $(ETCDIRE)/trafgen_stddef.h $(ETCDIRE)/stddef.h
-
-astraceroute_install_custom:
- $(Q)$(call INST,geoip.conf,$(ETCDIRE))