Changes in Makefile.in [107b01a:1f86d5e]
- File:
-
- 1 edited
-
Makefile.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Makefile.in
r107b01a 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.