forked from Imagelibrary/rtems
12 lines
189 B
Makefile
12 lines
189 B
Makefile
include $(top_srcdir)/automake/compile.am
|
|
|
|
EXTRA_DIST=
|
|
|
|
if LIBGNAT
|
|
noinst_LIBRARIES = libgnat.a
|
|
|
|
libgnat_a_SOURCES = ada_intrsupp.c adasupp.c
|
|
endif
|
|
|
|
include $(top_srcdir)/automake/local.am
|