summaryrefslogtreecommitdiffstats
path: root/src/admin
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-05-09 09:18:04 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-05-09 09:18:04 +0000
commit620bbc180ab07e0edaa3c34dd849eabdca9c0dcd (patch)
tree25d04d69696ca0fe5c19cd21676aefa3d5d64b7e /src/admin
parent3d133af21c2e4db5e8ab8cba23e6c3a5c2601fbb (diff)
downloadkrb5-620bbc180ab07e0edaa3c34dd849eabdca9c0dcd.tar.gz
krb5-620bbc180ab07e0edaa3c34dd849eabdca9c0dcd.tar.xz
krb5-620bbc180ab07e0edaa3c34dd849eabdca9c0dcd.zip
change to use subdirs
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@793 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/admin')
-rw-r--r--src/admin/Imakefile19
1 files changed, 4 insertions, 15 deletions
diff --git a/src/admin/Imakefile b/src/admin/Imakefile
index a1b2d5f077..bf79a71198 100644
--- a/src/admin/Imakefile
+++ b/src/admin/Imakefile
@@ -1,16 +1,5 @@
-DEPLIBS = $(KDBLIB) $(DEPKLIB)
-LOCAL_LIBRARIES = $(KDBLIB) $(KLIB)
+#define IHaveSubdirs
+#define PassCDebugFlags
-all:: kdb5_create kdb5_destroy kdb5_stash kdb5_edit
-
-CmdTableObjectRule()
-
-SRCS= kdb5_stash.c kdb5_create.c kdb5_destroy.c kdb5_edit.c kdb5_ed_ct.ct
-
-# needed until we run makedepend
-kdb5_ed_ct.o: kdb5_ed_ct.c
-
-NormalProgramTarget(kdb5_create,kdb5_create.o,$(DEPLIBS),$(LOCAL_LIBRARIES),)
-NormalProgramTarget(kdb5_destroy,kdb5_destroy.o,$(DEPLIBS),$(LOCAL_LIBRARIES),)
-NormalProgramTarget(kdb5_stash,kdb5_stash.o,$(DEPLIBS),$(LOCAL_LIBRARIES),)
-NormalProgramTarget(kdb5_edit,kdb5_edit.o kdb5_ed_ct.o,$(DEPLIBS),$(LOCAL_LIBRARIES) -lss,)
+SUBDIRS=create destroy edit stash
+MakeSubdirs($(SUBDIRS))