/[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.196 by dprice, Mon Sep 26 03:24:00 2005 UTC revision 1.197 by dprice, Tue Oct 4 02:34:53 2005 UTC
# Line 59  DIST_COMMON = README $(srcdir)/Makefile. Line 59  DIST_COMMON = README $(srcdir)/Makefile.
59          ChangeLog __fpending.c __fpending.h alloca.c asnprintf.c \          ChangeLog __fpending.c __fpending.h alloca.c asnprintf.c \
60          asprintf.c atexit.c canon-host.c canon-host.h canonicalize.c \          asprintf.c atexit.c canon-host.c canon-host.h canonicalize.c \
61          canonicalize.h chdir-long.c chdir-long.h closeout.c closeout.h \          canonicalize.h chdir-long.c chdir-long.h closeout.c closeout.h \
62          dirname.c dirname.h dup-safer.c dup2.c exitfail.c exitfail.h \          creat-safer.c dirname.c dirname.h dup-safer.c dup2.c \
63          fd-safer.c filenamecat.c filenamecat.h fncase.c fnmatch.c \          exitfail.c exitfail.h fcntl--.h fcntl-safer.h fd-safer.c \
64          fseeko.c ftello.c ftruncate.c gai_strerror.c getaddrinfo.c \          filenamecat.c filenamecat.h fncase.c fnmatch.c fseeko.c \
65          getcwd.c getcwd.h getdate.c getdate.h getdate.y getdelim.c \          ftello.c ftruncate.c gai_strerror.c getaddrinfo.c getcwd.c \
66          getdelim.h gethostname.c getline.c getline.h getlogin_r.c \          getcwd.h getdate.c getdate.h getdate.y getdelim.c getdelim.h \
67          getlogin_r.h getndelim2.c getopt.c getopt1.c getpagesize.h \          gethostname.c getline.c getline.h getlogin_r.c getlogin_r.h \
68          getpass.c getpass.h gettime.c gettimeofday.c glob-libc.h \          getndelim2.c getopt.c getopt1.c getpagesize.h getpass.c \
69          glob.c glob_.h lstat.c lstat.h malloc.c mbchar.c mbchar.h \          getpass.h gettime.c gettimeofday.c glob-libc.h glob.c glob_.h \
70          md5.c md5.h memchr.c memmove.c mempcpy.c mempcpy.h memrchr.c \          lstat.c lstat.h malloc.c mbchar.c md5.c md5.h memchr.c \
71          memrchr.h mkdir.c mkstemp.c mktime.c nanosleep.c openat.c \          memmove.c mempcpy.c mempcpy.h memrchr.c memrchr.h mkdir.c \
72          openat.h pagealign_alloc.c pagealign_alloc.h pathmax.h \          mkstemp.c mktime.c nanosleep.c open-safer.c openat-die.c \
73          pipe-safer.c printf-args.c printf-parse.c quotearg.c \          openat.c openat.h pagealign_alloc.c pagealign_alloc.h \
74            pathmax.h pipe-safer.c printf-args.c printf-parse.c quotearg.c \
75          quotearg.h readlink.c realloc.c regcomp.c regex.c regex.h \          quotearg.h readlink.c realloc.c regcomp.c regex.c regex.h \
76          regex_internal.c regex_internal.h regexec.c rename.c rpmatch.c \          regex_internal.c regex_internal.h regexec.c rename.c rpmatch.c \
77          save-cwd.c save-cwd.h setenv.c stat-macros.h strcasecmp.c \          save-cwd.c save-cwd.h setenv.c stat-macros.h strcasecmp.c \
# Line 78  DIST_COMMON = README $(srcdir)/Makefile. Line 79  DIST_COMMON = README $(srcdir)/Makefile.
79          strncasecmp.c strstr.c strtol.c strtoul.c sunos57-select.c \          strncasecmp.c strstr.c strtol.c strtoul.c sunos57-select.c \
80          tempname.c time_r.c timespec.h unistd--.h unistd-safer.h \          tempname.c time_r.c timespec.h unistd--.h unistd-safer.h \
81          unlocked-io.h unsetenv.c vasnprintf.c vasprintf.c waitpid.c \          unlocked-io.h unsetenv.c vasnprintf.c vasprintf.c waitpid.c \
82          xalloc.h xgetcwd.c xgetcwd.h xmalloc.c yesno.c yesno.h          xalloc.h xgetcwd.c xgetcwd.h xmalloc.c xreadlink.c xreadlink.h \
83            yesno.c yesno.h
84  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85  am__aclocal_m4_deps = $(top_srcdir)/m4/acx_extract_cpp_defn.m4 \  am__aclocal_m4_deps = $(top_srcdir)/m4/acx_extract_cpp_defn.m4 \
86          $(top_srcdir)/m4/acx_with_external_zlib.m4 \          $(top_srcdir)/m4/acx_with_external_zlib.m4 \
# Line 96  am__aclocal_m4_deps = $(top_srcdir)/m4/a Line 98  am__aclocal_m4_deps = $(top_srcdir)/m4/a
98          $(top_srcdir)/m4/dup2.m4 $(top_srcdir)/m4/eealloc.m4 \          $(top_srcdir)/m4/dup2.m4 $(top_srcdir)/m4/eealloc.m4 \
99          $(top_srcdir)/m4/eoverflow.m4 $(top_srcdir)/m4/error.m4 \          $(top_srcdir)/m4/eoverflow.m4 $(top_srcdir)/m4/error.m4 \
100          $(top_srcdir)/m4/exitfail.m4 $(top_srcdir)/m4/extensions.m4 \          $(top_srcdir)/m4/exitfail.m4 $(top_srcdir)/m4/extensions.m4 \
101            $(top_srcdir)/m4/fcntl-safer.m4 \
102          $(top_srcdir)/m4/filenamecat.m4 $(top_srcdir)/m4/fnmatch.m4 \          $(top_srcdir)/m4/filenamecat.m4 $(top_srcdir)/m4/fnmatch.m4 \
103          $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/ftruncate.m4 \          $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/ftruncate.m4 \
104          $(top_srcdir)/m4/getaddrinfo.m4 \          $(top_srcdir)/m4/getaddrinfo.m4 \
# Line 128  am__aclocal_m4_deps = $(top_srcdir)/m4/a Line 131  am__aclocal_m4_deps = $(top_srcdir)/m4/a
131          $(top_srcdir)/m4/rename.m4 $(top_srcdir)/m4/restrict.m4 \          $(top_srcdir)/m4/rename.m4 $(top_srcdir)/m4/restrict.m4 \
132          $(top_srcdir)/m4/rpmatch.m4 $(top_srcdir)/m4/save-cwd.m4 \          $(top_srcdir)/m4/rpmatch.m4 $(top_srcdir)/m4/save-cwd.m4 \
133          $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/signed.m4 \          $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/signed.m4 \
134          $(top_srcdir)/m4/size_max.m4 $(top_srcdir)/m4/sockpfaf.m4 \          $(top_srcdir)/m4/size_max.m4 $(top_srcdir)/m4/socklen.m4 \
135          $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/stat-macros.m4 \          $(top_srcdir)/m4/sockpfaf.m4 $(top_srcdir)/m4/ssize_t.m4 \
136          $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdint.m4 \          $(top_srcdir)/m4/stat-macros.m4 $(top_srcdir)/m4/stdbool.m4 \
137          $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/strcase.m4 \          $(top_srcdir)/m4/stdint.m4 $(top_srcdir)/m4/stdint_h.m4 \
138          $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strerror.m4 \          $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strdup.m4 \
139          $(top_srcdir)/m4/strftime.m4 $(top_srcdir)/m4/strstr.m4 \          $(top_srcdir)/m4/strerror.m4 $(top_srcdir)/m4/strftime.m4 \
140          $(top_srcdir)/m4/strtol.m4 $(top_srcdir)/m4/strtoul.m4 \          $(top_srcdir)/m4/strstr.m4 $(top_srcdir)/m4/strtol.m4 \
141          $(top_srcdir)/m4/sunos57-select.m4 $(top_srcdir)/m4/time_r.m4 \          $(top_srcdir)/m4/strtoul.m4 $(top_srcdir)/m4/sunos57-select.m4 \
142          $(top_srcdir)/m4/timespec.m4 $(top_srcdir)/m4/tm_gmtoff.m4 \          $(top_srcdir)/m4/time_r.m4 $(top_srcdir)/m4/timespec.m4 \
143          $(top_srcdir)/m4/tzset.m4 $(top_srcdir)/m4/uint32_t.m4 \          $(top_srcdir)/m4/tm_gmtoff.m4 $(top_srcdir)/m4/tzset.m4 \
144          $(top_srcdir)/m4/uintmax_t.m4 $(top_srcdir)/m4/ulonglong.m4 \          $(top_srcdir)/m4/uint32_t.m4 $(top_srcdir)/m4/uintmax_t.m4 \
145          $(top_srcdir)/m4/unistd-safer.m4 \          $(top_srcdir)/m4/ulonglong.m4 $(top_srcdir)/m4/unistd-safer.m4 \
146          $(top_srcdir)/m4/unlocked-io.m4 $(top_srcdir)/m4/vasnprintf.m4 \          $(top_srcdir)/m4/unlocked-io.m4 $(top_srcdir)/m4/vasnprintf.m4 \
147          $(top_srcdir)/m4/vasprintf.m4 $(top_srcdir)/m4/wchar_t.m4 \          $(top_srcdir)/m4/vasprintf.m4 $(top_srcdir)/m4/wchar_t.m4 \
148          $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xalloc.m4 \          $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xalloc.m4 \
# Line 159  libcvs_a_DEPENDENCIES = @LIBOBJS@ @ALLOC Line 162  libcvs_a_DEPENDENCIES = @LIBOBJS@ @ALLOC
162  am_libcvs_a_OBJECTS = sighandle.$(OBJEXT) allocsa.$(OBJEXT) \  am_libcvs_a_OBJECTS = sighandle.$(OBJEXT) allocsa.$(OBJEXT) \
163          cycle-check.$(OBJEXT) basename.$(OBJEXT) stripslash.$(OBJEXT) \          cycle-check.$(OBJEXT) basename.$(OBJEXT) stripslash.$(OBJEXT) \
164          getnline.$(OBJEXT) strnlen1.$(OBJEXT) xalloc-die.$(OBJEXT) \          getnline.$(OBJEXT) strnlen1.$(OBJEXT) xalloc-die.$(OBJEXT) \
165          xgethostname.$(OBJEXT) xreadlink.$(OBJEXT)          xgethostname.$(OBJEXT)
166  libcvs_a_OBJECTS = $(am_libcvs_a_OBJECTS)  libcvs_a_OBJECTS = $(am_libcvs_a_OBJECTS)
167  am_getdate_OBJECTS = getdate-error.$(OBJEXT) getdate-getdate.$(OBJEXT) \  am_getdate_OBJECTS = getdate-error.$(OBJEXT) getdate-getdate.$(OBJEXT) \
168          getdate-progname.$(OBJEXT)          getdate-progname.$(OBJEXT)
# Line 322  noinst_LIBRARIES = libcvs.a Line 325  noinst_LIBRARIES = libcvs.a
325  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 \
326          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 \
327          basename.c stripslash.c error.h exit.h getaddrinfo.h \          basename.c stripslash.c error.h exit.h getaddrinfo.h \
328          getnline.h getnline.c gettext.h mbuiter.h minmax.h setenv.h \          getnline.h getnline.c gettext.h mbchar.h mbuiter.h minmax.h \
329          size_max.h strcase.h strnlen1.h strnlen1.c strstr.h time_r.h \          setenv.h size_max.h strcase.h strnlen1.h strnlen1.c strstr.h \
330          printf-args.h printf-parse.h vasnprintf.h vasprintf.h \          time_r.h printf-args.h printf-parse.h vasnprintf.h vasprintf.h \
331          xalloc-die.c xgethostname.h xgethostname.c xreadlink.h \          xalloc-die.c xgethostname.h xgethostname.c xsize.h
         xreadlink.c xsize.h  
332  libcvs_a_LIBADD = @LIBOBJS@ @ALLOCA@  libcvs_a_LIBADD = @LIBOBJS@ @ALLOCA@
333  BUILT_SOURCES = $(ALLOCA_H) $(FNMATCH_H) getdate.c $(GETOPT_H) \  BUILT_SOURCES = $(ALLOCA_H) $(FNMATCH_H) getdate.c $(GETOPT_H) \
334          $(GLOB_H) $(STDBOOL_H) $(STDINT_H)          $(GLOB_H) $(STDBOOL_H) $(STDINT_H)
# Line 411  distclean-compile: Line 413  distclean-compile:
413  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/canonicalize.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/canonicalize.Po@am__quote@
414  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/chdir-long.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/chdir-long.Po@am__quote@
415  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/closeout.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/closeout.Po@am__quote@
416    @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/creat-safer.Po@am__quote@
417  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/dirname.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/dirname.Po@am__quote@
418  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/dup-safer.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/dup-safer.Po@am__quote@
419  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/dup2.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/dup2.Po@am__quote@
# Line 450  distclean-compile: Line 453  distclean-compile:
453  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mkstemp.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mkstemp.Po@am__quote@
454  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mktime.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mktime.Po@am__quote@
455  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/nanosleep.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/nanosleep.Po@am__quote@
456    @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/open-safer.Po@am__quote@
457    @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/openat-die.Po@am__quote@
458  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/openat.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/openat.Po@am__quote@
459  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pagealign_alloc.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pagealign_alloc.Po@am__quote@
460  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pipe-safer.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pipe-safer.Po@am__quote@
# Line 483  distclean-compile: Line 488  distclean-compile:
488  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/waitpid.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/waitpid.Po@am__quote@
489  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/xgetcwd.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/xgetcwd.Po@am__quote@
490  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/xmalloc.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/xmalloc.Po@am__quote@
491    @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/xreadlink.Po@am__quote@
492  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/yesno.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/yesno.Po@am__quote@
493  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/allocsa.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/allocsa.Po@am__quote@
494  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basename.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basename.Po@am__quote@
# Line 496  distclean-compile: Line 502  distclean-compile:
502  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strnlen1.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strnlen1.Po@am__quote@
503  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xalloc-die.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xalloc-die.Po@am__quote@
504  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xgethostname.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xgethostname.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xreadlink.Po@am__quote@  
505    
506  .c.o:  .c.o:
507  @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \  @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \

Legend:
Removed from v.1.196  
changed lines
  Added in v.1.197

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