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
Merge branch 'testing-uf' into master-uf
[gnucap-felix.git]
/
Makefile.am
blob
441dec207fb4b1387909bda96502588f2a1778a0
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
doc_DATA = COPYING
8
9
if MODULES
10
MODULES_DIR = modules
11
endif
12
13
if DOC
14
DOC_DIR = doc
15
endif
16
17
MODELGEN = modelgen
18
DIST_SUBDIRS = $(SUBDIRS) doc
19
20
SUBDIRS = \
21
include \
22
lib \
23
main \
24
$(DOC_DIR) \
25
examples \
26
$(MODELGEN) \
27
src \
28
$(MODULES_DIR) \
29
apps \
30
plugins \
31
tests
32
33
EXTRA_DIST = \
34
extern/README \
35
Doxyfile \
36
bootstrap \
37
gnuplot.mk \
38
BUGS \
39
CHANGES.uf