source: trunk/libs/newlib/src/newlib/libc/signal/Makefile.am @ 577

Last change on this file since 577 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 593 bytes
Line 
1## Process this file with automake to generate Makefile.in
2
3AUTOMAKE_OPTIONS = cygnus
4
5INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
6
7LIB_SOURCES = psignal.c raise.c signal.c
8
9libsignal_la_LDFLAGS = -Xcompiler -nostdlib
10
11if USE_LIBTOOL
12noinst_LTLIBRARIES = libsignal.la
13libsignal_la_SOURCES = $(LIB_SOURCES)
14noinst_DATA = objectlist.awk.in
15else
16noinst_LIBRARIES = lib.a
17lib_a_SOURCES = $(LIB_SOURCES)
18lib_a_CFLAGS = $(AM_CFLAGS)
19noinst_DATA =
20endif # USE_LIBTOOL
21
22include $(srcdir)/../../Makefile.shared
23
24CHEWOUT_FILES = psignal.def raise.def signal.def
25
26CHAPTERS = signal.tex
Note: See TracBrowser for help on using the repository browser.