Changeset 1f86d5e for Makefile.in
- Timestamp:
- Feb 10, 2019, 10:12:55 AM (5 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 015dc50
- Parents:
- 4fd45bc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.in
r4fd45bc r1f86d5e 250 250 distcleancheck_listfiles = find . -type f -print 251 251 ACLOCAL = @ACLOCAL@ 252 ALLOCA = @ALLOCA@253 252 AMTAR = @AMTAR@ 254 253 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ … … 396 395 AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names 397 396 ACLOCAL_AMFLAGS = -I automake 398 MAINTAINERCLEANFILES = lib/* bin/* tests/.deps/* tests/.out/* 397 MAINTAINERCLEANFILES = lib/* bin/* tests/.deps/* tests/.out/* # order important 399 398 SUBDIRS = driver src . @LIBCFA_TARGET_DIRS@ 400 399 noinst_DATA = @LIBCFA_TARGET_MAKEFILES@ … … 928 927 .PRECIOUS: Makefile 929 928 930 # order important931 929 932 930 @LIBCFA_TARGET_MAKEFILES@ : Makefile $(srcdir)/libcfa/configure
Note: See TracChangeset
for help on using the changeset viewer.