# $HeadURL$ $LastChangedRevision$ ifndef FILE_TRADNICS_MK FILE_TRADNICS_MK = 1 # In pass #1: load recipe generators # In pass #0: load generated recipes include method-tradnicent.mk include method-install.mk # Tell recipe generators what to generate recipes for ifeq ($(PCMS_PASS_NUM),1) all.tradnicent: $(shell encode lo loopback).tradnicent all.uninstall: avahi-autoipd.uninstall # The real Makefile else ifeq ($(PCMS_PASS_NUM),0) # It is intentional that /etc/network/interfaces is a dependency and a side-product. # One tradnic is required even on laptops, so we cannot say here that network-manager # should be uninstalled. tradnics.file: $(TRADNICENT_FILES) /etc/network/interfaces avahi-autoipd.uninstall msg --progname=$(PROGNAME) --debug=$(VERBOSELEVEL) info "combining tradnicents ..." cat $(TRADNICENT_FILES) /dev/null > /etc/network/interfaces touch $@ # Stuff that is allowed not to exist. /etc/network/interfaces: ; endif # PCMS_PASS_NUM endif # FILE_TRADNICS_MK