#4/6 config.h --> ngspice/config.h, AM_CPPFLAGS

This commit is contained in:
rlar 2011-12-27 12:07:52 +00:00
parent afa1371746
commit d3c3741f43
13 changed files with 16 additions and 12 deletions

View File

@ -1,3 +1,7 @@
2011-12-27 Robert Larice
* **/Makefile.am ,
#4/6 config.h --> ngspice/config.h, AM_CPPFLAGS
2011-12-27 Robert Larice
* **/Makefile.am ,
* src/spicelib/devices/adms/admst/ngspice.xml ,

View File

@ -283,7 +283,7 @@ endif !WINDOWS
## General Includes and libraries:
AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_srcdir)/src/spicelib/devices @X_CFLAGS@
AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/src/include -I$(top_srcdir)/src/spicelib/devices @X_CFLAGS@
LIBS = @LIBS@ @X_LIBS@ @X_PRE_LIBS@ @X_EXTRA_LIBS@

View File

@ -193,7 +193,7 @@ libfte_la_SOURCES = \
# testcommands_LDADD = libfte.a plotting/libplotting.a ../misc/libmisc.a
AM_CPPFLAGS = -I$(top_srcdir)/src/include @X_CFLAGS@
AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/src/include @X_CFLAGS@
MAINTAINERCLEANFILES = Makefile.in

View File

@ -14,7 +14,7 @@ libhlp_la_SOURCES = \
AM_CPPFLAGS = -I$(top_srcdir)/src/include @X_CFLAGS@
AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/src/include @X_CFLAGS@
endif

View File

@ -31,6 +31,6 @@ libplotting_la_SOURCES += \
xgraph.h
endif
AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_srcdir)/src/frontend @X_CFLAGS@
AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/src/include -I$(top_srcdir)/src/frontend @X_CFLAGS@
MAINTAINERCLEANFILES = Makefile.in

View File

@ -7,6 +7,6 @@ libtrannoise_la_SOURCES = \
1-f-code.c \
wallace.c
AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_srcdir)/src/frontend
AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/src/include -I$(top_srcdir)/src/frontend
MAINTAINERCLEANFILES = Makefile.in

View File

@ -10,6 +10,6 @@ libwindisp_la_SOURCES = \
ftegraf.h
AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_srcdir)/src/frontend/wdisp
AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/src/include -I$(top_srcdir)/src/frontend/wdisp
MAINTAINERCLEANFILES = Makefile.in

View File

@ -57,6 +57,6 @@ endif !TCLWIN
endif !WINDOWS
AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_srcdir)/src/maths/poly
AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/src/include -I$(top_srcdir)/src/maths/poly
MAINTAINERCLEANFILES = Makefile.in

View File

@ -103,5 +103,5 @@ libckt_la_SOURCES = \
cluster.c
AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_srcdir)/src/spicelib/devices
AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/src/include -I$(top_srcdir)/src/spicelib/devices
MAINTAINERCLEANFILES = Makefile.in

View File

@ -134,6 +134,6 @@ libdev_la_SOURCES = \
EXTRA_DIST = @NOTVLADEVDIR@
AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_srcdir)/src/spicelib/devices
AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/src/include -I$(top_srcdir)/src/spicelib/devices
MAINTAINERCLEANFILES = Makefile.in

View File

@ -73,6 +73,6 @@ $(srcdir)/inpptree.c : inpptree-parser.c
inpptree-parser.c inpptree-parser.h : inpptree-parser.y
bison $(srcdir)/inpptree-parser.y
AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_srcdir)/src/frontend
AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/src/include -I$(top_srcdir)/src/frontend
MAINTAINERCLEANFILES = Makefile.in

View File

@ -13,6 +13,6 @@ libcmxsp_la_SOURCES = \
AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_srcdir)/src/spicelib/devices
AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/src/include -I$(top_srcdir)/src/spicelib/devices
MAINTAINERCLEANFILES = Makefile.in

View File

@ -11,6 +11,6 @@ libipcxsp_la_SOURCES = \
ipcstdio.c \
ipctiein.c
AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_srcdir)/src/spicelib/devices
AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/src/include -I$(top_srcdir)/src/spicelib/devices
MAINTAINERCLEANFILES = Makefile.in