lib/mystring/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 = libmystring.a
       
    85 EXTRA_DIST = ChangeLog iter.h join.h mystring.h rep.h trace.h
       
    86 
       
    87 INCLUDES = -I..
       
    88 
       
    89 libmystring_a_SOURCES =  	append.cc 	assign.cc 	count.cc 	fdobuf.cc 	find_first_ch.cc 	find_first_of.cc 	find_last_ch.cc 	find_last_of.cc 	iter.cc 	join.cc 	lower.cc 	lstrip.cc 	mystring.cc 	rep.cc 	rstrip.cc 	sub.cc 	subst.cc 	strip.cc 	upper.cc
       
    90 
       
    91 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
       
    92 CONFIG_HEADER = ../../config.h
       
    93 CONFIG_CLEAN_FILES = 
       
    94 LIBRARIES =  $(noinst_LIBRARIES)
       
    95 
       
    96 
       
    97 DEFS = @DEFS@ -I. -I$(srcdir) -I../..
       
    98 CPPFLAGS = @CPPFLAGS@
       
    99 LDFLAGS = @LDFLAGS@
       
   100 LIBS = @LIBS@
       
   101 libmystring_a_LIBADD = 
       
   102 libmystring_a_OBJECTS =  append.o assign.o count.o fdobuf.o \
       
   103 find_first_ch.o find_first_of.o find_last_ch.o find_last_of.o iter.o \
       
   104 join.o lower.o lstrip.o mystring.o rep.o rstrip.o sub.o subst.o strip.o \
       
   105 upper.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 DIST_COMMON =  ChangeLog Makefile.am Makefile.in
       
   112 
       
   113 
       
   114 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
       
   115 
       
   116 TAR = gtar
       
   117 GZIP_ENV = --best
       
   118 SOURCES = $(libmystring_a_SOURCES)
       
   119 OBJECTS = $(libmystring_a_OBJECTS)
       
   120 
       
   121 all: all-redirect
       
   122 .SUFFIXES:
       
   123 .SUFFIXES: .S .c .cc .o .s @SUFFIXES@
       
   124 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
       
   125 	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps lib/mystring/Makefile
       
   126 
       
   127 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
       
   128 	cd $(top_builddir) \
       
   129 	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
       
   130 
       
   131 
       
   132 mostlyclean-noinstLIBRARIES:
       
   133 
       
   134 clean-noinstLIBRARIES:
       
   135 	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
       
   136 
       
   137 distclean-noinstLIBRARIES:
       
   138 
       
   139 maintainer-clean-noinstLIBRARIES:
       
   140 
       
   141 .c.o:
       
   142 	$(COMPILE) -c $<
       
   143 
       
   144 .s.o:
       
   145 	$(COMPILE) -c $<
       
   146 
       
   147 .S.o:
       
   148 	$(COMPILE) -c $<
       
   149 
       
   150 mostlyclean-compile:
       
   151 	-rm -f *.o core *.core
       
   152 
       
   153 clean-compile:
       
   154 
       
   155 distclean-compile:
       
   156 	-rm -f *.tab.c
       
   157 
       
   158 maintainer-clean-compile:
       
   159 
       
   160 libmystring.a: $(libmystring_a_OBJECTS) $(libmystring_a_DEPENDENCIES)
       
   161 	-rm -f libmystring.a
       
   162 	$(AR) cru libmystring.a $(libmystring_a_OBJECTS) $(libmystring_a_LIBADD)
       
   163 	$(RANLIB) libmystring.a
       
   164 .cc.o:
       
   165 	$(CXXCOMPILE) -c $<
       
   166 
       
   167 tags: TAGS
       
   168 
       
   169 ID: $(HEADERS) $(SOURCES) $(LISP)
       
   170 	list='$(SOURCES) $(HEADERS)'; \
       
   171 	unique=`for i in $$list; do echo $$i; done | \
       
   172 	  awk '    { files[$$0] = 1; } \
       
   173 	       END { for (i in files) print i; }'`; \
       
   174 	here=`pwd` && cd $(srcdir) \
       
   175 	  && mkid -f$$here/ID $$unique $(LISP)
       
   176 
       
   177 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
       
   178 	tags=; \
       
   179 	here=`pwd`; \
       
   180 	list='$(SOURCES) $(HEADERS)'; \
       
   181 	unique=`for i in $$list; do echo $$i; done | \
       
   182 	  awk '    { files[$$0] = 1; } \
       
   183 	       END { for (i in files) print i; }'`; \
       
   184 	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
       
   185 	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
       
   186 
       
   187 mostlyclean-tags:
       
   188 
       
   189 clean-tags:
       
   190 
       
   191 distclean-tags:
       
   192 	-rm -f TAGS ID
       
   193 
       
   194 maintainer-clean-tags:
       
   195 
       
   196 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
       
   197 
       
   198 subdir = lib/mystring
       
   199 
       
   200 distdir: $(DISTFILES)
       
   201 	@for file in $(DISTFILES); do \
       
   202 	  d=$(srcdir); \
       
   203 	  if test -d $$d/$$file; then \
       
   204 	    cp -pr $$d/$$file $(distdir)/$$file; \
       
   205 	  else \
       
   206 	    test -f $(distdir)/$$file \
       
   207 	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
       
   208 	    || cp -p $$d/$$file $(distdir)/$$file || :; \
       
   209 	  fi; \
       
   210 	done
       
   211 append.o: append.cc mystring.h ../mystring/rep.h ../mystring/iter.h \
       
   212 	../mystring/join.h trace.h
       
   213 assign.o: assign.cc mystring.h ../mystring/rep.h ../mystring/iter.h \
       
   214 	../mystring/join.h trace.h
       
   215 count.o: count.cc mystring.h ../mystring/rep.h ../mystring/iter.h \
       
   216 	../mystring/join.h
       
   217 fdobuf.o: fdobuf.cc mystring.h ../mystring/rep.h ../mystring/iter.h \
       
   218 	../mystring/join.h ../fdbuf/fdbuf.h ../../config.h \
       
   219 	../fdbuf/fdibuf.h ../fdbuf/fdobuf.h
       
   220 find_first_ch.o: find_first_ch.cc mystring.h ../mystring/rep.h \
       
   221 	../mystring/iter.h ../mystring/join.h
       
   222 find_first_of.o: find_first_of.cc mystring.h ../mystring/rep.h \
       
   223 	../mystring/iter.h ../mystring/join.h
       
   224 find_last_ch.o: find_last_ch.cc mystring.h ../mystring/rep.h \
       
   225 	../mystring/iter.h ../mystring/join.h
       
   226 find_last_of.o: find_last_of.cc mystring.h ../mystring/rep.h \
       
   227 	../mystring/iter.h ../mystring/join.h
       
   228 iter.o: iter.cc mystring.h ../mystring/rep.h ../mystring/iter.h \
       
   229 	../mystring/join.h
       
   230 join.o: join.cc mystring.h ../mystring/rep.h ../mystring/iter.h \
       
   231 	../mystring/join.h
       
   232 lower.o: lower.cc mystring.h ../mystring/rep.h ../mystring/iter.h \
       
   233 	../mystring/join.h
       
   234 lstrip.o: lstrip.cc mystring.h ../mystring/rep.h ../mystring/iter.h \
       
   235 	../mystring/join.h
       
   236 mystring.o: mystring.cc mystring.h ../mystring/rep.h ../mystring/iter.h \
       
   237 	../mystring/join.h trace.h
       
   238 rep.o: rep.cc mystring.h ../mystring/rep.h ../mystring/iter.h \
       
   239 	../mystring/join.h trace.h
       
   240 rstrip.o: rstrip.cc mystring.h ../mystring/rep.h ../mystring/iter.h \
       
   241 	../mystring/join.h
       
   242 strip.o: strip.cc mystring.h ../mystring/rep.h ../mystring/iter.h \
       
   243 	../mystring/join.h
       
   244 sub.o: sub.cc mystring.h ../mystring/rep.h ../mystring/iter.h \
       
   245 	../mystring/join.h
       
   246 subst.o: subst.cc mystring.h ../mystring/rep.h ../mystring/iter.h \
       
   247 	../mystring/join.h
       
   248 upper.o: upper.cc mystring.h ../mystring/rep.h ../mystring/iter.h \
       
   249 	../mystring/join.h
       
   250 
       
   251 info-am:
       
   252 info: info-am
       
   253 dvi-am:
       
   254 dvi: dvi-am
       
   255 check-am: all-am
       
   256 check: check-am
       
   257 installcheck-am:
       
   258 installcheck: installcheck-am
       
   259 install-exec-am:
       
   260 install-exec: install-exec-am
       
   261 
       
   262 install-data-am:
       
   263 install-data: install-data-am
       
   264 
       
   265 install-am: all-am
       
   266 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
       
   267 install: install-am
       
   268 uninstall-am:
       
   269 uninstall: uninstall-am
       
   270 all-am: Makefile $(LIBRARIES)
       
   271 all-redirect: all-am
       
   272 install-strip:
       
   273 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
       
   274 installdirs:
       
   275 
       
   276 
       
   277 mostlyclean-generic:
       
   278 
       
   279 clean-generic:
       
   280 
       
   281 distclean-generic:
       
   282 	-rm -f Makefile $(CONFIG_CLEAN_FILES)
       
   283 	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
       
   284 
       
   285 maintainer-clean-generic:
       
   286 mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
       
   287 		mostlyclean-tags mostlyclean-generic
       
   288 
       
   289 mostlyclean: mostlyclean-am
       
   290 
       
   291 clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
       
   292 		mostlyclean-am
       
   293 
       
   294 clean: clean-am
       
   295 
       
   296 distclean-am:  distclean-noinstLIBRARIES distclean-compile \
       
   297 		distclean-tags distclean-generic clean-am
       
   298 
       
   299 distclean: distclean-am
       
   300 
       
   301 maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
       
   302 		maintainer-clean-compile maintainer-clean-tags \
       
   303 		maintainer-clean-generic distclean-am
       
   304 	@echo "This command is intended for maintainers to use;"
       
   305 	@echo "it deletes files that may require special tools to rebuild."
       
   306 
       
   307 maintainer-clean: maintainer-clean-am
       
   308 
       
   309 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
       
   310 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
       
   311 mostlyclean-compile distclean-compile clean-compile \
       
   312 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
       
   313 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
       
   314 check-am installcheck-am installcheck install-exec-am install-exec \
       
   315 install-data-am install-data install-am install uninstall-am uninstall \
       
   316 all-redirect all-am all installdirs mostlyclean-generic \
       
   317 distclean-generic clean-generic maintainer-clean-generic clean \
       
   318 mostlyclean distclean maintainer-clean
       
   319 
       
   320 
       
   321 # Tell versions [3.59,3.63) of GNU make to not export all variables.
       
   322 # Otherwise a system limit (for SysV at least) may be exceeded.
       
   323 .NOEXPORT: