Changeset cde3891 for libcfa/Makefile.in
- Timestamp:
- Jan 23, 2019, 4:52:16 PM (7 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum, stuck-waitfor-destruct
- Children:
- a200795
- Parents:
- 9b086ca (diff), 1d832f4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
libcfa/Makefile.in (modified) (15 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/Makefile.in
r9b086ca rcde3891 89 89 PRE_UNINSTALL = : 90 90 POST_UNINSTALL = : 91 build_triplet = @build@ 92 host_triplet = @host@ 91 93 subdir = . 92 94 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 93 am__aclocal_m4_deps = $(top_srcdir)/../automake/cfa.m4 \ 94 $(top_srcdir)/configure.ac 95 am__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 95 101 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 96 102 $(ACLOCAL_M4) … … 158 164 CSCOPE = cscope 159 165 DIST_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 166 am__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 166 174 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 167 175 distdir = $(PACKAGE)-$(VERSION) … … 209 217 AMTAR = @AMTAR@ 210 218 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 219 AR = @AR@ 211 220 ARCHITECTURE = @ARCHITECTURE@ 212 221 ARCH_FLAGS = @ARCH_FLAGS@ … … 227 236 CFA_NAME = @CFA_NAME@ 228 237 CFA_PREFIX = @CFA_PREFIX@ 238 CFA_VERSION = @CFA_VERSION@ 229 239 CFLAGS = @CFLAGS@ 230 240 CONFIGURATION = @CONFIGURATION@ 241 CONFIG_BUILDLIB = @CONFIG_BUILDLIB@ 231 242 CONFIG_CFAFLAGS = @CONFIG_CFAFLAGS@ 232 243 CONFIG_CFLAGS = @CONFIG_CFLAGS@ 244 CPP = @CPP@ 233 245 CPPFLAGS = @CPPFLAGS@ 234 246 CXX = @CXX@ 247 CXXCPP = @CXXCPP@ 235 248 CXXDEPMODE = @CXXDEPMODE@ 236 249 CXXFLAGS = @CXXFLAGS@ … … 238 251 DEFS = @DEFS@ 239 252 DEPDIR = @DEPDIR@ 253 DLLTOOL = @DLLTOOL@ 240 254 DRIVER_DIR = @DRIVER_DIR@ 255 DSYMUTIL = @DSYMUTIL@ 256 DUMPBIN = @DUMPBIN@ 241 257 ECHO_C = @ECHO_C@ 242 258 ECHO_N = @ECHO_N@ 243 259 ECHO_T = @ECHO_T@ 260 EGREP = @EGREP@ 244 261 EXEEXT = @EXEEXT@ 262 FGREP = @FGREP@ 263 GREP = @GREP@ 245 264 INSTALL = @INSTALL@ 246 265 INSTALL_DATA = @INSTALL_DATA@ … … 248 267 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 249 268 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 269 LD = @LD@ 250 270 LDFLAGS = @LDFLAGS@ 251 271 LIBOBJS = @LIBOBJS@ 252 272 LIBS = @LIBS@ 273 LIBTOOL = @LIBTOOL@ 274 LIPO = @LIPO@ 275 LN_S = @LN_S@ 253 276 LTLIBOBJS = @LTLIBOBJS@ 277 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 254 278 MAKEINFO = @MAKEINFO@ 279 MANIFEST_TOOL = @MANIFEST_TOOL@ 255 280 MKDIR_P = @MKDIR_P@ 281 NM = @NM@ 282 NMEDIT = @NMEDIT@ 283 OBJDUMP = @OBJDUMP@ 256 284 OBJEXT = @OBJEXT@ 285 OTOOL = @OTOOL@ 286 OTOOL64 = @OTOOL64@ 257 287 PACKAGE = @PACKAGE@ 258 288 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ … … 264 294 PATH_SEPARATOR = @PATH_SEPARATOR@ 265 295 RANLIB = @RANLIB@ 296 SED = @SED@ 266 297 SET_MAKE = @SET_MAKE@ 267 298 SHELL = @SHELL@ … … 272 303 abs_top_builddir = @abs_top_builddir@ 273 304 abs_top_srcdir = @abs_top_srcdir@ 305 ac_ct_AR = @ac_ct_AR@ 274 306 ac_ct_CC = @ac_ct_CC@ 275 307 ac_ct_CXX = @ac_ct_CXX@ 308 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 276 309 am__include = @am__include@ 277 310 am__leading_dot = @am__leading_dot@ … … 280 313 am__untar = @am__untar@ 281 314 bindir = @bindir@ 315 build = @build@ 282 316 build_alias = @build_alias@ 317 build_cpu = @build_cpu@ 318 build_os = @build_os@ 319 build_vendor = @build_vendor@ 283 320 builddir = @builddir@ 284 321 datadir = @datadir@ … … 287 324 dvidir = @dvidir@ 288 325 exec_prefix = @exec_prefix@ 326 host = @host@ 289 327 host_alias = @host_alias@ 328 host_cpu = @host_cpu@ 329 host_os = @host_os@ 330 host_vendor = @host_vendor@ 290 331 htmldir = @htmldir@ 291 332 includedir = @includedir@ … … 313 354 top_srcdir = @top_srcdir@ 314 355 AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names 356 ACLOCAL_AMFLAGS = -I automake 315 357 SUBDIRS = prelude src # order important 316 358 all: all-recursive … … 350 392 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 351 393 $(am__aclocal_m4_deps): 394 395 mostlyclean-libtool: 396 -rm -f *.lo 397 398 clean-libtool: 399 -rm -rf .libs _libs 400 401 distclean-libtool: 402 -rm -f libtool config.lt 352 403 353 404 # This directory's subdirectories are mostly independent; you can cd … … 682 733 clean: clean-recursive 683 734 684 clean-am: clean-generic mostlyclean-am735 clean-am: clean-generic clean-libtool mostlyclean-am 685 736 686 737 distclean: distclean-recursive 687 738 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 688 739 -rm -f Makefile 689 distclean-am: clean-am distclean-generic distclean-tags 740 distclean-am: clean-am distclean-generic distclean-libtool \ 741 distclean-tags 690 742 691 743 dvi: dvi-recursive … … 737 789 mostlyclean: mostlyclean-recursive 738 790 739 mostlyclean-am: mostlyclean-generic 791 mostlyclean-am: mostlyclean-generic mostlyclean-libtool 740 792 741 793 pdf: pdf-recursive … … 753 805 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 754 806 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 807 clean-libtool cscope cscopelist-am ctags ctags-am dist \ 808 dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \ 809 dist-xz dist-zip distcheck distclean distclean-generic \ 810 distclean-libtool distclean-tags distcleancheck distdir \ 811 distuninstallcheck dvi dvi-am html html-am info info-am \ 812 install install-am install-data install-data-am install-dvi \ 813 install-dvi-am install-exec install-exec-am install-html \ 814 install-html-am install-info install-info-am install-man \ 815 install-pdf install-pdf-am install-ps install-ps-am \ 816 install-strip installcheck installcheck-am installdirs \ 817 installdirs-am maintainer-clean maintainer-clean-generic \ 818 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ 819 ps ps-am tags tags-am uninstall uninstall-am 767 820 768 821 .PRECIOUS: Makefile
Note:
See TracChangeset
for help on using the changeset viewer.