mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-30 01:49:55 +08:00
13 lines
263 B
Makefile
13 lines
263 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
|
|
|
|
include $(srcdir)/preinstall.am
|
|
include $(top_srcdir)/automake/local.am
|