Revision 24319,
821 bytes
checked in by broder, 15 years ago
(diff) |
New Moira snapshot from SVN.
|
Line | |
---|
1 | # $Id: Makefile.in 3956 2010-01-05 20:56:56Z zacheiss $ |
---|
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 |
---|
Note: See
TracBrowser
for help on using the repository browser.