source: trunk/libs/newlib/src/newlib/libc/sys/a29khif/Makefile.am

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

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

File size: 826 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
7AM_CCASFLAGS = $(INCLUDES)
8
9noinst_LIBRARIES = lib.a
10
11lib_a_SOURCES = \
12        _alloc.S        \
13        _close.S        \
14        _cycles.S       \
15        _exit.S         \
16        _getpsiz.S      \
17        _gettz.S        \
18        _ioctl.S        \
19        _iostat.S       \
20        _iowait.S       \
21        _lseek.S        \
22        _open.S         \
23        _query.S        \
24        _read.S         \
25        _setim.S        \
26        _settrap.S      \
27        _setvec.S       \
28        _tmpnam.S       \
29        _write.S        \
30        alloc.S         \
31        clock.S         \
32        getargs.S       \
33        getenv.S        \
34        read.S          \
35        remove.S        \
36        rename.S        \
37        signal.S        \
38        _sbrk.S         \
39        _fstat.S        \
40        _isatty.S       \
41        systime.S       \
42        vec.S           \
43        kill.c          \
44        getpid.c        \
45        stubs.S
46
47lib_a_CCASFLAGS = $(AM_CCASFLAGS)
48lib_a_CFLAGS = $(AM_CFLAGS)
49
50all-local: crt0.o
51
52ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
53CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
Note: See TracBrowser for help on using the repository browser.