blob: 288c5332d60a042d492a35423b54794b66182a8e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#define IHaveSubdirs
#define PassCDebugFlags
SUBDIRS = error_tables asn.1 lib kdc admin clients appl
LNINSTALLDIRS =
MakeSubdirs($(SUBDIRS))
/**/# rebuild the Makefiles in the master source tree
mastermakefiles::
cd $(IMAKESRC); $(MAKE) -f Makefile.ini clean; $(MAKE) -f Makefile.ini BOOTSTRAPCFLAGS="$(BOOTSTRAPCFLAGS)"
-$(MV) Makefile Makefile.bak
$(MAKE) -f Makefile.bak Makefile
$(MAKE) Makefiles
cd $(IMAKESRC); $(MAKE) clean
|