1## Process this file with automake to generate Makefile.in
2
3AUTOMAKE_OPTIONS = cygnus
4
5INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
6
7noinst_LIBRARIES = lib.a
8
9lib_a_SOURCES = udivhi3.s umodhi3.s smulhi3.s lshrhi.s sdivhi3.s mulsi3.c \
10	divsi3.c cmpsi.c
11
12ACLOCAL_AMFLAGS = -I ../../..
13CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
14