Revert "When installing ngspice, do not install the headers"
This reverts commit 5a0d213fec.
This commit is contained in:
parent
b6b38dc4a6
commit
a5eac333bb
|
|
@ -1,8 +1,132 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
if SHARED_MODULE
|
||||
nodist_pkginclude_HEADERS = \
|
||||
config.h
|
||||
|
||||
pkginclude_HEADERS = \
|
||||
sharedspice.h
|
||||
endif SHARED_MODULE
|
||||
tclspice.h \
|
||||
acdefs.h \
|
||||
bdrydefs.h \
|
||||
bool.h \
|
||||
carddefs.h \
|
||||
ciderinp.h \
|
||||
cidersupt.h \
|
||||
cktdefs.h \
|
||||
cluster.h \
|
||||
cmconstants.h \
|
||||
cm.h \
|
||||
cmproto.h \
|
||||
cmtypes.h \
|
||||
compatmode.h \
|
||||
complex.h \
|
||||
const.h \
|
||||
contdefs.h \
|
||||
cpdefs.h \
|
||||
cpextern.h \
|
||||
cpstd.h \
|
||||
defines.h \
|
||||
devdefs.h \
|
||||
dgen.h \
|
||||
distodef.h \
|
||||
dllitf.h \
|
||||
domndefs.h \
|
||||
dopdefs.h \
|
||||
dstring.h \
|
||||
dvec.h \
|
||||
elctdefs.h \
|
||||
enh.h \
|
||||
enhtypes.h \
|
||||
evt.h \
|
||||
evtproto.h \
|
||||
evttypes.h \
|
||||
evtshared.h \
|
||||
evtudn.h \
|
||||
ftedbgra.h \
|
||||
ftedebug.h \
|
||||
ftedefs.h \
|
||||
fteoptdefs.h \
|
||||
ftedev.h \
|
||||
fteext.h \
|
||||
fteinp.h \
|
||||
fteinput.h \
|
||||
fteparse.h \
|
||||
gendefs.h \
|
||||
gendev.h \
|
||||
graph.h \
|
||||
grid.h \
|
||||
hash.h \
|
||||
hlpdefs.h \
|
||||
iferrmsg.h \
|
||||
ifsim.h \
|
||||
inpdefs.h \
|
||||
inpmacs.h \
|
||||
inpptree.h \
|
||||
ipc.h \
|
||||
ipcproto.h \
|
||||
ipctiein.h \
|
||||
jobdefs.h \
|
||||
lsort.h \
|
||||
macros.h \
|
||||
material.h \
|
||||
matldefs.h \
|
||||
memory.h \
|
||||
meshdefs.h \
|
||||
meshext.h \
|
||||
methdefs.h \
|
||||
mifcmdat.h \
|
||||
mifdefs.h \
|
||||
mif.h \
|
||||
mifparse.h \
|
||||
mifproto.h \
|
||||
miftypes.h \
|
||||
missing_math.h \
|
||||
mobdefs.h \
|
||||
modldefs.h \
|
||||
multi_line.h \
|
||||
ngspice.h \
|
||||
noisedef.h \
|
||||
numcards.h \
|
||||
numconst.h \
|
||||
numenum.h \
|
||||
numgen.h \
|
||||
numglobs.h \
|
||||
onedev.h \
|
||||
onemesh.h \
|
||||
opdefs.h \
|
||||
optdefs.h \
|
||||
optndefs.h \
|
||||
outpdefs.h \
|
||||
plot.h \
|
||||
pnode.h \
|
||||
profile.h \
|
||||
pssdefs.h \
|
||||
pzdefs.h \
|
||||
randnumb.h \
|
||||
sen2defs.h \
|
||||
sensdefs.h \
|
||||
sensgen.h \
|
||||
sharedspice.h \
|
||||
sim.h \
|
||||
smpdefs.h \
|
||||
sperror.h \
|
||||
spmatrix.h \
|
||||
stringskip.h \
|
||||
stringutil.h \
|
||||
suffix.h \
|
||||
swec.h \
|
||||
tfdefs.h \
|
||||
trandefs.h \
|
||||
trcvdefs.h \
|
||||
tskdefs.h \
|
||||
twodev.h \
|
||||
twomesh.h \
|
||||
typedefs.h \
|
||||
wordlist.h \
|
||||
1-f-code.h \
|
||||
FastNorm3.h \
|
||||
fftext.h \
|
||||
wallace.h \
|
||||
wincolornames.h \
|
||||
wstdio.h
|
||||
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ EXTRA_DIST = .gitignore
|
|||
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
noinst_PROGRAMS = cmpp
|
||||
bin_PROGRAMS = cmpp
|
||||
|
||||
AM_CPPFLAGS = -I. -I$(srcdir)
|
||||
AM_YFLAGS = -d
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ install: all
|
|||
$(INSTALL_PROGRAM) $$cm/$$cm.cm "$(DESTDIR)$(pkglibdir)" \
|
||||
|| exit 1; \
|
||||
done
|
||||
# $(INSTALL_DATA) $(srcdir)/dlmain.c "$(DESTDIR)$(pkgdatadir)" || exit $$?;
|
||||
$(INSTALL_DATA) $(srcdir)/dlmain.c "$(DESTDIR)$(pkgdatadir)" || exit $$?;
|
||||
|
||||
|
||||
uninstall:
|
||||
|
|
|
|||
Loading…
Reference in New Issue