]> andersk Git - moira.git/blame - clients/Makefile.in
Command line printer manipulation client, and build goo.
[moira.git] / clients / Makefile.in
CommitLineData
ea0caf4a 1# $Id$
2
3SHELL=/bin/sh
4@SET_MAKE@
5
6srcdir=@srcdir@
7VPATH=@srcdir@
8
9CURSES_SUBDIRS=mailmaint
f72fe084 10SUBDIRS=lib addusr blanche chfn chpobox chsh eunice mitch moira mrcheck mrtest stanley stella @CURSES_SUBDIRS@
ea0caf4a 11
12all:
13 @for d in $(SUBDIRS); do (echo "### Making $@ in clients/$$d"; cd $$d; $(MAKE) $@) || exit 1; done
14
15clean:
16 @for d in $(SUBDIRS); do (echo "### Making $@ in clients/$$d"; cd $$d; $(MAKE) $@) || exit 1; done
17
0bd2b68c 18cleandir distclean:
19 rm -f Makefile
20 @for d in $(SUBDIRS); do (echo "### Making $@ in clients/$$d"; cd $$d; $(MAKE) $@) || exit 1; done
21
ea0caf4a 22depend:
23 @for d in $(SUBDIRS); do (echo "### Making $@ in clients/$$d"; cd $$d; $(MAKE) $@) || exit 1; done
24
25install:
26 @for d in $(SUBDIRS); do (echo "### Making $@ in clients/$$d"; cd $$d; $(MAKE) $@) || exit 1; done
This page took 0.136717 seconds and 5 git commands to generate.