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