| 1 | # Makefile.in generated by automake 1.11.1 from Makefile.am. |
|---|
| 2 | # @configure_input@ |
|---|
| 3 | |
|---|
| 4 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
|---|
| 5 | # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, |
|---|
| 6 | # Inc. |
|---|
| 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@ |
|---|
| 17 | |
|---|
| 18 | # $Id: Makefile.am,v 1.93 2009/12/23 09:55:328 sbajic Exp $ |
|---|
| 19 | # |
|---|
| 20 | # Makefile.am |
|---|
| 21 | # |
|---|
| 22 | # autoconf (GNU Autoconf) 2.59 |
|---|
| 23 | # ltmain.sh (GNU libtool) 1.5.6 |
|---|
| 24 | # automake (GNU automake) 1.9.2 |
|---|
| 25 | VPATH = @srcdir@ |
|---|
| 26 | pkgdatadir = $(datadir)/@PACKAGE@ |
|---|
| 27 | pkgincludedir = $(includedir)/@PACKAGE@ |
|---|
| 28 | pkglibdir = $(libdir)/@PACKAGE@ |
|---|
| 29 | pkglibexecdir = $(libexecdir)/@PACKAGE@ |
|---|
| 30 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
|---|
| 31 | install_sh_DATA = $(install_sh) -c -m 644 |
|---|
| 32 | install_sh_PROGRAM = $(install_sh) -c |
|---|
| 33 | install_sh_SCRIPT = $(install_sh) -c |
|---|
| 34 | INSTALL_HEADER = $(INSTALL_DATA) |
|---|
| 35 | transform = $(program_transform_name) |
|---|
| 36 | NORMAL_INSTALL = : |
|---|
| 37 | PRE_INSTALL = : |
|---|
| 38 | POST_INSTALL = : |
|---|
| 39 | NORMAL_UNINSTALL = : |
|---|
| 40 | PRE_UNINSTALL = : |
|---|
| 41 | POST_UNINSTALL = : |
|---|
| 42 | build_triplet = @build@ |
|---|
| 43 | host_triplet = @host@ |
|---|
| 44 | subdir = . |
|---|
| 45 | DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ |
|---|
| 46 | $(srcdir)/Makefile.in $(top_srcdir)/configure config.guess \ |
|---|
| 47 | config.sub depcomp install-sh ltmain.sh missing |
|---|
| 48 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
|---|
| 49 | am__aclocal_m4_deps = $(top_srcdir)/m4/dllibs.m4 \ |
|---|
| 50 | $(top_srcdir)/m4/dspam_functions.m4 \ |
|---|
| 51 | $(top_srcdir)/m4/external_lookup.m4 \ |
|---|
| 52 | $(top_srcdir)/m4/gcc_build_options.m4 \ |
|---|
| 53 | $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ |
|---|
| 54 | $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ |
|---|
| 55 | $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/mysql_drv.m4 \ |
|---|
| 56 | $(top_srcdir)/m4/netlibs.m4 $(top_srcdir)/m4/pgsql_drv.m4 \ |
|---|
| 57 | $(top_srcdir)/m4/pthread.m4 \ |
|---|
| 58 | $(top_srcdir)/m4/split_configuration.m4 \ |
|---|
| 59 | $(top_srcdir)/m4/sqlite3_drv.m4 $(top_srcdir)/m4/sqlite_drv.m4 \ |
|---|
| 60 | $(top_srcdir)/configure.ac |
|---|
| 61 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
|---|
| 62 | $(ACLOCAL_M4) |
|---|
| 63 | am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |
|---|
| 64 | configure.lineno config.status.lineno |
|---|
| 65 | mkinstalldirs = $(install_sh) -d |
|---|
| 66 | CONFIG_HEADER = $(top_builddir)/src/auto-config.h |
|---|
| 67 | CONFIG_CLEAN_FILES = |
|---|
| 68 | CONFIG_CLEAN_VPATH_FILES = |
|---|
| 69 | SOURCES = |
|---|
| 70 | DIST_SOURCES = |
|---|
| 71 | RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ |
|---|
| 72 | html-recursive info-recursive install-data-recursive \ |
|---|
| 73 | install-dvi-recursive install-exec-recursive \ |
|---|
| 74 | install-html-recursive install-info-recursive \ |
|---|
| 75 | install-pdf-recursive install-ps-recursive install-recursive \ |
|---|
| 76 | installcheck-recursive installdirs-recursive pdf-recursive \ |
|---|
| 77 | ps-recursive uninstall-recursive |
|---|
| 78 | RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ |
|---|
| 79 | distclean-recursive maintainer-clean-recursive |
|---|
| 80 | AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ |
|---|
| 81 | $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ |
|---|
| 82 | distdir dist dist-all distcheck |
|---|
| 83 | ETAGS = etags |
|---|
| 84 | CTAGS = ctags |
|---|
| 85 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
|---|
| 86 | distdir = $(PACKAGE)-$(VERSION) |
|---|
| 87 | top_distdir = $(distdir) |
|---|
| 88 | am__remove_distdir = \ |
|---|
| 89 | { test ! -d "$(distdir)" \ |
|---|
| 90 | || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ |
|---|
| 91 | && rm -fr "$(distdir)"; }; } |
|---|
| 92 | am__relativize = \ |
|---|
| 93 | dir0=`pwd`; \ |
|---|
| 94 | sed_first='s,^\([^/]*\)/.*$$,\1,'; \ |
|---|
| 95 | sed_rest='s,^[^/]*/*,,'; \ |
|---|
| 96 | sed_last='s,^.*/\([^/]*\)$$,\1,'; \ |
|---|
| 97 | sed_butlast='s,/*[^/]*$$,,'; \ |
|---|
| 98 | while test -n "$$dir1"; do \ |
|---|
| 99 | first=`echo "$$dir1" | sed -e "$$sed_first"`; \ |
|---|
| 100 | if test "$$first" != "."; then \ |
|---|
| 101 | if test "$$first" = ".."; then \ |
|---|
| 102 | dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ |
|---|
| 103 | dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ |
|---|
| 104 | else \ |
|---|
| 105 | first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ |
|---|
| 106 | if test "$$first2" = "$$first"; then \ |
|---|
| 107 | dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ |
|---|
| 108 | else \ |
|---|
| 109 | dir2="../$$dir2"; \ |
|---|
| 110 | fi; \ |
|---|
| 111 | dir0="$$dir0"/"$$first"; \ |
|---|
| 112 | fi; \ |
|---|
| 113 | fi; \ |
|---|
| 114 | dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ |
|---|
| 115 | done; \ |
|---|
| 116 | reldir="$$dir2" |
|---|
| 117 | DIST_ARCHIVES = $(distdir).tar.gz |
|---|
| 118 | GZIP_ENV = --best |
|---|
| 119 | distuninstallcheck_listfiles = find . -type f -print |
|---|
| 120 | distcleancheck_listfiles = find . -type f -print |
|---|
| 121 | ACLOCAL = @ACLOCAL@ |
|---|
| 122 | AMTAR = @AMTAR@ |
|---|
| 123 | AR = @AR@ |
|---|
| 124 | AUTOCONF = @AUTOCONF@ |
|---|
| 125 | AUTOHEADER = @AUTOHEADER@ |
|---|
| 126 | AUTOMAKE = @AUTOMAKE@ |
|---|
| 127 | AWK = @AWK@ |
|---|
| 128 | CC = @CC@ |
|---|
| 129 | CCDEPMODE = @CCDEPMODE@ |
|---|
| 130 | CFLAGS = @CFLAGS@ |
|---|
| 131 | CPP = @CPP@ |
|---|
| 132 | CPPFLAGS = @CPPFLAGS@ |
|---|
| 133 | CYGPATH_W = @CYGPATH_W@ |
|---|
| 134 | DEFS = @DEFS@ |
|---|
| 135 | DEPDIR = @DEPDIR@ |
|---|
| 136 | DLLIBS = @DLLIBS@ |
|---|
| 137 | DLLTOOL = @DLLTOOL@ |
|---|
| 138 | DSYMUTIL = @DSYMUTIL@ |
|---|
| 139 | DUMPBIN = @DUMPBIN@ |
|---|
| 140 | ECHO_C = @ECHO_C@ |
|---|
| 141 | ECHO_N = @ECHO_N@ |
|---|
| 142 | ECHO_T = @ECHO_T@ |
|---|
| 143 | EGREP = @EGREP@ |
|---|
| 144 | EXEEXT = @EXEEXT@ |
|---|
| 145 | FGREP = @FGREP@ |
|---|
| 146 | GREP = @GREP@ |
|---|
| 147 | INSTALL = @INSTALL@ |
|---|
| 148 | INSTALL_DATA = @INSTALL_DATA@ |
|---|
| 149 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
|---|
| 150 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
|---|
| 151 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
|---|
| 152 | LD = @LD@ |
|---|
| 153 | LDFLAGS = @LDFLAGS@ |
|---|
| 154 | LIBOBJS = @LIBOBJS@ |
|---|
| 155 | LIBS = @LIBS@ |
|---|
| 156 | LIBTOOL = @LIBTOOL@ |
|---|
| 157 | LIPO = @LIPO@ |
|---|
| 158 | LN_S = @LN_S@ |
|---|
| 159 | LTLIBOBJS = @LTLIBOBJS@ |
|---|
| 160 | MAKEINFO = @MAKEINFO@ |
|---|
| 161 | MANIFEST_TOOL = @MANIFEST_TOOL@ |
|---|
| 162 | MKDIR_P = @MKDIR_P@ |
|---|
| 163 | NETLIBS = @NETLIBS@ |
|---|
| 164 | NM = @NM@ |
|---|
| 165 | NMEDIT = @NMEDIT@ |
|---|
| 166 | OBJDUMP = @OBJDUMP@ |
|---|
| 167 | OBJEXT = @OBJEXT@ |
|---|
| 168 | OTOOL = @OTOOL@ |
|---|
| 169 | OTOOL64 = @OTOOL64@ |
|---|
| 170 | PACKAGE = @PACKAGE@ |
|---|
| 171 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
|---|
| 172 | PACKAGE_NAME = @PACKAGE_NAME@ |
|---|
| 173 | PACKAGE_STRING = @PACKAGE_STRING@ |
|---|
| 174 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
|---|
| 175 | PACKAGE_URL = @PACKAGE_URL@ |
|---|
| 176 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
|---|
| 177 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
|---|
| 178 | RANLIB = @RANLIB@ |
|---|
| 179 | SED = @SED@ |
|---|
| 180 | SET_MAKE = @SET_MAKE@ |
|---|
| 181 | SHELL = @SHELL@ |
|---|
| 182 | STRIP = @STRIP@ |
|---|
| 183 | VERSION = @VERSION@ |
|---|
| 184 | abs_builddir = @abs_builddir@ |
|---|
| 185 | abs_srcdir = @abs_srcdir@ |
|---|
| 186 | abs_top_builddir = @abs_top_builddir@ |
|---|
| 187 | abs_top_srcdir = @abs_top_srcdir@ |
|---|
| 188 | ac_ct_AR = @ac_ct_AR@ |
|---|
| 189 | ac_ct_CC = @ac_ct_CC@ |
|---|
| 190 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
|---|
| 191 | active_driver = @active_driver@ |
|---|
| 192 | am__include = @am__include@ |
|---|
| 193 | am__leading_dot = @am__leading_dot@ |
|---|
| 194 | am__quote = @am__quote@ |
|---|
| 195 | am__tar = @am__tar@ |
|---|
| 196 | am__untar = @am__untar@ |
|---|
| 197 | bindir = @bindir@ |
|---|
| 198 | build = @build@ |
|---|
| 199 | build_alias = @build_alias@ |
|---|
| 200 | build_cpu = @build_cpu@ |
|---|
| 201 | build_os = @build_os@ |
|---|
| 202 | build_vendor = @build_vendor@ |
|---|
| 203 | builddir = @builddir@ |
|---|
| 204 | datadir = @datadir@ |
|---|
| 205 | datarootdir = @datarootdir@ |
|---|
| 206 | delivery_agent = @delivery_agent@ |
|---|
| 207 | docdir = @docdir@ |
|---|
| 208 | dspam_group = @dspam_group@ |
|---|
| 209 | dspam_home = @dspam_home@ |
|---|
| 210 | dspam_home_group = @dspam_home_group@ |
|---|
| 211 | dspam_home_mode = @dspam_home_mode@ |
|---|
| 212 | dspam_home_owner = @dspam_home_owner@ |
|---|
| 213 | dspam_mode = @dspam_mode@ |
|---|
| 214 | dspam_owner = @dspam_owner@ |
|---|
| 215 | dvidir = @dvidir@ |
|---|
| 216 | exec_prefix = @exec_prefix@ |
|---|
| 217 | external_lookup_libs = @external_lookup_libs@ |
|---|
| 218 | host = @host@ |
|---|
| 219 | host_alias = @host_alias@ |
|---|
| 220 | host_cpu = @host_cpu@ |
|---|
| 221 | host_os = @host_os@ |
|---|
| 222 | host_vendor = @host_vendor@ |
|---|
| 223 | htmldir = @htmldir@ |
|---|
| 224 | includedir = @includedir@/dspam |
|---|
| 225 | infodir = @infodir@ |
|---|
| 226 | install_sh = @install_sh@ |
|---|
| 227 | libdir = @libdir@ |
|---|
| 228 | libexecdir = @libexecdir@ |
|---|
| 229 | libmysql_drv_cppflags = @libmysql_drv_cppflags@ |
|---|
| 230 | libmysql_drv_ldflags = @libmysql_drv_ldflags@ |
|---|
| 231 | libmysql_drv_libs = @libmysql_drv_libs@ |
|---|
| 232 | libpgsql_drv_cppflags = @libpgsql_drv_cppflags@ |
|---|
| 233 | libpgsql_drv_ldflags = @libpgsql_drv_ldflags@ |
|---|
| 234 | libpgsql_drv_libs = @libpgsql_drv_libs@ |
|---|
| 235 | libsqlite3_drv_cppflags = @libsqlite3_drv_cppflags@ |
|---|
| 236 | libsqlite3_drv_ldflags = @libsqlite3_drv_ldflags@ |
|---|
| 237 | libsqlite3_drv_libs = @libsqlite3_drv_libs@ |
|---|
| 238 | libsqlite_drv_cppflags = @libsqlite_drv_cppflags@ |
|---|
| 239 | libsqlite_drv_ldflags = @libsqlite_drv_ldflags@ |
|---|
| 240 | libsqlite_drv_libs = @libsqlite_drv_libs@ |
|---|
| 241 | localedir = @localedir@ |
|---|
| 242 | localstatedir = @localstatedir@ |
|---|
| 243 | logdir = @logdir@ |
|---|
| 244 | mandir = @mandir@ |
|---|
| 245 | mkdir_p = @mkdir_p@ |
|---|
| 246 | oldincludedir = @oldincludedir@ |
|---|
| 247 | pdfdir = @pdfdir@ |
|---|
| 248 | pgsql_pg_config = @pgsql_pg_config@ |
|---|
| 249 | prefix = @prefix@ |
|---|
| 250 | program_transform_name = @program_transform_name@ |
|---|
| 251 | psdir = @psdir@ |
|---|
| 252 | sbindir = @sbindir@ |
|---|
| 253 | sharedstatedir = @sharedstatedir@ |
|---|
| 254 | srcdir = @srcdir@ |
|---|
| 255 | storage_drv_subdirs = @storage_drv_subdirs@ |
|---|
| 256 | sysconfdir = @sysconfdir@ |
|---|
| 257 | target_alias = @target_alias@ |
|---|
| 258 | top_build_prefix = @top_build_prefix@ |
|---|
| 259 | top_builddir = @top_builddir@ |
|---|
| 260 | top_srcdir = @top_srcdir@ |
|---|
| 261 | SUBDIRS = . webui m4 man src |
|---|
| 262 | DIST_SUBDIRS = . webui m4 txt man src doc contrib |
|---|
| 263 | EXTRA_DIST = autogen.sh RELEASE.NOTES CHANGELOG LICENSE \ |
|---|
| 264 | README UPGRADING |
|---|
| 265 | |
|---|
| 266 | MAINTAINERCLEANFILES = Makefile.in aclocal.m4 auto-config.h.in \ |
|---|
| 267 | config.guess config.sub configure depcomp install-sh \ |
|---|
| 268 | ltmain.sh missing mkinstalldirs |
|---|
| 269 | |
|---|
| 270 | ACLOCAL_AMFLAGS = -I m4 |
|---|
| 271 | all: all-recursive |
|---|
| 272 | |
|---|
| 273 | .SUFFIXES: |
|---|
| 274 | am--refresh: |
|---|
| 275 | @: |
|---|
| 276 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
|---|
| 277 | @for dep in $?; do \ |
|---|
| 278 | case '$(am__configure_deps)' in \ |
|---|
| 279 | *$$dep*) \ |
|---|
| 280 | echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ |
|---|
| 281 | $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ |
|---|
| 282 | && exit 0; \ |
|---|
| 283 | exit 1;; \ |
|---|
| 284 | esac; \ |
|---|
| 285 | done; \ |
|---|
| 286 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ |
|---|
| 287 | $(am__cd) $(top_srcdir) && \ |
|---|
| 288 | $(AUTOMAKE) --foreign Makefile |
|---|
| 289 | .PRECIOUS: Makefile |
|---|
| 290 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
|---|
| 291 | @case '$?' in \ |
|---|
| 292 | *config.status*) \ |
|---|
| 293 | echo ' $(SHELL) ./config.status'; \ |
|---|
| 294 | $(SHELL) ./config.status;; \ |
|---|
| 295 | *) \ |
|---|
| 296 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ |
|---|
| 297 | cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ |
|---|
| 298 | esac; |
|---|
| 299 | |
|---|
| 300 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
|---|
| 301 | $(SHELL) ./config.status --recheck |
|---|
| 302 | |
|---|
| 303 | $(top_srcdir)/configure: $(am__configure_deps) |
|---|
| 304 | $(am__cd) $(srcdir) && $(AUTOCONF) |
|---|
| 305 | $(ACLOCAL_M4): $(am__aclocal_m4_deps) |
|---|
| 306 | $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) |
|---|
| 307 | $(am__aclocal_m4_deps): |
|---|
| 308 | |
|---|
| 309 | mostlyclean-libtool: |
|---|
| 310 | -rm -f *.lo |
|---|
| 311 | |
|---|
| 312 | clean-libtool: |
|---|
| 313 | -rm -rf .libs _libs |
|---|
| 314 | |
|---|
| 315 | distclean-libtool: |
|---|
| 316 | -rm -f libtool config.lt |
|---|
| 317 | |
|---|
| 318 | # This directory's subdirectories are mostly independent; you can cd |
|---|
| 319 | # into them and run `make' without going through this Makefile. |
|---|
| 320 | # To change the values of `make' variables: instead of editing Makefiles, |
|---|
| 321 | # (1) if the variable is set in `config.status', edit `config.status' |
|---|
| 322 | # (which will cause the Makefiles to be regenerated when you run `make'); |
|---|
| 323 | # (2) otherwise, pass the desired values on the `make' command line. |
|---|
| 324 | $(RECURSIVE_TARGETS): |
|---|
| 325 | @fail= failcom='exit 1'; \ |
|---|
| 326 | for f in x $$MAKEFLAGS; do \ |
|---|
| 327 | case $$f in \ |
|---|
| 328 | *=* | --[!k]*);; \ |
|---|
| 329 | *k*) failcom='fail=yes';; \ |
|---|
| 330 | esac; \ |
|---|
| 331 | done; \ |
|---|
| 332 | dot_seen=no; \ |
|---|
| 333 | target=`echo $@ | sed s/-recursive//`; \ |
|---|
| 334 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
|---|
| 335 | echo "Making $$target in $$subdir"; \ |
|---|
| 336 | if test "$$subdir" = "."; then \ |
|---|
| 337 | dot_seen=yes; \ |
|---|
| 338 | local_target="$$target-am"; \ |
|---|
| 339 | else \ |
|---|
| 340 | local_target="$$target"; \ |
|---|
| 341 | fi; \ |
|---|
| 342 | ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
|---|
| 343 | || eval $$failcom; \ |
|---|
| 344 | done; \ |
|---|
| 345 | if test "$$dot_seen" = "no"; then \ |
|---|
| 346 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
|---|
| 347 | fi; test -z "$$fail" |
|---|
| 348 | |
|---|
| 349 | $(RECURSIVE_CLEAN_TARGETS): |
|---|
| 350 | @fail= failcom='exit 1'; \ |
|---|
| 351 | for f in x $$MAKEFLAGS; do \ |
|---|
| 352 | case $$f in \ |
|---|
| 353 | *=* | --[!k]*);; \ |
|---|
| 354 | *k*) failcom='fail=yes';; \ |
|---|
| 355 | esac; \ |
|---|
| 356 | done; \ |
|---|
| 357 | dot_seen=no; \ |
|---|
| 358 | case "$@" in \ |
|---|
| 359 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
|---|
| 360 | *) list='$(SUBDIRS)' ;; \ |
|---|
| 361 | esac; \ |
|---|
| 362 | rev=''; for subdir in $$list; do \ |
|---|
| 363 | if test "$$subdir" = "."; then :; else \ |
|---|
| 364 | rev="$$subdir $$rev"; \ |
|---|
| 365 | fi; \ |
|---|
| 366 | done; \ |
|---|
| 367 | rev="$$rev ."; \ |
|---|
| 368 | target=`echo $@ | sed s/-recursive//`; \ |
|---|
| 369 | for subdir in $$rev; do \ |
|---|
| 370 | echo "Making $$target in $$subdir"; \ |
|---|
| 371 | if test "$$subdir" = "."; then \ |
|---|
| 372 | local_target="$$target-am"; \ |
|---|
| 373 | else \ |
|---|
| 374 | local_target="$$target"; \ |
|---|
| 375 | fi; \ |
|---|
| 376 | ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
|---|
| 377 | || eval $$failcom; \ |
|---|
| 378 | done && test -z "$$fail" |
|---|
| 379 | tags-recursive: |
|---|
| 380 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
|---|
| 381 | test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
|---|
| 382 | done |
|---|
| 383 | ctags-recursive: |
|---|
| 384 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
|---|
| 385 | test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ |
|---|
| 386 | done |
|---|
| 387 | |
|---|
| 388 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
|---|
| 389 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|---|
| 390 | unique=`for i in $$list; do \ |
|---|
| 391 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|---|
| 392 | done | \ |
|---|
| 393 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
|---|
| 394 | END { if (nonempty) { for (i in files) print i; }; }'`; \ |
|---|
| 395 | mkid -fID $$unique |
|---|
| 396 | tags: TAGS |
|---|
| 397 | |
|---|
| 398 | TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|---|
| 399 | $(TAGS_FILES) $(LISP) |
|---|
| 400 | set x; \ |
|---|
| 401 | here=`pwd`; \ |
|---|
| 402 | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ |
|---|
| 403 | include_option=--etags-include; \ |
|---|
| 404 | empty_fix=.; \ |
|---|
| 405 | else \ |
|---|
| 406 | include_option=--include; \ |
|---|
| 407 | empty_fix=; \ |
|---|
| 408 | fi; \ |
|---|
| 409 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
|---|
| 410 | if test "$$subdir" = .; then :; else \ |
|---|
| 411 | test ! -f $$subdir/TAGS || \ |
|---|
| 412 | set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ |
|---|
| 413 | fi; \ |
|---|
| 414 | done; \ |
|---|
| 415 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|---|
| 416 | unique=`for i in $$list; do \ |
|---|
| 417 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|---|
| 418 | done | \ |
|---|
| 419 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
|---|
| 420 | END { if (nonempty) { for (i in files) print i; }; }'`; \ |
|---|
| 421 | shift; \ |
|---|
| 422 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
|---|
| 423 | test -n "$$unique" || unique=$$empty_fix; \ |
|---|
| 424 | if test $$# -gt 0; then \ |
|---|
| 425 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
|---|
| 426 | "$$@" $$unique; \ |
|---|
| 427 | else \ |
|---|
| 428 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
|---|
| 429 | $$unique; \ |
|---|
| 430 | fi; \ |
|---|
| 431 | fi |
|---|
| 432 | ctags: CTAGS |
|---|
| 433 | CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|---|
| 434 | $(TAGS_FILES) $(LISP) |
|---|
| 435 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|---|
| 436 | unique=`for i in $$list; do \ |
|---|
| 437 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|---|
| 438 | done | \ |
|---|
| 439 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
|---|
| 440 | END { if (nonempty) { for (i in files) print i; }; }'`; \ |
|---|
| 441 | test -z "$(CTAGS_ARGS)$$unique" \ |
|---|
| 442 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
|---|
| 443 | $$unique |
|---|
| 444 | |
|---|
| 445 | GTAGS: |
|---|
| 446 | here=`$(am__cd) $(top_builddir) && pwd` \ |
|---|
| 447 | && $(am__cd) $(top_srcdir) \ |
|---|
| 448 | && gtags -i $(GTAGS_ARGS) "$$here" |
|---|
| 449 | |
|---|
| 450 | distclean-tags: |
|---|
| 451 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
|---|
| 452 | |
|---|
| 453 | distdir: $(DISTFILES) |
|---|
| 454 | $(am__remove_distdir) |
|---|
| 455 | test -d "$(distdir)" || mkdir "$(distdir)" |
|---|
| 456 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
|---|
| 457 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
|---|
| 458 | list='$(DISTFILES)'; \ |
|---|
| 459 | dist_files=`for file in $$list; do echo $$file; done | \ |
|---|
| 460 | sed -e "s|^$$srcdirstrip/||;t" \ |
|---|
| 461 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
|---|
| 462 | case $$dist_files in \ |
|---|
| 463 | */*) $(MKDIR_P) `echo "$$dist_files" | \ |
|---|
| 464 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
|---|
| 465 | sort -u` ;; \ |
|---|
| 466 | esac; \ |
|---|
| 467 | for file in $$dist_files; do \ |
|---|
| 468 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
|---|
| 469 | if test -d $$d/$$file; then \ |
|---|
| 470 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
|---|
| 471 | if test -d "$(distdir)/$$file"; then \ |
|---|
| 472 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
|---|
| 473 | fi; \ |
|---|
| 474 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
|---|
| 475 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ |
|---|
| 476 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
|---|
| 477 | fi; \ |
|---|
| 478 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ |
|---|
| 479 | else \ |
|---|
| 480 | test -f "$(distdir)/$$file" \ |
|---|
| 481 | || cp -p $$d/$$file "$(distdir)/$$file" \ |
|---|
| 482 | || exit 1; \ |
|---|
| 483 | fi; \ |
|---|
| 484 | done |
|---|
| 485 | @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
|---|
| 486 | if test "$$subdir" = .; then :; else \ |
|---|
| 487 | test -d "$(distdir)/$$subdir" \ |
|---|
| 488 | || $(MKDIR_P) "$(distdir)/$$subdir" \ |
|---|
| 489 | || exit 1; \ |
|---|
| 490 | fi; \ |
|---|
| 491 | done |
|---|
| 492 | @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
|---|
| 493 | if test "$$subdir" = .; then :; else \ |
|---|
| 494 | dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ |
|---|
| 495 | $(am__relativize); \ |
|---|
| 496 | new_distdir=$$reldir; \ |
|---|
| 497 | dir1=$$subdir; dir2="$(top_distdir)"; \ |
|---|
| 498 | $(am__relativize); \ |
|---|
| 499 | new_top_distdir=$$reldir; \ |
|---|
| 500 | echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ |
|---|
| 501 | echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ |
|---|
| 502 | ($(am__cd) $$subdir && \ |
|---|
| 503 | $(MAKE) $(AM_MAKEFLAGS) \ |
|---|
| 504 | top_distdir="$$new_top_distdir" \ |
|---|
| 505 | distdir="$$new_distdir" \ |
|---|
| 506 | am__remove_distdir=: \ |
|---|
| 507 | am__skip_length_check=: \ |
|---|
| 508 | am__skip_mode_fix=: \ |
|---|
| 509 | distdir) \ |
|---|
| 510 | || exit 1; \ |
|---|
| 511 | fi; \ |
|---|
| 512 | done |
|---|
| 513 | -test -n "$(am__skip_mode_fix)" \ |
|---|
| 514 | || find "$(distdir)" -type d ! -perm -755 \ |
|---|
| 515 | -exec chmod u+rwx,go+rx {} \; -o \ |
|---|
| 516 | ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ |
|---|
| 517 | ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ |
|---|
| 518 | ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ |
|---|
| 519 | || chmod -R a+r "$(distdir)" |
|---|
| 520 | dist-gzip: distdir |
|---|
| 521 | tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
|---|
| 522 | $(am__remove_distdir) |
|---|
| 523 | |
|---|
| 524 | dist-bzip2: distdir |
|---|
| 525 | tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 |
|---|
| 526 | $(am__remove_distdir) |
|---|
| 527 | |
|---|
| 528 | dist-lzma: distdir |
|---|
| 529 | tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma |
|---|
| 530 | $(am__remove_distdir) |
|---|
| 531 | |
|---|
| 532 | dist-xz: distdir |
|---|
| 533 | tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz |
|---|
| 534 | $(am__remove_distdir) |
|---|
| 535 | |
|---|
| 536 | dist-tarZ: distdir |
|---|
| 537 | tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z |
|---|
| 538 | $(am__remove_distdir) |
|---|
| 539 | |
|---|
| 540 | dist-shar: distdir |
|---|
| 541 | shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz |
|---|
| 542 | $(am__remove_distdir) |
|---|
| 543 | |
|---|
| 544 | dist-zip: distdir |
|---|
| 545 | -rm -f $(distdir).zip |
|---|
| 546 | zip -rq $(distdir).zip $(distdir) |
|---|
| 547 | $(am__remove_distdir) |
|---|
| 548 | |
|---|
| 549 | dist dist-all: distdir |
|---|
| 550 | tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
|---|
| 551 | $(am__remove_distdir) |
|---|
| 552 | |
|---|
| 553 | # This target untars the dist file and tries a VPATH configuration. Then |
|---|
| 554 | # it guarantees that the distribution is self-contained by making another |
|---|
| 555 | # tarfile. |
|---|
| 556 | distcheck: dist |
|---|
| 557 | case '$(DIST_ARCHIVES)' in \ |
|---|
| 558 | *.tar.gz*) \ |
|---|
| 559 | GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ |
|---|
| 560 | *.tar.bz2*) \ |
|---|
| 561 | bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ |
|---|
| 562 | *.tar.lzma*) \ |
|---|
| 563 | lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ |
|---|
| 564 | *.tar.xz*) \ |
|---|
| 565 | xz -dc $(distdir).tar.xz | $(am__untar) ;;\ |
|---|
| 566 | *.tar.Z*) \ |
|---|
| 567 | uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ |
|---|
| 568 | *.shar.gz*) \ |
|---|
| 569 | GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ |
|---|
| 570 | *.zip*) \ |
|---|
| 571 | unzip $(distdir).zip ;;\ |
|---|
| 572 | esac |
|---|
| 573 | chmod -R a-w $(distdir); chmod a+w $(distdir) |
|---|
| 574 | mkdir $(distdir)/_build |
|---|
| 575 | mkdir $(distdir)/_inst |
|---|
| 576 | chmod a-w $(distdir) |
|---|
| 577 | test -d $(distdir)/_build || exit 0; \ |
|---|
| 578 | dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ |
|---|
| 579 | && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ |
|---|
| 580 | && am__cwd=`pwd` \ |
|---|
| 581 | && $(am__cd) $(distdir)/_build \ |
|---|
| 582 | && ../configure --srcdir=.. --prefix="$$dc_install_base" \ |
|---|
| 583 | $(DISTCHECK_CONFIGURE_FLAGS) \ |
|---|
| 584 | && $(MAKE) $(AM_MAKEFLAGS) \ |
|---|
| 585 | && $(MAKE) $(AM_MAKEFLAGS) dvi \ |
|---|
| 586 | && $(MAKE) $(AM_MAKEFLAGS) check \ |
|---|
| 587 | && $(MAKE) $(AM_MAKEFLAGS) install \ |
|---|
| 588 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \ |
|---|
| 589 | && $(MAKE) $(AM_MAKEFLAGS) uninstall \ |
|---|
| 590 | && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ |
|---|
| 591 | distuninstallcheck \ |
|---|
| 592 | && chmod -R a-w "$$dc_install_base" \ |
|---|
| 593 | && ({ \ |
|---|
| 594 | (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ |
|---|
| 595 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ |
|---|
| 596 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ |
|---|
| 597 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ |
|---|
| 598 | distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ |
|---|
| 599 | } || { rm -rf "$$dc_destdir"; exit 1; }) \ |
|---|
| 600 | && rm -rf "$$dc_destdir" \ |
|---|
| 601 | && $(MAKE) $(AM_MAKEFLAGS) dist \ |
|---|
| 602 | && rm -rf $(DIST_ARCHIVES) \ |
|---|
| 603 | && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ |
|---|
| 604 | && cd "$$am__cwd" \ |
|---|
| 605 | || exit 1 |
|---|
| 606 | $(am__remove_distdir) |
|---|
| 607 | @(echo "$(distdir) archives ready for distribution: "; \ |
|---|
| 608 | list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ |
|---|
| 609 | sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' |
|---|
| 610 | distuninstallcheck: |
|---|
| 611 | @$(am__cd) '$(distuninstallcheck_dir)' \ |
|---|
| 612 | && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ |
|---|
| 613 | || { echo "ERROR: files left after uninstall:" ; \ |
|---|
| 614 | if test -n "$(DESTDIR)"; then \ |
|---|
| 615 | echo " (check DESTDIR support)"; \ |
|---|
| 616 | fi ; \ |
|---|
| 617 | $(distuninstallcheck_listfiles) ; \ |
|---|
| 618 | exit 1; } >&2 |
|---|
| 619 | distcleancheck: distclean |
|---|
| 620 | @if test '$(srcdir)' = . ; then \ |
|---|
| 621 | echo "ERROR: distcleancheck can only run from a VPATH build" ; \ |
|---|
| 622 | exit 1 ; \ |
|---|
| 623 | fi |
|---|
| 624 | @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ |
|---|
| 625 | || { echo "ERROR: files left in build directory after distclean:" ; \ |
|---|
| 626 | $(distcleancheck_listfiles) ; \ |
|---|
| 627 | exit 1; } >&2 |
|---|
| 628 | check-am: all-am |
|---|
| 629 | check: check-recursive |
|---|
| 630 | all-am: Makefile |
|---|
| 631 | installdirs: installdirs-recursive |
|---|
| 632 | installdirs-am: |
|---|
| 633 | install: install-recursive |
|---|
| 634 | install-exec: install-exec-recursive |
|---|
| 635 | install-data: install-data-recursive |
|---|
| 636 | uninstall: uninstall-recursive |
|---|
| 637 | |
|---|
| 638 | install-am: all-am |
|---|
| 639 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
|---|
| 640 | |
|---|
| 641 | installcheck: installcheck-recursive |
|---|
| 642 | install-strip: |
|---|
| 643 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
|---|
| 644 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
|---|
| 645 | `test -z '$(STRIP)' || \ |
|---|
| 646 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
|---|
| 647 | mostlyclean-generic: |
|---|
| 648 | |
|---|
| 649 | clean-generic: |
|---|
| 650 | |
|---|
| 651 | distclean-generic: |
|---|
| 652 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
|---|
| 653 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
|---|
| 654 | |
|---|
| 655 | maintainer-clean-generic: |
|---|
| 656 | @echo "This command is intended for maintainers to use" |
|---|
| 657 | @echo "it deletes files that may require special tools to rebuild." |
|---|
| 658 | -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) |
|---|
| 659 | clean: clean-recursive |
|---|
| 660 | |
|---|
| 661 | clean-am: clean-generic clean-libtool mostlyclean-am |
|---|
| 662 | |
|---|
| 663 | distclean: distclean-recursive |
|---|
| 664 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) |
|---|
| 665 | -rm -f Makefile |
|---|
| 666 | distclean-am: clean-am distclean-generic distclean-libtool \ |
|---|
| 667 | distclean-tags |
|---|
| 668 | |
|---|
| 669 | dvi: dvi-recursive |
|---|
| 670 | |
|---|
| 671 | dvi-am: |
|---|
| 672 | |
|---|
| 673 | html: html-recursive |
|---|
| 674 | |
|---|
| 675 | html-am: |
|---|
| 676 | |
|---|
| 677 | info: info-recursive |
|---|
| 678 | |
|---|
| 679 | info-am: |
|---|
| 680 | |
|---|
| 681 | install-data-am: |
|---|
| 682 | |
|---|
| 683 | install-dvi: install-dvi-recursive |
|---|
| 684 | |
|---|
| 685 | install-dvi-am: |
|---|
| 686 | |
|---|
| 687 | install-exec-am: |
|---|
| 688 | |
|---|
| 689 | install-html: install-html-recursive |
|---|
| 690 | |
|---|
| 691 | install-html-am: |
|---|
| 692 | |
|---|
| 693 | install-info: install-info-recursive |
|---|
| 694 | |
|---|
| 695 | install-info-am: |
|---|
| 696 | |
|---|
| 697 | install-man: |
|---|
| 698 | |
|---|
| 699 | install-pdf: install-pdf-recursive |
|---|
| 700 | |
|---|
| 701 | install-pdf-am: |
|---|
| 702 | |
|---|
| 703 | install-ps: install-ps-recursive |
|---|
| 704 | |
|---|
| 705 | install-ps-am: |
|---|
| 706 | |
|---|
| 707 | installcheck-am: |
|---|
| 708 | |
|---|
| 709 | maintainer-clean: maintainer-clean-recursive |
|---|
| 710 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) |
|---|
| 711 | -rm -rf $(top_srcdir)/autom4te.cache |
|---|
| 712 | -rm -f Makefile |
|---|
| 713 | maintainer-clean-am: distclean-am maintainer-clean-generic |
|---|
| 714 | |
|---|
| 715 | mostlyclean: mostlyclean-recursive |
|---|
| 716 | |
|---|
| 717 | mostlyclean-am: mostlyclean-generic mostlyclean-libtool |
|---|
| 718 | |
|---|
| 719 | pdf: pdf-recursive |
|---|
| 720 | |
|---|
| 721 | pdf-am: |
|---|
| 722 | |
|---|
| 723 | ps: ps-recursive |
|---|
| 724 | |
|---|
| 725 | ps-am: |
|---|
| 726 | |
|---|
| 727 | uninstall-am: |
|---|
| 728 | |
|---|
| 729 | .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ |
|---|
| 730 | install-am install-strip tags-recursive |
|---|
| 731 | |
|---|
| 732 | .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ |
|---|
| 733 | all all-am am--refresh check check-am clean clean-generic \ |
|---|
| 734 | clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \ |
|---|
| 735 | dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \ |
|---|
| 736 | distcheck distclean distclean-generic distclean-libtool \ |
|---|
| 737 | distclean-tags distcleancheck distdir distuninstallcheck dvi \ |
|---|
| 738 | dvi-am html html-am info info-am install install-am \ |
|---|
| 739 | install-data install-data-am install-dvi install-dvi-am \ |
|---|
| 740 | install-exec install-exec-am install-html install-html-am \ |
|---|
| 741 | install-info install-info-am install-man install-pdf \ |
|---|
| 742 | install-pdf-am install-ps install-ps-am install-strip \ |
|---|
| 743 | installcheck installcheck-am installdirs installdirs-am \ |
|---|
| 744 | maintainer-clean maintainer-clean-generic mostlyclean \ |
|---|
| 745 | mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
|---|
| 746 | tags tags-recursive uninstall uninstall-am |
|---|
| 747 | |
|---|
| 748 | |
|---|
| 749 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
|---|
| 750 | # Otherwise a system limit (for SysV at least) may be exceeded. |
|---|
| 751 | .NOEXPORT: |
|---|