Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.in

    r107b01a r95d0a5db  
    9494subdir = .
    9595ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    96 am__aclocal_m4_deps = $(top_srcdir)/automake/libtool.m4 \
    97         $(top_srcdir)/automake/ltoptions.m4 \
    98         $(top_srcdir)/automake/ltsugar.m4 \
    99         $(top_srcdir)/automake/ltversion.m4 \
    100         $(top_srcdir)/automake/lt~obsolete.m4 \
    101         $(top_srcdir)/automake/cfa.m4 $(top_srcdir)/configure.ac
     96am__aclocal_m4_deps = $(top_srcdir)/automake/cfa.m4 \
     97        $(top_srcdir)/configure.ac
    10298am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    10399        $(ACLOCAL_M4)
     
    202198        $(top_srcdir)/automake/config.sub \
    203199        $(top_srcdir)/automake/install-sh \
    204         $(top_srcdir)/automake/ltmain.sh \
    205200        $(top_srcdir)/automake/missing $(top_srcdir)/src/config.h.in \
    206201        INSTALL README automake/compile automake/config.guess \
    207202        automake/config.sub automake/depcomp automake/install-sh \
    208         automake/ltmain.sh automake/missing automake/ylwrap
     203        automake/missing automake/ylwrap
    209204DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    210205distdir = $(PACKAGE)-$(VERSION)
     
    253248AMTAR = @AMTAR@
    254249AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
    255 AR = @AR@
    256250AUTOCONF = @AUTOCONF@
    257251AUTOHEADER = @AUTOHEADER@
     
    277271CPPFLAGS = @CPPFLAGS@
    278272CXX = @CXX@
    279 CXXCPP = @CXXCPP@
    280273CXXDEPMODE = @CXXDEPMODE@
    281274CXXFLAGS = @CXXFLAGS@
     
    283276DEFS = @DEFS@
    284277DEPDIR = @DEPDIR@
    285 DLLTOOL = @DLLTOOL@
    286278DRIVER_DIR = @DRIVER_DIR@
    287 DSYMUTIL = @DSYMUTIL@
    288 DUMPBIN = @DUMPBIN@
    289279ECHO_C = @ECHO_C@
    290280ECHO_N = @ECHO_N@
     
    292282EGREP = @EGREP@
    293283EXEEXT = @EXEEXT@
    294 FGREP = @FGREP@
    295284GREP = @GREP@
    296285HOST_FLAGS = @HOST_FLAGS@
     
    300289INSTALL_SCRIPT = @INSTALL_SCRIPT@
    301290INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    302 LD = @LD@
    303291LDFLAGS = @LDFLAGS@
    304292LEX = @LEX@
     
    309297LIBOBJS = @LIBOBJS@
    310298LIBS = @LIBS@
    311 LIBTOOL = @LIBTOOL@
    312 LIPO = @LIPO@
    313 LN_S = @LN_S@
    314299LTLIBOBJS = @LTLIBOBJS@
    315 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
    316300MAKEINFO = @MAKEINFO@
    317 MANIFEST_TOOL = @MANIFEST_TOOL@
    318301MKDIR_P = @MKDIR_P@
    319 NM = @NM@
    320 NMEDIT = @NMEDIT@
    321 OBJDUMP = @OBJDUMP@
    322302OBJEXT = @OBJEXT@
    323 OTOOL = @OTOOL@
    324 OTOOL64 = @OTOOL64@
    325303PACKAGE = @PACKAGE@
    326304PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
     
    332310PATH_SEPARATOR = @PATH_SEPARATOR@
    333311RANLIB = @RANLIB@
    334 SED = @SED@
    335312SET_MAKE = @SET_MAKE@
    336313SHELL = @SHELL@
     
    344321abs_top_builddir = @abs_top_builddir@
    345322abs_top_srcdir = @abs_top_srcdir@
    346 ac_ct_AR = @ac_ct_AR@
    347323ac_ct_CC = @ac_ct_CC@
    348324ac_ct_CXX = @ac_ct_CXX@
    349 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    350325am__include = @am__include@
    351326am__leading_dot = @am__leading_dot@
     
    395370top_srcdir = @top_srcdir@
    396371AUTOMAKE_OPTIONS = foreign    # do not require all the GNU file names
    397 ACLOCAL_AMFLAGS = -I automake
    398372MAINTAINERCLEANFILES = lib/* bin/* tests/.deps/* tests/.out/*
    399373SUBDIRS = driver src . @LIBCFA_TARGET_DIRS@
     
    453427distclean-hdr:
    454428        -rm -f config.h stamp-h1
    455 
    456 mostlyclean-libtool:
    457         -rm -f *.lo
    458 
    459 clean-libtool:
    460         -rm -rf .libs _libs
    461 
    462 distclean-libtool:
    463         -rm -f libtool config.lt
    464429install-man1: $(man1_MANS)
    465430        @$(NORMAL_INSTALL)
     
    837802clean: clean-recursive
    838803
    839 clean-am: clean-generic clean-libtool mostlyclean-am
     804clean-am: clean-generic mostlyclean-am
    840805
    841806distclean: distclean-recursive
    842807        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
    843808        -rm -f Makefile
    844 distclean-am: clean-am distclean-generic distclean-hdr \
    845         distclean-libtool distclean-tags
     809distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
    846810
    847811dvi: dvi-recursive
     
    893857mostlyclean: mostlyclean-recursive
    894858
    895 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
     859mostlyclean-am: mostlyclean-generic
    896860
    897861pdf: pdf-recursive
     
    911875.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
    912876        am--refresh check check-am clean clean-cscope clean-generic \
    913         clean-libtool cscope cscopelist-am ctags ctags-am dist \
    914         dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
    915         dist-xz dist-zip distcheck distclean distclean-generic \
    916         distclean-hdr distclean-libtool distclean-tags distcleancheck \
    917         distdir distuninstallcheck dvi dvi-am html html-am info \
    918         info-am install install-am install-data install-data-am \
    919         install-dvi install-dvi-am install-exec install-exec-am \
    920         install-html install-html-am install-info install-info-am \
    921         install-man install-man1 install-pdf install-pdf-am install-ps \
    922         install-ps-am install-strip installcheck installcheck-am \
    923         installdirs installdirs-am maintainer-clean \
    924         maintainer-clean-generic mostlyclean mostlyclean-generic \
    925         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
    926         uninstall-am uninstall-man uninstall-man1
     877        cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
     878        dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
     879        distcheck distclean distclean-generic distclean-hdr \
     880        distclean-tags distcleancheck distdir distuninstallcheck dvi \
     881        dvi-am html html-am info info-am install install-am \
     882        install-data install-data-am install-dvi install-dvi-am \
     883        install-exec install-exec-am install-html install-html-am \
     884        install-info install-info-am install-man install-man1 \
     885        install-pdf install-pdf-am install-ps install-ps-am \
     886        install-strip installcheck installcheck-am installdirs \
     887        installdirs-am maintainer-clean maintainer-clean-generic \
     888        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
     889        tags-am uninstall uninstall-am uninstall-man uninstall-man1
    927890
    928891.PRECIOUS: Makefile
Note: See TracChangeset for help on using the changeset viewer.