4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-23 23:47:22 +08:00
Mike Frysinger 8bee45444f newlib: libc: merge most sys/ configure scripts up a level
The sys configure scripts are almost all effectively stub scripts that
pass the higher level options to its own makefile.  The phoenix & linux
ones are a bit more complicated with nested subdirs, so those have been
left alone for now.  Plus, I don't really have a way of testing them.
2022-01-26 03:11:21 -05:00

48 lines
663 B
Makefile

## Process this file with automake to generate Makefile.in
AM_CPPFLAGS = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
AM_CCASFLAGS = $(AM_CPPFLAGS)
noinst_LIBRARIES = lib.a
lib_a_SOURCES = \
_alloc.S \
_close.S \
_cycles.S \
_exit.S \
_getpsiz.S \
_gettz.S \
_ioctl.S \
_iostat.S \
_iowait.S \
_lseek.S \
_open.S \
_query.S \
_read.S \
_setim.S \
_settrap.S \
_setvec.S \
_tmpnam.S \
_write.S \
alloc.S \
clock.S \
getargs.S \
getenv.S \
read.S \
remove.S \
rename.S \
signal.S \
_sbrk.S \
_fstat.S \
_isatty.S \
systime.S \
vec.S \
kill.c \
getpid.c \
stubs.S
lib_a_CFLAGS = $(AM_CFLAGS)
all-local: crt0.o