forked from Imagelibrary/rtems
* configure.ac: fix evaluating --enable-ada. * ada/Makefile.am: Use preinstall.am * ada/preinstall.am: New.
19 lines
366 B
Makefile
19 lines
366 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
if RTEMS_ADA
|
|
include_adadir = $(includedir)/adainclude
|
|
include_ada_HEADERS = rtems.adb rtems.ads
|
|
include_ada_HEADERS += rtems-multiprocessing.adb rtems-multiprocessing.ads
|
|
endif
|
|
|
|
all-local: $(PREINSTALL_FILES)
|
|
|
|
CLEANFILES = $(PREINSTALL_FILES)
|
|
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
|
|
|
include $(srcdir)/preinstall.am
|
|
|
|
include $(top_srcdir)/automake/local.am
|