source: trunk/essentials/sys-apps/findutils/xargs/Makefile.am

Last change on this file was 3170, checked in by bird, 19 years ago

findutils 4.3.2

File size: 420 bytes
Line 
1AUTOMAKE_OPTIONS = std-options
2localedir = $(datadir)/locale
3bin_PROGRAMS = xargs
4man_MANS = xargs.1
5INCLUDES = -I.. -I../gnulib/lib -I$(top_srcdir)/gnulib/lib -I$(top_srcdir)/lib -I../intl -DLOCALEDIR=\"$(localedir)\"
6LDADD = ../find/version.o ../lib/libfind.a ../gnulib/lib/libgnulib.a @INTLLIBS@
7EXTRA_DIST = $(man_MANS)
8SUBDIRS = testsuite
9
10$(PROGRAMS): ../find/version.o ../lib/libfind.a ../gnulib/lib/libgnulib.a
11
Note: See TracBrowser for help on using the repository browser.