source: trunk/libs/newlib/src/newlib/libc/errno/Makefile.am @ 444

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

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

File size: 545 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 = errno.c
8
9liberrno_la_LDFLAGS = -Xcompiler -nostdlib
10
11if USE_LIBTOOL
12noinst_LTLIBRARIES = liberrno.la
13liberrno_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 =
25CHAPTERS =
26# No doc for errno.
Note: See TracBrowser for help on using the repository browser.