Current Path : /usr/src/usr.sbin/crunch/examples/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/src/usr.sbin/crunch/examples/Makefile |
# $FreeBSD: release/9.1.0/usr.sbin/crunch/examples/Makefile 139103 2004-12-21 08:47:35Z ru $ CRUNCHED= fixit # below is boiler-plate to make $(CRUNCHED) from $(CRUNCHED).conf # I'd use PROG instead of CRUNCHED, but the system makefiles REALLY want # to build things in the normal way if you use PROG. CONF= $(CRUNCHED).conf OUTMK= $(CRUNCHED).mk OUTPUTS= $(OUTMK) $(CRUNCHED).c $(CRUNCHED).cache NO_MAN= CLEANFILES+= $(CRUNCHED) *.o *.lo *.c *.mk *.cache CLEANDIRFILES+= $(OUTPUTS) all: $(CRUNCHED) exe: $(CRUNCHED) $(OUTPUTS): $(CONF) crunchgen ${.CURDIR}/$(CONF) $(CRUNCHED): $(OUTPUTS) submake submake: make -f $(OUTMK) objs: make -f $(OUTMK) objs cleandir: rm -f $(CLEANDIRFILES) .include <bsd.prog.mk>