summaryrefslogtreecommitdiffstats
path: root/src/kadmin/ktutil/Makefile.in
blob: d59ad070954fe6e500c3d063f162df757b3f459a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE)

all::

OBJS= 	ktutil.o \
	ktutil_ct.o \
	ktutil_funcs.o

SRCS= 	$(srcdir)/ktutil.c \
	$(srcdir)/ktutil_ct.c \
	$(srcdir)/ktutil_funcs.c

all:: ktutil

ktutil: ktutil.o $(OBJS) $(DEPLIBS)
	$(LD) $(LDFLAGS) $(LDARGS) -o ktutil $(OBJS) $(LIBS)

install::
	$(INSTALL_PROGRAM) ktutil ${DESTDIR}$(ADMIN_BINDIR)/ktutil

# needed until we run makedepend
ktutil_ct.c: ktutil_ct.ct

ktutil_ct.o: ktutil_ct.c

clean::
	$(RM) ktutil_ct.c

depend:: ktutil_ct.c

clean::
	$(RM) ktutil