Changeset e4745d7a for Makefile.in
- Timestamp:
- Dec 6, 2016, 3:38:11 PM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- d9c44c3
- Parents:
- c5cb6130
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.in
rc5cb6130 re4745d7a 35 35 PRE_UNINSTALL = : 36 36 POST_UNINSTALL = : 37 build_triplet = @build@ 38 host_triplet = @host@ 37 39 subdir = . 38 40 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ 39 41 $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 40 42 $(top_srcdir)/configure INSTALL automake/compile \ 41 automake/ depcomp automake/install-sh automake/missing\42 automake/ ylwrap43 automake/config.guess automake/config.sub automake/depcomp \ 44 automake/install-sh automake/missing automake/ylwrap 43 45 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 44 46 am__aclocal_m4_deps = $(top_srcdir)/configure.ac … … 161 163 LIBS = @LIBS@ 162 164 LTLIBOBJS = @LTLIBOBJS@ 165 MACHINE_TYPE = @MACHINE_TYPE@ 163 166 MAINT = @MAINT@ 164 167 MAKEINFO = @MAKEINFO@ … … 192 195 am__untar = @am__untar@ 193 196 bindir = @bindir@ 197 build = @build@ 194 198 build_alias = @build_alias@ 199 build_cpu = @build_cpu@ 200 build_os = @build_os@ 201 build_vendor = @build_vendor@ 195 202 builddir = @builddir@ 196 203 datadir = @datadir@ … … 199 206 dvidir = @dvidir@ 200 207 exec_prefix = @exec_prefix@ 208 host = @host@ 201 209 host_alias = @host_alias@ 210 host_cpu = @host_cpu@ 211 host_os = @host_os@ 212 host_vendor = @host_vendor@ 202 213 htmldir = @htmldir@ 203 214 includedir = @includedir@
Note: See TracChangeset
for help on using the changeset viewer.