1*0a6a1f1dSLionel Sambuc# Makefile.in generated by automake 1.11.6 from Makefile.am. 284d9c625SLionel Sambuc# @configure_input@ 384d9c625SLionel Sambuc 484d9c625SLionel Sambuc# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5*0a6a1f1dSLionel Sambuc# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 6*0a6a1f1dSLionel Sambuc# Foundation, Inc. 784d9c625SLionel Sambuc# This Makefile.in is free software; the Free Software Foundation 884d9c625SLionel Sambuc# gives unlimited permission to copy and/or distribute it, 984d9c625SLionel Sambuc# with or without modifications, as long as this notice is preserved. 1084d9c625SLionel Sambuc 1184d9c625SLionel Sambuc# This program is distributed in the hope that it will be useful, 1284d9c625SLionel Sambuc# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 1384d9c625SLionel Sambuc# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 1484d9c625SLionel Sambuc# PARTICULAR PURPOSE. 1584d9c625SLionel Sambuc 1684d9c625SLionel Sambuc@SET_MAKE@ 1784d9c625SLionel Sambuc 1884d9c625SLionel SambucVPATH = @srcdir@ 19*0a6a1f1dSLionel Sambucam__make_dryrun = \ 20*0a6a1f1dSLionel Sambuc { \ 21*0a6a1f1dSLionel Sambuc am__dry=no; \ 22*0a6a1f1dSLionel Sambuc case $$MAKEFLAGS in \ 23*0a6a1f1dSLionel Sambuc *\\[\ \ ]*) \ 24*0a6a1f1dSLionel Sambuc echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ 25*0a6a1f1dSLionel Sambuc | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ 26*0a6a1f1dSLionel Sambuc *) \ 27*0a6a1f1dSLionel Sambuc for am__flg in $$MAKEFLAGS; do \ 28*0a6a1f1dSLionel Sambuc case $$am__flg in \ 29*0a6a1f1dSLionel Sambuc *=*|--*) ;; \ 30*0a6a1f1dSLionel Sambuc *n*) am__dry=yes; break;; \ 31*0a6a1f1dSLionel Sambuc esac; \ 32*0a6a1f1dSLionel Sambuc done;; \ 33*0a6a1f1dSLionel Sambuc esac; \ 34*0a6a1f1dSLionel Sambuc test $$am__dry = yes; \ 35*0a6a1f1dSLionel Sambuc } 3684d9c625SLionel Sambucpkgdatadir = $(datadir)/@PACKAGE@ 3784d9c625SLionel Sambucpkgincludedir = $(includedir)/@PACKAGE@ 3884d9c625SLionel Sambucpkglibdir = $(libdir)/@PACKAGE@ 3984d9c625SLionel Sambucpkglibexecdir = $(libexecdir)/@PACKAGE@ 4084d9c625SLionel Sambucam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 4184d9c625SLionel Sambucinstall_sh_DATA = $(install_sh) -c -m 644 4284d9c625SLionel Sambucinstall_sh_PROGRAM = $(install_sh) -c 4384d9c625SLionel Sambucinstall_sh_SCRIPT = $(install_sh) -c 4484d9c625SLionel SambucINSTALL_HEADER = $(INSTALL_DATA) 4584d9c625SLionel Sambuctransform = $(program_transform_name) 4684d9c625SLionel SambucNORMAL_INSTALL = : 4784d9c625SLionel SambucPRE_INSTALL = : 4884d9c625SLionel SambucPOST_INSTALL = : 4984d9c625SLionel SambucNORMAL_UNINSTALL = : 5084d9c625SLionel SambucPRE_UNINSTALL = : 5184d9c625SLionel SambucPOST_UNINSTALL = : 5284d9c625SLionel Sambucbuild_triplet = @build@ 5384d9c625SLionel Sambuchost_triplet = @host@ 5484d9c625SLionel Sambucsubdir = lib 5584d9c625SLionel SambucDIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in malloc.c \ 5684d9c625SLionel Sambuc realloc.c 5784d9c625SLionel SambucACLOCAL_M4 = $(top_srcdir)/aclocal.m4 5884d9c625SLionel Sambucam__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \ 59*0a6a1f1dSLionel Sambuc $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \ 60*0a6a1f1dSLionel Sambuc $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ 61*0a6a1f1dSLionel Sambuc $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \ 62*0a6a1f1dSLionel Sambuc $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 63*0a6a1f1dSLionel Sambuc $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 6484d9c625SLionel Sambuc $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ 65*0a6a1f1dSLionel Sambuc $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac 6684d9c625SLionel Sambucam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 6784d9c625SLionel Sambuc $(ACLOCAL_M4) 68*0a6a1f1dSLionel Sambucmkinstalldirs = $(install_sh) -d 6984d9c625SLionel SambucCONFIG_HEADER = $(top_builddir)/config.h 7084d9c625SLionel SambucCONFIG_CLEAN_FILES = 7184d9c625SLionel SambucCONFIG_CLEAN_VPATH_FILES = 72*0a6a1f1dSLionel SambucLTLIBRARIES = $(noinst_LTLIBRARIES) 73*0a6a1f1dSLionel Sambuclibcompat_la_DEPENDENCIES = $(LIBOBJS) 74*0a6a1f1dSLionel Sambucam_libcompat_la_OBJECTS = lib.lo 75*0a6a1f1dSLionel Sambuclibcompat_la_OBJECTS = $(am_libcompat_la_OBJECTS) 7684d9c625SLionel SambucDEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 7784d9c625SLionel Sambucdepcomp = $(SHELL) $(top_srcdir)/depcomp 7884d9c625SLionel Sambucam__depfiles_maybe = depfiles 7984d9c625SLionel Sambucam__mv = mv -f 8084d9c625SLionel SambucCOMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 8184d9c625SLionel Sambuc $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 82*0a6a1f1dSLionel SambucLTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 83*0a6a1f1dSLionel Sambuc --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 84*0a6a1f1dSLionel Sambuc $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 8584d9c625SLionel SambucCCLD = $(CC) 86*0a6a1f1dSLionel SambucLINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 87*0a6a1f1dSLionel Sambuc --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 88*0a6a1f1dSLionel Sambuc $(LDFLAGS) -o $@ 89*0a6a1f1dSLionel SambucSOURCES = $(libcompat_la_SOURCES) 90*0a6a1f1dSLionel SambucDIST_SOURCES = $(libcompat_la_SOURCES) 91*0a6a1f1dSLionel Sambucam__can_run_installinfo = \ 92*0a6a1f1dSLionel Sambuc case $$AM_UPDATE_INFO_DIR in \ 93*0a6a1f1dSLionel Sambuc n|no|NO) false;; \ 94*0a6a1f1dSLionel Sambuc *) (install-info --version) >/dev/null 2>&1;; \ 95*0a6a1f1dSLionel Sambuc esac 9684d9c625SLionel SambucETAGS = etags 9784d9c625SLionel SambucCTAGS = ctags 9884d9c625SLionel SambucDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 9984d9c625SLionel SambucACLOCAL = @ACLOCAL@ 10084d9c625SLionel SambucALLOCA = @ALLOCA@ 10184d9c625SLionel SambucAMTAR = @AMTAR@ 102*0a6a1f1dSLionel SambucAR = @AR@ 10384d9c625SLionel SambucAUTOCONF = @AUTOCONF@ 10484d9c625SLionel SambucAUTOHEADER = @AUTOHEADER@ 10584d9c625SLionel SambucAUTOMAKE = @AUTOMAKE@ 10684d9c625SLionel SambucAWK = @AWK@ 10784d9c625SLionel SambucBISON = @BISON@ 10884d9c625SLionel SambucCC = @CC@ 10984d9c625SLionel SambucCCDEPMODE = @CCDEPMODE@ 11084d9c625SLionel SambucCFLAGS = @CFLAGS@ 11184d9c625SLionel SambucCPP = @CPP@ 11284d9c625SLionel SambucCPPFLAGS = @CPPFLAGS@ 11384d9c625SLionel SambucCXX = @CXX@ 114*0a6a1f1dSLionel SambucCXXCPP = @CXXCPP@ 11584d9c625SLionel SambucCXXDEPMODE = @CXXDEPMODE@ 11684d9c625SLionel SambucCXXFLAGS = @CXXFLAGS@ 11784d9c625SLionel SambucCYGPATH_W = @CYGPATH_W@ 11884d9c625SLionel SambucDEFS = @DEFS@ 11984d9c625SLionel SambucDEPDIR = @DEPDIR@ 120*0a6a1f1dSLionel SambucDLLTOOL = @DLLTOOL@ 121*0a6a1f1dSLionel SambucDSYMUTIL = @DSYMUTIL@ 122*0a6a1f1dSLionel SambucDUMPBIN = @DUMPBIN@ 12384d9c625SLionel SambucECHO_C = @ECHO_C@ 12484d9c625SLionel SambucECHO_N = @ECHO_N@ 12584d9c625SLionel SambucECHO_T = @ECHO_T@ 12684d9c625SLionel SambucEGREP = @EGREP@ 12784d9c625SLionel SambucEXEEXT = @EXEEXT@ 128*0a6a1f1dSLionel SambucFGREP = @FGREP@ 129*0a6a1f1dSLionel SambucGETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ 13084d9c625SLionel SambucGMSGFMT = @GMSGFMT@ 131*0a6a1f1dSLionel SambucGMSGFMT_015 = @GMSGFMT_015@ 13284d9c625SLionel SambucGREP = @GREP@ 13384d9c625SLionel SambucHELP2MAN = @HELP2MAN@ 13484d9c625SLionel SambucINDENT = @INDENT@ 13584d9c625SLionel SambucINSTALL = @INSTALL@ 13684d9c625SLionel SambucINSTALL_DATA = @INSTALL_DATA@ 13784d9c625SLionel SambucINSTALL_PROGRAM = @INSTALL_PROGRAM@ 13884d9c625SLionel SambucINSTALL_SCRIPT = @INSTALL_SCRIPT@ 13984d9c625SLionel SambucINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 14084d9c625SLionel SambucINTLLIBS = @INTLLIBS@ 141*0a6a1f1dSLionel SambucINTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ 142*0a6a1f1dSLionel SambucLD = @LD@ 14384d9c625SLionel SambucLDFLAGS = @LDFLAGS@ 14484d9c625SLionel SambucLEX = @LEX@ 14584d9c625SLionel SambucLEXLIB = @LEXLIB@ 14684d9c625SLionel SambucLEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ 14784d9c625SLionel SambucLIBICONV = @LIBICONV@ 14884d9c625SLionel SambucLIBINTL = @LIBINTL@ 14984d9c625SLionel SambucLIBOBJS = @LIBOBJS@ 15084d9c625SLionel SambucLIBS = @LIBS@ 151*0a6a1f1dSLionel SambucLIBTOOL = @LIBTOOL@ 152*0a6a1f1dSLionel SambucLIPO = @LIPO@ 15384d9c625SLionel SambucLN_S = @LN_S@ 15484d9c625SLionel SambucLTLIBICONV = @LTLIBICONV@ 15584d9c625SLionel SambucLTLIBINTL = @LTLIBINTL@ 15684d9c625SLionel SambucLTLIBOBJS = @LTLIBOBJS@ 15784d9c625SLionel SambucM4 = @M4@ 15884d9c625SLionel SambucMAKEINFO = @MAKEINFO@ 159*0a6a1f1dSLionel SambucMANIFEST_TOOL = @MANIFEST_TOOL@ 16084d9c625SLionel SambucMKDIR_P = @MKDIR_P@ 16184d9c625SLionel SambucMSGFMT = @MSGFMT@ 162*0a6a1f1dSLionel SambucMSGFMT_015 = @MSGFMT_015@ 16384d9c625SLionel SambucMSGMERGE = @MSGMERGE@ 164*0a6a1f1dSLionel SambucNM = @NM@ 165*0a6a1f1dSLionel SambucNMEDIT = @NMEDIT@ 166*0a6a1f1dSLionel SambucOBJDUMP = @OBJDUMP@ 16784d9c625SLionel SambucOBJEXT = @OBJEXT@ 168*0a6a1f1dSLionel SambucOTOOL = @OTOOL@ 169*0a6a1f1dSLionel SambucOTOOL64 = @OTOOL64@ 17084d9c625SLionel SambucPACKAGE = @PACKAGE@ 17184d9c625SLionel SambucPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 17284d9c625SLionel SambucPACKAGE_NAME = @PACKAGE_NAME@ 17384d9c625SLionel SambucPACKAGE_STRING = @PACKAGE_STRING@ 17484d9c625SLionel SambucPACKAGE_TARNAME = @PACKAGE_TARNAME@ 17584d9c625SLionel SambucPACKAGE_URL = @PACKAGE_URL@ 17684d9c625SLionel SambucPACKAGE_VERSION = @PACKAGE_VERSION@ 17784d9c625SLionel SambucPATH_SEPARATOR = @PATH_SEPARATOR@ 17884d9c625SLionel SambucPOSUB = @POSUB@ 17984d9c625SLionel SambucRANLIB = @RANLIB@ 180*0a6a1f1dSLionel SambucSED = @SED@ 18184d9c625SLionel SambucSET_MAKE = @SET_MAKE@ 182*0a6a1f1dSLionel SambucSHARED_VERSION_INFO = @SHARED_VERSION_INFO@ 18384d9c625SLionel SambucSHELL = @SHELL@ 18484d9c625SLionel SambucSTRIP = @STRIP@ 18584d9c625SLionel SambucUSE_NLS = @USE_NLS@ 18684d9c625SLionel SambucVERSION = @VERSION@ 18784d9c625SLionel SambucXGETTEXT = @XGETTEXT@ 188*0a6a1f1dSLionel SambucXGETTEXT_015 = @XGETTEXT_015@ 189*0a6a1f1dSLionel SambucXGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ 19084d9c625SLionel SambucYACC = @YACC@ 19184d9c625SLionel SambucYFLAGS = @YFLAGS@ 19284d9c625SLionel Sambucabs_builddir = @abs_builddir@ 19384d9c625SLionel Sambucabs_srcdir = @abs_srcdir@ 19484d9c625SLionel Sambucabs_top_builddir = @abs_top_builddir@ 19584d9c625SLionel Sambucabs_top_srcdir = @abs_top_srcdir@ 196*0a6a1f1dSLionel Sambucac_ct_AR = @ac_ct_AR@ 19784d9c625SLionel Sambucac_ct_CC = @ac_ct_CC@ 19884d9c625SLionel Sambucac_ct_CXX = @ac_ct_CXX@ 199*0a6a1f1dSLionel Sambucac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 20084d9c625SLionel Sambucam__include = @am__include@ 20184d9c625SLionel Sambucam__leading_dot = @am__leading_dot@ 20284d9c625SLionel Sambucam__quote = @am__quote@ 20384d9c625SLionel Sambucam__tar = @am__tar@ 20484d9c625SLionel Sambucam__untar = @am__untar@ 20584d9c625SLionel Sambucbindir = @bindir@ 20684d9c625SLionel Sambucbuild = @build@ 20784d9c625SLionel Sambucbuild_alias = @build_alias@ 20884d9c625SLionel Sambucbuild_cpu = @build_cpu@ 20984d9c625SLionel Sambucbuild_os = @build_os@ 21084d9c625SLionel Sambucbuild_vendor = @build_vendor@ 21184d9c625SLionel Sambucbuilddir = @builddir@ 21284d9c625SLionel Sambucdatadir = @datadir@ 21384d9c625SLionel Sambucdatarootdir = @datarootdir@ 21484d9c625SLionel Sambucdocdir = @docdir@ 21584d9c625SLionel Sambucdvidir = @dvidir@ 21684d9c625SLionel Sambucexec_prefix = @exec_prefix@ 21784d9c625SLionel Sambuchost = @host@ 21884d9c625SLionel Sambuchost_alias = @host_alias@ 21984d9c625SLionel Sambuchost_cpu = @host_cpu@ 22084d9c625SLionel Sambuchost_os = @host_os@ 22184d9c625SLionel Sambuchost_vendor = @host_vendor@ 22284d9c625SLionel Sambuchtmldir = @htmldir@ 22384d9c625SLionel Sambucincludedir = @includedir@ 22484d9c625SLionel Sambucinfodir = @infodir@ 22584d9c625SLionel Sambucinstall_sh = @install_sh@ 22684d9c625SLionel Sambuclibdir = @libdir@ 22784d9c625SLionel Sambuclibexecdir = @libexecdir@ 22884d9c625SLionel Sambuclocaledir = @localedir@ 22984d9c625SLionel Sambuclocalstatedir = @localstatedir@ 23084d9c625SLionel Sambucmandir = @mandir@ 23184d9c625SLionel Sambucmkdir_p = @mkdir_p@ 23284d9c625SLionel Sambucoldincludedir = @oldincludedir@ 23384d9c625SLionel Sambucpdfdir = @pdfdir@ 23484d9c625SLionel Sambucprefix = @prefix@ 23584d9c625SLionel Sambucprogram_transform_name = @program_transform_name@ 23684d9c625SLionel Sambucpsdir = @psdir@ 23784d9c625SLionel Sambucsbindir = @sbindir@ 23884d9c625SLionel Sambucsharedstatedir = @sharedstatedir@ 23984d9c625SLionel Sambucsrcdir = @srcdir@ 24084d9c625SLionel Sambucsysconfdir = @sysconfdir@ 24184d9c625SLionel Sambuctarget_alias = @target_alias@ 24284d9c625SLionel Sambuctop_build_prefix = @top_build_prefix@ 24384d9c625SLionel Sambuctop_builddir = @top_builddir@ 24484d9c625SLionel Sambuctop_srcdir = @top_srcdir@ 245*0a6a1f1dSLionel Sambucnoinst_LTLIBRARIES = libcompat.la 246*0a6a1f1dSLionel Sambuclibcompat_la_SOURCES = lib.c 247*0a6a1f1dSLionel Sambuclibcompat_la_LIBADD = $(LIBOBJS) 24884d9c625SLionel Sambucall: all-am 24984d9c625SLionel Sambuc 25084d9c625SLionel Sambuc.SUFFIXES: 251*0a6a1f1dSLionel Sambuc.SUFFIXES: .c .lo .o .obj 25284d9c625SLionel Sambuc$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 25384d9c625SLionel Sambuc @for dep in $?; do \ 25484d9c625SLionel Sambuc case '$(am__configure_deps)' in \ 25584d9c625SLionel Sambuc *$$dep*) \ 25684d9c625SLionel Sambuc ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 25784d9c625SLionel Sambuc && { if test -f $@; then exit 0; else break; fi; }; \ 25884d9c625SLionel Sambuc exit 1;; \ 25984d9c625SLionel Sambuc esac; \ 26084d9c625SLionel Sambuc done; \ 261*0a6a1f1dSLionel Sambuc echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \ 26284d9c625SLionel Sambuc $(am__cd) $(top_srcdir) && \ 263*0a6a1f1dSLionel Sambuc $(AUTOMAKE) --gnu lib/Makefile 26484d9c625SLionel Sambuc.PRECIOUS: Makefile 26584d9c625SLionel SambucMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 26684d9c625SLionel Sambuc @case '$?' in \ 26784d9c625SLionel Sambuc *config.status*) \ 26884d9c625SLionel Sambuc cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 26984d9c625SLionel Sambuc *) \ 27084d9c625SLionel Sambuc echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 27184d9c625SLionel Sambuc cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 27284d9c625SLionel Sambuc esac; 27384d9c625SLionel Sambuc 27484d9c625SLionel Sambuc$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 27584d9c625SLionel Sambuc cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 27684d9c625SLionel Sambuc 27784d9c625SLionel Sambuc$(top_srcdir)/configure: $(am__configure_deps) 27884d9c625SLionel Sambuc cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 27984d9c625SLionel Sambuc$(ACLOCAL_M4): $(am__aclocal_m4_deps) 28084d9c625SLionel Sambuc cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 28184d9c625SLionel Sambuc$(am__aclocal_m4_deps): 28284d9c625SLionel Sambuc 283*0a6a1f1dSLionel Sambucclean-noinstLTLIBRARIES: 284*0a6a1f1dSLionel Sambuc -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) 285*0a6a1f1dSLionel Sambuc @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ 286*0a6a1f1dSLionel Sambuc dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 287*0a6a1f1dSLionel Sambuc test "$$dir" != "$$p" || dir=.; \ 288*0a6a1f1dSLionel Sambuc echo "rm -f \"$${dir}/so_locations\""; \ 289*0a6a1f1dSLionel Sambuc rm -f "$${dir}/so_locations"; \ 290*0a6a1f1dSLionel Sambuc done 291*0a6a1f1dSLionel Sambuclibcompat.la: $(libcompat_la_OBJECTS) $(libcompat_la_DEPENDENCIES) $(EXTRA_libcompat_la_DEPENDENCIES) 292*0a6a1f1dSLionel Sambuc $(LINK) $(libcompat_la_OBJECTS) $(libcompat_la_LIBADD) $(LIBS) 29384d9c625SLionel Sambuc 29484d9c625SLionel Sambucmostlyclean-compile: 29584d9c625SLionel Sambuc -rm -f *.$(OBJEXT) 29684d9c625SLionel Sambuc 29784d9c625SLionel Sambucdistclean-compile: 29884d9c625SLionel Sambuc -rm -f *.tab.c 29984d9c625SLionel Sambuc 30084d9c625SLionel Sambuc@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/malloc.Po@am__quote@ 30184d9c625SLionel Sambuc@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/realloc.Po@am__quote@ 302*0a6a1f1dSLionel Sambuc@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lib.Plo@am__quote@ 30384d9c625SLionel Sambuc 30484d9c625SLionel Sambuc.c.o: 30584d9c625SLionel Sambuc@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 30684d9c625SLionel Sambuc@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 30784d9c625SLionel Sambuc@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 30884d9c625SLionel Sambuc@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 30984d9c625SLionel Sambuc@am__fastdepCC_FALSE@ $(COMPILE) -c $< 31084d9c625SLionel Sambuc 31184d9c625SLionel Sambuc.c.obj: 31284d9c625SLionel Sambuc@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 31384d9c625SLionel Sambuc@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 31484d9c625SLionel Sambuc@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 31584d9c625SLionel Sambuc@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 31684d9c625SLionel Sambuc@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 31784d9c625SLionel Sambuc 318*0a6a1f1dSLionel Sambuc.c.lo: 319*0a6a1f1dSLionel Sambuc@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 320*0a6a1f1dSLionel Sambuc@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 321*0a6a1f1dSLionel Sambuc@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 322*0a6a1f1dSLionel Sambuc@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 323*0a6a1f1dSLionel Sambuc@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< 324*0a6a1f1dSLionel Sambuc 325*0a6a1f1dSLionel Sambucmostlyclean-libtool: 326*0a6a1f1dSLionel Sambuc -rm -f *.lo 327*0a6a1f1dSLionel Sambuc 328*0a6a1f1dSLionel Sambucclean-libtool: 329*0a6a1f1dSLionel Sambuc -rm -rf .libs _libs 330*0a6a1f1dSLionel Sambuc 33184d9c625SLionel SambucID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 33284d9c625SLionel Sambuc list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 33384d9c625SLionel Sambuc unique=`for i in $$list; do \ 33484d9c625SLionel Sambuc if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 33584d9c625SLionel Sambuc done | \ 33684d9c625SLionel Sambuc $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 33784d9c625SLionel Sambuc END { if (nonempty) { for (i in files) print i; }; }'`; \ 33884d9c625SLionel Sambuc mkid -fID $$unique 33984d9c625SLionel Sambuctags: TAGS 34084d9c625SLionel Sambuc 34184d9c625SLionel SambucTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 34284d9c625SLionel Sambuc $(TAGS_FILES) $(LISP) 34384d9c625SLionel Sambuc set x; \ 34484d9c625SLionel Sambuc here=`pwd`; \ 34584d9c625SLionel Sambuc list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 34684d9c625SLionel Sambuc unique=`for i in $$list; do \ 34784d9c625SLionel Sambuc if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 34884d9c625SLionel Sambuc done | \ 34984d9c625SLionel Sambuc $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 35084d9c625SLionel Sambuc END { if (nonempty) { for (i in files) print i; }; }'`; \ 35184d9c625SLionel Sambuc shift; \ 35284d9c625SLionel Sambuc if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 35384d9c625SLionel Sambuc test -n "$$unique" || unique=$$empty_fix; \ 35484d9c625SLionel Sambuc if test $$# -gt 0; then \ 35584d9c625SLionel Sambuc $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 35684d9c625SLionel Sambuc "$$@" $$unique; \ 35784d9c625SLionel Sambuc else \ 35884d9c625SLionel Sambuc $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 35984d9c625SLionel Sambuc $$unique; \ 36084d9c625SLionel Sambuc fi; \ 36184d9c625SLionel Sambuc fi 36284d9c625SLionel Sambucctags: CTAGS 36384d9c625SLionel SambucCTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 36484d9c625SLionel Sambuc $(TAGS_FILES) $(LISP) 36584d9c625SLionel Sambuc list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 36684d9c625SLionel Sambuc unique=`for i in $$list; do \ 36784d9c625SLionel Sambuc if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 36884d9c625SLionel Sambuc done | \ 36984d9c625SLionel Sambuc $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 37084d9c625SLionel Sambuc END { if (nonempty) { for (i in files) print i; }; }'`; \ 37184d9c625SLionel Sambuc test -z "$(CTAGS_ARGS)$$unique" \ 37284d9c625SLionel Sambuc || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 37384d9c625SLionel Sambuc $$unique 37484d9c625SLionel Sambuc 37584d9c625SLionel SambucGTAGS: 37684d9c625SLionel Sambuc here=`$(am__cd) $(top_builddir) && pwd` \ 37784d9c625SLionel Sambuc && $(am__cd) $(top_srcdir) \ 37884d9c625SLionel Sambuc && gtags -i $(GTAGS_ARGS) "$$here" 37984d9c625SLionel Sambuc 38084d9c625SLionel Sambucdistclean-tags: 38184d9c625SLionel Sambuc -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 38284d9c625SLionel Sambuc 38384d9c625SLionel Sambucdistdir: $(DISTFILES) 38484d9c625SLionel Sambuc @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 38584d9c625SLionel Sambuc topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 38684d9c625SLionel Sambuc list='$(DISTFILES)'; \ 38784d9c625SLionel Sambuc dist_files=`for file in $$list; do echo $$file; done | \ 38884d9c625SLionel Sambuc sed -e "s|^$$srcdirstrip/||;t" \ 38984d9c625SLionel Sambuc -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 39084d9c625SLionel Sambuc case $$dist_files in \ 39184d9c625SLionel Sambuc */*) $(MKDIR_P) `echo "$$dist_files" | \ 39284d9c625SLionel Sambuc sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 39384d9c625SLionel Sambuc sort -u` ;; \ 39484d9c625SLionel Sambuc esac; \ 39584d9c625SLionel Sambuc for file in $$dist_files; do \ 39684d9c625SLionel Sambuc if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 39784d9c625SLionel Sambuc if test -d $$d/$$file; then \ 39884d9c625SLionel Sambuc dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 39984d9c625SLionel Sambuc if test -d "$(distdir)/$$file"; then \ 40084d9c625SLionel Sambuc find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 40184d9c625SLionel Sambuc fi; \ 40284d9c625SLionel Sambuc if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 40384d9c625SLionel Sambuc cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 40484d9c625SLionel Sambuc find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 40584d9c625SLionel Sambuc fi; \ 40684d9c625SLionel Sambuc cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 40784d9c625SLionel Sambuc else \ 40884d9c625SLionel Sambuc test -f "$(distdir)/$$file" \ 40984d9c625SLionel Sambuc || cp -p $$d/$$file "$(distdir)/$$file" \ 41084d9c625SLionel Sambuc || exit 1; \ 41184d9c625SLionel Sambuc fi; \ 41284d9c625SLionel Sambuc done 41384d9c625SLionel Sambuccheck-am: all-am 41484d9c625SLionel Sambuccheck: check-am 415*0a6a1f1dSLionel Sambucall-am: Makefile $(LTLIBRARIES) 41684d9c625SLionel Sambucinstalldirs: 41784d9c625SLionel Sambucinstall: install-am 41884d9c625SLionel Sambucinstall-exec: install-exec-am 41984d9c625SLionel Sambucinstall-data: install-data-am 42084d9c625SLionel Sambucuninstall: uninstall-am 42184d9c625SLionel Sambuc 42284d9c625SLionel Sambucinstall-am: all-am 42384d9c625SLionel Sambuc @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 42484d9c625SLionel Sambuc 42584d9c625SLionel Sambucinstallcheck: installcheck-am 42684d9c625SLionel Sambucinstall-strip: 427*0a6a1f1dSLionel Sambuc if test -z '$(STRIP)'; then \ 42884d9c625SLionel Sambuc $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 42984d9c625SLionel Sambuc install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 430*0a6a1f1dSLionel Sambuc install; \ 431*0a6a1f1dSLionel Sambuc else \ 432*0a6a1f1dSLionel Sambuc $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 433*0a6a1f1dSLionel Sambuc install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 434*0a6a1f1dSLionel Sambuc "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 435*0a6a1f1dSLionel Sambuc fi 43684d9c625SLionel Sambucmostlyclean-generic: 43784d9c625SLionel Sambuc 43884d9c625SLionel Sambucclean-generic: 43984d9c625SLionel Sambuc 44084d9c625SLionel Sambucdistclean-generic: 44184d9c625SLionel Sambuc -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 44284d9c625SLionel Sambuc -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 44384d9c625SLionel Sambuc 44484d9c625SLionel Sambucmaintainer-clean-generic: 44584d9c625SLionel Sambuc @echo "This command is intended for maintainers to use" 44684d9c625SLionel Sambuc @echo "it deletes files that may require special tools to rebuild." 44784d9c625SLionel Sambucclean: clean-am 44884d9c625SLionel Sambuc 449*0a6a1f1dSLionel Sambucclean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ 450*0a6a1f1dSLionel Sambuc mostlyclean-am 45184d9c625SLionel Sambuc 45284d9c625SLionel Sambucdistclean: distclean-am 45384d9c625SLionel Sambuc -rm -rf $(DEPDIR) ./$(DEPDIR) 45484d9c625SLionel Sambuc -rm -f Makefile 45584d9c625SLionel Sambucdistclean-am: clean-am distclean-compile distclean-generic \ 45684d9c625SLionel Sambuc distclean-tags 45784d9c625SLionel Sambuc 45884d9c625SLionel Sambucdvi: dvi-am 45984d9c625SLionel Sambuc 46084d9c625SLionel Sambucdvi-am: 46184d9c625SLionel Sambuc 46284d9c625SLionel Sambuchtml: html-am 46384d9c625SLionel Sambuc 46484d9c625SLionel Sambuchtml-am: 46584d9c625SLionel Sambuc 46684d9c625SLionel Sambucinfo: info-am 46784d9c625SLionel Sambuc 46884d9c625SLionel Sambucinfo-am: 46984d9c625SLionel Sambuc 47084d9c625SLionel Sambucinstall-data-am: 47184d9c625SLionel Sambuc 47284d9c625SLionel Sambucinstall-dvi: install-dvi-am 47384d9c625SLionel Sambuc 47484d9c625SLionel Sambucinstall-dvi-am: 47584d9c625SLionel Sambuc 47684d9c625SLionel Sambucinstall-exec-am: 47784d9c625SLionel Sambuc 47884d9c625SLionel Sambucinstall-html: install-html-am 47984d9c625SLionel Sambuc 48084d9c625SLionel Sambucinstall-html-am: 48184d9c625SLionel Sambuc 48284d9c625SLionel Sambucinstall-info: install-info-am 48384d9c625SLionel Sambuc 48484d9c625SLionel Sambucinstall-info-am: 48584d9c625SLionel Sambuc 48684d9c625SLionel Sambucinstall-man: 48784d9c625SLionel Sambuc 48884d9c625SLionel Sambucinstall-pdf: install-pdf-am 48984d9c625SLionel Sambuc 49084d9c625SLionel Sambucinstall-pdf-am: 49184d9c625SLionel Sambuc 49284d9c625SLionel Sambucinstall-ps: install-ps-am 49384d9c625SLionel Sambuc 49484d9c625SLionel Sambucinstall-ps-am: 49584d9c625SLionel Sambuc 49684d9c625SLionel Sambucinstallcheck-am: 49784d9c625SLionel Sambuc 49884d9c625SLionel Sambucmaintainer-clean: maintainer-clean-am 49984d9c625SLionel Sambuc -rm -rf $(DEPDIR) ./$(DEPDIR) 50084d9c625SLionel Sambuc -rm -f Makefile 50184d9c625SLionel Sambucmaintainer-clean-am: distclean-am maintainer-clean-generic 50284d9c625SLionel Sambuc 50384d9c625SLionel Sambucmostlyclean: mostlyclean-am 50484d9c625SLionel Sambuc 505*0a6a1f1dSLionel Sambucmostlyclean-am: mostlyclean-compile mostlyclean-generic \ 506*0a6a1f1dSLionel Sambuc mostlyclean-libtool 50784d9c625SLionel Sambuc 50884d9c625SLionel Sambucpdf: pdf-am 50984d9c625SLionel Sambuc 51084d9c625SLionel Sambucpdf-am: 51184d9c625SLionel Sambuc 51284d9c625SLionel Sambucps: ps-am 51384d9c625SLionel Sambuc 51484d9c625SLionel Sambucps-am: 51584d9c625SLionel Sambuc 51684d9c625SLionel Sambucuninstall-am: 51784d9c625SLionel Sambuc 51884d9c625SLionel Sambuc.MAKE: install-am install-strip 51984d9c625SLionel Sambuc 52084d9c625SLionel Sambuc.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 521*0a6a1f1dSLionel Sambuc clean-libtool clean-noinstLTLIBRARIES ctags distclean \ 522*0a6a1f1dSLionel Sambuc distclean-compile distclean-generic distclean-libtool \ 523*0a6a1f1dSLionel Sambuc distclean-tags distdir dvi dvi-am html html-am info info-am \ 524*0a6a1f1dSLionel Sambuc install install-am install-data install-data-am install-dvi \ 525*0a6a1f1dSLionel Sambuc install-dvi-am install-exec install-exec-am install-html \ 526*0a6a1f1dSLionel Sambuc install-html-am install-info install-info-am install-man \ 527*0a6a1f1dSLionel Sambuc install-pdf install-pdf-am install-ps install-ps-am \ 528*0a6a1f1dSLionel Sambuc install-strip installcheck installcheck-am installdirs \ 529*0a6a1f1dSLionel Sambuc maintainer-clean maintainer-clean-generic mostlyclean \ 530*0a6a1f1dSLionel Sambuc mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ 531*0a6a1f1dSLionel Sambuc pdf pdf-am ps ps-am tags uninstall uninstall-am 53284d9c625SLionel Sambuc 53384d9c625SLionel Sambuc 53484d9c625SLionel Sambuc# Tell versions [3.59,3.63) of GNU make to not export all variables. 53584d9c625SLionel Sambuc# Otherwise a system limit (for SysV at least) may be exceeded. 53684d9c625SLionel Sambuc.NOEXPORT: 537