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.
18 lines
351 B
18 lines
351 B
## Process this file with automake to produce Makefile.in
|
|
#
|
|
# JW 3/9/01 - had a go and makeing an autoconf script.
|
|
|
|
noinst_LIBRARIES = libcmxsp.a
|
|
|
|
libcmxsp_a_SOURCES = \
|
|
cm.c \
|
|
cmevt.c \
|
|
cmmeters.c \
|
|
cmutil.c \
|
|
cmexport.c
|
|
|
|
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_srcdir)/src/spicelib/devices
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|