1*0a6a1f1dSLionel Sambuc# Makefile.in generated by automake 1.14 from Makefile.am. 2ef01931fSBen Gras# @configure_input@ 3ef01931fSBen Gras 4*0a6a1f1dSLionel Sambuc# Copyright (C) 1994-2013 Free Software Foundation, Inc. 584d9c625SLionel Sambuc 6ef01931fSBen Gras# This Makefile.in is free software; the Free Software Foundation 7ef01931fSBen Gras# gives unlimited permission to copy and/or distribute it, 8ef01931fSBen Gras# with or without modifications, as long as this notice is preserved. 9ef01931fSBen Gras 10ef01931fSBen Gras# This program is distributed in the hope that it will be useful, 11ef01931fSBen Gras# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12ef01931fSBen Gras# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13ef01931fSBen Gras# PARTICULAR PURPOSE. 14ef01931fSBen Gras 15ef01931fSBen Gras@SET_MAKE@ 16ef01931fSBen GrasVPATH = @srcdir@ 17*0a6a1f1dSLionel Sambucam__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' 18*0a6a1f1dSLionel Sambucam__make_running_with_option = \ 19*0a6a1f1dSLionel Sambuc case $${target_option-} in \ 20*0a6a1f1dSLionel Sambuc ?) ;; \ 21*0a6a1f1dSLionel Sambuc *) echo "am__make_running_with_option: internal error: invalid" \ 22*0a6a1f1dSLionel Sambuc "target option '$${target_option-}' specified" >&2; \ 23*0a6a1f1dSLionel Sambuc exit 1;; \ 24*0a6a1f1dSLionel Sambuc esac; \ 25*0a6a1f1dSLionel Sambuc has_opt=no; \ 26*0a6a1f1dSLionel Sambuc sane_makeflags=$$MAKEFLAGS; \ 27*0a6a1f1dSLionel Sambuc if $(am__is_gnu_make); then \ 28*0a6a1f1dSLionel Sambuc sane_makeflags=$$MFLAGS; \ 29*0a6a1f1dSLionel Sambuc else \ 3084d9c625SLionel Sambuc case $$MAKEFLAGS in \ 3184d9c625SLionel Sambuc *\\[\ \ ]*) \ 32*0a6a1f1dSLionel Sambuc bs=\\; \ 33*0a6a1f1dSLionel Sambuc sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 34*0a6a1f1dSLionel Sambuc | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 3584d9c625SLionel Sambuc esac; \ 36*0a6a1f1dSLionel Sambuc fi; \ 37*0a6a1f1dSLionel Sambuc skip_next=no; \ 38*0a6a1f1dSLionel Sambuc strip_trailopt () \ 39*0a6a1f1dSLionel Sambuc { \ 40*0a6a1f1dSLionel Sambuc flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 41*0a6a1f1dSLionel Sambuc }; \ 42*0a6a1f1dSLionel Sambuc for flg in $$sane_makeflags; do \ 43*0a6a1f1dSLionel Sambuc test $$skip_next = yes && { skip_next=no; continue; }; \ 44*0a6a1f1dSLionel Sambuc case $$flg in \ 45*0a6a1f1dSLionel Sambuc *=*|--*) continue;; \ 46*0a6a1f1dSLionel Sambuc -*I) strip_trailopt 'I'; skip_next=yes;; \ 47*0a6a1f1dSLionel Sambuc -*I?*) strip_trailopt 'I';; \ 48*0a6a1f1dSLionel Sambuc -*O) strip_trailopt 'O'; skip_next=yes;; \ 49*0a6a1f1dSLionel Sambuc -*O?*) strip_trailopt 'O';; \ 50*0a6a1f1dSLionel Sambuc -*l) strip_trailopt 'l'; skip_next=yes;; \ 51*0a6a1f1dSLionel Sambuc -*l?*) strip_trailopt 'l';; \ 52*0a6a1f1dSLionel Sambuc -[dEDm]) skip_next=yes;; \ 53*0a6a1f1dSLionel Sambuc -[JT]) skip_next=yes;; \ 5484d9c625SLionel Sambuc esac; \ 55*0a6a1f1dSLionel Sambuc case $$flg in \ 56*0a6a1f1dSLionel Sambuc *$$target_option*) has_opt=yes; break;; \ 57*0a6a1f1dSLionel Sambuc esac; \ 58*0a6a1f1dSLionel Sambuc done; \ 59*0a6a1f1dSLionel Sambuc test $$has_opt = yes 60*0a6a1f1dSLionel Sambucam__make_dryrun = (target_option=n; $(am__make_running_with_option)) 61*0a6a1f1dSLionel Sambucam__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 62ef01931fSBen Graspkgincludedir = $(includedir)/@PACKAGE@ 63835f6802SDirk Vogtpkglibdir = $(libdir)/@PACKAGE@ 64835f6802SDirk Vogtpkglibexecdir = $(libexecdir)/@PACKAGE@ 65ef01931fSBen Grasam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 66ef01931fSBen Grasinstall_sh_DATA = $(install_sh) -c -m 644 67ef01931fSBen Grasinstall_sh_PROGRAM = $(install_sh) -c 68ef01931fSBen Grasinstall_sh_SCRIPT = $(install_sh) -c 69ef01931fSBen GrasINSTALL_HEADER = $(INSTALL_DATA) 70ef01931fSBen Grastransform = $(program_transform_name) 71ef01931fSBen GrasNORMAL_INSTALL = : 72ef01931fSBen GrasPRE_INSTALL = : 73ef01931fSBen GrasPOST_INSTALL = : 74ef01931fSBen GrasNORMAL_UNINSTALL = : 75ef01931fSBen GrasPRE_UNINSTALL = : 76ef01931fSBen GrasPOST_UNINSTALL = : 77ef01931fSBen Grasbuild_triplet = @build@ 78ef01931fSBen Grashost_triplet = @host@ 79ef01931fSBen Grassubdir = . 80*0a6a1f1dSLionel SambucDIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ 81*0a6a1f1dSLionel Sambuc $(top_srcdir)/configure $(am__configure_deps) \ 82*0a6a1f1dSLionel Sambuc $(srcdir)/config.h.in AUTHORS COPYING ChangeLog INSTALL NEWS \ 83*0a6a1f1dSLionel Sambuc README TODO compile config.guess config.sub depcomp install-sh \ 84*0a6a1f1dSLionel Sambuc missing ltmain.sh 85ef01931fSBen GrasACLOCAL_M4 = $(top_srcdir)/aclocal.m4 86835f6802SDirk Vogtam__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ 87835f6802SDirk Vogt $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 88835f6802SDirk Vogt $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 89835f6802SDirk Vogt $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac 90ef01931fSBen Grasam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 91ef01931fSBen Gras $(ACLOCAL_M4) 92ef01931fSBen Grasam__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 93ef01931fSBen Gras configure.lineno config.status.lineno 94ef01931fSBen Grasmkinstalldirs = $(install_sh) -d 95ef01931fSBen GrasCONFIG_HEADER = config.h 96ef01931fSBen GrasCONFIG_CLEAN_FILES = 97835f6802SDirk VogtCONFIG_CLEAN_VPATH_FILES = 9884d9c625SLionel SambucAM_V_P = $(am__v_P_@AM_V@) 9984d9c625SLionel Sambucam__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 10084d9c625SLionel Sambucam__v_P_0 = false 10184d9c625SLionel Sambucam__v_P_1 = : 10284d9c625SLionel SambucAM_V_GEN = $(am__v_GEN_@AM_V@) 10384d9c625SLionel Sambucam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 104835f6802SDirk Vogtam__v_GEN_0 = @echo " GEN " $@; 10584d9c625SLionel Sambucam__v_GEN_1 = 10684d9c625SLionel SambucAM_V_at = $(am__v_at_@AM_V@) 10784d9c625SLionel Sambucam__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 108835f6802SDirk Vogtam__v_at_0 = @ 10984d9c625SLionel Sambucam__v_at_1 = 110ef01931fSBen GrasSOURCES = 111ef01931fSBen GrasDIST_SOURCES = 112*0a6a1f1dSLionel SambucRECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 113*0a6a1f1dSLionel Sambuc ctags-recursive dvi-recursive html-recursive info-recursive \ 114*0a6a1f1dSLionel Sambuc install-data-recursive install-dvi-recursive \ 115*0a6a1f1dSLionel Sambuc install-exec-recursive install-html-recursive \ 116*0a6a1f1dSLionel Sambuc install-info-recursive install-pdf-recursive \ 117*0a6a1f1dSLionel Sambuc install-ps-recursive install-recursive installcheck-recursive \ 118*0a6a1f1dSLionel Sambuc installdirs-recursive pdf-recursive ps-recursive \ 119*0a6a1f1dSLionel Sambuc tags-recursive uninstall-recursive 12084d9c625SLionel Sambucam__can_run_installinfo = \ 12184d9c625SLionel Sambuc case $$AM_UPDATE_INFO_DIR in \ 12284d9c625SLionel Sambuc n|no|NO) false;; \ 12384d9c625SLionel Sambuc *) (install-info --version) >/dev/null 2>&1;; \ 12484d9c625SLionel Sambuc esac 125ef01931fSBen GrasRECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 126ef01931fSBen Gras distclean-recursive maintainer-clean-recursive 127*0a6a1f1dSLionel Sambucam__recursive_targets = \ 128*0a6a1f1dSLionel Sambuc $(RECURSIVE_TARGETS) \ 129*0a6a1f1dSLionel Sambuc $(RECURSIVE_CLEAN_TARGETS) \ 130*0a6a1f1dSLionel Sambuc $(am__extra_recursive_targets) 131*0a6a1f1dSLionel SambucAM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 13284d9c625SLionel Sambuc cscope distdir dist dist-all distcheck 133*0a6a1f1dSLionel Sambucam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ 134*0a6a1f1dSLionel Sambuc $(LISP)config.h.in 135*0a6a1f1dSLionel Sambuc# Read a list of newline-separated strings from the standard input, 136*0a6a1f1dSLionel Sambuc# and print each of them once, without duplicates. Input order is 137*0a6a1f1dSLionel Sambuc# *not* preserved. 138*0a6a1f1dSLionel Sambucam__uniquify_input = $(AWK) '\ 139*0a6a1f1dSLionel Sambuc BEGIN { nonempty = 0; } \ 140*0a6a1f1dSLionel Sambuc { items[$$0] = 1; nonempty = 1; } \ 141*0a6a1f1dSLionel Sambuc END { if (nonempty) { for (i in items) print i; }; } \ 142*0a6a1f1dSLionel Sambuc' 143*0a6a1f1dSLionel Sambuc# Make sure the list of sources is unique. This is necessary because, 144*0a6a1f1dSLionel Sambuc# e.g., the same source file might be shared among _SOURCES variables 145*0a6a1f1dSLionel Sambuc# for different programs/libraries. 146*0a6a1f1dSLionel Sambucam__define_uniq_tagged_files = \ 147*0a6a1f1dSLionel Sambuc list='$(am__tagged_files)'; \ 148*0a6a1f1dSLionel Sambuc unique=`for i in $$list; do \ 149*0a6a1f1dSLionel Sambuc if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 150*0a6a1f1dSLionel Sambuc done | $(am__uniquify_input)` 151ef01931fSBen GrasETAGS = etags 152ef01931fSBen GrasCTAGS = ctags 15384d9c625SLionel SambucCSCOPE = cscope 154ef01931fSBen GrasDIST_SUBDIRS = $(SUBDIRS) 155ef01931fSBen GrasDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 156ef01931fSBen Grasdistdir = $(PACKAGE)-$(VERSION) 157ef01931fSBen Grastop_distdir = $(distdir) 158ef01931fSBen Grasam__remove_distdir = \ 15984d9c625SLionel Sambuc if test -d "$(distdir)"; then \ 16084d9c625SLionel Sambuc find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 16184d9c625SLionel Sambuc && rm -rf "$(distdir)" \ 16284d9c625SLionel Sambuc || { sleep 5 && rm -rf "$(distdir)"; }; \ 16384d9c625SLionel Sambuc else :; fi 16484d9c625SLionel Sambucam__post_remove_distdir = $(am__remove_distdir) 165835f6802SDirk Vogtam__relativize = \ 166835f6802SDirk Vogt dir0=`pwd`; \ 167835f6802SDirk Vogt sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 168835f6802SDirk Vogt sed_rest='s,^[^/]*/*,,'; \ 169835f6802SDirk Vogt sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 170835f6802SDirk Vogt sed_butlast='s,/*[^/]*$$,,'; \ 171835f6802SDirk Vogt while test -n "$$dir1"; do \ 172835f6802SDirk Vogt first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 173835f6802SDirk Vogt if test "$$first" != "."; then \ 174835f6802SDirk Vogt if test "$$first" = ".."; then \ 175835f6802SDirk Vogt dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 176835f6802SDirk Vogt dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 177835f6802SDirk Vogt else \ 178835f6802SDirk Vogt first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 179835f6802SDirk Vogt if test "$$first2" = "$$first"; then \ 180835f6802SDirk Vogt dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 181835f6802SDirk Vogt else \ 182835f6802SDirk Vogt dir2="../$$dir2"; \ 183835f6802SDirk Vogt fi; \ 184835f6802SDirk Vogt dir0="$$dir0"/"$$first"; \ 185835f6802SDirk Vogt fi; \ 186835f6802SDirk Vogt fi; \ 187835f6802SDirk Vogt dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 188835f6802SDirk Vogt done; \ 189835f6802SDirk Vogt reldir="$$dir2" 190ef01931fSBen GrasDIST_ARCHIVES = $(distdir).tar.gz 191ef01931fSBen GrasGZIP_ENV = --best 19284d9c625SLionel SambucDIST_TARGETS = dist-gzip 193ef01931fSBen Grasdistuninstallcheck_listfiles = find . -type f -print 19484d9c625SLionel Sambucam__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 19584d9c625SLionel Sambuc | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 196ef01931fSBen Grasdistcleancheck_listfiles = find . -type f -print 197ef01931fSBen Graspkgdatadir = @pkgdatadir@ 198ef01931fSBen GrasACLOCAL = @ACLOCAL@ 199ef01931fSBen GrasAMTAR = @AMTAR@ 200835f6802SDirk VogtAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 201ef01931fSBen GrasAR = @AR@ 202ef01931fSBen GrasAUTOCONF = @AUTOCONF@ 203ef01931fSBen GrasAUTOHEADER = @AUTOHEADER@ 204ef01931fSBen GrasAUTOMAKE = @AUTOMAKE@ 205ef01931fSBen GrasAWK = @AWK@ 206ef01931fSBen GrasCC = @CC@ 207ef01931fSBen GrasCCDEPMODE = @CCDEPMODE@ 208ef01931fSBen GrasCFLAGS = @CFLAGS@ 20984d9c625SLionel SambucCFLAG_VISIBILITY = @CFLAG_VISIBILITY@ 210ef01931fSBen GrasCPP = @CPP@ 211ef01931fSBen GrasCPPFLAGS = @CPPFLAGS@ 212ef01931fSBen GrasCYGPATH_W = @CYGPATH_W@ 213ef01931fSBen GrasDEFS = @DEFS@ 214ef01931fSBen GrasDEPDIR = @DEPDIR@ 215*0a6a1f1dSLionel SambucDLLTOOL = @DLLTOOL@ 216ef01931fSBen GrasDSYMUTIL = @DSYMUTIL@ 217835f6802SDirk VogtDUMPBIN = @DUMPBIN@ 218ef01931fSBen GrasECHO_C = @ECHO_C@ 219ef01931fSBen GrasECHO_N = @ECHO_N@ 220ef01931fSBen GrasECHO_T = @ECHO_T@ 221ef01931fSBen GrasEGREP = @EGREP@ 222ef01931fSBen GrasEXEEXT = @EXEEXT@ 223835f6802SDirk VogtFGREP = @FGREP@ 224ef01931fSBen GrasGREP = @GREP@ 22584d9c625SLionel SambucHAVE_VISIBILITY = @HAVE_VISIBILITY@ 226ef01931fSBen GrasINSTALL = @INSTALL@ 227ef01931fSBen GrasINSTALL_DATA = @INSTALL_DATA@ 228ef01931fSBen GrasINSTALL_PROGRAM = @INSTALL_PROGRAM@ 229ef01931fSBen GrasINSTALL_SCRIPT = @INSTALL_SCRIPT@ 230ef01931fSBen GrasINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 231835f6802SDirk VogtLD = @LD@ 232ef01931fSBen GrasLDFLAGS = @LDFLAGS@ 233ef01931fSBen GrasLIBOBJS = @LIBOBJS@ 234ef01931fSBen GrasLIBS = @LIBS@ 235ef01931fSBen GrasLIBTOOL = @LIBTOOL@ 236835f6802SDirk VogtLIPO = @LIPO@ 237ef01931fSBen GrasLN_S = @LN_S@ 238ef01931fSBen GrasLTLIBOBJS = @LTLIBOBJS@ 239835f6802SDirk VogtMAINT = @MAINT@ 240ef01931fSBen GrasMAKEINFO = @MAKEINFO@ 241*0a6a1f1dSLionel SambucMANIFEST_TOOL = @MANIFEST_TOOL@ 242835f6802SDirk VogtMINGW = @MINGW@ 243ef01931fSBen GrasMKDIR_P = @MKDIR_P@ 244835f6802SDirk VogtNM = @NM@ 245ef01931fSBen GrasNMEDIT = @NMEDIT@ 246835f6802SDirk VogtOBJDUMP = @OBJDUMP@ 247ef01931fSBen GrasOBJEXT = @OBJEXT@ 248835f6802SDirk VogtOTOOL = @OTOOL@ 249835f6802SDirk VogtOTOOL64 = @OTOOL64@ 250ef01931fSBen GrasPACKAGE = @PACKAGE@ 251ef01931fSBen GrasPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 252ef01931fSBen GrasPACKAGE_NAME = @PACKAGE_NAME@ 253ef01931fSBen GrasPACKAGE_STRING = @PACKAGE_STRING@ 254ef01931fSBen GrasPACKAGE_TARNAME = @PACKAGE_TARNAME@ 255835f6802SDirk VogtPACKAGE_URL = @PACKAGE_URL@ 256ef01931fSBen GrasPACKAGE_VERSION = @PACKAGE_VERSION@ 257ef01931fSBen GrasPATH_SEPARATOR = @PATH_SEPARATOR@ 258ef01931fSBen GrasRANLIB = @RANLIB@ 259ef01931fSBen GrasSED = @SED@ 260ef01931fSBen GrasSET_MAKE = @SET_MAKE@ 261ef01931fSBen GrasSHELL = @SHELL@ 262ef01931fSBen GrasSTRIP = @STRIP@ 263ef01931fSBen GrasVERSION = @VERSION@ 264ef01931fSBen GrasWARNINGS = @WARNINGS@ 265ef01931fSBen Grasabs_builddir = @abs_builddir@ 266ef01931fSBen Grasabs_srcdir = @abs_srcdir@ 267ef01931fSBen Grasabs_top_builddir = @abs_top_builddir@ 268ef01931fSBen Grasabs_top_srcdir = @abs_top_srcdir@ 269*0a6a1f1dSLionel Sambucac_ct_AR = @ac_ct_AR@ 270ef01931fSBen Grasac_ct_CC = @ac_ct_CC@ 271835f6802SDirk Vogtac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 272ef01931fSBen Grasam__include = @am__include@ 273ef01931fSBen Grasam__leading_dot = @am__leading_dot@ 274ef01931fSBen Grasam__quote = @am__quote@ 275ef01931fSBen Grasam__tar = @am__tar@ 276ef01931fSBen Grasam__untar = @am__untar@ 277ef01931fSBen Grasbindir = @bindir@ 278ef01931fSBen Grasbuild = @build@ 279ef01931fSBen Grasbuild_alias = @build_alias@ 280ef01931fSBen Grasbuild_cpu = @build_cpu@ 281ef01931fSBen Grasbuild_os = @build_os@ 282ef01931fSBen Grasbuild_vendor = @build_vendor@ 283ef01931fSBen Grasbuilddir = @builddir@ 284ef01931fSBen Grasdatadir = @datadir@ 285ef01931fSBen Grasdatarootdir = @datarootdir@ 286ef01931fSBen Grasdocdir = @docdir@ 287ef01931fSBen Grasdvidir = @dvidir@ 288ef01931fSBen Grasexec_prefix = @exec_prefix@ 289ef01931fSBen Grasfsect = @fsect@ 290ef01931fSBen Grashost = @host@ 291ef01931fSBen Grashost_alias = @host_alias@ 292ef01931fSBen Grashost_cpu = @host_cpu@ 293ef01931fSBen Grashost_os = @host_os@ 294ef01931fSBen Grashost_vendor = @host_vendor@ 295ef01931fSBen Grashtmldir = @htmldir@ 296ef01931fSBen Grasincludedir = @includedir@ 297ef01931fSBen Grasinfodir = @infodir@ 298ef01931fSBen Grasinstall_sh = @install_sh@ 299ef01931fSBen Graslibdir = @libdir@ 300ef01931fSBen Graslibexecdir = @libexecdir@ 301ef01931fSBen Graslocaledir = @localedir@ 302ef01931fSBen Graslocalstatedir = @localstatedir@ 303ef01931fSBen Grasmandir = @mandir@ 304ef01931fSBen Grasmkdir_p = @mkdir_p@ 305ef01931fSBen Grasoldincludedir = @oldincludedir@ 306ef01931fSBen Graspdfdir = @pdfdir@ 307ef01931fSBen Grasprefix = @prefix@ 308ef01931fSBen Grasprogram_transform_name = @program_transform_name@ 309ef01931fSBen Graspsdir = @psdir@ 310ef01931fSBen Grassbindir = @sbindir@ 311ef01931fSBen Grassharedstatedir = @sharedstatedir@ 312ef01931fSBen Grassrcdir = @srcdir@ 313ef01931fSBen Grassysconfdir = @sysconfdir@ 314ef01931fSBen Grastarget_alias = @target_alias@ 315835f6802SDirk Vogttop_build_prefix = @top_build_prefix@ 316ef01931fSBen Grastop_builddir = @top_builddir@ 317ef01931fSBen Grastop_srcdir = @top_srcdir@ 318835f6802SDirk VogtACLOCAL_AMFLAGS = -I m4 319ef01931fSBen GrasEXTRA_DIST = MAINT 320*0a6a1f1dSLionel Sambuc#SUBDIRS = src magic doc 321*0a6a1f1dSLionel SambucSUBDIRS = src 322ef01931fSBen Grasall: config.h 323ef01931fSBen Gras $(MAKE) $(AM_MAKEFLAGS) all-recursive 324ef01931fSBen Gras 325ef01931fSBen Gras.SUFFIXES: 32684d9c625SLionel Sambucam--refresh: Makefile 327ef01931fSBen Gras @: 328835f6802SDirk Vogt$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 329ef01931fSBen Gras @for dep in $?; do \ 330ef01931fSBen Gras case '$(am__configure_deps)' in \ 331ef01931fSBen Gras *$$dep*) \ 33284d9c625SLionel Sambuc echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 33384d9c625SLionel Sambuc $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 334ef01931fSBen Gras && exit 0; \ 335ef01931fSBen Gras exit 1;; \ 336ef01931fSBen Gras esac; \ 337ef01931fSBen Gras done; \ 33884d9c625SLionel Sambuc echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 339835f6802SDirk Vogt $(am__cd) $(top_srcdir) && \ 34084d9c625SLionel Sambuc $(AUTOMAKE) --foreign Makefile 341ef01931fSBen Gras.PRECIOUS: Makefile 342ef01931fSBen GrasMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 343ef01931fSBen Gras @case '$?' in \ 344ef01931fSBen Gras *config.status*) \ 345ef01931fSBen Gras echo ' $(SHELL) ./config.status'; \ 346ef01931fSBen Gras $(SHELL) ./config.status;; \ 347ef01931fSBen Gras *) \ 348ef01931fSBen Gras echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 349ef01931fSBen Gras cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 350ef01931fSBen Gras esac; 351ef01931fSBen Gras 352ef01931fSBen Gras$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 353ef01931fSBen Gras $(SHELL) ./config.status --recheck 354ef01931fSBen Gras 355835f6802SDirk Vogt$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 356835f6802SDirk Vogt $(am__cd) $(srcdir) && $(AUTOCONF) 357835f6802SDirk Vogt$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 358835f6802SDirk Vogt $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 359835f6802SDirk Vogt$(am__aclocal_m4_deps): 360ef01931fSBen Gras 361ef01931fSBen Grasconfig.h: stamp-h1 362*0a6a1f1dSLionel Sambuc @test -f $@ || rm -f stamp-h1 363*0a6a1f1dSLionel Sambuc @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 364ef01931fSBen Gras 365ef01931fSBen Grasstamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 366ef01931fSBen Gras @rm -f stamp-h1 367ef01931fSBen Gras cd $(top_builddir) && $(SHELL) ./config.status config.h 368835f6802SDirk Vogt$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 369835f6802SDirk Vogt ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 370ef01931fSBen Gras rm -f stamp-h1 371ef01931fSBen Gras touch $@ 372ef01931fSBen Gras 373ef01931fSBen Grasdistclean-hdr: 374ef01931fSBen Gras -rm -f config.h stamp-h1 375ef01931fSBen Gras 376ef01931fSBen Grasmostlyclean-libtool: 377ef01931fSBen Gras -rm -f *.lo 378ef01931fSBen Gras 379ef01931fSBen Grasclean-libtool: 380ef01931fSBen Gras -rm -rf .libs _libs 381ef01931fSBen Gras 382ef01931fSBen Grasdistclean-libtool: 383835f6802SDirk Vogt -rm -f libtool config.lt 384ef01931fSBen Gras 385ef01931fSBen Gras# This directory's subdirectories are mostly independent; you can cd 38684d9c625SLionel Sambuc# into them and run 'make' without going through this Makefile. 38784d9c625SLionel Sambuc# To change the values of 'make' variables: instead of editing Makefiles, 38884d9c625SLionel Sambuc# (1) if the variable is set in 'config.status', edit 'config.status' 38984d9c625SLionel Sambuc# (which will cause the Makefiles to be regenerated when you run 'make'); 39084d9c625SLionel Sambuc# (2) otherwise, pass the desired values on the 'make' command line. 391*0a6a1f1dSLionel Sambuc$(am__recursive_targets): 392*0a6a1f1dSLionel Sambuc @fail=; \ 393*0a6a1f1dSLionel Sambuc if $(am__make_keepgoing); then \ 394*0a6a1f1dSLionel Sambuc failcom='fail=yes'; \ 395*0a6a1f1dSLionel Sambuc else \ 396*0a6a1f1dSLionel Sambuc failcom='exit 1'; \ 397*0a6a1f1dSLionel Sambuc fi; \ 398ef01931fSBen Gras dot_seen=no; \ 399ef01931fSBen Gras target=`echo $@ | sed s/-recursive//`; \ 40084d9c625SLionel Sambuc case "$@" in \ 40184d9c625SLionel Sambuc distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 40284d9c625SLionel Sambuc *) list='$(SUBDIRS)' ;; \ 40384d9c625SLionel Sambuc esac; \ 40484d9c625SLionel Sambuc for subdir in $$list; do \ 405ef01931fSBen Gras echo "Making $$target in $$subdir"; \ 406ef01931fSBen Gras if test "$$subdir" = "."; then \ 407ef01931fSBen Gras dot_seen=yes; \ 408ef01931fSBen Gras local_target="$$target-am"; \ 409ef01931fSBen Gras else \ 410ef01931fSBen Gras local_target="$$target"; \ 411ef01931fSBen Gras fi; \ 412835f6802SDirk Vogt ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 413ef01931fSBen Gras || eval $$failcom; \ 414ef01931fSBen Gras done; \ 415ef01931fSBen Gras if test "$$dot_seen" = "no"; then \ 416ef01931fSBen Gras $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 417ef01931fSBen Gras fi; test -z "$$fail" 418ef01931fSBen Gras 419*0a6a1f1dSLionel SambucID: $(am__tagged_files) 420*0a6a1f1dSLionel Sambuc $(am__define_uniq_tagged_files); mkid -fID $$unique 421*0a6a1f1dSLionel Sambuctags: tags-recursive 422*0a6a1f1dSLionel SambucTAGS: tags 423ef01931fSBen Gras 424*0a6a1f1dSLionel Sambuctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 425835f6802SDirk Vogt set x; \ 426ef01931fSBen Gras here=`pwd`; \ 427ef01931fSBen Gras if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 428ef01931fSBen Gras include_option=--etags-include; \ 429ef01931fSBen Gras empty_fix=.; \ 430ef01931fSBen Gras else \ 431ef01931fSBen Gras include_option=--include; \ 432ef01931fSBen Gras empty_fix=; \ 433ef01931fSBen Gras fi; \ 434ef01931fSBen Gras list='$(SUBDIRS)'; for subdir in $$list; do \ 435ef01931fSBen Gras if test "$$subdir" = .; then :; else \ 436ef01931fSBen Gras test ! -f $$subdir/TAGS || \ 437835f6802SDirk Vogt set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 438ef01931fSBen Gras fi; \ 439ef01931fSBen Gras done; \ 440*0a6a1f1dSLionel Sambuc $(am__define_uniq_tagged_files); \ 441835f6802SDirk Vogt shift; \ 442835f6802SDirk Vogt if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 443ef01931fSBen Gras test -n "$$unique" || unique=$$empty_fix; \ 444835f6802SDirk Vogt if test $$# -gt 0; then \ 445ef01931fSBen Gras $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 446835f6802SDirk Vogt "$$@" $$unique; \ 447835f6802SDirk Vogt else \ 448835f6802SDirk Vogt $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 449835f6802SDirk Vogt $$unique; \ 450835f6802SDirk Vogt fi; \ 451ef01931fSBen Gras fi 452*0a6a1f1dSLionel Sambucctags: ctags-recursive 453*0a6a1f1dSLionel Sambuc 454*0a6a1f1dSLionel SambucCTAGS: ctags 455*0a6a1f1dSLionel Sambucctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 456*0a6a1f1dSLionel Sambuc $(am__define_uniq_tagged_files); \ 457835f6802SDirk Vogt test -z "$(CTAGS_ARGS)$$unique" \ 458ef01931fSBen Gras || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 459835f6802SDirk Vogt $$unique 460ef01931fSBen Gras 461ef01931fSBen GrasGTAGS: 462ef01931fSBen Gras here=`$(am__cd) $(top_builddir) && pwd` \ 463835f6802SDirk Vogt && $(am__cd) $(top_srcdir) \ 464835f6802SDirk Vogt && gtags -i $(GTAGS_ARGS) "$$here" 46584d9c625SLionel Sambuccscope: cscope.files 46684d9c625SLionel Sambuc test ! -s cscope.files \ 46784d9c625SLionel Sambuc || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 46884d9c625SLionel Sambucclean-cscope: 46984d9c625SLionel Sambuc -rm -f cscope.files 470*0a6a1f1dSLionel Sambuccscope.files: clean-cscope cscopelist 471*0a6a1f1dSLionel Sambuccscopelist: cscopelist-recursive 47284d9c625SLionel Sambuc 473*0a6a1f1dSLionel Sambuccscopelist-am: $(am__tagged_files) 474*0a6a1f1dSLionel Sambuc list='$(am__tagged_files)'; \ 47584d9c625SLionel Sambuc case "$(srcdir)" in \ 47684d9c625SLionel Sambuc [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 47784d9c625SLionel Sambuc *) sdir=$(subdir)/$(srcdir) ;; \ 47884d9c625SLionel Sambuc esac; \ 47984d9c625SLionel Sambuc for i in $$list; do \ 48084d9c625SLionel Sambuc if test -f "$$i"; then \ 48184d9c625SLionel Sambuc echo "$(subdir)/$$i"; \ 48284d9c625SLionel Sambuc else \ 48384d9c625SLionel Sambuc echo "$$sdir/$$i"; \ 48484d9c625SLionel Sambuc fi; \ 48584d9c625SLionel Sambuc done >> $(top_builddir)/cscope.files 48684d9c625SLionel Sambuc 487ef01931fSBen Grasdistclean-tags: 488ef01931fSBen Gras -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 48984d9c625SLionel Sambuc -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 490ef01931fSBen Gras 491ef01931fSBen Grasdistdir: $(DISTFILES) 492ef01931fSBen Gras $(am__remove_distdir) 493835f6802SDirk Vogt test -d "$(distdir)" || mkdir "$(distdir)" 494ef01931fSBen Gras @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 495ef01931fSBen Gras topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 496ef01931fSBen Gras list='$(DISTFILES)'; \ 497ef01931fSBen Gras dist_files=`for file in $$list; do echo $$file; done | \ 498ef01931fSBen Gras sed -e "s|^$$srcdirstrip/||;t" \ 499ef01931fSBen Gras -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 500ef01931fSBen Gras case $$dist_files in \ 501ef01931fSBen Gras */*) $(MKDIR_P) `echo "$$dist_files" | \ 502ef01931fSBen Gras sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 503ef01931fSBen Gras sort -u` ;; \ 504ef01931fSBen Gras esac; \ 505ef01931fSBen Gras for file in $$dist_files; do \ 506ef01931fSBen Gras if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 507ef01931fSBen Gras if test -d $$d/$$file; then \ 508ef01931fSBen Gras dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 509835f6802SDirk Vogt if test -d "$(distdir)/$$file"; then \ 510835f6802SDirk Vogt find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 511ef01931fSBen Gras fi; \ 512835f6802SDirk Vogt if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 513835f6802SDirk Vogt cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 514835f6802SDirk Vogt find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 515835f6802SDirk Vogt fi; \ 516835f6802SDirk Vogt cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 517ef01931fSBen Gras else \ 518835f6802SDirk Vogt test -f "$(distdir)/$$file" \ 519835f6802SDirk Vogt || cp -p $$d/$$file "$(distdir)/$$file" \ 520ef01931fSBen Gras || exit 1; \ 521ef01931fSBen Gras fi; \ 522ef01931fSBen Gras done 523835f6802SDirk Vogt @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 524ef01931fSBen Gras if test "$$subdir" = .; then :; else \ 52584d9c625SLionel Sambuc $(am__make_dryrun) \ 52684d9c625SLionel Sambuc || test -d "$(distdir)/$$subdir" \ 527ef01931fSBen Gras || $(MKDIR_P) "$(distdir)/$$subdir" \ 528ef01931fSBen Gras || exit 1; \ 529835f6802SDirk Vogt dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 530835f6802SDirk Vogt $(am__relativize); \ 531835f6802SDirk Vogt new_distdir=$$reldir; \ 532835f6802SDirk Vogt dir1=$$subdir; dir2="$(top_distdir)"; \ 533835f6802SDirk Vogt $(am__relativize); \ 534835f6802SDirk Vogt new_top_distdir=$$reldir; \ 535835f6802SDirk Vogt echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 536835f6802SDirk Vogt echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 537835f6802SDirk Vogt ($(am__cd) $$subdir && \ 538ef01931fSBen Gras $(MAKE) $(AM_MAKEFLAGS) \ 539835f6802SDirk Vogt top_distdir="$$new_top_distdir" \ 540835f6802SDirk Vogt distdir="$$new_distdir" \ 541ef01931fSBen Gras am__remove_distdir=: \ 542ef01931fSBen Gras am__skip_length_check=: \ 543835f6802SDirk Vogt am__skip_mode_fix=: \ 544ef01931fSBen Gras distdir) \ 545ef01931fSBen Gras || exit 1; \ 546ef01931fSBen Gras fi; \ 547ef01931fSBen Gras done 548835f6802SDirk Vogt -test -n "$(am__skip_mode_fix)" \ 54984d9c625SLionel Sambuc || find "$(distdir)" -type d ! -perm -755 \ 55084d9c625SLionel Sambuc -exec chmod u+rwx,go+rx {} \; -o \ 551ef01931fSBen Gras ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 552ef01931fSBen Gras ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 553ef01931fSBen Gras ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 554835f6802SDirk Vogt || chmod -R a+r "$(distdir)" 555ef01931fSBen Grasdist-gzip: distdir 556ef01931fSBen Gras tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 55784d9c625SLionel Sambuc $(am__post_remove_distdir) 558ef01931fSBen Gras 559ef01931fSBen Grasdist-bzip2: distdir 56084d9c625SLionel Sambuc tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 56184d9c625SLionel Sambuc $(am__post_remove_distdir) 562ef01931fSBen Gras 56384d9c625SLionel Sambucdist-lzip: distdir 56484d9c625SLionel Sambuc tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 56584d9c625SLionel Sambuc $(am__post_remove_distdir) 566835f6802SDirk Vogt 567835f6802SDirk Vogtdist-xz: distdir 56884d9c625SLionel Sambuc tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 56984d9c625SLionel Sambuc $(am__post_remove_distdir) 570835f6802SDirk Vogt 571ef01931fSBen Grasdist-tarZ: distdir 572*0a6a1f1dSLionel Sambuc @echo WARNING: "Support for shar distribution archives is" \ 573*0a6a1f1dSLionel Sambuc "deprecated." >&2 574*0a6a1f1dSLionel Sambuc @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 575ef01931fSBen Gras tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 57684d9c625SLionel Sambuc $(am__post_remove_distdir) 577ef01931fSBen Gras 578ef01931fSBen Grasdist-shar: distdir 579*0a6a1f1dSLionel Sambuc @echo WARNING: "Support for distribution archives compressed with" \ 580*0a6a1f1dSLionel Sambuc "legacy program 'compress' is deprecated." >&2 581*0a6a1f1dSLionel Sambuc @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 582ef01931fSBen Gras shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 58384d9c625SLionel Sambuc $(am__post_remove_distdir) 584ef01931fSBen Gras 585ef01931fSBen Grasdist-zip: distdir 586ef01931fSBen Gras -rm -f $(distdir).zip 587ef01931fSBen Gras zip -rq $(distdir).zip $(distdir) 58884d9c625SLionel Sambuc $(am__post_remove_distdir) 589ef01931fSBen Gras 59084d9c625SLionel Sambucdist dist-all: 59184d9c625SLionel Sambuc $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 59284d9c625SLionel Sambuc $(am__post_remove_distdir) 593ef01931fSBen Gras 594ef01931fSBen Gras# This target untars the dist file and tries a VPATH configuration. Then 595ef01931fSBen Gras# it guarantees that the distribution is self-contained by making another 596ef01931fSBen Gras# tarfile. 597ef01931fSBen Grasdistcheck: dist 598ef01931fSBen Gras case '$(DIST_ARCHIVES)' in \ 599ef01931fSBen Gras *.tar.gz*) \ 60084d9c625SLionel Sambuc GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 601ef01931fSBen Gras *.tar.bz2*) \ 60284d9c625SLionel Sambuc bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 60384d9c625SLionel Sambuc *.tar.lz*) \ 60484d9c625SLionel Sambuc lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 605835f6802SDirk Vogt *.tar.xz*) \ 606835f6802SDirk Vogt xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 607ef01931fSBen Gras *.tar.Z*) \ 608ef01931fSBen Gras uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 609ef01931fSBen Gras *.shar.gz*) \ 61084d9c625SLionel Sambuc GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ 611ef01931fSBen Gras *.zip*) \ 612ef01931fSBen Gras unzip $(distdir).zip ;;\ 613ef01931fSBen Gras esac 61484d9c625SLionel Sambuc chmod -R a-w $(distdir) 61584d9c625SLionel Sambuc chmod u+w $(distdir) 61684d9c625SLionel Sambuc mkdir $(distdir)/_build $(distdir)/_inst 617ef01931fSBen Gras chmod a-w $(distdir) 618835f6802SDirk Vogt test -d $(distdir)/_build || exit 0; \ 619ef01931fSBen Gras dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 620ef01931fSBen Gras && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 621835f6802SDirk Vogt && am__cwd=`pwd` \ 622835f6802SDirk Vogt && $(am__cd) $(distdir)/_build \ 623ef01931fSBen Gras && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 62484d9c625SLionel Sambuc $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 625ef01931fSBen Gras $(DISTCHECK_CONFIGURE_FLAGS) \ 626ef01931fSBen Gras && $(MAKE) $(AM_MAKEFLAGS) \ 627ef01931fSBen Gras && $(MAKE) $(AM_MAKEFLAGS) dvi \ 628ef01931fSBen Gras && $(MAKE) $(AM_MAKEFLAGS) check \ 629ef01931fSBen Gras && $(MAKE) $(AM_MAKEFLAGS) install \ 630ef01931fSBen Gras && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 631ef01931fSBen Gras && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 632ef01931fSBen Gras && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 633ef01931fSBen Gras distuninstallcheck \ 634ef01931fSBen Gras && chmod -R a-w "$$dc_install_base" \ 635ef01931fSBen Gras && ({ \ 636ef01931fSBen Gras (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 637ef01931fSBen Gras && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 638ef01931fSBen Gras && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 639ef01931fSBen Gras && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 640ef01931fSBen Gras distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 641ef01931fSBen Gras } || { rm -rf "$$dc_destdir"; exit 1; }) \ 642ef01931fSBen Gras && rm -rf "$$dc_destdir" \ 643ef01931fSBen Gras && $(MAKE) $(AM_MAKEFLAGS) dist \ 644ef01931fSBen Gras && rm -rf $(DIST_ARCHIVES) \ 645835f6802SDirk Vogt && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 646835f6802SDirk Vogt && cd "$$am__cwd" \ 647835f6802SDirk Vogt || exit 1 64884d9c625SLionel Sambuc $(am__post_remove_distdir) 649ef01931fSBen Gras @(echo "$(distdir) archives ready for distribution: "; \ 650ef01931fSBen Gras list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 651ef01931fSBen Gras sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 652ef01931fSBen Grasdistuninstallcheck: 65384d9c625SLionel Sambuc @test -n '$(distuninstallcheck_dir)' || { \ 65484d9c625SLionel Sambuc echo 'ERROR: trying to run $@ with an empty' \ 65584d9c625SLionel Sambuc '$$(distuninstallcheck_dir)' >&2; \ 65684d9c625SLionel Sambuc exit 1; \ 65784d9c625SLionel Sambuc }; \ 65884d9c625SLionel Sambuc $(am__cd) '$(distuninstallcheck_dir)' || { \ 65984d9c625SLionel Sambuc echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 66084d9c625SLionel Sambuc exit 1; \ 66184d9c625SLionel Sambuc }; \ 66284d9c625SLionel Sambuc test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 663ef01931fSBen Gras || { echo "ERROR: files left after uninstall:" ; \ 664ef01931fSBen Gras if test -n "$(DESTDIR)"; then \ 665ef01931fSBen Gras echo " (check DESTDIR support)"; \ 666ef01931fSBen Gras fi ; \ 667ef01931fSBen Gras $(distuninstallcheck_listfiles) ; \ 668ef01931fSBen Gras exit 1; } >&2 669ef01931fSBen Grasdistcleancheck: distclean 670ef01931fSBen Gras @if test '$(srcdir)' = . ; then \ 671ef01931fSBen Gras echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 672ef01931fSBen Gras exit 1 ; \ 673ef01931fSBen Gras fi 674ef01931fSBen Gras @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 675ef01931fSBen Gras || { echo "ERROR: files left in build directory after distclean:" ; \ 676ef01931fSBen Gras $(distcleancheck_listfiles) ; \ 677ef01931fSBen Gras exit 1; } >&2 678ef01931fSBen Grascheck-am: all-am 679ef01931fSBen Grascheck: check-recursive 680ef01931fSBen Grasall-am: Makefile config.h 681ef01931fSBen Grasinstalldirs: installdirs-recursive 682ef01931fSBen Grasinstalldirs-am: 683ef01931fSBen Grasinstall: install-recursive 684ef01931fSBen Grasinstall-exec: install-exec-recursive 685ef01931fSBen Grasinstall-data: install-data-recursive 686ef01931fSBen Grasuninstall: uninstall-recursive 687ef01931fSBen Gras 688ef01931fSBen Grasinstall-am: all-am 689ef01931fSBen Gras @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 690ef01931fSBen Gras 691ef01931fSBen Grasinstallcheck: installcheck-recursive 692ef01931fSBen Grasinstall-strip: 69384d9c625SLionel Sambuc if test -z '$(STRIP)'; then \ 694ef01931fSBen Gras $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 695ef01931fSBen Gras install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 69684d9c625SLionel Sambuc install; \ 69784d9c625SLionel Sambuc else \ 69884d9c625SLionel Sambuc $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 69984d9c625SLionel Sambuc install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 70084d9c625SLionel Sambuc "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 70184d9c625SLionel Sambuc fi 702ef01931fSBen Grasmostlyclean-generic: 703ef01931fSBen Gras 704ef01931fSBen Grasclean-generic: 705ef01931fSBen Gras 706ef01931fSBen Grasdistclean-generic: 707ef01931fSBen Gras -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 708835f6802SDirk Vogt -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 709ef01931fSBen Gras 710ef01931fSBen Grasmaintainer-clean-generic: 711ef01931fSBen Gras @echo "This command is intended for maintainers to use" 712ef01931fSBen Gras @echo "it deletes files that may require special tools to rebuild." 713ef01931fSBen Grasclean: clean-recursive 714ef01931fSBen Gras 715ef01931fSBen Grasclean-am: clean-generic clean-libtool mostlyclean-am 716ef01931fSBen Gras 717ef01931fSBen Grasdistclean: distclean-recursive 718ef01931fSBen Gras -rm -f $(am__CONFIG_DISTCLEAN_FILES) 719ef01931fSBen Gras -rm -f Makefile 720ef01931fSBen Grasdistclean-am: clean-am distclean-generic distclean-hdr \ 721ef01931fSBen Gras distclean-libtool distclean-tags 722ef01931fSBen Gras 723ef01931fSBen Grasdvi: dvi-recursive 724ef01931fSBen Gras 725ef01931fSBen Grasdvi-am: 726ef01931fSBen Gras 727ef01931fSBen Grashtml: html-recursive 728ef01931fSBen Gras 729835f6802SDirk Vogthtml-am: 730835f6802SDirk Vogt 731ef01931fSBen Grasinfo: info-recursive 732ef01931fSBen Gras 733ef01931fSBen Grasinfo-am: 734ef01931fSBen Gras 735ef01931fSBen Grasinstall-data-am: 736ef01931fSBen Gras 737ef01931fSBen Grasinstall-dvi: install-dvi-recursive 738ef01931fSBen Gras 739835f6802SDirk Vogtinstall-dvi-am: 740835f6802SDirk Vogt 741ef01931fSBen Grasinstall-exec-am: 742ef01931fSBen Gras 743ef01931fSBen Grasinstall-html: install-html-recursive 744ef01931fSBen Gras 745835f6802SDirk Vogtinstall-html-am: 746835f6802SDirk Vogt 747ef01931fSBen Grasinstall-info: install-info-recursive 748ef01931fSBen Gras 749835f6802SDirk Vogtinstall-info-am: 750835f6802SDirk Vogt 751ef01931fSBen Grasinstall-man: 752ef01931fSBen Gras 753ef01931fSBen Grasinstall-pdf: install-pdf-recursive 754ef01931fSBen Gras 755835f6802SDirk Vogtinstall-pdf-am: 756835f6802SDirk Vogt 757ef01931fSBen Grasinstall-ps: install-ps-recursive 758ef01931fSBen Gras 759835f6802SDirk Vogtinstall-ps-am: 760835f6802SDirk Vogt 761ef01931fSBen Grasinstallcheck-am: 762ef01931fSBen Gras 763ef01931fSBen Grasmaintainer-clean: maintainer-clean-recursive 764ef01931fSBen Gras -rm -f $(am__CONFIG_DISTCLEAN_FILES) 765ef01931fSBen Gras -rm -rf $(top_srcdir)/autom4te.cache 766ef01931fSBen Gras -rm -f Makefile 767ef01931fSBen Grasmaintainer-clean-am: distclean-am maintainer-clean-generic 768ef01931fSBen Gras 769ef01931fSBen Grasmostlyclean: mostlyclean-recursive 770ef01931fSBen Gras 771ef01931fSBen Grasmostlyclean-am: mostlyclean-generic mostlyclean-libtool 772ef01931fSBen Gras 773ef01931fSBen Graspdf: pdf-recursive 774ef01931fSBen Gras 775ef01931fSBen Graspdf-am: 776ef01931fSBen Gras 777ef01931fSBen Grasps: ps-recursive 778ef01931fSBen Gras 779ef01931fSBen Grasps-am: 780ef01931fSBen Gras 781ef01931fSBen Grasuninstall-am: 782ef01931fSBen Gras 783*0a6a1f1dSLionel Sambuc.MAKE: $(am__recursive_targets) all install-am install-strip 784ef01931fSBen Gras 785*0a6a1f1dSLionel Sambuc.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 786*0a6a1f1dSLionel Sambuc am--refresh check check-am clean clean-cscope clean-generic \ 787*0a6a1f1dSLionel Sambuc clean-libtool cscope cscopelist-am ctags ctags-am dist \ 788*0a6a1f1dSLionel Sambuc dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \ 789*0a6a1f1dSLionel Sambuc dist-xz dist-zip distcheck distclean distclean-generic \ 790*0a6a1f1dSLionel Sambuc distclean-hdr distclean-libtool distclean-tags distcleancheck \ 791*0a6a1f1dSLionel Sambuc distdir distuninstallcheck dvi dvi-am html html-am info \ 792*0a6a1f1dSLionel Sambuc info-am install install-am install-data install-data-am \ 793*0a6a1f1dSLionel Sambuc install-dvi install-dvi-am install-exec install-exec-am \ 794*0a6a1f1dSLionel Sambuc install-html install-html-am install-info install-info-am \ 795*0a6a1f1dSLionel Sambuc install-man install-pdf install-pdf-am install-ps \ 796*0a6a1f1dSLionel Sambuc install-ps-am install-strip installcheck installcheck-am \ 797*0a6a1f1dSLionel Sambuc installdirs installdirs-am maintainer-clean \ 798*0a6a1f1dSLionel Sambuc maintainer-clean-generic mostlyclean mostlyclean-generic \ 799*0a6a1f1dSLionel Sambuc mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ 800*0a6a1f1dSLionel Sambuc uninstall-am 801835f6802SDirk Vogt 802ef01931fSBen Gras 803ef01931fSBen Gras# Tell versions [3.59,3.63) of GNU make to not export all variables. 804ef01931fSBen Gras# Otherwise a system limit (for SysV at least) may be exceeded. 805ef01931fSBen Gras.NOEXPORT: 806