You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
588 B
39 lines
588 B
## Process this file with automake to produce Makefile.in
|
|
|
|
noinst_LTLIBRARIES = libmos1.la
|
|
|
|
libmos1_la_SOURCES = \
|
|
mos1.c \
|
|
mos1acld.c \
|
|
mos1ask.c \
|
|
mos1conv.c \
|
|
mos1defs.h \
|
|
mos1del.c \
|
|
mos1dest.c \
|
|
mos1dist.c \
|
|
mos1dset.c \
|
|
mos1ext.h \
|
|
mos1ic.c \
|
|
mos1init.c \
|
|
mos1init.h \
|
|
mos1itf.h \
|
|
mos1load.c \
|
|
mos1mask.c \
|
|
mos1mdel.c \
|
|
mos1mpar.c \
|
|
mos1noi.c \
|
|
mos1par.c \
|
|
mos1pzld.c \
|
|
mos1sacl.c \
|
|
mos1set.c \
|
|
mos1sld.c \
|
|
mos1sprt.c \
|
|
mos1sset.c \
|
|
mos1supd.c \
|
|
mos1temp.c \
|
|
mos1trun.c
|
|
|
|
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/src/include
|
|
MAINTAINERCLEANFILES = Makefile.in
|