]> cygwin.com Git - cygwin-apps/cygutils.git/blob - src-gpl/Makefile.am
Add last implementation and supporting changes
[cygwin-apps/cygutils.git] / src-gpl / Makefile.am
1 ## Makefile.am -- Process this file with automake to produce Makefile.in
2
3 INCLUDES = -I$(top_builddir) -I$(top_srcdir)
4
5 bin_PROGRAMS = conv ascii dump getclip putclip \
6 semtool shmtool msgtool semstat banner \
7 last
8 man_MANS = last.1 lastb.1
9 last_SOURCES = last.c oldutmp.h
10 banner_LDADD = -lkernel32 -lgdi32
11 noinst_HEADERS = oldutmp.h
12 install-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.036668 seconds and 5 git commands to generate.