Clean up a slew of warnings from gcc -Wall - mostly unused variables.
[gwave-svn.git] / spicefile / Makefile.am
blob83f75086fe2f74dbd4294e8f98371c0fdf969cb9
1 # Makefile.am: process this file with automake to produce Makefile.in
3 EXTRA_DIST=README
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
16 bin_PROGRAMS=sp2sp
17 sp2sp_SOURCES=sp2sp.c
18 sp2sp_LDFLAGS= @GTK_LIBS@
19 sp2sp_LDADD= libspicefile.a