diff options
| author | Bill Sommerfeld <wesommer@mit.edu> | 1990-02-03 10:33:34 +0000 |
|---|---|---|
| committer | Bill Sommerfeld <wesommer@mit.edu> | 1990-02-03 10:33:34 +0000 |
| commit | 49488bbbf0a70f0d5eda7ba905ba7ad8352e2593 (patch) | |
| tree | 8e9d0e7b4be98063cb8936805cccbd16f6031caa /src/Imakefile | |
| parent | 610d581a56f20a97fb0c1abe06833a74b1e6446a (diff) | |
Initial revision
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@243 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/Imakefile')
| -rw-r--r-- | src/Imakefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/Imakefile b/src/Imakefile new file mode 100644 index 000000000..3fb9733a1 --- /dev/null +++ b/src/Imakefile @@ -0,0 +1,15 @@ +#define IHaveSubdirs +#define PassCDebugFlags + + SUBDIRS = config error_tables lib tests kdc clients + 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 |
