#4/6 config.h --> ngspice/config.h, AM_CPPFLAGS
This commit is contained in:
parent
afa1371746
commit
d3c3741f43
|
|
@ -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 ,
|
||||
|
|
|
|||
|
|
@ -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@
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue