File: Makefile.am

package info (click to toggle)
gwave 20031224-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,512 kB
  • ctags: 1,065
  • sloc: ansic: 8,029; lisp: 1,619; sh: 1,202; makefile: 170
file content (20 lines) | stat: -rw-r--r-- 512 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Makefile.am: process this file with automake to produce Makefile.in

EXTRA_DIST=README

noinst_LIBRARIES = libspicefile.a

libspicefile_a_SOURCES = spicestream.c ss_cazm.c ss_hspice.c ss_spice3.c ss_spice2.c spicestream.h wavefile.c wavefile.h spice2.h ssintern.h

CFLAGS = @GTK_CFLAGS@

noinst_PROGRAMS = test_read
test_read_SOURCES =  test_read.c
test_read_LDFLAGS = @GTK_LIBS@
test_read_LDADD = libspicefile.a

bin_PROGRAMS=sp2sp
sp2sp_SOURCES=sp2sp.c
sp2sp_LDFLAGS= @GTK_LIBS@
sp2sp_LDADD= libspicefile.a