File: Makefile.am

package info (click to toggle)
cairo-5c 1.4
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 2,040 kB
  • ctags: 392
  • sloc: sh: 8,701; ansic: 4,179; makefile: 183
file content (28 lines) | stat: -rw-r--r-- 375 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
NICKLEFILES=\
	animate.5c \
	arc.5c \
	chrome-example.5c \
	draw.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=$(pkgdatadir)/examples

example_DATA=$(NICKLEFILES)

EXTRA_DIST=$(NICKLEFILES)