X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2FMakefile.in;h=d80dee4f4e9de232709ade004bb7619cdb395443;hb=6b9607c0590a93ecbd2827492adf3fd3834e8f03;hp=a23873c6fbf344a593e707ff2c499e78414d09dd;hpb=6d25c083a960bbb51f6b6d73ce6f835246a9725a;p=gnulib.git diff --git a/lib/Makefile.in b/lib/Makefile.in index a23873c6f..d80dee4f4 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -23,10 +23,14 @@ VPATH = @srcdir@ CC = @CC@ AR = ar RANLIB = @RANLIB@ -DEFS = -DMVDIR="\"$(libdir)/mvdir\"" @DEFS@ +DEFS = -DCONFIG_BROKETS @DEFS@ CFLAGS = @CFLAGS@ YACC = @YACC@ +prefix = /usr/local +exec_prefix = $(prefix) +libdir = $(exec_prefix)/lib + SOURCES = getdate.y posixtm.y \ argmatch.c backupfile.c basename.c dirname.c eaccess.c \ error.c filemode.c fsusage.c getopt.c getopt1.c \ @@ -72,7 +76,7 @@ distclean: clean realclean: distclean rm -f TAGS -dist: +dist: $(DISTFILES) for file in $(DISTFILES); do \ ln $$file ../`cat ../.fname`/lib \ || cp -p $$file ../`cat ../.fname`/lib; \ @@ -101,6 +105,12 @@ posixtm.c: posixtm.y getdate.c mv tposixtm.c posixtm.c rm -f posixtm.tab.c +rename.o: rename.c + $(CC) -c $(CPPFLAGS) -DMVDIR="\"$(libdir)/mvdir\"" $(DEFS) \ + -I.. -I$(srcdir) $(CFLAGS) $(srcdir)/rename.c + +$(OBJECTS): ../config.h + backupfile.o getversion.o: backupfile.h fnmatch.o: fnmatch.h fsusage.o: fsusage.h