Changeset 5d6ce1f for Makefile.in
- Timestamp:
- May 25, 2015, 9:43:53 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
- Children:
- 7e91d4f
- Parents:
- 49205cf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.in
r49205cf r5d6ce1f 40 40 missing mkinstalldirs 41 41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 42 am__aclocal_m4_deps = $(top_srcdir)/configure. in42 am__aclocal_m4_deps = $(top_srcdir)/configure.ac 43 43 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 44 44 $(ACLOCAL_M4) … … 108 108 distcleancheck_listfiles = find . -type f -print 109 109 ACLOCAL = @ACLOCAL@ 110 ALLOCA = @ALLOCA@ 110 111 AMTAR = @AMTAR@ 111 112 AUTOCONF = @AUTOCONF@ … … 123 124 CPP = @CPP@ 124 125 CPPFLAGS = @CPPFLAGS@ 125 CPP_PATH = @CPP_PATH@126 126 CXX = @CXX@ 127 127 CXXDEPMODE = @CXXDEPMODE@ … … 143 143 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 144 144 LDFLAGS = @LDFLAGS@ 145 LEX = @LEX@146 LEXLIB = @LEXLIB@147 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@148 145 LIBOBJS = @LIBOBJS@ 149 146 LIBS = @LIBS@ … … 164 161 STRIP = @STRIP@ 165 162 VERSION = @VERSION@ 166 YACC = @YACC@167 YFLAGS = @YFLAGS@168 163 abs_builddir = @abs_builddir@ 169 164 abs_srcdir = @abs_srcdir@ … … 199 194 pdfdir = @pdfdir@ 200 195 prefix = @prefix@ 201 preludedir = @preludedir@202 196 program_transform_name = @program_transform_name@ 203 197 psdir = @psdir@
Note: See TracChangeset
for help on using the changeset viewer.