File: Makefile.am

package info (click to toggle)
libctl 4.5.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 964 kB
  • sloc: ansic: 6,926; lisp: 2,343; makefile: 153; sh: 150
file content (13 lines) | stat: -rw-r--r-- 497 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
SUBDIRS = src utils
if WITH_GUILE
SUBDIRS += examples
endif
EXTRA_DIST = COPYRIGHT doc base README.md NEWS.md
ACLOCAL_AMFLAGS = -I m4

BASE_SCM = base/class.scm base/ctl.scm base/extern-funcs.scm		\
base/help.scm base/include.scm base/interaction.scm base/io-vars.scm	\
base/math-utils.scm base/matrix3x3.scm base/simplex.scm base/utils.scm	\
base/vector3.scm

nobase_dist_pkgdata_DATA = $(BASE_SCM) base/main.c utils/ctl-io.scm utils/geom.c utils/geom.scm utils/nlopt-constants.scm utils/nlopt.c