Changes in Makefile.in [1f86d5e:107b01a]
- File:
-
- 1 edited
-
Makefile.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Makefile.in
r1f86d5e r107b01a 250 250 distcleancheck_listfiles = find . -type f -print 251 251 ACLOCAL = @ACLOCAL@ 252 ALLOCA = @ALLOCA@ 252 253 AMTAR = @AMTAR@ 253 254 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ … … 395 396 AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names 396 397 ACLOCAL_AMFLAGS = -I automake 397 MAINTAINERCLEANFILES = lib/* bin/* tests/.deps/* tests/.out/* # order important398 MAINTAINERCLEANFILES = lib/* bin/* tests/.deps/* tests/.out/* 398 399 SUBDIRS = driver src . @LIBCFA_TARGET_DIRS@ 399 400 noinst_DATA = @LIBCFA_TARGET_MAKEFILES@ … … 927 928 .PRECIOUS: Makefile 928 929 930 # order important 929 931 930 932 @LIBCFA_TARGET_MAKEFILES@ : Makefile $(srcdir)/libcfa/configure
Note:
See TracChangeset
for help on using the changeset viewer.