File: Makefile.am

package info (click to toggle)
cairo-5c 1.24
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 820 kB
  • sloc: ansic: 4,703; makefile: 166; sh: 4
file content (30 lines) | stat: -rw-r--r-- 399 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
NICKLEFILES=\
	animate.5c \
	arc.5c \
	chrome-example.5c \
	connect-3.5c \
	draw.5c \
	emoji.5c \
	events.5c \
	fob.5c \
	graph.5c \
	grid.5c \
	led.5c \
	metrics.5c \
	pie.5c \
	pie-new.5c \
	rottext.5c \
	setgame.5c \
	sin.5c \
	spin.5c \
	spin-cairo.5c \
	spinman.5c \
	test.5c \
	text45.5c \
	tic-tac-toe.5c

exampledir=$(docdir)/examples

example_DATA=$(NICKLEFILES)

EXTRA_DIST=$(NICKLEFILES)