repo.or.cz
/
findutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
*** empty log message ***
[findutils.git]
/
find
/
Makefile.am
blob
e674e994f29dafed1beac0851ded9c7e69013548
1
bin_PROGRAMS = find
2
find_SOURCES = find.c fstype.c parser.c pred.c tree.c util.c version.c
3
EXTRA_DIST = defs.h $(man_MANS)
4
INCLUDES = -I.. -I$(top_srcdir)/lib
5
LDADD = ../lib/libfind.a
6
man_MANS = find.1
7
SUBDIRS = testsuite
8
9
$(PROGRAMS): ../lib/libfind.a