Blame src/clients/kpasswd/Makefile.in

Packit fd8b60
mydir=clients$(S)kpasswd
Packit fd8b60
BUILDTOP=$(REL)..$(S)..
Packit fd8b60
Packit fd8b60
SRCS=kpasswd.c
Packit fd8b60
Packit fd8b60
kpasswd: kpasswd.o $(KRB5_BASE_DEPLIBS)
Packit fd8b60
	$(CC_LINK) -o kpasswd kpasswd.o $(KRB5_BASE_LIBS)
Packit fd8b60
Packit fd8b60
kpasswd.o:	$(srcdir)/kpasswd.c
Packit fd8b60
Packit fd8b60
##WIN32##VERSIONRC = $(BUILDTOP)\windows\version.rc
Packit fd8b60
##WIN32##RCFLAGS=$(CPPFLAGS) -I$(top_srcdir) -D_WIN32 -DRES_ONLY
Packit fd8b60
Packit fd8b60
##WIN32##KPWD=$(OUTPRE)kpasswd.exe
Packit fd8b60
Packit fd8b60
##WIN32##EXERES=$(KPWD:.exe=.res)
Packit fd8b60
Packit fd8b60
##WIN32##$(EXERES): $(VERSIONRC)
Packit fd8b60
##WIN32##        $(RC) $(RCFLAGS) -DKPASSWD_APP -fo $@ -r $**
Packit fd8b60
Packit fd8b60
all-unix: kpasswd
Packit fd8b60
Packit fd8b60
clean-unix::
Packit fd8b60
	$(RM) kpasswd.o kpasswd
Packit fd8b60
Packit fd8b60
install-all install-kdc install-server install-client install-unix:
Packit fd8b60
	$(INSTALL_PROGRAM) kpasswd $(DESTDIR)$(CLIENT_BINDIR)/`echo kpasswd|sed '$(transform)'`
Packit fd8b60
Packit fd8b60
##WIN32##all-windows: $(KPWD)
Packit fd8b60
Packit fd8b60
##WIN32##$(KPWD): $(OUTPRE)kpasswd.obj $(KLIB) $(CLIB) $(EXERES)
Packit fd8b60
##WIN32##	link $(EXE_LINKOPTS) -out:$@ $**
Packit fd8b60
##WIN32##	$(_VC_MANIFEST_EMBED_EXE)