File: Makefile.am

package info (click to toggle)
gimp-data-extras 1%3A2.0.2-1.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 8,472 kB
  • sloc: sh: 517; makefile: 158
file content (117 lines) | stat: -rw-r--r-- 2,119 bytes parent folder | download | duplicates (3)
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
## Process this file with automake to produce Makefile.in

patterndatadir = $(GIMP_DATA_DIR)/patterns

patterndata_DATA = \
	3dweave.pat			\
	abstract_flowers.pat		\
	blackoil.pat			\
	blackwhitefloor.pat		\
	blob1.pat			\
	blob2.pat			\
	bluebar.pat			\
	bluecanyons.pat			\
	bluemars.pat			\
	bluemetal.pat			\
	bluespikes.pat			\
	brownie.pat			\
	bwcubes.pat			\
	canyons2.pat			\
	cashew.pat			\
	chains.pat			\
	chroma.pat			\
	circuit.pat			\
	clouds.pat			\
	clovers.pat			\
	coins.pat			\
	colorblob.pat			\
	colored_rock.pat		\
	colorwhirl.pat			\
	connestoga.pat			\
	contrawhirl.pat			\
	cow.pat				\
	crash1.pat			\
	crazytile.pat			\
	crystals.pat			\
	curvedledge.pat			\
	deepswirl.pat			\
	diffpat.pat			\
	dirt.pat			\
	disco.pat			\
	drymud.pat			\
	dunemaze.pat			\
	dunes.pat			\
	eggcarton.pat			\
	electric-blue-ribbons.pat	\
	etbf.pat			\
	floor_tile.pat			\
	funnyblobs.pat			\
	funnymess2.pat			\
	funnymess.pat			\
	fuzzy-colors.pat		\
	gold.pat			\
	goldcloth.pat			\
	granite2.pat			\
	green_curtains.pat		\
	green_eek.pat			\
	greyweave.pat			\
	greyweave2.pat			\
	grid.pat			\
	gridwhirltile.pat		\
	headache.pat			\
	ice2.pat			\
	icechex.pat			\
	inlay.pat			\
	krinkle.pat			\
	land1.pat			\
	land2.pat			\
	lathe.pat			\
	leaves3.pat			\
	leaves4.pat			\
	leaves6.pat			\
	lumps.pat			\
	meltedcolors.pat		\
	metallica.pat			\
	metalpaths.pat			\
	mhuerock.pat			\
	money.pat			\
	neurons.pat			\
	novaugh.pat			\
	oooh.pat			\
	oooh3.pat			\
	orange_eek.pat			\
	orangebrown.pat			\
	orangecheese.pat		\
	paint-explosion.pat		\
	pastel2.pat			\
	pebbles.pat			\
	pixeled1.pat			\
	pj.pat				\
	psycho1.pat			\
	purple-ribbons.pat		\
	purple.pat			\
	purple_glow.pat			\
	redishstuff.pat			\
	redmess.pat			\
	redrings.pat			\
	rust.pat			\
	sandytext.pat			\
	send1.pat			\
	silver.pat			\
	slice1.pat			\
	spectbar.pat			\
	startile.pat			\
	swirl.pat			\
	swirl2.pat			\
	torrents.pat			\
	tube.pat			\
	unsharpswirl.pat		\
	water3.pat			\
	waves.pat			\
	wax.pat				\
	weird2.pat			\
	whirledstuff.pat		\
	woodblind.pat			\
	worn_metal_chex.pat

EXTRA_DIST = $(patterndata_DATA)