Changeset 455a7d5 for tools/prettyprinter/Makefile.in
- Timestamp:
- Aug 9, 2018, 6:35:02 PM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- ea5b7d6
- Parents:
- fb975a50 (diff), 0c827019 (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
-
tools/prettyprinter/Makefile.in (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tools/prettyprinter/Makefile.in
rfb975a50 r455a7d5 95 95 subdir = tools/prettyprinter 96 96 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 97 am__aclocal_m4_deps = $(top_srcdir)/configure.ac 97 am__aclocal_m4_deps = $(top_srcdir)/automake/cfa.m4 \ 98 $(top_srcdir)/configure.ac 98 99 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 99 100 $(ACLOCAL_M4) … … 210 211 AWK = @AWK@ 211 212 BACKEND_CC = @BACKEND_CC@ 213 BUILD_IN_TREE_FLAGS = @BUILD_IN_TREE_FLAGS@ 212 214 CC = @CC@ 213 215 CCAS = @CCAS@ … … 215 217 CCASFLAGS = @CCASFLAGS@ 216 218 CCDEPMODE = @CCDEPMODE@ 219 CFACC = @CFACC@ 220 CFACPP = @CFACPP@ 217 221 CFA_BACKEND_CC = @CFA_BACKEND_CC@ 218 222 CFA_BINDIR = @CFA_BINDIR@ … … 231 235 DEFS = @DEFS@ 232 236 DEPDIR = @DEPDIR@ 237 DRIVER_DIR = @DRIVER_DIR@ 233 238 ECHO_C = @ECHO_C@ 234 239 ECHO_N = @ECHO_N@ … … 246 251 LEXLIB = @LEXLIB@ 247 252 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ 253 LIBCFA_TARGET_DIRS = @LIBCFA_TARGET_DIRS@ 254 LIBCFA_TARGET_MAKEFILES = @LIBCFA_TARGET_MAKEFILES@ 248 255 LIBOBJS = @LIBOBJS@ 249 256 LIBS = @LIBS@ 250 257 LTLIBOBJS = @LTLIBOBJS@ 251 MACHINE_TYPE = @MACHINE_TYPE@252 258 MAKEINFO = @MAKEINFO@ 253 259 MKDIR_P = @MKDIR_P@ … … 265 271 SHELL = @SHELL@ 266 272 STRIP = @STRIP@ 273 TARGET_HOSTS = @TARGET_HOSTS@ 267 274 VERSION = @VERSION@ 268 275 YACC = @YACC@
Note:
See TracChangeset
for help on using the changeset viewer.