Changeset 38d12e7 for libcfa/Makefile.in


Ignore:
Timestamp:
Aug 16, 2018, 3:23:05 PM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
eed6f5b
Parents:
50fede9
Message:

Adjusted makefiles to use libtool

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/Makefile.in

    r50fede9 r38d12e7  
    8989PRE_UNINSTALL = :
    9090POST_UNINSTALL = :
     91build_triplet = @build@
     92host_triplet = @host@
    9193subdir = .
    9294ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    93 am__aclocal_m4_deps = $(top_srcdir)/../automake/cfa.m4 \
    94         $(top_srcdir)/configure.ac
     95am__aclocal_m4_deps = $(top_srcdir)/automake/libtool.m4 \
     96        $(top_srcdir)/automake/ltoptions.m4 \
     97        $(top_srcdir)/automake/ltsugar.m4 \
     98        $(top_srcdir)/automake/ltversion.m4 \
     99        $(top_srcdir)/automake/lt~obsolete.m4 \
     100        $(top_srcdir)/../automake/cfa.m4 $(top_srcdir)/configure.ac
    95101am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    96102        $(ACLOCAL_M4)
     
    158164CSCOPE = cscope
    159165DIST_SUBDIRS = $(SUBDIRS)
    160 am__DIST_COMMON = $(srcdir)/Makefile.in \
    161         $(top_srcdir)/./automake/compile \
    162         $(top_srcdir)/./automake/install-sh \
    163         $(top_srcdir)/./automake/missing ./automake/compile \
    164         ./automake/config.guess ./automake/config.sub \
    165         ./automake/depcomp ./automake/install-sh ./automake/missing
     166am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/automake/compile \
     167        $(top_srcdir)/automake/config.guess \
     168        $(top_srcdir)/automake/config.sub \
     169        $(top_srcdir)/automake/install-sh \
     170        $(top_srcdir)/automake/ltmain.sh \
     171        $(top_srcdir)/automake/missing automake/compile \
     172        automake/config.guess automake/config.sub automake/depcomp \
     173        automake/install-sh automake/ltmain.sh automake/missing
    166174DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    167175distdir = $(PACKAGE)-$(VERSION)
     
    209217AMTAR = @AMTAR@
    210218AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
     219AR = @AR@
    211220ARCHITECTURE = @ARCHITECTURE@
    212221ARCH_FLAGS = @ARCH_FLAGS@
     
    231240CONFIG_CFAFLAGS = @CONFIG_CFAFLAGS@
    232241CONFIG_CFLAGS = @CONFIG_CFLAGS@
     242CPP = @CPP@
    233243CPPFLAGS = @CPPFLAGS@
    234244CXX = @CXX@
     245CXXCPP = @CXXCPP@
    235246CXXDEPMODE = @CXXDEPMODE@
    236247CXXFLAGS = @CXXFLAGS@
     
    238249DEFS = @DEFS@
    239250DEPDIR = @DEPDIR@
     251DLLTOOL = @DLLTOOL@
    240252DRIVER_DIR = @DRIVER_DIR@
     253DSYMUTIL = @DSYMUTIL@
     254DUMPBIN = @DUMPBIN@
    241255ECHO_C = @ECHO_C@
    242256ECHO_N = @ECHO_N@
    243257ECHO_T = @ECHO_T@
     258EGREP = @EGREP@
    244259EXEEXT = @EXEEXT@
     260FGREP = @FGREP@
     261GREP = @GREP@
    245262INSTALL = @INSTALL@
    246263INSTALL_DATA = @INSTALL_DATA@
     
    248265INSTALL_SCRIPT = @INSTALL_SCRIPT@
    249266INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
     267LD = @LD@
    250268LDFLAGS = @LDFLAGS@
    251269LIBOBJS = @LIBOBJS@
    252270LIBS = @LIBS@
     271LIBTOOL = @LIBTOOL@
     272LIPO = @LIPO@
     273LN_S = @LN_S@
    253274LTLIBOBJS = @LTLIBOBJS@
     275LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
    254276MAKEINFO = @MAKEINFO@
     277MANIFEST_TOOL = @MANIFEST_TOOL@
    255278MKDIR_P = @MKDIR_P@
     279NM = @NM@
     280NMEDIT = @NMEDIT@
     281OBJDUMP = @OBJDUMP@
    256282OBJEXT = @OBJEXT@
     283OTOOL = @OTOOL@
     284OTOOL64 = @OTOOL64@
    257285PACKAGE = @PACKAGE@
    258286PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
     
    264292PATH_SEPARATOR = @PATH_SEPARATOR@
    265293RANLIB = @RANLIB@
     294SED = @SED@
    266295SET_MAKE = @SET_MAKE@
    267296SHELL = @SHELL@
     
    272301abs_top_builddir = @abs_top_builddir@
    273302abs_top_srcdir = @abs_top_srcdir@
     303ac_ct_AR = @ac_ct_AR@
    274304ac_ct_CC = @ac_ct_CC@
    275305ac_ct_CXX = @ac_ct_CXX@
     306ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    276307am__include = @am__include@
    277308am__leading_dot = @am__leading_dot@
     
    280311am__untar = @am__untar@
    281312bindir = @bindir@
     313build = @build@
    282314build_alias = @build_alias@
     315build_cpu = @build_cpu@
     316build_os = @build_os@
     317build_vendor = @build_vendor@
    283318builddir = @builddir@
    284319datadir = @datadir@
     
    287322dvidir = @dvidir@
    288323exec_prefix = @exec_prefix@
     324host = @host@
    289325host_alias = @host_alias@
     326host_cpu = @host_cpu@
     327host_os = @host_os@
     328host_vendor = @host_vendor@
    290329htmldir = @htmldir@
    291330includedir = @includedir@
     
    313352top_srcdir = @top_srcdir@
    314353AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names
     354ACLOCAL_AMFLAGS = -I automake
    315355SUBDIRS = prelude src      # order important
    316356all: all-recursive
     
    350390        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
    351391$(am__aclocal_m4_deps):
     392
     393mostlyclean-libtool:
     394        -rm -f *.lo
     395
     396clean-libtool:
     397        -rm -rf .libs _libs
     398
     399distclean-libtool:
     400        -rm -f libtool config.lt
    352401
    353402# This directory's subdirectories are mostly independent; you can cd
     
    682731clean: clean-recursive
    683732
    684 clean-am: clean-generic mostlyclean-am
     733clean-am: clean-generic clean-libtool mostlyclean-am
    685734
    686735distclean: distclean-recursive
    687736        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
    688737        -rm -f Makefile
    689 distclean-am: clean-am distclean-generic distclean-tags
     738distclean-am: clean-am distclean-generic distclean-libtool \
     739        distclean-tags
    690740
    691741dvi: dvi-recursive
     
    737787mostlyclean: mostlyclean-recursive
    738788
    739 mostlyclean-am: mostlyclean-generic
     789mostlyclean-am: mostlyclean-generic mostlyclean-libtool
    740790
    741791pdf: pdf-recursive
     
    753803.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
    754804        am--refresh check check-am clean clean-cscope clean-generic \
    755         cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
    756         dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
    757         distcheck distclean distclean-generic distclean-tags \
    758         distcleancheck distdir distuninstallcheck dvi dvi-am html \
    759         html-am info info-am install install-am install-data \
    760         install-data-am install-dvi install-dvi-am install-exec \
    761         install-exec-am install-html install-html-am install-info \
    762         install-info-am install-man install-pdf install-pdf-am \
    763         install-ps install-ps-am install-strip installcheck \
    764         installcheck-am installdirs installdirs-am maintainer-clean \
    765         maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
    766         pdf-am ps ps-am tags tags-am uninstall uninstall-am
     805        clean-libtool cscope cscopelist-am ctags ctags-am dist \
     806        dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
     807        dist-xz dist-zip distcheck distclean distclean-generic \
     808        distclean-libtool distclean-tags distcleancheck distdir \
     809        distuninstallcheck dvi dvi-am html html-am info info-am \
     810        install install-am install-data install-data-am install-dvi \
     811        install-dvi-am install-exec install-exec-am install-html \
     812        install-html-am install-info install-info-am install-man \
     813        install-pdf install-pdf-am install-ps install-ps-am \
     814        install-strip installcheck installcheck-am installdirs \
     815        installdirs-am maintainer-clean maintainer-clean-generic \
     816        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
     817        ps ps-am tags tags-am uninstall uninstall-am
    767818
    768819.PRECIOUS: Makefile
Note: See TracChangeset for help on using the changeset viewer.