mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-22 06:49:57 +08:00
2a83e65fc2
The top-level newlib dir already takes care of recursing into the sys/xxx/include/ subdirs and installing any headers found, so the rtems subdir doesn't need to do this itself.
13 lines
267 B
Makefile
13 lines
267 B
Makefile
## Process this file with automake to generate Makefile.in
|
|
|
|
AM_CPPFLAGS = $(NEWLIB_CFLAGS) $(TARGET_CFLAGS)
|
|
|
|
AM_CCASFLAGS = $(AM_CPPFLAGS)
|
|
|
|
noinst_LIBRARIES = lib.a
|
|
|
|
lib_a_SOURCES = dummysys.c cpusetalloc.c cpusetfree.c
|
|
lib_a_CFLAGS = $(AM_CFLAGS)
|
|
|
|
all-local: crt0.o
|