1 # Makefile.am: process this file with automake to produce Makefile.in
5 noinst_LIBRARIES = libspicefile.a
7 libspicefile_a_SOURCES = spicestream.c ss_cazm.c ss_hspice.c ss_spice3.c ss_spice2.c ss_nsout.c spicestream.h wavefile.c wavefile.h spice2.h ssintern.h
9 AM_CFLAGS = @GTK_CFLAGS@
11 noinst_PROGRAMS = test_read
12 test_read_SOURCES = test_read.c
13 test_read_LDFLAGS = @GTK_LIBS@
14 test_read_LDADD = libspicefile.a
18 sp2sp_LDFLAGS= @GTK_LIBS@
19 sp2sp_LDADD= libspicefile.a