change to use subdirs
authorJohn Kohl <jtkohl@mit.edu>
Wed, 9 May 1990 09:18:04 +0000 (09:18 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Wed, 9 May 1990 09:18:04 +0000 (09:18 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@793 dc483132-0cff-0310-8789-dd5450dbe970

src/admin/Imakefile

index a1b2d5f0770d7f8269311165931581e87ec3ada3..bf79a71198fe442684edacba2d2e86b9f7773ff3 100644 (file)
@@ -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))