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 (44 lines) | stat: -rw-r--r-- 742 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
35
36
37
38
39
40
41
42
43
44
## Process this file with automake to produce Makefile.in

brushdatadir = $(GIMP_DATA_DIR)/brushes

brushdata_DATA = \
	50x50cone.gbr		\
	50x50square.gbr		\
	50x50squareBlur.gbr	\
	50x50squareBlur2.gbr	\
	bigcircle.gbr		\
	bigcircle2.gbr		\
	bigcircle3.gbr		\
	bigcircle4.gbr		\
	bird.gbr		\
	cloth.gbr		\
	flower.gbr		\
	flower_large.gbr	\
	gecko.gbr		\
	grid.gbr		\
	grid2.gbr		\
	guitar.gbr		\
	nova.gbr		\
	qbert2.gbr		\
	qbert3Blur.gbr		\
	sphere29.gbr		\
	sphere36.gbr		\
	sphere47.gbr		\
	sphere55.gbr		\
	sphere79.gbr		\
	star1.gbr		\
	star2.gbr		\
	star3.gbr		\
	star4.gbr		\
	star5.gbr		\
	swirl.gbr		\
	swirl2.gbr		\
	text1.gbr		\
	text2.gbr		\
	text3.gbr		\
	text4.gbr		\
	tulip.gbr		\
	wave.gbr		

EXTRA_DIST = $(brushdata_DATA)