-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.am
47 lines (40 loc) · 870 Bytes
/
Makefile.am
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
ACLOCAL_AMFLAGS = -I m4
extra = \
bootstrap.sh \
create_files.sh \
CMakeLists.txt \
README.md \
README-NGSPICE
EXTRA_DIST= \
adms.css \
adms.xml \
admsstyle.xsl \
admst.dtd \
admst.xml \
admstpath.xml \
admstpathstyle.xsl \
admststyle.xsl \
metaadms.dtd \
metaadms.xsd \
metaadmst.dtd \
metaadmst.xsd \
metaadmstpath.dtd \
metaadmstpath.xsd \
$(extra) \
config.h \
config.h.cmake \
cmake/modules/FindPerlModules.cmake
SUBDIRS=scripts images admsXml
CLEANFILES=*\~ .*.swp
MAINTAINERCLEANFILES = \
Makefile.in \
aclocal.m4 \
config.h.in \
configure \
m4/libtool.m4 \
m4/lt~obsolete.m4 \
m4/ltoptions.m4 \
m4/ltsugar.m4 \
m4/ltversion.m4
maintainer-clean-local:
rm -rf $(top_srcdir)/auxconf