forked from Imagelibrary/rtems
* aclocal/canonicalize-tools.m4: Remove LD. * automake/lib.am: Remove LD. * Makefile.am: Put preinstall-stamp into CLEANFILES.
24 lines
517 B
Makefile
24 lines
517 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
ACLOCAL_AMFLAGS = -I aclocal
|
|
|
|
include $(top_srcdir)/automake/multilib.am
|
|
|
|
SUBDIRS = . include score rtems sapi @subdirs@ wrapup
|
|
|
|
noinst_DATA = preinstall-stamp
|
|
|
|
preinstall-stamp:
|
|
$(MAKE) $(AM_MAKEFLAGS) preinstall
|
|
touch preinstall-stamp
|
|
CLEANFILES = preinstall-stamp
|
|
|
|
AUTOMAKE_FILES = automake/compile.am automake/lib.am automake/local.am \
|
|
automake/multilib.am automake/subdirs.am
|
|
EXTRA_DIST = $(AUTOMAKE_FILES)
|
|
|
|
include $(top_srcdir)/automake/subdirs.am
|
|
include $(top_srcdir)/automake/local.am
|