build: fix up GIT_PEOPLE and GIT_LOG macros
[netsniff-ng.git] / Extra
blob021e4f600b210747ad6b167c9c31089a8614c2a5
1 # Targets that need extra treatment for now
3 curvetun: LDFLAGS += -L ${CONFIG_NACL_LIB_DIR}
4 mausezahn: CFLAGS = $(mausezahn-eflags)
6 bpfc_clean_custom:
7         $(Q)$(call RM,$(BUILD_DIR)/*.h $(BUILD_DIR)/*.c)
9 trafgen_clean_custom:
10         $(Q)$(call RM,$(BUILD_DIR)/*.h $(BUILD_DIR)/*.c)
12 netsniff-ng_install_custom flowtop_install_custom:
13         $(Q)$(foreach file,$(NCONF_FILES),$(call INST,$(file),$(ETCDIRE));)
15 trafgen_install_custom:
16         $(Q)$(call INST,trafgen_stddef.h,$(ETCDIRE))
17         $(Q)mv $(ETCDIRE)/trafgen_stddef.h $(ETCDIRE)/stddef.h
19 astraceroute_install_custom:
20         $(Q)$(call INST,geoip.conf,$(ETCDIRE))
22 netsniff-ng_uninstall_custom flowtop_uninstall_custom:
23         $(Q)$(foreach file,$(NCONF_FILES),$(call RM,$(ETCDIRE)/$(file));)
24         $(Q)$(call RMDIR,$(ETCDIRE))
26 trafgen_uninstall_custom:
27         $(Q)$(call RM,$(ETCDIRE)/stddef.h)
28         $(Q)$(call RMDIR,$(ETCDIRE))
30 astraceroute_uninstall_custom:
31         $(Q)$(call RM,$(ETCDIRE)/geoip.conf)
32         $(Q)$(call RMDIR,$(ETCDIRE))