Ignore:
Timestamp:
Dec 19, 2018, 1:47:03 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:
84b4d607
Parents:
a2dbcff1
Message:

Several changes to the makefiles

  • change .c tests to .cfa
  • add require for libtool in configure
  • libtoolize to fix some warnings
Location:
tests/preempt_longrun
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tests/preempt_longrun/Makefile.am

    ra2dbcff1 r107b01a  
    1616
    1717AUTOMAKE_OPTIONS = foreign    # do not require all the GNU file names
     18ACLOCAL_AMFLAGS  = -I automake
    1819
    1920repeats=10
  • tests/preempt_longrun/Makefile.in

    ra2dbcff1 r107b01a  
    9393subdir = tests/preempt_longrun
    9494ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    95 am__aclocal_m4_deps = $(top_srcdir)/automake/cfa.m4 \
    96         $(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
    97101am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    98102        $(ACLOCAL_M4)
     
    333337AMTAR = @AMTAR@
    334338AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
     339AR = @AR@
    335340AUTOCONF = @AUTOCONF@
    336341AUTOHEADER = @AUTOHEADER@
     
    356361CPPFLAGS = @CPPFLAGS@
    357362CXX = @CXX@
     363CXXCPP = @CXXCPP@
    358364CXXDEPMODE = @CXXDEPMODE@
    359365CXXFLAGS = @CXXFLAGS@
     
    361367DEFS = @DEFS@
    362368DEPDIR = @DEPDIR@
     369DLLTOOL = @DLLTOOL@
    363370DRIVER_DIR = @DRIVER_DIR@
     371DSYMUTIL = @DSYMUTIL@
     372DUMPBIN = @DUMPBIN@
    364373ECHO_C = @ECHO_C@
    365374ECHO_N = @ECHO_N@
     
    367376EGREP = @EGREP@
    368377EXEEXT = @EXEEXT@
     378FGREP = @FGREP@
    369379GREP = @GREP@
    370380HOST_FLAGS = @HOST_FLAGS@
     
    374384INSTALL_SCRIPT = @INSTALL_SCRIPT@
    375385INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
     386LD = @LD@
    376387LDFLAGS = @LDFLAGS@
    377388LEX = @LEX@
     
    382393LIBOBJS = @LIBOBJS@
    383394LIBS = @LIBS@
     395LIBTOOL = @LIBTOOL@
     396LIPO = @LIPO@
     397LN_S = @LN_S@
    384398LTLIBOBJS = @LTLIBOBJS@
     399LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
    385400MAKEINFO = @MAKEINFO@
     401MANIFEST_TOOL = @MANIFEST_TOOL@
    386402MKDIR_P = @MKDIR_P@
     403NM = @NM@
     404NMEDIT = @NMEDIT@
     405OBJDUMP = @OBJDUMP@
    387406OBJEXT = @OBJEXT@
     407OTOOL = @OTOOL@
     408OTOOL64 = @OTOOL64@
    388409PACKAGE = @PACKAGE@
    389410PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
     
    395416PATH_SEPARATOR = @PATH_SEPARATOR@
    396417RANLIB = @RANLIB@
     418SED = @SED@
    397419SET_MAKE = @SET_MAKE@
    398420SHELL = @SHELL@
     
    406428abs_top_builddir = @abs_top_builddir@
    407429abs_top_srcdir = @abs_top_srcdir@
     430ac_ct_AR = @ac_ct_AR@
    408431ac_ct_CC = @ac_ct_CC@
    409432ac_ct_CXX = @ac_ct_CXX@
     433ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    410434am__include = @am__include@
    411435am__leading_dot = @am__leading_dot@
     
    455479top_srcdir = @top_srcdir@
    456480AUTOMAKE_OPTIONS = foreign    # do not require all the GNU file names
     481ACLOCAL_AMFLAGS = -I automake
    457482repeats = 10
    458483max_time = 600
     
    502527        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    503528$(am__aclocal_m4_deps):
     529
     530mostlyclean-libtool:
     531        -rm -f *.lo
     532
     533clean-libtool:
     534        -rm -rf .libs _libs
    504535tags TAGS:
    505536
     
    805836clean: clean-am
    806837
    807 clean-am: clean-generic clean-local mostlyclean-am
     838clean-am: clean-generic clean-libtool clean-local mostlyclean-am
    808839
    809840distclean: distclean-am
     
    857888mostlyclean: mostlyclean-am
    858889
    859 mostlyclean-am: mostlyclean-generic
     890mostlyclean-am: mostlyclean-generic mostlyclean-libtool
    860891
    861892pdf: pdf-am
     
    872903
    873904.PHONY: all all-am all-local check check-TESTS check-am clean \
    874         clean-generic clean-local cscopelist-am ctags-am distclean \
    875         distclean-generic distdir dvi dvi-am html html-am info info-am \
    876         install install-am install-data install-data-am install-dvi \
    877         install-dvi-am install-exec install-exec-am install-html \
    878         install-html-am install-info install-info-am install-man \
    879         install-pdf install-pdf-am install-ps install-ps-am \
    880         install-strip installcheck installcheck-am installdirs \
    881         maintainer-clean maintainer-clean-generic mostlyclean \
    882         mostlyclean-generic pdf pdf-am ps ps-am recheck tags-am \
     905        clean-generic clean-libtool clean-local cscopelist-am ctags-am \
     906        distclean distclean-generic distclean-libtool distdir dvi \
     907        dvi-am html html-am info info-am install install-am \
     908        install-data install-data-am install-dvi install-dvi-am \
     909        install-exec install-exec-am install-html install-html-am \
     910        install-info install-info-am install-man install-pdf \
     911        install-pdf-am install-ps install-ps-am install-strip \
     912        installcheck installcheck-am installdirs maintainer-clean \
     913        maintainer-clean-generic mostlyclean mostlyclean-generic \
     914        mostlyclean-libtool pdf pdf-am ps ps-am recheck tags-am \
    883915        uninstall uninstall-am
    884916
Note: See TracChangeset for help on using the changeset viewer.