summaryrefslogtreecommitdiff
path: root/newlib/libc/sys/h8300hms/Makefile.am
blob: 131adc0477904e5c19ac056bbb3e095e8bf997dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## Process this file with automake to generate Makefile.in

AUTOMAKE_OPTIONS = cygnus

INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)

noinst_LIBRARIES = lib.a

lib_a_SOURCES = syscalls.c write.c _exit.c sbrk.c misc.c crt1.c

all: crt0.o

ACLOCAL_AMFLAGS = -I ../../..
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host