summaryrefslogtreecommitdiffstats
path: root/src/clients/kdestroy/Makefile.in
blob: 876951d2bfd91903155fac224dfc0202da2bdb27 (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
thisconfigdir=../..
myfulldir=clients/kdestroy
mydir=clients/kdestroy
BUILDTOP=$(REL)..$(S)..
DEFS=

SRCS=kdestroy.c

PROG_LIBPATH=-L$(TOPLIBD)
PROG_RPATH=$(KRB5_LIBDIR)

##WIN32##VERSIONRC = $(BUILDTOP)\windows\version.rc
##WIN32##RCFLAGS=$(CPPFLAGS) -I$(SRCTOP) -D_WIN32 -DRES_ONLY

##WIN32##KDESTROY=$(OUTPRE)kdestroy.exe

##WIN32##EXERES=$(KDESTROY:.exe=.res)

##WIN32##$(EXERES): $(VERSIONRC)
##WIN32##        $(RC) $(RCFLAGS) -DKDESTROY_APP -fo $@ -r $**

all-unix:: kdestroy
##WIN32##all-windows:: $(KDESTROY)

kdestroy: kdestroy.o $(KRB4COMPAT_DEPLIBS)
	$(CC_LINK) -o $@ kdestroy.o $(KRB4COMPAT_LIBS)

##WIN32##$(KDESTROY): $(OUTPRE)kdestroy.obj $(BUILDTOP)\util\windows\$(OUTPRE)getopt.obj $(KLIB) $(CLIB) $(EXERES)
##WIN32##	link $(EXE_LINKOPTS) -out:$@ $**
##WIN32##	$(_VC_MANIFEST_EMBED_EXE)

clean-unix::
	$(RM) kdestroy.o kdestroy

install-unix::
	for f in kdestroy; do \
	  $(INSTALL_PROGRAM) $$f \
		$(DESTDIR)$(CLIENT_BINDIR)/`echo $$f|sed '$(transform)'`; \
	  $(INSTALL_DATA) $(srcdir)/$$f.M \
		$(DESTDIR)$(CLIENT_MANDIR)/`echo $$f|sed '$(transform)'`.1; \
	done
# +++ Dependency line eater +++
# 
# Makefile dependencies follow.  This must be the last section in
# the Makefile.in file
#
$(OUTPRE)kdestroy.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
  $(BUILDTOP)/include/krb5/krb5.h $(COM_ERR_DEPS) $(SRCTOP)/include/krb5.h \
  kdestroy.c