forked from Imagelibrary/rtems
18 lines
245 B
Makefile
18 lines
245 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
include $(top_srcdir)/automake/compile.am
|
|
|
|
EXTRA_DIST=
|
|
|
|
if HAS_PTHREADS
|
|
AM_CPPFLAGS += -D__RTEMS_INSIDE__
|
|
|
|
noinst_LIBRARIES = libgnat.a
|
|
|
|
libgnat_a_SOURCES = ada_intrsupp.c adasupp.c
|
|
endif
|
|
|
|
include $(top_srcdir)/automake/local.am
|