Last change
on this file was
444,
checked in by satin@…, 7 years ago
|
add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc
|
File size:
826 bytes
|
Rev | Line | |
---|
[444] | 1 | ## Process this file with automake to generate Makefile.in |
---|
| 2 | |
---|
| 3 | AUTOMAKE_OPTIONS = cygnus |
---|
| 4 | |
---|
| 5 | INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS) |
---|
| 6 | |
---|
| 7 | AM_CCASFLAGS = $(INCLUDES) |
---|
| 8 | |
---|
| 9 | noinst_LIBRARIES = lib.a |
---|
| 10 | |
---|
| 11 | lib_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 | |
---|
| 47 | lib_a_CCASFLAGS = $(AM_CCASFLAGS) |
---|
| 48 | lib_a_CFLAGS = $(AM_CFLAGS) |
---|
| 49 | |
---|
| 50 | all-local: crt0.o |
---|
| 51 | |
---|
| 52 | ACLOCAL_AMFLAGS = -I ../../.. -I ../../../.. |
---|
| 53 | CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host |
---|
Note: See
TracBrowser
for help on using the repository browser.