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