You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
387 B
17 lines
387 B
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
man_MANS =
|
|
|
|
if !TCL_MODULE
|
|
if !SHARED_MODULE
|
|
man_MANS += ngspice.1
|
|
if OLDAPPS
|
|
man_MANS += ngnutmeg.1 ngsconvert.1 ngmultidec.1 ngmakeidx.1 ngproc2mod.1
|
|
endif OLDAPPS
|
|
endif !SHARED_MODULE
|
|
endif !TCL_MODULE
|
|
|
|
EXTRA_DIST = ngspice.1 ngnutmeg.1 ngsconvert.1 ngmultidec.1 ngmakeidx.1 ngproc2mod.1
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|