Browse Source

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

pre-master-46
rlar 15 years ago
parent
commit
39aac106c5
  1. 10
      ChangeLog
  2. 4
      src/frontend/trannoise/Makefile.am
  3. 4
      src/include/Makefile.am
  4. 6
      src/maths/fft/Makefile.am
  5. 0
      src/maths/fft/Read-Me
  6. 3
      tests/Makefile.am

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

4
src/frontend/trannoise/Makefile.am

@ -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

4
src/include/Makefile.am

@ -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

6
src/maths/fft/Makefile.am

@ -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

0
src/maths/fft/Read Me → src/maths/fft/Read-Me

3
tests/Makefile.am

@ -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…
Cancel
Save