summaryrefslogtreecommitdiffstats
path: root/src/admin/Imakefile
blob: cf690313425272452be6d003fa4493c6465c8c85 (plain)
1
2
3
4
5
6
7
8
9
10
DEPLIBS = $(KDBLIB) $(DEPKLIB)
LOCAL_LIBRARIES = $(KDBLIB) $(KLIB)

all::	kdb5_create kdb5_destroy kdb5_stash

SRCS= kdb_stash.c kdb_create.c kdb_destroy.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),)