1## Process this file with automake to produce Makefile.in
2
3noinst_LTLIBRARIES = libnumos.la
4
5libnumos_la_SOURCES =	\
6	numm.c		\
7	nummacld.c	\
8	nummask.c	\
9	numosdef.h	\
10	nummdel.c	\
11	nummdump.c	\
12	numosext.h	\
13	numosinit.c	\
14	numosinit.h	\
15	numositf.h	\
16	nummload.c	\
17	nummmpar.c	\
18	nummparm.c	\
19	nummpzld.c	\
20	nummset.c	\
21	nummtemp.c	\
22	nummtrun.c
23
24
25
26AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/src/include
27AM_CFLAGS = $(STATIC)
28
29MAINTAINERCLEANFILES = Makefile.in
30