]> cygwin.com Git - cygwin-apps/cygutils.git/blame - src-gpl/Makefile.am
Add last implementation and supporting changes
[cygwin-apps/cygutils.git] / src-gpl / Makefile.am
CommitLineData
d4a28ab0
CW
1## Makefile.am -- Process this file with automake to produce Makefile.in
2
3INCLUDES = -I$(top_builddir) -I$(top_srcdir)
4
5bin_PROGRAMS = conv ascii dump getclip putclip \
6cf885d7
CW
6 semtool shmtool msgtool semstat banner \
7 last
8man_MANS = last.1 lastb.1
9last_SOURCES = last.c oldutmp.h
d4a28ab0 10banner_LDADD = -lkernel32 -lgdi32
6cf885d7 11noinst_HEADERS = oldutmp.h
d4a28ab0
CW
12install-exec-hook: $(bin_PROGRAMS)
13 @$(NORMAL_INSTALL)
14 $(mkinstalldirs) $(DESTDIR)$(bindir)
15 @for p in d2u u2d dos2unix unix2dos; do \
16 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
17 f=`echo $$p1|sed '$(transform);s/$$/$(EXEEXT)/'`; \
18 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) conv${EXEEXT} $(DESTDIR)$(bindir)/$$f"; \
19 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) conv${EXEEXT} $(DESTDIR)$(bindir)/$$f; \
20 done
This page took 0.023056 seconds and 5 git commands to generate.