>grand.central.org GCO Public CellServDB 25 Oct 2007
[arla.git] / nnpfs / Makefile.in
blob078e681d51e8b16e04afeac13a99bb5bdf703c96
1 # $Id$
3 SHELL = /bin/sh
5 @SET_MAKE@
7 SUBDIRS = @NNPFS_SUBDIR@ # dummer
9 all install uninstall clean mostlyclean realclean:
10 SUBDIRS='$(SUBDIRS)'; \
11 for i in $$SUBDIRS; \
12 do (cd $$i && $(MAKE) $(MFLAGS) $@); done
14 distclean:
15 SUBDIRS='$(SUBDIRS)'; \
16 for i in $$SUBDIRS; \
17 do (cd $$i && $(MAKE) $(MFLAGS) $@); done
18 rm Makefile
20 .PHONY: all install uninstall clean mostlyclean distclean realclean