Changeset 38d12e7 for libcfa/Makefile.in
- Timestamp:
- Aug 16, 2018, 3:23:05 PM (5 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/Makefile.in
r50fede9 r38d12e7 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@ … … 231 240 CONFIG_CFAFLAGS = @CONFIG_CFAFLAGS@ 232 241 CONFIG_CFLAGS = @CONFIG_CFLAGS@ 242 CPP = @CPP@ 233 243 CPPFLAGS = @CPPFLAGS@ 234 244 CXX = @CXX@ 245 CXXCPP = @CXXCPP@ 235 246 CXXDEPMODE = @CXXDEPMODE@ 236 247 CXXFLAGS = @CXXFLAGS@ … … 238 249 DEFS = @DEFS@ 239 250 DEPDIR = @DEPDIR@ 251 DLLTOOL = @DLLTOOL@ 240 252 DRIVER_DIR = @DRIVER_DIR@ 253 DSYMUTIL = @DSYMUTIL@ 254 DUMPBIN = @DUMPBIN@ 241 255 ECHO_C = @ECHO_C@ 242 256 ECHO_N = @ECHO_N@ 243 257 ECHO_T = @ECHO_T@ 258 EGREP = @EGREP@ 244 259 EXEEXT = @EXEEXT@ 260 FGREP = @FGREP@ 261 GREP = @GREP@ 245 262 INSTALL = @INSTALL@ 246 263 INSTALL_DATA = @INSTALL_DATA@ … … 248 265 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 249 266 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 267 LD = @LD@ 250 268 LDFLAGS = @LDFLAGS@ 251 269 LIBOBJS = @LIBOBJS@ 252 270 LIBS = @LIBS@ 271 LIBTOOL = @LIBTOOL@ 272 LIPO = @LIPO@ 273 LN_S = @LN_S@ 253 274 LTLIBOBJS = @LTLIBOBJS@ 275 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 254 276 MAKEINFO = @MAKEINFO@ 277 MANIFEST_TOOL = @MANIFEST_TOOL@ 255 278 MKDIR_P = @MKDIR_P@ 279 NM = @NM@ 280 NMEDIT = @NMEDIT@ 281 OBJDUMP = @OBJDUMP@ 256 282 OBJEXT = @OBJEXT@ 283 OTOOL = @OTOOL@ 284 OTOOL64 = @OTOOL64@ 257 285 PACKAGE = @PACKAGE@ 258 286 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ … … 264 292 PATH_SEPARATOR = @PATH_SEPARATOR@ 265 293 RANLIB = @RANLIB@ 294 SED = @SED@ 266 295 SET_MAKE = @SET_MAKE@ 267 296 SHELL = @SHELL@ … … 272 301 abs_top_builddir = @abs_top_builddir@ 273 302 abs_top_srcdir = @abs_top_srcdir@ 303 ac_ct_AR = @ac_ct_AR@ 274 304 ac_ct_CC = @ac_ct_CC@ 275 305 ac_ct_CXX = @ac_ct_CXX@ 306 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 276 307 am__include = @am__include@ 277 308 am__leading_dot = @am__leading_dot@ … … 280 311 am__untar = @am__untar@ 281 312 bindir = @bindir@ 313 build = @build@ 282 314 build_alias = @build_alias@ 315 build_cpu = @build_cpu@ 316 build_os = @build_os@ 317 build_vendor = @build_vendor@ 283 318 builddir = @builddir@ 284 319 datadir = @datadir@ … … 287 322 dvidir = @dvidir@ 288 323 exec_prefix = @exec_prefix@ 324 host = @host@ 289 325 host_alias = @host_alias@ 326 host_cpu = @host_cpu@ 327 host_os = @host_os@ 328 host_vendor = @host_vendor@ 290 329 htmldir = @htmldir@ 291 330 includedir = @includedir@ … … 313 352 top_srcdir = @top_srcdir@ 314 353 AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names 354 ACLOCAL_AMFLAGS = -I automake 315 355 SUBDIRS = prelude src # order important 316 356 all: all-recursive … … 350 390 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 351 391 $(am__aclocal_m4_deps): 392 393 mostlyclean-libtool: 394 -rm -f *.lo 395 396 clean-libtool: 397 -rm -rf .libs _libs 398 399 distclean-libtool: 400 -rm -f libtool config.lt 352 401 353 402 # This directory's subdirectories are mostly independent; you can cd … … 682 731 clean: clean-recursive 683 732 684 clean-am: clean-generic mostlyclean-am733 clean-am: clean-generic clean-libtool mostlyclean-am 685 734 686 735 distclean: distclean-recursive 687 736 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 688 737 -rm -f Makefile 689 distclean-am: clean-am distclean-generic distclean-tags 738 distclean-am: clean-am distclean-generic distclean-libtool \ 739 distclean-tags 690 740 691 741 dvi: dvi-recursive … … 737 787 mostlyclean: mostlyclean-recursive 738 788 739 mostlyclean-am: mostlyclean-generic 789 mostlyclean-am: mostlyclean-generic mostlyclean-libtool 740 790 741 791 pdf: pdf-recursive … … 753 803 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 754 804 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 767 818 768 819 .PRECIOUS: Makefile
Note: See TracChangeset
for help on using the changeset viewer.