lib/cdb++/Makefile.in
changeset 0 6f7a81934006
child 2 b3afb9f1e801
equal deleted inserted replaced
-1:000000000000 0:6f7a81934006
       
     1 # Makefile.in generated automatically by automake 1.4a from Makefile.am
       
     2 
       
     3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
       
     4 # This Makefile.in is free software; the Free Software Foundation
       
     5 # gives unlimited permission to copy and/or distribute it,
       
     6 # with or without modifications, as long as this notice is preserved.
       
     7 
       
     8 # This program is distributed in the hope that it will be useful,
       
     9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
       
    10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
       
    11 # PARTICULAR PURPOSE.
       
    12 
       
    13 
       
    14 SHELL = @SHELL@
       
    15 
       
    16 srcdir = @srcdir@
       
    17 top_srcdir = @top_srcdir@
       
    18 VPATH = @srcdir@
       
    19 prefix = @prefix@
       
    20 exec_prefix = @exec_prefix@
       
    21 
       
    22 bindir = @bindir@
       
    23 sbindir = @sbindir@
       
    24 libexecdir = @libexecdir@
       
    25 datadir = @datadir@
       
    26 sysconfdir = @sysconfdir@
       
    27 sharedstatedir = @sharedstatedir@
       
    28 localstatedir = @localstatedir@
       
    29 libdir = @libdir@
       
    30 infodir = @infodir@
       
    31 mandir = @mandir@
       
    32 includedir = @includedir@
       
    33 oldincludedir = /usr/include
       
    34 
       
    35 DESTDIR =
       
    36 
       
    37 pkgdatadir = $(datadir)/@PACKAGE@
       
    38 pkglibdir = $(libdir)/@PACKAGE@
       
    39 pkgincludedir = $(includedir)/@PACKAGE@
       
    40 
       
    41 top_builddir = ../..
       
    42 
       
    43 ACLOCAL = @ACLOCAL@
       
    44 AUTOCONF = @AUTOCONF@
       
    45 AUTOMAKE = @AUTOMAKE@
       
    46 AUTOHEADER = @AUTOHEADER@
       
    47 
       
    48 INSTALL = @INSTALL@
       
    49 INSTALL_PROGRAM = @INSTALL_PROGRAM@
       
    50 INSTALL_DATA = @INSTALL_DATA@
       
    51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
       
    52 INSTALL_STRIP_FLAG =
       
    53 transform = @program_transform_name@
       
    54 
       
    55 NORMAL_INSTALL = :
       
    56 PRE_INSTALL = :
       
    57 POST_INSTALL = :
       
    58 NORMAL_UNINSTALL = :
       
    59 PRE_UNINSTALL = :
       
    60 POST_UNINSTALL = :
       
    61 CC = @CC@
       
    62 CDBPROGS = @CDBPROGS@
       
    63 CDBSCRIPTS = @CDBSCRIPTS@
       
    64 CXX = @CXX@
       
    65 HTML2TXT = @HTML2TXT@
       
    66 LN = @LN@
       
    67 LYNX = @LYNX@
       
    68 MAKEINFO = @MAKEINFO@
       
    69 MKDIR = @MKDIR@
       
    70 PACKAGE = @PACKAGE@
       
    71 POD2HTML = @POD2HTML@
       
    72 POD2MAN = @POD2MAN@
       
    73 PYTHON = @PYTHON@
       
    74 RANLIB = @RANLIB@
       
    75 RM = @RM@
       
    76 STRIP = @STRIP@
       
    77 SUFFIXES = @SUFFIXES@
       
    78 VERSION = @VERSION@
       
    79 W3M = @W3M@
       
    80 cgidir = @cgidir@
       
    81 phpdir = @phpdir@
       
    82 pythonlibdir = @pythonlibdir@
       
    83 
       
    84 noinst_LIBRARIES = libcdb++.a
       
    85 EXTRA_DIST = ChangeLog cdbtest.cc
       
    86 
       
    87 INCLUDES = -I..
       
    88 
       
    89 libcdb___a_SOURCES =  	cdb++.h internal.h datum.h datum.cc 	cdb_reader.cc cdb_writer.cc 	cdb_getrec.cc cdb_get.cc cdb_make.cc
       
    90 
       
    91 
       
    92 CLEANFILES = cdbtest.o cdbtest
       
    93 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
       
    94 CONFIG_HEADER = ../../config.h
       
    95 CONFIG_CLEAN_FILES = 
       
    96 LIBRARIES =  $(noinst_LIBRARIES)
       
    97 
       
    98 
       
    99 DEFS = @DEFS@ -I. -I$(srcdir) -I../..
       
   100 CPPFLAGS = @CPPFLAGS@
       
   101 LDFLAGS = @LDFLAGS@
       
   102 LIBS = @LIBS@
       
   103 libcdb___a_LIBADD = 
       
   104 libcdb___a_OBJECTS =  datum.o cdb_reader.o cdb_writer.o cdb_getrec.o \
       
   105 cdb_get.o cdb_make.o
       
   106 AR = ar
       
   107 CXXFLAGS = @CXXFLAGS@
       
   108 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
       
   109 CXXLD = $(CXX)
       
   110 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
       
   111 CFLAGS = @CFLAGS@
       
   112 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
       
   113 CCLD = $(CC)
       
   114 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
       
   115 DIST_COMMON =  ChangeLog Makefile.am Makefile.in
       
   116 
       
   117 
       
   118 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
       
   119 
       
   120 TAR = gtar
       
   121 GZIP_ENV = --best
       
   122 SOURCES = $(libcdb___a_SOURCES)
       
   123 OBJECTS = $(libcdb___a_OBJECTS)
       
   124 
       
   125 all: all-redirect
       
   126 .SUFFIXES:
       
   127 .SUFFIXES: .S .c .cc .o .s @SUFFIXES@
       
   128 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
       
   129 	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps lib/cdb++/Makefile
       
   130 
       
   131 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
       
   132 	cd $(top_builddir) \
       
   133 	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
       
   134 
       
   135 
       
   136 mostlyclean-noinstLIBRARIES:
       
   137 
       
   138 clean-noinstLIBRARIES:
       
   139 	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
       
   140 
       
   141 distclean-noinstLIBRARIES:
       
   142 
       
   143 maintainer-clean-noinstLIBRARIES:
       
   144 
       
   145 .c.o:
       
   146 	$(COMPILE) -c $<
       
   147 
       
   148 .s.o:
       
   149 	$(COMPILE) -c $<
       
   150 
       
   151 .S.o:
       
   152 	$(COMPILE) -c $<
       
   153 
       
   154 mostlyclean-compile:
       
   155 	-rm -f *.o core *.core
       
   156 
       
   157 clean-compile:
       
   158 
       
   159 distclean-compile:
       
   160 	-rm -f *.tab.c
       
   161 
       
   162 maintainer-clean-compile:
       
   163 
       
   164 libcdb++.a: $(libcdb___a_OBJECTS) $(libcdb___a_DEPENDENCIES)
       
   165 	-rm -f libcdb++.a
       
   166 	$(AR) cru libcdb++.a $(libcdb___a_OBJECTS) $(libcdb___a_LIBADD)
       
   167 	$(RANLIB) libcdb++.a
       
   168 .cc.o:
       
   169 	$(CXXCOMPILE) -c $<
       
   170 
       
   171 tags: TAGS
       
   172 
       
   173 ID: $(HEADERS) $(SOURCES) $(LISP)
       
   174 	list='$(SOURCES) $(HEADERS)'; \
       
   175 	unique=`for i in $$list; do echo $$i; done | \
       
   176 	  awk '    { files[$$0] = 1; } \
       
   177 	       END { for (i in files) print i; }'`; \
       
   178 	here=`pwd` && cd $(srcdir) \
       
   179 	  && mkid -f$$here/ID $$unique $(LISP)
       
   180 
       
   181 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
       
   182 	tags=; \
       
   183 	here=`pwd`; \
       
   184 	list='$(SOURCES) $(HEADERS)'; \
       
   185 	unique=`for i in $$list; do echo $$i; done | \
       
   186 	  awk '    { files[$$0] = 1; } \
       
   187 	       END { for (i in files) print i; }'`; \
       
   188 	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
       
   189 	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
       
   190 
       
   191 mostlyclean-tags:
       
   192 
       
   193 clean-tags:
       
   194 
       
   195 distclean-tags:
       
   196 	-rm -f TAGS ID
       
   197 
       
   198 maintainer-clean-tags:
       
   199 
       
   200 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
       
   201 
       
   202 subdir = lib/cdb++
       
   203 
       
   204 distdir: $(DISTFILES)
       
   205 	@for file in $(DISTFILES); do \
       
   206 	  d=$(srcdir); \
       
   207 	  if test -d $$d/$$file; then \
       
   208 	    cp -pr $$d/$$file $(distdir)/$$file; \
       
   209 	  else \
       
   210 	    test -f $(distdir)/$$file \
       
   211 	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
       
   212 	    || cp -p $$d/$$file $(distdir)/$$file || :; \
       
   213 	  fi; \
       
   214 	done
       
   215 cdb_get.o: cdb_get.cc cdb++.h ../mystring/mystring.h ../mystring/rep.h \
       
   216 	../mystring/iter.h ../mystring/join.h ../cdb++/datum.h \
       
   217 	../fdbuf/fdbuf.h ../../config.h ../fdbuf/fdibuf.h \
       
   218 	../fdbuf/fdobuf.h internal.h
       
   219 cdb_getrec.o: cdb_getrec.cc cdb++.h ../mystring/mystring.h \
       
   220 	../mystring/rep.h ../mystring/iter.h ../mystring/join.h \
       
   221 	../cdb++/datum.h ../fdbuf/fdbuf.h ../../config.h \
       
   222 	../fdbuf/fdibuf.h ../fdbuf/fdobuf.h
       
   223 cdb_make.o: cdb_make.cc cdb++.h ../mystring/mystring.h ../mystring/rep.h \
       
   224 	../mystring/iter.h ../mystring/join.h ../cdb++/datum.h \
       
   225 	../fdbuf/fdbuf.h ../../config.h ../fdbuf/fdibuf.h \
       
   226 	../fdbuf/fdobuf.h internal.h
       
   227 cdb_reader.o: cdb_reader.cc cdb++.h ../mystring/mystring.h \
       
   228 	../mystring/rep.h ../mystring/iter.h ../mystring/join.h \
       
   229 	../cdb++/datum.h ../fdbuf/fdbuf.h ../../config.h \
       
   230 	../fdbuf/fdibuf.h ../fdbuf/fdobuf.h internal.h
       
   231 cdb_writer.o: cdb_writer.cc cdb++.h ../mystring/mystring.h \
       
   232 	../mystring/rep.h ../mystring/iter.h ../mystring/join.h \
       
   233 	../cdb++/datum.h ../fdbuf/fdbuf.h ../../config.h \
       
   234 	../fdbuf/fdibuf.h ../fdbuf/fdobuf.h internal.h
       
   235 datum.o: datum.cc datum.h ../fdbuf/fdbuf.h ../../config.h \
       
   236 	../fdbuf/fdibuf.h ../fdbuf/fdobuf.h ../mystring/mystring.h \
       
   237 	../mystring/rep.h ../mystring/iter.h ../mystring/join.h
       
   238 
       
   239 info-am:
       
   240 info: info-am
       
   241 dvi-am:
       
   242 dvi: dvi-am
       
   243 check-am: all-am
       
   244 check: check-am
       
   245 installcheck-am:
       
   246 installcheck: installcheck-am
       
   247 install-exec-am:
       
   248 install-exec: install-exec-am
       
   249 
       
   250 install-data-am:
       
   251 install-data: install-data-am
       
   252 
       
   253 install-am: all-am
       
   254 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
       
   255 install: install-am
       
   256 uninstall-am:
       
   257 uninstall: uninstall-am
       
   258 all-am: Makefile $(LIBRARIES)
       
   259 all-redirect: all-am
       
   260 install-strip:
       
   261 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
       
   262 installdirs:
       
   263 
       
   264 
       
   265 mostlyclean-generic:
       
   266 
       
   267 clean-generic:
       
   268 	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
       
   269 
       
   270 distclean-generic:
       
   271 	-rm -f Makefile $(CONFIG_CLEAN_FILES)
       
   272 	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
       
   273 
       
   274 maintainer-clean-generic:
       
   275 mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
       
   276 		mostlyclean-tags mostlyclean-generic
       
   277 
       
   278 mostlyclean: mostlyclean-am
       
   279 
       
   280 clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
       
   281 		mostlyclean-am
       
   282 
       
   283 clean: clean-am
       
   284 
       
   285 distclean-am:  distclean-noinstLIBRARIES distclean-compile \
       
   286 		distclean-tags distclean-generic clean-am
       
   287 
       
   288 distclean: distclean-am
       
   289 
       
   290 maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
       
   291 		maintainer-clean-compile maintainer-clean-tags \
       
   292 		maintainer-clean-generic distclean-am
       
   293 	@echo "This command is intended for maintainers to use;"
       
   294 	@echo "it deletes files that may require special tools to rebuild."
       
   295 
       
   296 maintainer-clean: maintainer-clean-am
       
   297 
       
   298 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
       
   299 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
       
   300 mostlyclean-compile distclean-compile clean-compile \
       
   301 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
       
   302 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
       
   303 check-am installcheck-am installcheck install-exec-am install-exec \
       
   304 install-data-am install-data install-am install uninstall-am uninstall \
       
   305 all-redirect all-am all installdirs mostlyclean-generic \
       
   306 distclean-generic clean-generic maintainer-clean-generic clean \
       
   307 mostlyclean distclean maintainer-clean
       
   308 
       
   309 
       
   310 test: cdbtest
       
   311 cdbtest: cdbtest.o libcdb++.a
       
   312 	$(CXX) $(CXXFLAGS) -o cdbtest cdbtest.o -L../misc -lmisc -L../mystring -lmystring -L. -lcdb++
       
   313 cdbtest.o: cdbtest.cc cdb++.h
       
   314 
       
   315 # Tell versions [3.59,3.63) of GNU make to not export all variables.
       
   316 # Otherwise a system limit (for SysV at least) may be exceeded.
       
   317 .NOEXPORT: