# $Source$ # $Author$ # $Id$ # # Copyright 1990 by the Massachusetts Institute of Technology. # # For copying and distribution information, please see the file # . # #define IHaveSubdirs #define PassCDebugFlags #ifdef UseComErrInstalled COMERRDIR= all:: $(RM) include/com_err.h #else COMERRDIR=comerr all:: $(RM) include/com_err.h $(LN) ../comerr/com_err.h include/com_err.h #endif #ifdef UseSSInstalled SSDIR= #else SSDIR=ss #endif #ifdef UseUnifdefInstalled UNIFDIR= #else UNIFDIR=util/unifdef #endif all:: make includes SUBDIRS = $(UNIFDIR) include $(COMERRDIR) $(SSDIR) lib kdc admin clients appl LNINSTALLDIRS = MakeSubdirs($(SUBDIRS)) depend:: includes /**/# 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