summaryrefslogtreecommitdiffstats
path: root/src/Imakefile
blob: 17ce31053ad68bf43e82608eee30c7d22e79026d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#define IHaveSubdirs
#define PassCDebugFlags

        SUBDIRS = config error_tables lib tests kdc clients admin
  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