File: Makefile.am

package info (click to toggle)
cairo-5c 1.8.1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 2,564 kB
  • sloc: sh: 10,825; ansic: 4,662; makefile: 146
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)