| 1 | # Makefile.in generated by automake 1.9.6 from Makefile.am. |
|---|
| 2 | # @configure_input@ |
|---|
| 3 | |
|---|
| 4 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
|---|
| 5 | # 2003, 2004, 2005 Free Software Foundation, Inc. |
|---|
| 6 | # This Makefile.in is free software; the Free Software Foundation |
|---|
| 7 | # gives unlimited permission to copy and/or distribute it, |
|---|
| 8 | # with or without modifications, as long as this notice is preserved. |
|---|
| 9 | |
|---|
| 10 | # This program is distributed in the hope that it will be useful, |
|---|
| 11 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without |
|---|
| 12 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
|---|
| 13 | # PARTICULAR PURPOSE. |
|---|
| 14 | |
|---|
| 15 | @SET_MAKE@ |
|---|
| 16 | |
|---|
| 17 | srcdir = @srcdir@ |
|---|
| 18 | top_srcdir = @top_srcdir@ |
|---|
| 19 | VPATH = @srcdir@ |
|---|
| 20 | pkgdatadir = $(datadir)/@PACKAGE@ |
|---|
| 21 | pkglibdir = $(libdir)/@PACKAGE@ |
|---|
| 22 | pkgincludedir = $(includedir)/@PACKAGE@ |
|---|
| 23 | top_builddir = .. |
|---|
| 24 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
|---|
| 25 | INSTALL = @INSTALL@ |
|---|
| 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 | subdir = compat |
|---|
| 40 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in |
|---|
| 41 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
|---|
| 42 | am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ |
|---|
| 43 | $(top_srcdir)/configure.ac |
|---|
| 44 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
|---|
| 45 | $(ACLOCAL_M4) |
|---|
| 46 | mkinstalldirs = $(install_sh) -d |
|---|
| 47 | CONFIG_HEADER = $(top_builddir)/config.h |
|---|
| 48 | CONFIG_CLEAN_FILES = |
|---|
| 49 | LTLIBRARIES = $(noinst_LTLIBRARIES) |
|---|
| 50 | libcompat_la_LIBADD = |
|---|
| 51 | am_libcompat_la_OBJECTS = fuse_opt.lo |
|---|
| 52 | libcompat_la_OBJECTS = $(am_libcompat_la_OBJECTS) |
|---|
| 53 | DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) |
|---|
| 54 | depcomp = $(SHELL) $(top_srcdir)/depcomp |
|---|
| 55 | am__depfiles_maybe = depfiles |
|---|
| 56 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ |
|---|
| 57 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
|---|
| 58 | LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \ |
|---|
| 59 | $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ |
|---|
| 60 | $(AM_CFLAGS) $(CFLAGS) |
|---|
| 61 | CCLD = $(CC) |
|---|
| 62 | LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
|---|
| 63 | $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
|---|
| 64 | SOURCES = $(libcompat_la_SOURCES) |
|---|
| 65 | DIST_SOURCES = $(libcompat_la_SOURCES) |
|---|
| 66 | ETAGS = etags |
|---|
| 67 | CTAGS = ctags |
|---|
| 68 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
|---|
| 69 | ACLOCAL = @ACLOCAL@ |
|---|
| 70 | AMDEP_FALSE = @AMDEP_FALSE@ |
|---|
| 71 | AMDEP_TRUE = @AMDEP_TRUE@ |
|---|
| 72 | AMTAR = @AMTAR@ |
|---|
| 73 | AR = @AR@ |
|---|
| 74 | AUTOCONF = @AUTOCONF@ |
|---|
| 75 | AUTOHEADER = @AUTOHEADER@ |
|---|
| 76 | AUTOMAKE = @AUTOMAKE@ |
|---|
| 77 | AWK = @AWK@ |
|---|
| 78 | CC = @CC@ |
|---|
| 79 | CCDEPMODE = @CCDEPMODE@ |
|---|
| 80 | CFLAGS = @CFLAGS@ |
|---|
| 81 | CPP = @CPP@ |
|---|
| 82 | CPPFLAGS = @CPPFLAGS@ |
|---|
| 83 | CXX = @CXX@ |
|---|
| 84 | CXXCPP = @CXXCPP@ |
|---|
| 85 | CXXDEPMODE = @CXXDEPMODE@ |
|---|
| 86 | CXXFLAGS = @CXXFLAGS@ |
|---|
| 87 | CYGPATH_W = @CYGPATH_W@ |
|---|
| 88 | DEFS = @DEFS@ |
|---|
| 89 | DEPDIR = @DEPDIR@ |
|---|
| 90 | ECHO = @ECHO@ |
|---|
| 91 | ECHO_C = @ECHO_C@ |
|---|
| 92 | ECHO_N = @ECHO_N@ |
|---|
| 93 | ECHO_T = @ECHO_T@ |
|---|
| 94 | EGREP = @EGREP@ |
|---|
| 95 | EXEEXT = @EXEEXT@ |
|---|
| 96 | F77 = @F77@ |
|---|
| 97 | FFLAGS = @FFLAGS@ |
|---|
| 98 | FUSE_CFLAGS = @FUSE_CFLAGS@ |
|---|
| 99 | FUSE_LIBS = @FUSE_LIBS@ |
|---|
| 100 | FUSE_OPT_COMPAT_FALSE = @FUSE_OPT_COMPAT_FALSE@ |
|---|
| 101 | FUSE_OPT_COMPAT_TRUE = @FUSE_OPT_COMPAT_TRUE@ |
|---|
| 102 | GLIB_CFLAGS = @GLIB_CFLAGS@ |
|---|
| 103 | GLIB_LIBS = @GLIB_LIBS@ |
|---|
| 104 | GREP = @GREP@ |
|---|
| 105 | INSTALL_DATA = @INSTALL_DATA@ |
|---|
| 106 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
|---|
| 107 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
|---|
| 108 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
|---|
| 109 | LDFLAGS = @LDFLAGS@ |
|---|
| 110 | LIBCURL = @LIBCURL@ |
|---|
| 111 | LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@ |
|---|
| 112 | LIBICONV = @LIBICONV@ |
|---|
| 113 | LIBOBJS = @LIBOBJS@ |
|---|
| 114 | LIBS = @LIBS@ |
|---|
| 115 | LIBTOOL = @LIBTOOL@ |
|---|
| 116 | LN_S = @LN_S@ |
|---|
| 117 | LTLIBOBJS = @LTLIBOBJS@ |
|---|
| 118 | MAKEINFO = @MAKEINFO@ |
|---|
| 119 | OBJEXT = @OBJEXT@ |
|---|
| 120 | PACKAGE = @PACKAGE@ |
|---|
| 121 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
|---|
| 122 | PACKAGE_NAME = @PACKAGE_NAME@ |
|---|
| 123 | PACKAGE_STRING = @PACKAGE_STRING@ |
|---|
| 124 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
|---|
| 125 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
|---|
| 126 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
|---|
| 127 | PKG_CONFIG = @PKG_CONFIG@ |
|---|
| 128 | RANLIB = @RANLIB@ |
|---|
| 129 | SET_MAKE = @SET_MAKE@ |
|---|
| 130 | SHELL = @SHELL@ |
|---|
| 131 | STRIP = @STRIP@ |
|---|
| 132 | VERSION = @VERSION@ |
|---|
| 133 | _libcurl_config = @_libcurl_config@ |
|---|
| 134 | ac_ct_CC = @ac_ct_CC@ |
|---|
| 135 | ac_ct_CXX = @ac_ct_CXX@ |
|---|
| 136 | ac_ct_F77 = @ac_ct_F77@ |
|---|
| 137 | am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ |
|---|
| 138 | am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ |
|---|
| 139 | am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ |
|---|
| 140 | am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ |
|---|
| 141 | am__include = @am__include@ |
|---|
| 142 | am__leading_dot = @am__leading_dot@ |
|---|
| 143 | am__quote = @am__quote@ |
|---|
| 144 | am__tar = @am__tar@ |
|---|
| 145 | am__untar = @am__untar@ |
|---|
| 146 | bindir = @bindir@ |
|---|
| 147 | build = @build@ |
|---|
| 148 | build_alias = @build_alias@ |
|---|
| 149 | build_cpu = @build_cpu@ |
|---|
| 150 | build_os = @build_os@ |
|---|
| 151 | build_vendor = @build_vendor@ |
|---|
| 152 | datadir = @datadir@ |
|---|
| 153 | datarootdir = @datarootdir@ |
|---|
| 154 | docdir = @docdir@ |
|---|
| 155 | dvidir = @dvidir@ |
|---|
| 156 | exec_prefix = @exec_prefix@ |
|---|
| 157 | host = @host@ |
|---|
| 158 | host_alias = @host_alias@ |
|---|
| 159 | host_cpu = @host_cpu@ |
|---|
| 160 | host_os = @host_os@ |
|---|
| 161 | host_vendor = @host_vendor@ |
|---|
| 162 | htmldir = @htmldir@ |
|---|
| 163 | includedir = @includedir@ |
|---|
| 164 | infodir = @infodir@ |
|---|
| 165 | install_sh = @install_sh@ |
|---|
| 166 | libdir = @libdir@ |
|---|
| 167 | libexecdir = @libexecdir@ |
|---|
| 168 | localedir = @localedir@ |
|---|
| 169 | localstatedir = @localstatedir@ |
|---|
| 170 | mandir = @mandir@ |
|---|
| 171 | mkdir_p = @mkdir_p@ |
|---|
| 172 | oldincludedir = @oldincludedir@ |
|---|
| 173 | pdfdir = @pdfdir@ |
|---|
| 174 | prefix = @prefix@ |
|---|
| 175 | program_transform_name = @program_transform_name@ |
|---|
| 176 | psdir = @psdir@ |
|---|
| 177 | sbindir = @sbindir@ |
|---|
| 178 | sharedstatedir = @sharedstatedir@ |
|---|
| 179 | sysconfdir = @sysconfdir@ |
|---|
| 180 | target_alias = @target_alias@ |
|---|
| 181 | noinst_LTLIBRARIES = libcompat.la |
|---|
| 182 | libcompat_la_SOURCES = fuse_opt.c fuse_opt.h |
|---|
| 183 | all: all-am |
|---|
| 184 | |
|---|
| 185 | .SUFFIXES: |
|---|
| 186 | .SUFFIXES: .c .lo .o .obj |
|---|
| 187 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
|---|
| 188 | @for dep in $?; do \ |
|---|
| 189 | case '$(am__configure_deps)' in \ |
|---|
| 190 | *$$dep*) \ |
|---|
| 191 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ |
|---|
| 192 | && exit 0; \ |
|---|
| 193 | exit 1;; \ |
|---|
| 194 | esac; \ |
|---|
| 195 | done; \ |
|---|
| 196 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu compat/Makefile'; \ |
|---|
| 197 | cd $(top_srcdir) && \ |
|---|
| 198 | $(AUTOMAKE) --gnu compat/Makefile |
|---|
| 199 | .PRECIOUS: Makefile |
|---|
| 200 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
|---|
| 201 | @case '$?' in \ |
|---|
| 202 | *config.status*) \ |
|---|
| 203 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
|---|
| 204 | *) \ |
|---|
| 205 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ |
|---|
| 206 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ |
|---|
| 207 | esac; |
|---|
| 208 | |
|---|
| 209 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
|---|
| 210 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
|---|
| 211 | |
|---|
| 212 | $(top_srcdir)/configure: $(am__configure_deps) |
|---|
| 213 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
|---|
| 214 | $(ACLOCAL_M4): $(am__aclocal_m4_deps) |
|---|
| 215 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
|---|
| 216 | |
|---|
| 217 | clean-noinstLTLIBRARIES: |
|---|
| 218 | -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) |
|---|
| 219 | @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ |
|---|
| 220 | dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ |
|---|
| 221 | test "$$dir" != "$$p" || dir=.; \ |
|---|
| 222 | echo "rm -f \"$${dir}/so_locations\""; \ |
|---|
| 223 | rm -f "$${dir}/so_locations"; \ |
|---|
| 224 | done |
|---|
| 225 | libcompat.la: $(libcompat_la_OBJECTS) $(libcompat_la_DEPENDENCIES) |
|---|
| 226 | $(LINK) $(libcompat_la_LDFLAGS) $(libcompat_la_OBJECTS) $(libcompat_la_LIBADD) $(LIBS) |
|---|
| 227 | |
|---|
| 228 | mostlyclean-compile: |
|---|
| 229 | -rm -f *.$(OBJEXT) |
|---|
| 230 | |
|---|
| 231 | distclean-compile: |
|---|
| 232 | -rm -f *.tab.c |
|---|
| 233 | |
|---|
| 234 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fuse_opt.Plo@am__quote@ |
|---|
| 235 | |
|---|
| 236 | .c.o: |
|---|
| 237 | @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ |
|---|
| 238 | @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi |
|---|
| 239 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
|---|
| 240 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
|---|
| 241 | @am__fastdepCC_FALSE@ $(COMPILE) -c $< |
|---|
| 242 | |
|---|
| 243 | .c.obj: |
|---|
| 244 | @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ |
|---|
| 245 | @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi |
|---|
| 246 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
|---|
| 247 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
|---|
| 248 | @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` |
|---|
| 249 | |
|---|
| 250 | .c.lo: |
|---|
| 251 | @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ |
|---|
| 252 | @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi |
|---|
| 253 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ |
|---|
| 254 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
|---|
| 255 | @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< |
|---|
| 256 | |
|---|
| 257 | mostlyclean-libtool: |
|---|
| 258 | -rm -f *.lo |
|---|
| 259 | |
|---|
| 260 | clean-libtool: |
|---|
| 261 | -rm -rf .libs _libs |
|---|
| 262 | |
|---|
| 263 | distclean-libtool: |
|---|
| 264 | -rm -f libtool |
|---|
| 265 | uninstall-info-am: |
|---|
| 266 | |
|---|
| 267 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
|---|
| 268 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|---|
| 269 | unique=`for i in $$list; do \ |
|---|
| 270 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|---|
| 271 | done | \ |
|---|
| 272 | $(AWK) ' { files[$$0] = 1; } \ |
|---|
| 273 | END { for (i in files) print i; }'`; \ |
|---|
| 274 | mkid -fID $$unique |
|---|
| 275 | tags: TAGS |
|---|
| 276 | |
|---|
| 277 | TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|---|
| 278 | $(TAGS_FILES) $(LISP) |
|---|
| 279 | tags=; \ |
|---|
| 280 | here=`pwd`; \ |
|---|
| 281 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|---|
| 282 | unique=`for i in $$list; do \ |
|---|
| 283 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|---|
| 284 | done | \ |
|---|
| 285 | $(AWK) ' { files[$$0] = 1; } \ |
|---|
| 286 | END { for (i in files) print i; }'`; \ |
|---|
| 287 | if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ |
|---|
| 288 | test -n "$$unique" || unique=$$empty_fix; \ |
|---|
| 289 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
|---|
| 290 | $$tags $$unique; \ |
|---|
| 291 | fi |
|---|
| 292 | ctags: CTAGS |
|---|
| 293 | CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|---|
| 294 | $(TAGS_FILES) $(LISP) |
|---|
| 295 | tags=; \ |
|---|
| 296 | here=`pwd`; \ |
|---|
| 297 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|---|
| 298 | unique=`for i in $$list; do \ |
|---|
| 299 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|---|
| 300 | done | \ |
|---|
| 301 | $(AWK) ' { files[$$0] = 1; } \ |
|---|
| 302 | END { for (i in files) print i; }'`; \ |
|---|
| 303 | test -z "$(CTAGS_ARGS)$$tags$$unique" \ |
|---|
| 304 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
|---|
| 305 | $$tags $$unique |
|---|
| 306 | |
|---|
| 307 | GTAGS: |
|---|
| 308 | here=`$(am__cd) $(top_builddir) && pwd` \ |
|---|
| 309 | && cd $(top_srcdir) \ |
|---|
| 310 | && gtags -i $(GTAGS_ARGS) $$here |
|---|
| 311 | |
|---|
| 312 | distclean-tags: |
|---|
| 313 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
|---|
| 314 | |
|---|
| 315 | distdir: $(DISTFILES) |
|---|
| 316 | @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ |
|---|
| 317 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ |
|---|
| 318 | list='$(DISTFILES)'; for file in $$list; do \ |
|---|
| 319 | case $$file in \ |
|---|
| 320 | $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ |
|---|
| 321 | $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ |
|---|
| 322 | esac; \ |
|---|
| 323 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
|---|
| 324 | dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ |
|---|
| 325 | if test "$$dir" != "$$file" && test "$$dir" != "."; then \ |
|---|
| 326 | dir="/$$dir"; \ |
|---|
| 327 | $(mkdir_p) "$(distdir)$$dir"; \ |
|---|
| 328 | else \ |
|---|
| 329 | dir=''; \ |
|---|
| 330 | fi; \ |
|---|
| 331 | if test -d $$d/$$file; then \ |
|---|
| 332 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
|---|
| 333 | cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ |
|---|
| 334 | fi; \ |
|---|
| 335 | cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ |
|---|
| 336 | else \ |
|---|
| 337 | test -f $(distdir)/$$file \ |
|---|
| 338 | || cp -p $$d/$$file $(distdir)/$$file \ |
|---|
| 339 | || exit 1; \ |
|---|
| 340 | fi; \ |
|---|
| 341 | done |
|---|
| 342 | check-am: all-am |
|---|
| 343 | check: check-am |
|---|
| 344 | all-am: Makefile $(LTLIBRARIES) |
|---|
| 345 | installdirs: |
|---|
| 346 | install: install-am |
|---|
| 347 | install-exec: install-exec-am |
|---|
| 348 | install-data: install-data-am |
|---|
| 349 | uninstall: uninstall-am |
|---|
| 350 | |
|---|
| 351 | install-am: all-am |
|---|
| 352 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
|---|
| 353 | |
|---|
| 354 | installcheck: installcheck-am |
|---|
| 355 | install-strip: |
|---|
| 356 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
|---|
| 357 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
|---|
| 358 | `test -z '$(STRIP)' || \ |
|---|
| 359 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
|---|
| 360 | mostlyclean-generic: |
|---|
| 361 | |
|---|
| 362 | clean-generic: |
|---|
| 363 | |
|---|
| 364 | distclean-generic: |
|---|
| 365 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
|---|
| 366 | |
|---|
| 367 | maintainer-clean-generic: |
|---|
| 368 | @echo "This command is intended for maintainers to use" |
|---|
| 369 | @echo "it deletes files that may require special tools to rebuild." |
|---|
| 370 | clean: clean-am |
|---|
| 371 | |
|---|
| 372 | clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ |
|---|
| 373 | mostlyclean-am |
|---|
| 374 | |
|---|
| 375 | distclean: distclean-am |
|---|
| 376 | -rm -rf ./$(DEPDIR) |
|---|
| 377 | -rm -f Makefile |
|---|
| 378 | distclean-am: clean-am distclean-compile distclean-generic \ |
|---|
| 379 | distclean-libtool distclean-tags |
|---|
| 380 | |
|---|
| 381 | dvi: dvi-am |
|---|
| 382 | |
|---|
| 383 | dvi-am: |
|---|
| 384 | |
|---|
| 385 | html: html-am |
|---|
| 386 | |
|---|
| 387 | info: info-am |
|---|
| 388 | |
|---|
| 389 | info-am: |
|---|
| 390 | |
|---|
| 391 | install-data-am: |
|---|
| 392 | |
|---|
| 393 | install-exec-am: |
|---|
| 394 | |
|---|
| 395 | install-info: install-info-am |
|---|
| 396 | |
|---|
| 397 | install-man: |
|---|
| 398 | |
|---|
| 399 | installcheck-am: |
|---|
| 400 | |
|---|
| 401 | maintainer-clean: maintainer-clean-am |
|---|
| 402 | -rm -rf ./$(DEPDIR) |
|---|
| 403 | -rm -f Makefile |
|---|
| 404 | maintainer-clean-am: distclean-am maintainer-clean-generic |
|---|
| 405 | |
|---|
| 406 | mostlyclean: mostlyclean-am |
|---|
| 407 | |
|---|
| 408 | mostlyclean-am: mostlyclean-compile mostlyclean-generic \ |
|---|
| 409 | mostlyclean-libtool |
|---|
| 410 | |
|---|
| 411 | pdf: pdf-am |
|---|
| 412 | |
|---|
| 413 | pdf-am: |
|---|
| 414 | |
|---|
| 415 | ps: ps-am |
|---|
| 416 | |
|---|
| 417 | ps-am: |
|---|
| 418 | |
|---|
| 419 | uninstall-am: uninstall-info-am |
|---|
| 420 | |
|---|
| 421 | .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ |
|---|
| 422 | clean-libtool clean-noinstLTLIBRARIES ctags distclean \ |
|---|
| 423 | distclean-compile distclean-generic distclean-libtool \ |
|---|
| 424 | distclean-tags distdir dvi dvi-am html html-am info info-am \ |
|---|
| 425 | install install-am install-data install-data-am install-exec \ |
|---|
| 426 | install-exec-am install-info install-info-am install-man \ |
|---|
| 427 | install-strip installcheck installcheck-am installdirs \ |
|---|
| 428 | maintainer-clean maintainer-clean-generic mostlyclean \ |
|---|
| 429 | mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ |
|---|
| 430 | pdf pdf-am ps ps-am tags uninstall uninstall-am \ |
|---|
| 431 | uninstall-info-am |
|---|
| 432 | |
|---|
| 433 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
|---|
| 434 | # Otherwise a system limit (for SysV at least) may be exceeded. |
|---|
| 435 | .NOEXPORT: |
|---|