mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
18 lines
240 B
Makefile
18 lines
240 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
include $(top_srcdir)/automake/compile.am
|
|
|
|
EXTRA_DIST=
|
|
|
|
if LIBGNAT
|
|
AM_CPPFLAGS += -D__RTEMS_INSIDE__
|
|
|
|
noinst_LIBRARIES = libgnat.a
|
|
|
|
libgnat_a_SOURCES = ada_intrsupp.c adasupp.c
|
|
endif
|
|
|
|
include $(top_srcdir)/automake/local.am
|