/[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.198.2.1 by dprice, Thu Oct 20 21:33:09 2005 UTC revision 1.198.2.2 by dprice, Fri Oct 28 02:33:32 2005 UTC
# Line 87  am__aclocal_m4_deps = $(top_srcdir)/m4/a Line 87  am__aclocal_m4_deps = $(top_srcdir)/m4/a
87          $(top_srcdir)/m4/acx_with_gssapi.m4 $(top_srcdir)/m4/alloca.m4 \          $(top_srcdir)/m4/acx_with_gssapi.m4 $(top_srcdir)/m4/alloca.m4 \
88          $(top_srcdir)/m4/allocsa.m4 \          $(top_srcdir)/m4/allocsa.m4 \
89          $(top_srcdir)/m4/asx_version_compare.m4 \          $(top_srcdir)/m4/asx_version_compare.m4 \
90          $(top_srcdir)/m4/atexit.m4 $(top_srcdir)/m4/bison.m4 \          $(top_srcdir)/m4/atexit.m4 $(top_srcdir)/m4/base64.m4 \
91          $(top_srcdir)/m4/canon-host.m4 \          $(top_srcdir)/m4/bison.m4 $(top_srcdir)/m4/canon-host.m4 \
92          $(top_srcdir)/m4/canonicalize.m4 \          $(top_srcdir)/m4/canonicalize.m4 \
93          $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/clock_time.m4 \          $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/clock_time.m4 \
94          $(top_srcdir)/m4/closeout.m4 $(top_srcdir)/m4/codeset.m4 \          $(top_srcdir)/m4/closeout.m4 $(top_srcdir)/m4/codeset.m4 \
# Line 160  ARFLAGS = cru Line 160  ARFLAGS = cru
160  libcvs_a_AR = $(AR) $(ARFLAGS)  libcvs_a_AR = $(AR) $(ARFLAGS)
161  libcvs_a_DEPENDENCIES = @LIBOBJS@ @ALLOCA@  libcvs_a_DEPENDENCIES = @LIBOBJS@ @ALLOCA@
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) \          base64.$(OBJEXT) cycle-check.$(OBJEXT) basename.$(OBJEXT) \
164          getnline.$(OBJEXT) strnlen1.$(OBJEXT) xalloc-die.$(OBJEXT) \          stripslash.$(OBJEXT) getnline.$(OBJEXT) strnlen1.$(OBJEXT) \
165          xgethostname.$(OBJEXT)          xalloc-die.$(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 324  noinst_LIBRARIES = libcvs.a Line 324  noinst_LIBRARIES = libcvs.a
324  # with the diff library (perhaps to have the caller, CVS, do the  # with the diff library (perhaps to have the caller, CVS, do the
325  # matching?)  # matching?)
326  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 \
327          allocsa.h allocsa.c cycle-check.c cycle-check.h dev-ino.h \          allocsa.h allocsa.c base64.h base64.c cycle-check.c \
328          basename.c stripslash.c error.h exit.h getaddrinfo.h \          cycle-check.h dev-ino.h basename.c stripslash.c error.h exit.h \
329          getnline.h getnline.c gettext.h mbchar.h mbuiter.h minmax.h \          getaddrinfo.h getnline.h getnline.c gettext.h mbchar.h \
330          setenv.h size_max.h strcase.h strnlen1.h strnlen1.c strstr.h \          mbuiter.h minmax.h setenv.h size_max.h strcase.h strnlen1.h \
331          time_r.h printf-args.h printf-parse.h vasnprintf.h vasprintf.h \          strnlen1.c strstr.h time_r.h printf-args.h printf-parse.h \
332          xalloc-die.c xgethostname.h xgethostname.c xsize.h          vasnprintf.h vasprintf.h xalloc-die.c xgethostname.h \
333            xgethostname.c xsize.h
334  libcvs_a_LIBADD = @LIBOBJS@ @ALLOCA@  libcvs_a_LIBADD = @LIBOBJS@ @ALLOCA@
335  BUILT_SOURCES = $(ALLOCA_H) $(FNMATCH_H) getdate.c $(GETOPT_H) \  BUILT_SOURCES = $(ALLOCA_H) $(FNMATCH_H) getdate.c $(GETOPT_H) \
336          $(GLOB_H) $(STDBOOL_H) $(STDINT_H)          $(GLOB_H) $(STDBOOL_H) $(STDINT_H)
# Line 492  distclean-compile: Line 493  distclean-compile:
493  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/xreadlink.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/xreadlink.Po@am__quote@
494  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/yesno.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/yesno.Po@am__quote@
495  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/allocsa.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/allocsa.Po@am__quote@
496    @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base64.Po@am__quote@
497  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basename.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basename.Po@am__quote@
498  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cycle-check.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cycle-check.Po@am__quote@
499  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getdate-error.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getdate-error.Po@am__quote@

Legend:
Removed from v.1.198.2.1  
changed lines
  Added in v.1.198.2.2

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