*** empty log message ***
[findutils.git] / lib / Makefile.am
blob568061f3424e3a6d3c300f7ecea82af833c52941
1 LIBRARIES = find
2 find_SOURCES = regex.c dirname.c error.c filemode.c getopt.c getopt1.c \
3 idcache.c listfile.c modechange.c nextelem.c savedir.c xmalloc.c getline.c \
4 xstrdup.c xgetcwd.c fnmatch.c $(find_OPT_SOURCES)
6 find_OPT_SOURCES = fileblocks.c memcmp.c memset.c mktime.c stpcpy.c strdup.c \
7 strftime.c strspn.c strstr.c strtol.c alloca.c
9 DIST_OTHER = fnmatch.h getopt.h modechange.h modetype.h pathmax.h \
10 regex.h wait.h
12 CONFIG_HEADER = ../config.h
13 INCLUDES = -I.. -I$(srcdir)
15 fnmatch.o: fnmatch.h
16 getopt1.o: getopt.h
17 listfile.o xgetcwd.o: pathmax.h
18 modechange.o: modechange.h
19 regex.o: regex.h