ngspice/src/maths/cmaths/Makefile.am

55 lines
901 B
Makefile
Raw Normal View History

2000-04-27 22:03:57 +02:00
## Process this file with automake to produce Makefile.in
noinst_LTLIBRARIES = libcmaths.la
2000-04-27 22:03:57 +02:00
libcmaths_la_SOURCES = \
cmath.h \
2000-04-27 22:03:57 +02:00
cmath1.c \
cmath1.h \
cmath2.c \
cmath2.h \
cmath3.c \
cmath3.h \
cmath4.c \
cmath4.h
## Test programs fail to build on Windows
2008-12-31 15:42:49 +01:00
if !WINDOWS
if !TCLWIN
noinst_PROGRAMS = test_cx_mag test_cx_j test_cx_ph
test_cx_ph_SOURCES = \
test_cx_ph.c
test_cx_ph_LDADD = \
libcmaths.la \
../../misc/libmisc.la \
$(TCL_LIB_SPEC)
2000-04-27 22:03:57 +02:00
test_cx_mag_SOURCES = \
test_cx_mag.c
test_cx_mag_LDADD = \
libcmaths.la \
../../misc/libmisc.la \
$(TCL_LIB_SPEC)
test_cx_j_SOURCES = \
test_cx_j.c
test_cx_j_LDADD = \
libcmaths.la \
../../misc/libmisc.la \
$(TCL_LIB_SPEC)
TESTS = test_cx_mag test_cx_j test_cx_ph
2000-04-27 22:03:57 +02:00
2008-12-31 15:42:49 +01:00
endif !TCLWIN
endif !WINDOWS
2002-01-03 23:44:21 +01:00
AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_srcdir)/src/maths/poly
2000-04-27 22:03:57 +02:00
MAINTAINERCLEANFILES = Makefile.in