Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/sys/a29khif/Makefile.am')
-rw-r--r--newlib/libc/sys/a29khif/Makefile.am53
1 files changed, 0 insertions, 53 deletions
diff --git a/newlib/libc/sys/a29khif/Makefile.am b/newlib/libc/sys/a29khif/Makefile.am
deleted file mode 100644
index 308373d97..000000000
--- a/newlib/libc/sys/a29khif/Makefile.am
+++ /dev/null
@@ -1,53 +0,0 @@
-## 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 = \
- _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_CCASFLAGS = $(AM_CCASFLAGS)
-lib_a_CFLAGS = $(AM_CFLAGS)
-
-all: crt0.o
-
-ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
-CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host