File: Makefile.am

package info (click to toggle)
gem 1%3A0.94-10
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 25,704 kB
  • sloc: cpp: 174,301; ansic: 42,132; makefile: 3,867; sh: 1,096; objc: 389
file content (34 lines) | stat: -rw-r--r-- 506 bytes parent folder | download | duplicates (2)
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
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4

SUBDIRS =src abstractions
SUBDIRS+=help doc examples
SUBDIRS+=build

## plugins
if PLUGINS
SUBDIRS+=plugins
endif

## window objects
SUBDIRS+=src/Output

## extra objects
SUBDIRS+=extra

#pkg-config support
#pkgconfigdir = ${exec_prefix}/lib/pkgconfig
pkgconfig_DATA = Gem.pc

gemdir=$(pkglibdir)

dist_gem_DATA = \
	Gem-meta.pd \
	ChangeLog \
	COPYING.txt \
	GnuGPL.LICENSE.txt \
	README.txt \
	examples/data/vera.ttf \
	$(nil)

EXTRA_DIST = autogen.sh