source: trunk/third/moira/clients/Makefile.in @ 23740

Revision 23740, 818 bytes checked in by broder, 15 years ago (diff)
In moira: * New CVS snapshot (Trac: #195) * Drop patches that have been incorporated upstream. * Update to build without krb4 on systems that no longer have it. This doesn't build yet on squeeze, which lacks a krb4 library, but I'm committing now before I start hacking away at a patch to fix that.
Line 
1# $Id: Makefile.in,v 1.9 2003-02-04 04:42:04 zacheiss Exp $
2
3SHELL=/bin/sh
4@SET_MAKE@
5
6srcdir=@srcdir@
7VPATH=@srcdir@
8
9CURSES_SUBDIRS=mailmaint
10SUBDIRS=lib addusr blanche chfn chpobox chsh mitch moira mrcheck mrtest stanley stella @CURSES_SUBDIRS@
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
18cleandir distclean:
19        rm -f Makefile
20        @for d in $(SUBDIRS); do (echo "### Making $@ in clients/$$d"; cd $$d; $(MAKE) $@) || exit 1; done
21
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
Note: See TracBrowser for help on using the repository browser.