/[man-db]/man-db/lib/Makefile.in
ViewVC logotype

Diff of /man-db/lib/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by cjwatson, Sun Aug 3 10:10:12 2003 UTC revision 1.9 by cjwatson, Sun Aug 3 10:16:19 2003 UTC
# Line 37  ALLSRCS = alloca.c basename.c cleanup.c Line 37  ALLSRCS = alloca.c basename.c cleanup.c
37            strappend.c strcspn.c strsep.c strspn.c strstr.c strnlen.c \            strappend.c strcspn.c strsep.c strspn.c strstr.c strnlen.c \
38            xmalloc.c xstrdup.c xstrndup.c \            xmalloc.c xstrdup.c xstrndup.c \
39            waitpid.c tempfile.c mkdtemp.c mkstemp.c tempname.c hashtable.c \            waitpid.c tempfile.c mkdtemp.c mkstemp.c tempname.c hashtable.c \
40            xstrsignal.c            xstrsignal.c pipeline.c
41    
42  ALLOBJS = $(ALLSRCS:.c=.o)  ALLOBJS = $(ALLSRCS:.c=.o)
43    
44  XOBJS = xstrdup.o xstrndup.o xmalloc.o error.o xstrsignal.o  XOBJS = xstrdup.o xstrndup.o xmalloc.o error.o xstrsignal.o
45    
46  ALL = @LIBOBJS@ @ALLOCA@ $(libobjects) cleanup.o strappend.o tempfile.o \  ALL = @LIBOBJS@ @ALLOCA@ $(libobjects) cleanup.o strappend.o tempfile.o \
47        hashtable.o $(XOBJS)        hashtable.o pipeline.o $(XOBJS)
48    
49  all: $(library)  all: $(library)
50    

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26