-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile.am
44 lines (34 loc) · 765 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
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4 --install
if ENABLE_OU
OU_DIR = ou
endif
if LIBCCD
LIBCCD_DIR = libccd
endif
if ENABLE_DEMOS
DRAWSTUFF_DIR = drawstuff
endif
if GIMPACT
GIMPACT_DIR = GIMPACT
endif
if OPCODE
OPCODE_DIR = OPCODE
endif
SUBDIRS = include \
$(DRAWSTUFF_DIR) \
$(GIMPACT_DIR) \
$(OPCODE_DIR) \
$(OU_DIR) \
$(LIBCCD_DIR) \
ode \
tests
bin_SCRIPTS = ode-config
# Utility rule for making a release
release: dist-gzip dist-bzip2
@echo Created release packages for ${PACKAGE}-${VERSION}.
EXTRA_DIST = bootstrap build tools \
CHANGELOG.txt INSTALL.txt README.txt LICENSE.TXT \
bindings
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = ode.pc