Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.in

    r1f86d5e r107b01a  
    250250distcleancheck_listfiles = find . -type f -print
    251251ACLOCAL = @ACLOCAL@
     252ALLOCA = @ALLOCA@
    252253AMTAR = @AMTAR@
    253254AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
     
    395396AUTOMAKE_OPTIONS = foreign    # do not require all the GNU file names
    396397ACLOCAL_AMFLAGS = -I automake
    397 MAINTAINERCLEANFILES = lib/* bin/* tests/.deps/* tests/.out/* # order important
     398MAINTAINERCLEANFILES = lib/* bin/* tests/.deps/* tests/.out/*
    398399SUBDIRS = driver src . @LIBCFA_TARGET_DIRS@
    399400noinst_DATA = @LIBCFA_TARGET_MAKEFILES@
     
    927928.PRECIOUS: Makefile
    928929
     930 # order important
    929931
    930932@LIBCFA_TARGET_MAKEFILES@ : Makefile $(srcdir)/libcfa/configure
Note: See TracChangeset for help on using the changeset viewer.