[689] | 1 | # Makefile.in generated by automake 1.11 from Makefile.am. |
---|
[245] | 2 | # @configure_input@ |
---|
| 3 | |
---|
| 4 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
---|
[689] | 5 | # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, |
---|
| 6 | # Inc. |
---|
[245] | 7 | # This Makefile.in is free software; the Free Software Foundation |
---|
| 8 | # gives unlimited permission to copy and/or distribute it, |
---|
| 9 | # with or without modifications, as long as this notice is preserved. |
---|
| 10 | |
---|
| 11 | # This program is distributed in the hope that it will be useful, |
---|
| 12 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without |
---|
| 13 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
---|
| 14 | # PARTICULAR PURPOSE. |
---|
| 15 | |
---|
| 16 | @SET_MAKE@ |
---|
[691] | 17 | |
---|
| 18 | |
---|
| 19 | |
---|
[245] | 20 | VPATH = @srcdir@ |
---|
| 21 | pkgdatadir = $(datadir)/@PACKAGE@ |
---|
| 22 | pkgincludedir = $(includedir)/@PACKAGE@ |
---|
[689] | 23 | pkglibdir = $(libdir)/@PACKAGE@ |
---|
| 24 | pkglibexecdir = $(libexecdir)/@PACKAGE@ |
---|
[245] | 25 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
---|
| 26 | install_sh_DATA = $(install_sh) -c -m 644 |
---|
| 27 | install_sh_PROGRAM = $(install_sh) -c |
---|
| 28 | install_sh_SCRIPT = $(install_sh) -c |
---|
| 29 | INSTALL_HEADER = $(INSTALL_DATA) |
---|
| 30 | transform = $(program_transform_name) |
---|
| 31 | NORMAL_INSTALL = : |
---|
| 32 | PRE_INSTALL = : |
---|
| 33 | POST_INSTALL = : |
---|
| 34 | NORMAL_UNINSTALL = : |
---|
| 35 | PRE_UNINSTALL = : |
---|
| 36 | POST_UNINSTALL = : |
---|
| 37 | build_triplet = @build@ |
---|
| 38 | host_triplet = @host@ |
---|
| 39 | target_triplet = @target@ |
---|
[691] | 40 | @BUILDCXX_TRUE@am__append_1 = libconfig++.la |
---|
| 41 | @GNU_WIN_TRUE@am__append_2 = -DLIBCONFIG_EXPORTS |
---|
| 42 | @GNU_WIN_TRUE@am__append_3 = -DLIBCONFIGXX_EXPORTS -DLIBCONFIG_STATIC |
---|
| 43 | @BUILDCXX_TRUE@am__append_4 = $(libinc_cpp) |
---|
| 44 | @BUILDCXX_TRUE@am__append_5 = libconfig++.pc |
---|
| 45 | subdir = lib |
---|
| 46 | DIST_COMMON = $(am__include_HEADERS_DIST) $(srcdir)/Makefile.am \ |
---|
| 47 | $(srcdir)/Makefile.in $(srcdir)/libconfig++.pc.in \ |
---|
| 48 | $(srcdir)/libconfig.pc.in grammar.c grammar.h scanner.c |
---|
[245] | 49 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
---|
| 50 | am__aclocal_m4_deps = $(top_srcdir)/configure.ac |
---|
| 51 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
---|
| 52 | $(ACLOCAL_M4) |
---|
[689] | 53 | mkinstalldirs = $(SHELL) $(top_srcdir)/aux-build/mkinstalldirs |
---|
[691] | 54 | CONFIG_HEADER = $(top_builddir)/ac_config.h |
---|
| 55 | CONFIG_CLEAN_FILES = libconfig.pc libconfig++.pc |
---|
[689] | 56 | CONFIG_CLEAN_VPATH_FILES = |
---|
[691] | 57 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
---|
| 58 | am__vpath_adj = case $$p in \ |
---|
| 59 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
---|
| 60 | *) f=$$p;; \ |
---|
| 61 | esac; |
---|
| 62 | am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; |
---|
| 63 | am__install_max = 40 |
---|
| 64 | am__nobase_strip_setup = \ |
---|
| 65 | srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` |
---|
| 66 | am__nobase_strip = \ |
---|
| 67 | for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" |
---|
| 68 | am__nobase_list = $(am__nobase_strip_setup); \ |
---|
| 69 | for p in $$list; do echo "$$p $$p"; done | \ |
---|
| 70 | sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ |
---|
| 71 | $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ |
---|
| 72 | if (++n[$$2] == $(am__install_max)) \ |
---|
| 73 | { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ |
---|
| 74 | END { for (dir in files) print dir, files[dir] }' |
---|
| 75 | am__base_list = \ |
---|
| 76 | sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ |
---|
| 77 | sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' |
---|
| 78 | am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" \ |
---|
| 79 | "$(DESTDIR)$(includedir)" |
---|
| 80 | LTLIBRARIES = $(lib_LTLIBRARIES) |
---|
| 81 | libconfig___la_LIBADD = |
---|
| 82 | am__objects_1 = libconfig___la-libconfig.lo libconfig___la-scanner.lo \ |
---|
| 83 | libconfig___la-grammar.lo libconfig___la-scanctx.lo \ |
---|
| 84 | libconfig___la-strbuf.lo |
---|
| 85 | am__objects_2 = $(am__objects_1) libconfig___la-libconfigcpp.lo |
---|
| 86 | am_libconfig___la_OBJECTS = $(am__objects_2) |
---|
| 87 | libconfig___la_OBJECTS = $(am_libconfig___la_OBJECTS) |
---|
| 88 | libconfig___la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
---|
| 89 | $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ |
---|
| 90 | $(CXXFLAGS) $(libconfig___la_LDFLAGS) $(LDFLAGS) -o $@ |
---|
| 91 | @BUILDCXX_TRUE@am_libconfig___la_rpath = -rpath $(libdir) |
---|
| 92 | libconfig_la_LIBADD = |
---|
| 93 | am__objects_3 = libconfig_la-libconfig.lo libconfig_la-scanner.lo \ |
---|
| 94 | libconfig_la-grammar.lo libconfig_la-scanctx.lo \ |
---|
| 95 | libconfig_la-strbuf.lo |
---|
| 96 | am_libconfig_la_OBJECTS = $(am__objects_3) |
---|
| 97 | libconfig_la_OBJECTS = $(am_libconfig_la_OBJECTS) |
---|
| 98 | libconfig_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ |
---|
| 99 | $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
---|
| 100 | $(libconfig_la_LDFLAGS) $(LDFLAGS) -o $@ |
---|
| 101 | DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) |
---|
| 102 | depcomp = $(SHELL) $(top_srcdir)/aux-build/depcomp |
---|
| 103 | am__depfiles_maybe = depfiles |
---|
| 104 | am__mv = mv -f |
---|
| 105 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ |
---|
| 106 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
---|
| 107 | LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ |
---|
| 108 | --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ |
---|
| 109 | $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
---|
| 110 | CCLD = $(CC) |
---|
| 111 | LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ |
---|
| 112 | --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ |
---|
| 113 | $(LDFLAGS) -o $@ |
---|
| 114 | CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ |
---|
| 115 | $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) |
---|
| 116 | LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ |
---|
| 117 | --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ |
---|
| 118 | $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) |
---|
| 119 | CXXLD = $(CXX) |
---|
| 120 | CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ |
---|
| 121 | --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \ |
---|
| 122 | $(LDFLAGS) -o $@ |
---|
| 123 | LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS) |
---|
| 124 | LTLEXCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ |
---|
| 125 | --mode=compile $(LEX) $(LFLAGS) $(AM_LFLAGS) |
---|
| 126 | YLWRAP = $(top_srcdir)/aux-build/ylwrap |
---|
| 127 | YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS) |
---|
| 128 | LTYACCCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ |
---|
| 129 | --mode=compile $(YACC) $(YFLAGS) $(AM_YFLAGS) |
---|
| 130 | SOURCES = $(libconfig___la_SOURCES) $(libconfig_la_SOURCES) |
---|
| 131 | DIST_SOURCES = $(libconfig___la_SOURCES) $(libconfig_la_SOURCES) |
---|
| 132 | DATA = $(pkgconfig_DATA) |
---|
| 133 | am__include_HEADERS_DIST = libconfig.h libconfig.h++ |
---|
| 134 | HEADERS = $(include_HEADERS) |
---|
[245] | 135 | ETAGS = etags |
---|
| 136 | CTAGS = ctags |
---|
| 137 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
---|
| 138 | ACLOCAL = @ACLOCAL@ |
---|
| 139 | AMTAR = @AMTAR@ |
---|
| 140 | AR = @AR@ |
---|
| 141 | AS = @AS@ |
---|
| 142 | AUTOCONF = @AUTOCONF@ |
---|
| 143 | AUTOHEADER = @AUTOHEADER@ |
---|
| 144 | AUTOMAKE = @AUTOMAKE@ |
---|
| 145 | AWK = @AWK@ |
---|
| 146 | CC = @CC@ |
---|
| 147 | CCDEPMODE = @CCDEPMODE@ |
---|
| 148 | CFLAGS = @CFLAGS@ |
---|
| 149 | CPP = @CPP@ |
---|
| 150 | CPPFLAGS = @CPPFLAGS@ |
---|
| 151 | CXX = @CXX@ |
---|
| 152 | CXXCPP = @CXXCPP@ |
---|
| 153 | CXXDEPMODE = @CXXDEPMODE@ |
---|
| 154 | CXXFLAGS = @CXXFLAGS@ |
---|
| 155 | CYGPATH_W = @CYGPATH_W@ |
---|
| 156 | DEFS = @DEFS@ |
---|
| 157 | DEPDIR = @DEPDIR@ |
---|
| 158 | DLLTOOL = @DLLTOOL@ |
---|
| 159 | DSYMUTIL = @DSYMUTIL@ |
---|
[689] | 160 | DUMPBIN = @DUMPBIN@ |
---|
[245] | 161 | ECHO_C = @ECHO_C@ |
---|
| 162 | ECHO_N = @ECHO_N@ |
---|
| 163 | ECHO_T = @ECHO_T@ |
---|
| 164 | EGREP = @EGREP@ |
---|
| 165 | EXEEXT = @EXEEXT@ |
---|
[689] | 166 | FGREP = @FGREP@ |
---|
[245] | 167 | GREP = @GREP@ |
---|
| 168 | INSTALL = @INSTALL@ |
---|
| 169 | INSTALL_DATA = @INSTALL_DATA@ |
---|
| 170 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
---|
| 171 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
---|
| 172 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
---|
[689] | 173 | LD = @LD@ |
---|
[245] | 174 | LDFLAGS = @LDFLAGS@ |
---|
| 175 | LEX = @LEX@ |
---|
| 176 | LEXLIB = @LEXLIB@ |
---|
| 177 | LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ |
---|
| 178 | LIBOBJS = @LIBOBJS@ |
---|
| 179 | LIBS = @LIBS@ |
---|
| 180 | LIBTOOL = @LIBTOOL@ |
---|
[689] | 181 | LIPO = @LIPO@ |
---|
[245] | 182 | LN_S = @LN_S@ |
---|
| 183 | LTLIBOBJS = @LTLIBOBJS@ |
---|
| 184 | MAKEINFO = @MAKEINFO@ |
---|
| 185 | MKDIR_P = @MKDIR_P@ |
---|
[689] | 186 | NM = @NM@ |
---|
[245] | 187 | NMEDIT = @NMEDIT@ |
---|
| 188 | OBJDUMP = @OBJDUMP@ |
---|
| 189 | OBJEXT = @OBJEXT@ |
---|
[689] | 190 | OTOOL = @OTOOL@ |
---|
| 191 | OTOOL64 = @OTOOL64@ |
---|
[245] | 192 | PACKAGE = @PACKAGE@ |
---|
| 193 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
---|
| 194 | PACKAGE_NAME = @PACKAGE_NAME@ |
---|
| 195 | PACKAGE_STRING = @PACKAGE_STRING@ |
---|
| 196 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
---|
| 197 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
---|
| 198 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
---|
| 199 | RANLIB = @RANLIB@ |
---|
| 200 | SED = @SED@ |
---|
| 201 | SET_MAKE = @SET_MAKE@ |
---|
| 202 | SHELL = @SHELL@ |
---|
| 203 | STRIP = @STRIP@ |
---|
| 204 | VERSION = @VERSION@ |
---|
| 205 | YACC = @YACC@ |
---|
| 206 | YFLAGS = @YFLAGS@ |
---|
| 207 | abs_builddir = @abs_builddir@ |
---|
| 208 | abs_srcdir = @abs_srcdir@ |
---|
| 209 | abs_top_builddir = @abs_top_builddir@ |
---|
| 210 | abs_top_srcdir = @abs_top_srcdir@ |
---|
| 211 | ac_ct_CC = @ac_ct_CC@ |
---|
| 212 | ac_ct_CXX = @ac_ct_CXX@ |
---|
[689] | 213 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
---|
[245] | 214 | am__include = @am__include@ |
---|
| 215 | am__leading_dot = @am__leading_dot@ |
---|
| 216 | am__quote = @am__quote@ |
---|
| 217 | am__tar = @am__tar@ |
---|
| 218 | am__untar = @am__untar@ |
---|
| 219 | bindir = @bindir@ |
---|
| 220 | build = @build@ |
---|
| 221 | build_alias = @build_alias@ |
---|
| 222 | build_cpu = @build_cpu@ |
---|
| 223 | build_os = @build_os@ |
---|
| 224 | build_vendor = @build_vendor@ |
---|
| 225 | builddir = @builddir@ |
---|
| 226 | datadir = @datadir@ |
---|
| 227 | datarootdir = @datarootdir@ |
---|
| 228 | docdir = @docdir@ |
---|
| 229 | dvidir = @dvidir@ |
---|
| 230 | exec_prefix = @exec_prefix@ |
---|
| 231 | host = @host@ |
---|
| 232 | host_alias = @host_alias@ |
---|
| 233 | host_cpu = @host_cpu@ |
---|
| 234 | host_os = @host_os@ |
---|
| 235 | host_vendor = @host_vendor@ |
---|
| 236 | htmldir = @htmldir@ |
---|
| 237 | includedir = @includedir@ |
---|
| 238 | infodir = @infodir@ |
---|
| 239 | install_sh = @install_sh@ |
---|
| 240 | libdir = @libdir@ |
---|
| 241 | libexecdir = @libexecdir@ |
---|
| 242 | localedir = @localedir@ |
---|
| 243 | localstatedir = @localstatedir@ |
---|
[689] | 244 | lt_ECHO = @lt_ECHO@ |
---|
[245] | 245 | mandir = @mandir@ |
---|
| 246 | mkdir_p = @mkdir_p@ |
---|
| 247 | oldincludedir = @oldincludedir@ |
---|
| 248 | pdfdir = @pdfdir@ |
---|
| 249 | prefix = @prefix@ |
---|
| 250 | program_transform_name = @program_transform_name@ |
---|
| 251 | psdir = @psdir@ |
---|
| 252 | sbindir = @sbindir@ |
---|
| 253 | sharedstatedir = @sharedstatedir@ |
---|
| 254 | srcdir = @srcdir@ |
---|
| 255 | sysconfdir = @sysconfdir@ |
---|
| 256 | target = @target@ |
---|
| 257 | target_alias = @target_alias@ |
---|
| 258 | target_cpu = @target_cpu@ |
---|
| 259 | target_os = @target_os@ |
---|
| 260 | target_vendor = @target_vendor@ |
---|
[689] | 261 | top_build_prefix = @top_build_prefix@ |
---|
[245] | 262 | top_builddir = @top_builddir@ |
---|
| 263 | top_srcdir = @top_srcdir@ |
---|
[691] | 264 | lib_LTLIBRARIES = libconfig.la $(am__append_1) |
---|
| 265 | |
---|
| 266 | # Versioning rules ( C:R:A ) |
---|
| 267 | # |
---|
| 268 | # 1. Start with version 0:0:0. |
---|
| 269 | # 2. If any of the sources have changed, increment R. This is a new revision |
---|
| 270 | # of the current interface. |
---|
| 271 | # 3. If the interface has changed, increment C and set R to 0. This is the |
---|
| 272 | # first revision of a new interface. |
---|
| 273 | # 4. If the new interface is a superset of the previous interface |
---|
| 274 | # (that is, if the previous interface has not been broken by the |
---|
| 275 | # changes in this new release), increment A. This release is backwards |
---|
| 276 | # compatible with the previous release. |
---|
| 277 | # 5. If the new interface has removed elements with respect to the |
---|
| 278 | # previous interface, then backward compatibility is broken; set A to 0. |
---|
| 279 | # This release has a new, but backwards incompatible interface. |
---|
| 280 | # |
---|
| 281 | # For more info see section 6.3 of the GNU Libtool Manual. |
---|
| 282 | VERINFO = -version-info 9:0:0 |
---|
| 283 | PARSER_PREFIX = libconfig_yy |
---|
| 284 | libconfig_la_LDFLAGS = $(VERINFO) -no-undefined |
---|
| 285 | libconfig___la_LDFLAGS = $(VERINFO) -no-undefined |
---|
| 286 | libsrc = libconfig.c scanner.l grammar.y parsectx.h wincompat.h \ |
---|
| 287 | scanctx.c scanctx.h strbuf.c strbuf.h |
---|
| 288 | |
---|
| 289 | libinc = libconfig.h |
---|
| 290 | libsrc_cpp = $(libsrc) libconfigcpp.c++ |
---|
| 291 | libinc_cpp = libconfig.h++ |
---|
| 292 | BUILT_SOURCES = scanner.c scanner.h grammar.c grammar.h |
---|
| 293 | libconfig_la_SOURCES = $(libsrc) |
---|
| 294 | libconfig___la_SOURCES = $(libsrc_cpp) |
---|
| 295 | libcppflags = -D_REENTRANT $(am__append_2) |
---|
| 296 | libcppxxflags = -D_REENTRANT $(am__append_3) |
---|
| 297 | libconfig_la_CPPFLAGS = -DPARSER_PREFIX=\"$(PARSER_PREFIX)\" $(libcppflags) |
---|
| 298 | libconfig___la_CPPFLAGS = -DPARSER_PREFIX=\"$(PARSER_PREFIX)\" $(libcppxxflags) |
---|
| 299 | include_HEADERS = $(libinc) $(am__append_4) |
---|
| 300 | AM_YFLAGS = -d -p $(PARSER_PREFIX) |
---|
| 301 | AM_LFLAGS = --header-file=scanner.h --prefix=$(PARSER_PREFIX) |
---|
[245] | 302 | EXTRA_DIST = \ |
---|
[691] | 303 | $(BUILT_SOURCES) \ |
---|
| 304 | libconfigcpp.cc libconfig.hh \ |
---|
| 305 | *.vcproj |
---|
[245] | 306 | |
---|
[691] | 307 | pkgconfigdir = $(libdir)/pkgconfig |
---|
| 308 | pkgconfig_DATA = libconfig.pc $(am__append_5) |
---|
| 309 | all: $(BUILT_SOURCES) |
---|
| 310 | $(MAKE) $(AM_MAKEFLAGS) all-am |
---|
[245] | 311 | |
---|
| 312 | .SUFFIXES: |
---|
[691] | 313 | .SUFFIXES: .c .c++ .l .lo .o .obj .y |
---|
[245] | 314 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
---|
| 315 | @for dep in $?; do \ |
---|
| 316 | case '$(am__configure_deps)' in \ |
---|
| 317 | *$$dep*) \ |
---|
[691] | 318 | ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ |
---|
| 319 | && { if test -f $@; then exit 0; else break; fi; }; \ |
---|
[245] | 320 | exit 1;; \ |
---|
| 321 | esac; \ |
---|
| 322 | done; \ |
---|
[691] | 323 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \ |
---|
[689] | 324 | $(am__cd) $(top_srcdir) && \ |
---|
[691] | 325 | $(AUTOMAKE) --gnu lib/Makefile |
---|
[245] | 326 | .PRECIOUS: Makefile |
---|
| 327 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
---|
| 328 | @case '$?' in \ |
---|
| 329 | *config.status*) \ |
---|
[691] | 330 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
---|
[245] | 331 | *) \ |
---|
[691] | 332 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ |
---|
| 333 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ |
---|
[245] | 334 | esac; |
---|
| 335 | |
---|
| 336 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
---|
[691] | 337 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
[245] | 338 | |
---|
| 339 | $(top_srcdir)/configure: $(am__configure_deps) |
---|
[691] | 340 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
[245] | 341 | $(ACLOCAL_M4): $(am__aclocal_m4_deps) |
---|
[691] | 342 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
[689] | 343 | $(am__aclocal_m4_deps): |
---|
[691] | 344 | libconfig.pc: $(top_builddir)/config.status $(srcdir)/libconfig.pc.in |
---|
| 345 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ |
---|
| 346 | libconfig++.pc: $(top_builddir)/config.status $(srcdir)/libconfig++.pc.in |
---|
| 347 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ |
---|
| 348 | install-libLTLIBRARIES: $(lib_LTLIBRARIES) |
---|
| 349 | @$(NORMAL_INSTALL) |
---|
| 350 | test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" |
---|
| 351 | @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ |
---|
| 352 | list2=; for p in $$list; do \ |
---|
| 353 | if test -f $$p; then \ |
---|
| 354 | list2="$$list2 $$p"; \ |
---|
| 355 | else :; fi; \ |
---|
| 356 | done; \ |
---|
| 357 | test -z "$$list2" || { \ |
---|
| 358 | echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ |
---|
| 359 | $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ |
---|
| 360 | } |
---|
[245] | 361 | |
---|
[691] | 362 | uninstall-libLTLIBRARIES: |
---|
| 363 | @$(NORMAL_UNINSTALL) |
---|
| 364 | @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ |
---|
| 365 | for p in $$list; do \ |
---|
| 366 | $(am__strip_dir) \ |
---|
| 367 | echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ |
---|
| 368 | $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ |
---|
| 369 | done |
---|
| 370 | |
---|
| 371 | clean-libLTLIBRARIES: |
---|
| 372 | -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) |
---|
| 373 | @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ |
---|
| 374 | dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ |
---|
| 375 | test "$$dir" != "$$p" || dir=.; \ |
---|
| 376 | echo "rm -f \"$${dir}/so_locations\""; \ |
---|
| 377 | rm -f "$${dir}/so_locations"; \ |
---|
| 378 | done |
---|
| 379 | grammar.h: grammar.c |
---|
[245] | 380 | @if test ! -f $@; then \ |
---|
[691] | 381 | rm -f grammar.c; \ |
---|
| 382 | $(MAKE) $(AM_MAKEFLAGS) grammar.c; \ |
---|
[245] | 383 | else :; fi |
---|
[691] | 384 | libconfig++.la: $(libconfig___la_OBJECTS) $(libconfig___la_DEPENDENCIES) |
---|
| 385 | $(libconfig___la_LINK) $(am_libconfig___la_rpath) $(libconfig___la_OBJECTS) $(libconfig___la_LIBADD) $(LIBS) |
---|
| 386 | libconfig.la: $(libconfig_la_OBJECTS) $(libconfig_la_DEPENDENCIES) |
---|
| 387 | $(libconfig_la_LINK) -rpath $(libdir) $(libconfig_la_OBJECTS) $(libconfig_la_LIBADD) $(LIBS) |
---|
[245] | 388 | |
---|
[691] | 389 | mostlyclean-compile: |
---|
| 390 | -rm -f *.$(OBJEXT) |
---|
[245] | 391 | |
---|
[691] | 392 | distclean-compile: |
---|
| 393 | -rm -f *.tab.c |
---|
[245] | 394 | |
---|
[691] | 395 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libconfig___la-grammar.Plo@am__quote@ |
---|
| 396 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libconfig___la-libconfig.Plo@am__quote@ |
---|
| 397 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libconfig___la-libconfigcpp.Plo@am__quote@ |
---|
| 398 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libconfig___la-scanctx.Plo@am__quote@ |
---|
| 399 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libconfig___la-scanner.Plo@am__quote@ |
---|
| 400 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libconfig___la-strbuf.Plo@am__quote@ |
---|
| 401 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libconfig_la-grammar.Plo@am__quote@ |
---|
| 402 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libconfig_la-libconfig.Plo@am__quote@ |
---|
| 403 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libconfig_la-scanctx.Plo@am__quote@ |
---|
| 404 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libconfig_la-scanner.Plo@am__quote@ |
---|
| 405 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libconfig_la-strbuf.Plo@am__quote@ |
---|
| 406 | |
---|
| 407 | .c.o: |
---|
| 408 | @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
---|
| 409 | @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
---|
| 410 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
---|
| 411 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 412 | @am__fastdepCC_FALSE@ $(COMPILE) -c $< |
---|
| 413 | |
---|
| 414 | .c.obj: |
---|
| 415 | @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` |
---|
| 416 | @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
---|
| 417 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
---|
| 418 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 419 | @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` |
---|
| 420 | |
---|
| 421 | .c.lo: |
---|
| 422 | @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
---|
| 423 | @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo |
---|
| 424 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ |
---|
| 425 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 426 | @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< |
---|
| 427 | |
---|
| 428 | libconfig___la-libconfig.lo: libconfig.c |
---|
| 429 | @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libconfig___la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libconfig___la-libconfig.lo -MD -MP -MF $(DEPDIR)/libconfig___la-libconfig.Tpo -c -o libconfig___la-libconfig.lo `test -f 'libconfig.c' || echo '$(srcdir)/'`libconfig.c |
---|
| 430 | @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libconfig___la-libconfig.Tpo $(DEPDIR)/libconfig___la-libconfig.Plo |
---|
| 431 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libconfig.c' object='libconfig___la-libconfig.lo' libtool=yes @AMDEPBACKSLASH@ |
---|
| 432 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 433 | @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libconfig___la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libconfig___la-libconfig.lo `test -f 'libconfig.c' || echo '$(srcdir)/'`libconfig.c |
---|
| 434 | |
---|
| 435 | libconfig___la-scanner.lo: scanner.c |
---|
| 436 | @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libconfig___la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libconfig___la-scanner.lo -MD -MP -MF $(DEPDIR)/libconfig___la-scanner.Tpo -c -o libconfig___la-scanner.lo `test -f 'scanner.c' || echo '$(srcdir)/'`scanner.c |
---|
| 437 | @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libconfig___la-scanner.Tpo $(DEPDIR)/libconfig___la-scanner.Plo |
---|
| 438 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='scanner.c' object='libconfig___la-scanner.lo' libtool=yes @AMDEPBACKSLASH@ |
---|
| 439 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 440 | @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libconfig___la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libconfig___la-scanner.lo `test -f 'scanner.c' || echo '$(srcdir)/'`scanner.c |
---|
| 441 | |
---|
| 442 | libconfig___la-grammar.lo: grammar.c |
---|
| 443 | @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libconfig___la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libconfig___la-grammar.lo -MD -MP -MF $(DEPDIR)/libconfig___la-grammar.Tpo -c -o libconfig___la-grammar.lo `test -f 'grammar.c' || echo '$(srcdir)/'`grammar.c |
---|
| 444 | @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libconfig___la-grammar.Tpo $(DEPDIR)/libconfig___la-grammar.Plo |
---|
| 445 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='grammar.c' object='libconfig___la-grammar.lo' libtool=yes @AMDEPBACKSLASH@ |
---|
| 446 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 447 | @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libconfig___la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libconfig___la-grammar.lo `test -f 'grammar.c' || echo '$(srcdir)/'`grammar.c |
---|
| 448 | |
---|
| 449 | libconfig___la-scanctx.lo: scanctx.c |
---|
| 450 | @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libconfig___la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libconfig___la-scanctx.lo -MD -MP -MF $(DEPDIR)/libconfig___la-scanctx.Tpo -c -o libconfig___la-scanctx.lo `test -f 'scanctx.c' || echo '$(srcdir)/'`scanctx.c |
---|
| 451 | @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libconfig___la-scanctx.Tpo $(DEPDIR)/libconfig___la-scanctx.Plo |
---|
| 452 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='scanctx.c' object='libconfig___la-scanctx.lo' libtool=yes @AMDEPBACKSLASH@ |
---|
| 453 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 454 | @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libconfig___la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libconfig___la-scanctx.lo `test -f 'scanctx.c' || echo '$(srcdir)/'`scanctx.c |
---|
| 455 | |
---|
| 456 | libconfig___la-strbuf.lo: strbuf.c |
---|
| 457 | @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libconfig___la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libconfig___la-strbuf.lo -MD -MP -MF $(DEPDIR)/libconfig___la-strbuf.Tpo -c -o libconfig___la-strbuf.lo `test -f 'strbuf.c' || echo '$(srcdir)/'`strbuf.c |
---|
| 458 | @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libconfig___la-strbuf.Tpo $(DEPDIR)/libconfig___la-strbuf.Plo |
---|
| 459 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='strbuf.c' object='libconfig___la-strbuf.lo' libtool=yes @AMDEPBACKSLASH@ |
---|
| 460 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 461 | @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libconfig___la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libconfig___la-strbuf.lo `test -f 'strbuf.c' || echo '$(srcdir)/'`strbuf.c |
---|
| 462 | |
---|
| 463 | libconfig_la-libconfig.lo: libconfig.c |
---|
| 464 | @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libconfig_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libconfig_la-libconfig.lo -MD -MP -MF $(DEPDIR)/libconfig_la-libconfig.Tpo -c -o libconfig_la-libconfig.lo `test -f 'libconfig.c' || echo '$(srcdir)/'`libconfig.c |
---|
| 465 | @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libconfig_la-libconfig.Tpo $(DEPDIR)/libconfig_la-libconfig.Plo |
---|
| 466 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libconfig.c' object='libconfig_la-libconfig.lo' libtool=yes @AMDEPBACKSLASH@ |
---|
| 467 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 468 | @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libconfig_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libconfig_la-libconfig.lo `test -f 'libconfig.c' || echo '$(srcdir)/'`libconfig.c |
---|
| 469 | |
---|
| 470 | libconfig_la-scanner.lo: scanner.c |
---|
| 471 | @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libconfig_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libconfig_la-scanner.lo -MD -MP -MF $(DEPDIR)/libconfig_la-scanner.Tpo -c -o libconfig_la-scanner.lo `test -f 'scanner.c' || echo '$(srcdir)/'`scanner.c |
---|
| 472 | @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libconfig_la-scanner.Tpo $(DEPDIR)/libconfig_la-scanner.Plo |
---|
| 473 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='scanner.c' object='libconfig_la-scanner.lo' libtool=yes @AMDEPBACKSLASH@ |
---|
| 474 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 475 | @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libconfig_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libconfig_la-scanner.lo `test -f 'scanner.c' || echo '$(srcdir)/'`scanner.c |
---|
| 476 | |
---|
| 477 | libconfig_la-grammar.lo: grammar.c |
---|
| 478 | @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libconfig_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libconfig_la-grammar.lo -MD -MP -MF $(DEPDIR)/libconfig_la-grammar.Tpo -c -o libconfig_la-grammar.lo `test -f 'grammar.c' || echo '$(srcdir)/'`grammar.c |
---|
| 479 | @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libconfig_la-grammar.Tpo $(DEPDIR)/libconfig_la-grammar.Plo |
---|
| 480 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='grammar.c' object='libconfig_la-grammar.lo' libtool=yes @AMDEPBACKSLASH@ |
---|
| 481 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 482 | @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libconfig_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libconfig_la-grammar.lo `test -f 'grammar.c' || echo '$(srcdir)/'`grammar.c |
---|
| 483 | |
---|
| 484 | libconfig_la-scanctx.lo: scanctx.c |
---|
| 485 | @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libconfig_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libconfig_la-scanctx.lo -MD -MP -MF $(DEPDIR)/libconfig_la-scanctx.Tpo -c -o libconfig_la-scanctx.lo `test -f 'scanctx.c' || echo '$(srcdir)/'`scanctx.c |
---|
| 486 | @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libconfig_la-scanctx.Tpo $(DEPDIR)/libconfig_la-scanctx.Plo |
---|
| 487 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='scanctx.c' object='libconfig_la-scanctx.lo' libtool=yes @AMDEPBACKSLASH@ |
---|
| 488 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 489 | @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libconfig_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libconfig_la-scanctx.lo `test -f 'scanctx.c' || echo '$(srcdir)/'`scanctx.c |
---|
| 490 | |
---|
| 491 | libconfig_la-strbuf.lo: strbuf.c |
---|
| 492 | @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libconfig_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libconfig_la-strbuf.lo -MD -MP -MF $(DEPDIR)/libconfig_la-strbuf.Tpo -c -o libconfig_la-strbuf.lo `test -f 'strbuf.c' || echo '$(srcdir)/'`strbuf.c |
---|
| 493 | @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libconfig_la-strbuf.Tpo $(DEPDIR)/libconfig_la-strbuf.Plo |
---|
| 494 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='strbuf.c' object='libconfig_la-strbuf.lo' libtool=yes @AMDEPBACKSLASH@ |
---|
| 495 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 496 | @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libconfig_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libconfig_la-strbuf.lo `test -f 'strbuf.c' || echo '$(srcdir)/'`strbuf.c |
---|
| 497 | |
---|
| 498 | .c++.o: |
---|
| 499 | @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
---|
| 500 | @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
---|
| 501 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
---|
| 502 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 503 | @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< |
---|
| 504 | |
---|
| 505 | .c++.obj: |
---|
| 506 | @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` |
---|
| 507 | @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
---|
| 508 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
---|
| 509 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 510 | @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
---|
| 511 | |
---|
| 512 | .c++.lo: |
---|
| 513 | @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
---|
| 514 | @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo |
---|
| 515 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ |
---|
| 516 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 517 | @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $< |
---|
| 518 | |
---|
| 519 | libconfig___la-libconfigcpp.lo: libconfigcpp.c++ |
---|
| 520 | @am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libconfig___la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libconfig___la-libconfigcpp.lo -MD -MP -MF $(DEPDIR)/libconfig___la-libconfigcpp.Tpo -c -o libconfig___la-libconfigcpp.lo `test -f 'libconfigcpp.c++' || echo '$(srcdir)/'`libconfigcpp.c++ |
---|
| 521 | @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libconfig___la-libconfigcpp.Tpo $(DEPDIR)/libconfig___la-libconfigcpp.Plo |
---|
| 522 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='libconfigcpp.c++' object='libconfig___la-libconfigcpp.lo' libtool=yes @AMDEPBACKSLASH@ |
---|
| 523 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 524 | @am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libconfig___la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libconfig___la-libconfigcpp.lo `test -f 'libconfigcpp.c++' || echo '$(srcdir)/'`libconfigcpp.c++ |
---|
| 525 | |
---|
| 526 | .l.c: |
---|
| 527 | $(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE) |
---|
| 528 | |
---|
| 529 | .y.c: |
---|
| 530 | $(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE) |
---|
| 531 | |
---|
[245] | 532 | mostlyclean-libtool: |
---|
| 533 | -rm -f *.lo |
---|
| 534 | |
---|
| 535 | clean-libtool: |
---|
| 536 | -rm -rf .libs _libs |
---|
[691] | 537 | install-pkgconfigDATA: $(pkgconfig_DATA) |
---|
| 538 | @$(NORMAL_INSTALL) |
---|
| 539 | test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" |
---|
| 540 | @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ |
---|
| 541 | for p in $$list; do \ |
---|
| 542 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
---|
| 543 | echo "$$d$$p"; \ |
---|
| 544 | done | $(am__base_list) | \ |
---|
| 545 | while read files; do \ |
---|
| 546 | echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ |
---|
| 547 | $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ |
---|
| 548 | done |
---|
[245] | 549 | |
---|
[691] | 550 | uninstall-pkgconfigDATA: |
---|
| 551 | @$(NORMAL_UNINSTALL) |
---|
| 552 | @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ |
---|
| 553 | files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
---|
| 554 | test -n "$$files" || exit 0; \ |
---|
| 555 | echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \ |
---|
| 556 | cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files |
---|
| 557 | install-includeHEADERS: $(include_HEADERS) |
---|
| 558 | @$(NORMAL_INSTALL) |
---|
| 559 | test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)" |
---|
| 560 | @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ |
---|
| 561 | for p in $$list; do \ |
---|
| 562 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
---|
| 563 | echo "$$d$$p"; \ |
---|
| 564 | done | $(am__base_list) | \ |
---|
| 565 | while read files; do \ |
---|
| 566 | echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \ |
---|
| 567 | $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \ |
---|
| 568 | done |
---|
[245] | 569 | |
---|
[691] | 570 | uninstall-includeHEADERS: |
---|
| 571 | @$(NORMAL_UNINSTALL) |
---|
| 572 | @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ |
---|
| 573 | files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
---|
| 574 | test -n "$$files" || exit 0; \ |
---|
| 575 | echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \ |
---|
| 576 | cd "$(DESTDIR)$(includedir)" && rm -f $$files |
---|
[245] | 577 | |
---|
| 578 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
---|
| 579 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
| 580 | unique=`for i in $$list; do \ |
---|
| 581 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
| 582 | done | \ |
---|
[689] | 583 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
---|
[245] | 584 | END { if (nonempty) { for (i in files) print i; }; }'`; \ |
---|
| 585 | mkid -fID $$unique |
---|
| 586 | tags: TAGS |
---|
| 587 | |
---|
[691] | 588 | TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
---|
[245] | 589 | $(TAGS_FILES) $(LISP) |
---|
[689] | 590 | set x; \ |
---|
[245] | 591 | here=`pwd`; \ |
---|
[691] | 592 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
[245] | 593 | unique=`for i in $$list; do \ |
---|
| 594 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
| 595 | done | \ |
---|
| 596 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
---|
| 597 | END { if (nonempty) { for (i in files) print i; }; }'`; \ |
---|
[689] | 598 | shift; \ |
---|
| 599 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
---|
[245] | 600 | test -n "$$unique" || unique=$$empty_fix; \ |
---|
[689] | 601 | if test $$# -gt 0; then \ |
---|
| 602 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
---|
| 603 | "$$@" $$unique; \ |
---|
| 604 | else \ |
---|
| 605 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
---|
| 606 | $$unique; \ |
---|
| 607 | fi; \ |
---|
[245] | 608 | fi |
---|
| 609 | ctags: CTAGS |
---|
[691] | 610 | CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
---|
[245] | 611 | $(TAGS_FILES) $(LISP) |
---|
[691] | 612 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
[245] | 613 | unique=`for i in $$list; do \ |
---|
| 614 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
| 615 | done | \ |
---|
| 616 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
---|
| 617 | END { if (nonempty) { for (i in files) print i; }; }'`; \ |
---|
[689] | 618 | test -z "$(CTAGS_ARGS)$$unique" \ |
---|
[245] | 619 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
---|
[689] | 620 | $$unique |
---|
[245] | 621 | |
---|
| 622 | GTAGS: |
---|
| 623 | here=`$(am__cd) $(top_builddir) && pwd` \ |
---|
[689] | 624 | && $(am__cd) $(top_srcdir) \ |
---|
| 625 | && gtags -i $(GTAGS_ARGS) "$$here" |
---|
[245] | 626 | |
---|
| 627 | distclean-tags: |
---|
| 628 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
---|
| 629 | |
---|
| 630 | distdir: $(DISTFILES) |
---|
| 631 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
---|
| 632 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
---|
| 633 | list='$(DISTFILES)'; \ |
---|
| 634 | dist_files=`for file in $$list; do echo $$file; done | \ |
---|
| 635 | sed -e "s|^$$srcdirstrip/||;t" \ |
---|
| 636 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
---|
| 637 | case $$dist_files in \ |
---|
| 638 | */*) $(MKDIR_P) `echo "$$dist_files" | \ |
---|
| 639 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
---|
| 640 | sort -u` ;; \ |
---|
| 641 | esac; \ |
---|
| 642 | for file in $$dist_files; do \ |
---|
| 643 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
---|
| 644 | if test -d $$d/$$file; then \ |
---|
| 645 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
---|
[689] | 646 | if test -d "$(distdir)/$$file"; then \ |
---|
| 647 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
---|
| 648 | fi; \ |
---|
[245] | 649 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
---|
[689] | 650 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ |
---|
| 651 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
---|
[245] | 652 | fi; \ |
---|
[689] | 653 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ |
---|
[245] | 654 | else \ |
---|
[689] | 655 | test -f "$(distdir)/$$file" \ |
---|
| 656 | || cp -p $$d/$$file "$(distdir)/$$file" \ |
---|
[245] | 657 | || exit 1; \ |
---|
| 658 | fi; \ |
---|
| 659 | done |
---|
[691] | 660 | check-am: all-am |
---|
| 661 | check: $(BUILT_SOURCES) |
---|
| 662 | $(MAKE) $(AM_MAKEFLAGS) check-am |
---|
| 663 | all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) |
---|
| 664 | installdirs: |
---|
| 665 | for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(includedir)"; do \ |
---|
| 666 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ |
---|
[689] | 667 | done |
---|
[691] | 668 | install: $(BUILT_SOURCES) |
---|
| 669 | $(MAKE) $(AM_MAKEFLAGS) install-am |
---|
| 670 | install-exec: install-exec-am |
---|
| 671 | install-data: install-data-am |
---|
| 672 | uninstall: uninstall-am |
---|
[245] | 673 | |
---|
| 674 | install-am: all-am |
---|
| 675 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
---|
| 676 | |
---|
[691] | 677 | installcheck: installcheck-am |
---|
[245] | 678 | install-strip: |
---|
| 679 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
---|
| 680 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
---|
| 681 | `test -z '$(STRIP)' || \ |
---|
| 682 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
---|
| 683 | mostlyclean-generic: |
---|
| 684 | |
---|
| 685 | clean-generic: |
---|
| 686 | |
---|
| 687 | distclean-generic: |
---|
| 688 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
---|
[689] | 689 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
---|
[245] | 690 | |
---|
| 691 | maintainer-clean-generic: |
---|
| 692 | @echo "This command is intended for maintainers to use" |
---|
| 693 | @echo "it deletes files that may require special tools to rebuild." |
---|
[691] | 694 | -rm -f grammar.c |
---|
| 695 | -rm -f grammar.h |
---|
| 696 | -rm -f scanner.c |
---|
| 697 | -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) |
---|
| 698 | clean: clean-am |
---|
[245] | 699 | |
---|
[691] | 700 | clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ |
---|
| 701 | mostlyclean-am |
---|
[245] | 702 | |
---|
[691] | 703 | distclean: distclean-am |
---|
| 704 | -rm -rf ./$(DEPDIR) |
---|
[245] | 705 | -rm -f Makefile |
---|
[691] | 706 | distclean-am: clean-am distclean-compile distclean-generic \ |
---|
| 707 | distclean-tags |
---|
[245] | 708 | |
---|
[691] | 709 | dvi: dvi-am |
---|
[245] | 710 | |
---|
| 711 | dvi-am: |
---|
| 712 | |
---|
[691] | 713 | html: html-am |
---|
[245] | 714 | |
---|
[689] | 715 | html-am: |
---|
| 716 | |
---|
[691] | 717 | info: info-am |
---|
[245] | 718 | |
---|
| 719 | info-am: |
---|
| 720 | |
---|
[691] | 721 | install-data-am: install-includeHEADERS install-pkgconfigDATA |
---|
[245] | 722 | |
---|
[691] | 723 | install-dvi: install-dvi-am |
---|
[245] | 724 | |
---|
[689] | 725 | install-dvi-am: |
---|
[245] | 726 | |
---|
[691] | 727 | install-exec-am: install-libLTLIBRARIES |
---|
[689] | 728 | |
---|
[691] | 729 | install-html: install-html-am |
---|
[245] | 730 | |
---|
[689] | 731 | install-html-am: |
---|
| 732 | |
---|
[691] | 733 | install-info: install-info-am |
---|
[245] | 734 | |
---|
[689] | 735 | install-info-am: |
---|
| 736 | |
---|
[245] | 737 | install-man: |
---|
| 738 | |
---|
[691] | 739 | install-pdf: install-pdf-am |
---|
[245] | 740 | |
---|
[689] | 741 | install-pdf-am: |
---|
| 742 | |
---|
[691] | 743 | install-ps: install-ps-am |
---|
[245] | 744 | |
---|
[689] | 745 | install-ps-am: |
---|
| 746 | |
---|
[245] | 747 | installcheck-am: |
---|
| 748 | |
---|
[691] | 749 | maintainer-clean: maintainer-clean-am |
---|
| 750 | -rm -rf ./$(DEPDIR) |
---|
[245] | 751 | -rm -f Makefile |
---|
| 752 | maintainer-clean-am: distclean-am maintainer-clean-generic |
---|
| 753 | |
---|
[691] | 754 | mostlyclean: mostlyclean-am |
---|
[245] | 755 | |
---|
[691] | 756 | mostlyclean-am: mostlyclean-compile mostlyclean-generic \ |
---|
| 757 | mostlyclean-libtool |
---|
[245] | 758 | |
---|
[691] | 759 | pdf: pdf-am |
---|
[245] | 760 | |
---|
| 761 | pdf-am: |
---|
| 762 | |
---|
[691] | 763 | ps: ps-am |
---|
[245] | 764 | |
---|
| 765 | ps-am: |
---|
| 766 | |
---|
[691] | 767 | uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES \ |
---|
| 768 | uninstall-pkgconfigDATA |
---|
[245] | 769 | |
---|
[691] | 770 | .MAKE: all check install install-am install-strip |
---|
[245] | 771 | |
---|
[691] | 772 | .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ |
---|
| 773 | clean-libLTLIBRARIES clean-libtool ctags distclean \ |
---|
| 774 | distclean-compile distclean-generic distclean-libtool \ |
---|
| 775 | distclean-tags distdir dvi dvi-am html html-am info info-am \ |
---|
[689] | 776 | install install-am install-data install-data-am install-dvi \ |
---|
| 777 | install-dvi-am install-exec install-exec-am install-html \ |
---|
[691] | 778 | install-html-am install-includeHEADERS install-info \ |
---|
| 779 | install-info-am install-libLTLIBRARIES install-man install-pdf \ |
---|
| 780 | install-pdf-am install-pkgconfigDATA install-ps install-ps-am \ |
---|
[689] | 781 | install-strip installcheck installcheck-am installdirs \ |
---|
[691] | 782 | maintainer-clean maintainer-clean-generic mostlyclean \ |
---|
| 783 | mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ |
---|
| 784 | pdf pdf-am ps ps-am tags uninstall uninstall-am \ |
---|
| 785 | uninstall-includeHEADERS uninstall-libLTLIBRARIES \ |
---|
| 786 | uninstall-pkgconfigDATA |
---|
[245] | 787 | |
---|
| 788 | |
---|
| 789 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
---|
| 790 | # Otherwise a system limit (for SysV at least) may be exceeded. |
---|
| 791 | .NOEXPORT: |
---|