summaryrefslogtreecommitdiffstats
path: root/c/src/ada/Makefile.am
blob: abbaccd4db02a90ceb2103c71e496f2b3ad7b924 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# $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