updates for the make infrastructure (trannoise and tests/xspice)
This commit is contained in:
parent
649d73beaf
commit
39aac106c5
10
ChangeLog
10
ChangeLog
|
|
@ -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
|
||||
* devices/adms/admst/*.xml: set version parameter to 2.3.0 to come in line with admsXml
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,11 @@
|
|||
EXTRA_DIST = 1-f-code_d.c
|
||||
|
||||
noinst_LTLIBRARIES = libtrannoise.la
|
||||
|
||||
libtrannoise_la_SOURCES = \
|
||||
FastNorm3.c \
|
||||
1-f-code.c \
|
||||
wallace.c
|
||||
wallace.c
|
||||
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_srcdir)/src/frontend
|
||||
|
||||
|
|
|
|||
|
|
@ -111,6 +111,10 @@ noinst_HEADERS = \
|
|||
twomesh.h \
|
||||
typedefs.h \
|
||||
wordlist.h \
|
||||
1-f-code.h \
|
||||
FastNorm3.h \
|
||||
fftext.h \
|
||||
wallace.h \
|
||||
wstdio.h
|
||||
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
|
|
|||
|
|
@ -4,9 +4,13 @@ noinst_LTLIBRARIES = libmathfft.la
|
|||
|
||||
libmathfft_la_SOURCES = \
|
||||
fftext.c \
|
||||
fftext.h \
|
||||
fftlib.c \
|
||||
matlib.c
|
||||
fftlib.h \
|
||||
matlib.c \
|
||||
matlib.h
|
||||
|
||||
EXTRA_DIST = NOTE Read-Me
|
||||
|
||||
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/src/include
|
||||
|
|
|
|||
|
|
@ -49,9 +49,10 @@ DIST_SUBDIRS = bsim1 \
|
|||
|
||||
if XSPICE_WANTED
|
||||
SUBDIRS += xspice
|
||||
DIST_SUBDIRS += xspice
|
||||
endif
|
||||
|
||||
DIST_SUBDIRS += xspice
|
||||
|
||||
TESTS_ENVIRONMENT = $(SHELL) $(top_srcdir)/tests/bin/check.sh $(top_builddir)/src/ngspice
|
||||
|
||||
EXTRA_DIST = \
|
||||
|
|
|
|||
Loading…
Reference in New Issue