APPS= c_rehash
MISC_APPS= c_hash c_info c_issuer c_name
-all:
+all: apps
+
+apps: $(APPS)
install:
@[ -n "$(INSTALLTOP)" ] # should be set by top Makefile...
files:
$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-lint:
-
-tags:
-
errors:
-update: depend
-
depend:
-dclean:
- $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
- mv -f Makefile.new $(MAKEFILE)
-
clean:
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
errors:
+c_rehash: c_rehash.in
+ $(PERL) -I$(TOP) -Mconfigdata $(TOP)/util/dofile.pl < c_rehash.in > c_rehash.new
+ mv c_rehash.new c_rehash
+
# DO NOT DELETE THIS LINE -- make depend depends on it.