File: Makefile.am

package info (click to toggle)
ode 2%3A0.14-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 11,588 kB
  • ctags: 16,003
  • sloc: cpp: 122,662; ansic: 14,257; cs: 1,879; makefile: 786; python: 618; sh: 165
file content (46 lines) | stat: -rw-r--r-- 797 bytes parent folder | download
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
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4 --install

if ENABLE_OU
OU_DIR = ou
endif

if LIBCCD
if LIBCCD_INTERNAL
LIBCCD_DIR = libccd
endif
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 COPYING INSTALL.txt README.md LICENSE.TXT \
        bindings

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = ode.pc