repo.or.cz
/
gnucap-felix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
try to fix caplist wueuing in verakons
[gnucap-felix.git]
/
Makefile.am
blob
8a92b0c2dd403442310a90367137415f4f56cd3e
1
## $Id: Makefile.am,v 1.1 2009-10-23 12:01:23 felix Exp $
2
##
3
## Top level automake file for gnucap
4
5
ACLOCAL_AMFLAGS=-I m4
6
7
dist_bin_SCRIPTS = gnucap-conf gnucap.mk
8
doc_DATA = COPYING
9
CLEANFILES = gnucap-conf gnucap.mk
10
11
if MODULES
12
MODULES_DIR = modules
13
endif
14
15
if DOC
16
DOC_DIR = doc
17
endif
18
19
MODELGEN = modelgen
20
DIST_SUBDIRS = $(SUBDIRS) doc
21
22
SUBDIRS = \
23
include \
24
lib \
25
$(DOC_DIR) \
26
examples \
27
$(MODELGEN) \
28
src \
29
$(MODULES_DIR) \
30
plugins \
31
tests
32
33
EXTRA_DIST = \
34
extern/README \
35
Doxyfile \
36
bootstrap \
37
gnuplot.mk \
38
BUGS \
39
CHANGES.uf