Line | |
---|
1 | ## Process this file with automake to produce Makefile.in.
|
---|
2 |
|
---|
3 | AUTOMAKE_OPTIONS = 1.5 gnits
|
---|
4 | # no-dependencies
|
---|
5 |
|
---|
6 | noinst_LIBRARIES = libfind.a
|
---|
7 |
|
---|
8 | if CROSS_COMPILING
|
---|
9 | # The regexprops program needs to be a native executable, so we
|
---|
10 | # can't build it with a cross-compiler.
|
---|
11 | else
|
---|
12 | noinst_PROGRAMS = regexprops
|
---|
13 | regexprops_SOURCES = regexprops.c regextype.c
|
---|
14 | endif
|
---|
15 |
|
---|
16 | libfind_a_SOURCES =
|
---|
17 | EXTRA_DIST = modetype.h wait.h extendbuf.h savedirinfo.h buildcmd.h
|
---|
18 | BUILT_SOURCES =
|
---|
19 | SUFFIXES =
|
---|
20 | MOSTLYCLEANFILES =
|
---|
21 | CLEANFILES =
|
---|
22 | DISTCLEANFILES =
|
---|
23 | MAINTAINERCLEANFILES =
|
---|
24 |
|
---|
25 |
|
---|
26 | INCLUDES = -I../gnulib/lib -I$(top_srcdir)/gnulib/lib
|
---|
27 | LDADD = ../gnulib/lib/libgnulib.a @INTLLIBS@
|
---|
28 |
|
---|
29 | libfind_a_SOURCES += modetype.h nextelem.h printquoted.h listfile.h regextype.h
|
---|
30 | libfind_a_SOURCES += listfile.c nextelem.c extendbuf.c buildcmd.c savedirinfo.c forcefindlib.c qmark.c printquoted.c regextype.c
|
---|
31 |
|
---|
32 | EXTRA_DIST += waitpid.c forcefindlib.c
|
---|
33 |
|
---|
34 |
|
---|
35 | libfind_a_LIBADD = @FINDLIBOBJS@
|
---|
36 | libfind_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.