updates for the make infrastructure (trannoise and tests/xspice)

This commit is contained in:
rlar 2011-01-15 22:08:06 +00:00
parent 649d73beaf
commit 39aac106c5
6 changed files with 24 additions and 3 deletions

View File

@ -1,3 +1,13 @@
2011-01-15 Robert Larice
* src/frontend/trannoise/Makefile.am ,
* src/include/Makefile.am ,
* src/maths/fft/Makefile.am ,
* tests/Makefile.am ,
* src/maths/fft/Read\ Me ,
* src/maths/fft/Read-Me :
updates for the make infrastructure (trannoise and tests/xspice)
renamed "Read Me" to avoid whitespace in the filename
11-01-13 Dietmar Warning 11-01-13 Dietmar Warning
* devices/adms/admst/*.xml: set version parameter to 2.3.0 to come in line with admsXml * devices/adms/admst/*.xml: set version parameter to 2.3.0 to come in line with admsXml

View File

@ -1,3 +1,5 @@
EXTRA_DIST = 1-f-code_d.c
noinst_LTLIBRARIES = libtrannoise.la noinst_LTLIBRARIES = libtrannoise.la
libtrannoise_la_SOURCES = \ libtrannoise_la_SOURCES = \

View File

@ -111,6 +111,10 @@ noinst_HEADERS = \
twomesh.h \ twomesh.h \
typedefs.h \ typedefs.h \
wordlist.h \ wordlist.h \
1-f-code.h \
FastNorm3.h \
fftext.h \
wallace.h \
wstdio.h wstdio.h
MAINTAINERCLEANFILES = Makefile.in MAINTAINERCLEANFILES = Makefile.in

View File

@ -4,9 +4,13 @@ noinst_LTLIBRARIES = libmathfft.la
libmathfft_la_SOURCES = \ libmathfft_la_SOURCES = \
fftext.c \ fftext.c \
fftext.h \
fftlib.c \ fftlib.c \
matlib.c fftlib.h \
matlib.c \
matlib.h
EXTRA_DIST = NOTE Read-Me
AM_CPPFLAGS = -I$(top_srcdir)/src/include AM_CPPFLAGS = -I$(top_srcdir)/src/include

View File

@ -49,9 +49,10 @@ DIST_SUBDIRS = bsim1 \
if XSPICE_WANTED if XSPICE_WANTED
SUBDIRS += xspice SUBDIRS += xspice
DIST_SUBDIRS += xspice
endif endif
DIST_SUBDIRS += xspice
TESTS_ENVIRONMENT = $(SHELL) $(top_srcdir)/tests/bin/check.sh $(top_builddir)/src/ngspice TESTS_ENVIRONMENT = $(SHELL) $(top_srcdir)/tests/bin/check.sh $(top_builddir)/src/ngspice
EXTRA_DIST = \ EXTRA_DIST = \