4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-23 15:40:14 +08:00
Steve Ellcey d9a1ecc006 * ltmain.sh: Update from GCC.
* libtool.m4: Update from GCC.
	* ltsugar.m4: New. Update from GCC.
	* ltversion.m4: New. Update from GCC.
	* ltoptions.m4: New. Update from GCC.
	* ltconfig: Remove.
	* ltcf-c.sh: Remove.
	* ltcf-cxx.sh: Remove.
	* ltcf-gcj.sh: Remove.
	* src-release: Update with new libtool file list.
	* newlib/*/configure.in: invoke _LD_DECL_SED.
	* newlib/*/Makefile.am: Ensure toplevel is included in ACLOCAL_AMFLAGS.
	* Regenerate subdirectories
2007-05-24 17:33:42 +00:00

28 lines
987 B
Makefile

## Process this file with automake to generate Makefile.in
AUTOMAKE_OPTIONS = cygnus
INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
AM_CCASFLAGS = $(INCLUDES)
noinst_LIBRARIES = lib.a
lib_a_SOURCES = \
ioctl.S isatty.c read.S lseek.S close.S sbrk.c fstat.S cerror.S \
_exit.S write.S open.S signal.S kill.S getpid.S brk.S fork.S wait.S \
execve.S exec.c utime.S fcntl.S chmod.S getuid.S getgid.S time.S \
stat.S link.S unlink.S rename.S mkdir.S rmdir.S sigaction.S \
sigprocmask.S waitpid.S sysconf.S pathconf.S fpathconf.S \
getdents.S opendir.c readdir.c rewinddir.c closedir.c pipe.S \
getgroups.S setuid.S getuid.S setgid.S geteuid.S getegid.S \
chdir.S dup2.c dup.c tcgetattr.c tcsetattr.c speed.c tcline.c \
times.S pause.S sleep.c alarm.S access.S _longjmp.S _setjmp.S
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
lib_a_CFLAGS = $(AM_CFLAGS)
all: crt0.o
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host