File: Makefile.am

package info (click to toggle)
lebiniou-data 3.66.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 63,632 kB
  • sloc: makefile: 1,757; sh: 555; javascript: 14
file content (20 lines) | stat: -rw-r--r-- 398 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
jsondir = $(datadir)/lebiniou/sequences/json

json_DATA = \
	path_1.json \
	path_2.json \
	path_3.json \
	path_freq_1.json \
	path_freq_2.json \
	path_freq_3.json \
	path_oscillo_1.json \
	path_oscillo_2.json \
	path_oscillo_3.json \
	path_oscillo_freq_1.json \
	path_oscillo_freq_2.json \
	path_oscillo_freq_3.json \
	rotozoom_1.json \
	rotozoom_2.json \
	rotozoom_3.json

EXTRA_DIST=$(json_DATA)