1 ## Process this file with automake to produce Makefile.in
6 -DLOCALEDIR=\"$(localedir)\" \
7 -DADMINDIR=\"$(admindir)\" \
8 -DLIBDIR=\"$(pkglibexecdir)\" \
9 -DLOCALLIBDIR=\"/usr/local/lib/dpkg\" \
10 -idirafter $(top_srcdir)/lib/compat \
19 if HAVE_LINKER_AS_NEEDED
26 bin_PROGRAMS = dselect
35 bindings.cc bindings.h \
37 helpmsgs.cc helpmsgs.h \
48 pkglist.cc pkglist.h \
55 ../lib/dpkg/libdpkg.la \
57 ../lib/compat/libcompat.la \
61 EXTRA_DIST = keyoverride mkcurkeys.pl
62 CLEANFILES = curkeys.hpp curkeys.h
64 curkeys.$(OBJEXT): curkeys.h
65 curkeys.hpp: dselect-curses.h
66 $(AM_V_GEN) echo '#include "dselect-curses.h"' | \
67 $(CPP) -dD $(CPPFLAGS) -I$(top_builddir) -I $(srcdir) - >$@
68 curkeys.h: $(srcdir)/keyoverride $(srcdir)/mkcurkeys.pl curkeys.hpp
69 $(AM_V_GEN) $(PERL) $(srcdir)/mkcurkeys.pl $< curkeys.hpp >$@
72 $(MKDIR_P) $(DESTDIR)$(pkgconfdir)/dselect.cfg.d