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

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

findutils 4.3.2

File size: 1.1 KB
Line 
1## Process this file with automake to produce Makefile.in.
2
3AUTOMAKE_OPTIONS = 1.5 gnits
4# no-dependencies
5
6noinst_LIBRARIES = libfind.a
7
8if CROSS_COMPILING
9# The regexprops program needs to be a native executable, so we
10# can't build it with a cross-compiler.
11else
12noinst_PROGRAMS = regexprops
13regexprops_SOURCES = regexprops.c regextype.c
14endif
15
16libfind_a_SOURCES =
17EXTRA_DIST = modetype.h wait.h extendbuf.h savedirinfo.h buildcmd.h
18BUILT_SOURCES =
19SUFFIXES =
20MOSTLYCLEANFILES =
21CLEANFILES =
22DISTCLEANFILES =
23MAINTAINERCLEANFILES =
24
25
26INCLUDES = -I../gnulib/lib -I$(top_srcdir)/gnulib/lib
27LDADD = ../gnulib/lib/libgnulib.a @INTLLIBS@
28
29libfind_a_SOURCES += modetype.h nextelem.h printquoted.h listfile.h regextype.h
30libfind_a_SOURCES += listfile.c nextelem.c extendbuf.c buildcmd.c savedirinfo.c forcefindlib.c qmark.c printquoted.c regextype.c
31
32EXTRA_DIST += waitpid.c forcefindlib.c
33
34
35libfind_a_LIBADD = @FINDLIBOBJS@
36libfind_a_DEPENDENCIES = @FINDLIBOBJS@
37# libfind_la_LIBADD = @LTFINDLIBOBJS@
38
39# libfind_a_OBJECTS += @FINDLIBOBJS@
40# libfind_la_OBJECTS += @LTFINDLIBOBJS@
Note: See TracBrowser for help on using the repository browser.