/[cvs]/ccvs/lib/Makefile.in
ViewVC logotype

Diff of /ccvs/lib/Makefile.in

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

revision 1.186 by dprice, Fri Aug 12 20:58:10 2005 UTC revision 1.187 by dprice, Sun Sep 4 05:58:56 2005 UTC
# Line 70  DIST_COMMON = README $(srcdir)/Makefile. Line 70  DIST_COMMON = README $(srcdir)/Makefile.
70          gettimeofday.c glob.c lstat.c malloc.c md5.c md5.h memmove.c \          gettimeofday.c glob.c lstat.c malloc.c md5.c md5.h memmove.c \
71          mempcpy.c mempcpy.h memrchr.c memrchr.h mkdir.c mkstemp.c \          mempcpy.c mempcpy.h memrchr.c memrchr.h mkdir.c mkstemp.c \
72          mktime.c nanosleep.c openat.c openat.h pagealign_alloc.c \          mktime.c nanosleep.c openat.c openat.h pagealign_alloc.c \
73          pagealign_alloc.h pathmax.h printf-args.c printf-parse.c \          pagealign_alloc.h pathmax.h pipe-safer.c printf-args.c \
74          quotearg.c quotearg.h readlink.c realloc.c regcomp.c regex.c \          printf-parse.c quotearg.c quotearg.h readlink.c realloc.c \
75          regex.h regex_internal.c regex_internal.h regexec.c rename.c \          regcomp.c regex.c regex.h regex_internal.c regex_internal.h \
76          rpmatch.c save-cwd.c save-cwd.h setenv.c stat-macros.h \          regexec.c rename.c rpmatch.c save-cwd.c save-cwd.h setenv.c \
77          strcasecmp.c strdup.c strdup.h strerror.c strftime.c \          stat-macros.h strcasecmp.c strdup.c strdup.h strerror.c \
78          strftime.h strncasecmp.c strstr.c strtol.c strtoul.c \          strftime.c strftime.h strncasecmp.c strstr.c strtol.c \
79          sunos57-select.c tempname.c time_r.c timespec.h unistd-safer.h \          strtoul.c sunos57-select.c tempname.c time_r.c timespec.h \
80          unlocked-io.h unsetenv.c vasnprintf.c vasprintf.c waitpid.c \          unistd--.h unistd-safer.h unlocked-io.h unsetenv.c \
81          xalloc.h xmalloc.c yesno.c yesno.h          vasnprintf.c vasprintf.c waitpid.c xalloc.h xgetcwd.c \
82            xgetcwd.h xmalloc.c yesno.c yesno.h
83  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
84  am__aclocal_m4_deps = $(top_srcdir)/m4/acx_extract_cpp_defn.m4 \  am__aclocal_m4_deps = $(top_srcdir)/m4/acx_extract_cpp_defn.m4 \
85          $(top_srcdir)/m4/acx_with_external_zlib.m4 \          $(top_srcdir)/m4/acx_with_external_zlib.m4 \
# Line 155  libcvs_a_AR = $(AR) $(ARFLAGS) Line 156  libcvs_a_AR = $(AR) $(ARFLAGS)
156  libcvs_a_DEPENDENCIES = @LIBOBJS@ @ALLOCA@  libcvs_a_DEPENDENCIES = @LIBOBJS@ @ALLOCA@
157  am_libcvs_a_OBJECTS = sighandle.$(OBJEXT) allocsa.$(OBJEXT) \  am_libcvs_a_OBJECTS = sighandle.$(OBJEXT) allocsa.$(OBJEXT) \
158          cycle-check.$(OBJEXT) basename.$(OBJEXT) stripslash.$(OBJEXT) \          cycle-check.$(OBJEXT) basename.$(OBJEXT) stripslash.$(OBJEXT) \
159          getnline.$(OBJEXT) xalloc-die.$(OBJEXT) xgetcwd.$(OBJEXT) \          getnline.$(OBJEXT) mbchar.$(OBJEXT) strnlen1.$(OBJEXT) \
160          xgethostname.$(OBJEXT) xreadlink.$(OBJEXT)          xalloc-die.$(OBJEXT) xgethostname.$(OBJEXT) \
161            xreadlink.$(OBJEXT)
162  libcvs_a_OBJECTS = $(am_libcvs_a_OBJECTS)  libcvs_a_OBJECTS = $(am_libcvs_a_OBJECTS)
163  am_getdate_OBJECTS = getdate-error.$(OBJEXT) getdate-getdate.$(OBJEXT) \  am_getdate_OBJECTS = getdate-error.$(OBJEXT) getdate-getdate.$(OBJEXT) \
164          getdate-progname.$(OBJEXT)          getdate-progname.$(OBJEXT)
# Line 320  noinst_LIBRARIES = libcvs.a Line 322  noinst_LIBRARIES = libcvs.a
322  libcvs_a_SOURCES = sighandle.c system.h wait.h xselect.h xtime.h \  libcvs_a_SOURCES = sighandle.c system.h wait.h xselect.h xtime.h \
323          allocsa.h allocsa.c cycle-check.c cycle-check.h dev-ino.h \          allocsa.h allocsa.c cycle-check.c cycle-check.h dev-ino.h \
324          basename.c stripslash.c error.h exit.h getnline.h getnline.c \          basename.c stripslash.c error.h exit.h getnline.h getnline.c \
325          gettext.h minmax.h setenv.h strcase.h strstr.h time_r.h \          gettext.h mbchar.h mbchar.c mbuiter.h minmax.h setenv.h \
326            strcase.h strnlen1.h strnlen1.c strstr.h time_r.h \
327          printf-args.h printf-parse.h vasnprintf.h vasprintf.h \          printf-args.h printf-parse.h vasnprintf.h vasprintf.h \
328          xalloc-die.c xgetcwd.h xgetcwd.c xgethostname.h xgethostname.c \          xalloc-die.c xgethostname.h xgethostname.c xreadlink.h \
329          xreadlink.h xreadlink.c xsize.h          xreadlink.c xsize.h
330  libcvs_a_LIBADD = @LIBOBJS@ @ALLOCA@  libcvs_a_LIBADD = @LIBOBJS@ @ALLOCA@
331  BUILT_SOURCES = $(ALLOCA_H) $(FNMATCH_H) getdate.c $(GETOPT_H) \  BUILT_SOURCES = $(ALLOCA_H) $(FNMATCH_H) getdate.c $(GETOPT_H) \
332          $(STDBOOL_H) $(STDINT_H) $(GLOB_H)          $(STDBOOL_H) $(STDINT_H) $(GLOB_H)
# Line 444  distclean-compile: Line 447  distclean-compile:
447  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/nanosleep.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/nanosleep.Po@am__quote@
448  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/openat.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/openat.Po@am__quote@
449  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pagealign_alloc.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pagealign_alloc.Po@am__quote@
450    @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pipe-safer.Po@am__quote@
451  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/printf-args.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/printf-args.Po@am__quote@
452  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/printf-parse.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/printf-parse.Po@am__quote@
453  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/quotearg.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/quotearg.Po@am__quote@
# Line 472  distclean-compile: Line 476  distclean-compile:
476  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/vasnprintf.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/vasnprintf.Po@am__quote@
477  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/vasprintf.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/vasprintf.Po@am__quote@
478  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/waitpid.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/waitpid.Po@am__quote@
479    @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/xgetcwd.Po@am__quote@
480  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/xmalloc.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/xmalloc.Po@am__quote@
481  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/yesno.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/yesno.Po@am__quote@
482  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/allocsa.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/allocsa.Po@am__quote@
# Line 481  distclean-compile: Line 486  distclean-compile:
486  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getdate-getdate.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getdate-getdate.Po@am__quote@
487  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getdate-progname.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getdate-progname.Po@am__quote@
488  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getnline.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getnline.Po@am__quote@
489    @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbchar.Po@am__quote@
490  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sighandle.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sighandle.Po@am__quote@
491  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stripslash.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stripslash.Po@am__quote@
492    @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strnlen1.Po@am__quote@
493  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xalloc-die.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xalloc-die.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xgetcwd.Po@am__quote@  
494  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xgethostname.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xgethostname.Po@am__quote@
495  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xreadlink.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xreadlink.Po@am__quote@
496    

Legend:
Removed from v.1.186  
changed lines
  Added in v.1.187

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