File: Makefile.am

package info (click to toggle)
subtitleeditor 0.56.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,880 kB
  • sloc: cpp: 26,446; makefile: 1,713; perl: 434; sh: 259; xml: 149
file content (56 lines) | stat: -rw-r--r-- 1,006 bytes parent folder | download
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
FILES = \
		about \
		adjusttime \
		applytranslation \
		autowrap \
		bestfit \
		changeframerate \
		clipboard \
		combinesubtitles \
		command \
		configurekeyboardshortcuts \
		dialoguize \
		documentmanagement \
		documentsnavigation \
		duplicatesubtitle \
		editcell \
		errorchecking \
		extendlength \
		externalvideoplayer \
		findandreplace \
		findbytime \
		insertsubtitle \
		insertsubtitlefromkeyframe \
		italicize \
		joindocument \
		keyframesmanagement \
		minimizeduration \
		moveafterprecedingsubtitle \
		movesubtitles \
		plaintext \
		preferences \
		removesubtitle \
		reversetextandtranslation \
		scalesubtitles \
		selection \
		slidetimings \
		slidewords \
		sortsubtitles \
		spellchecking \
		splitdocument \
		splitsubtitle \
		styleeditor \
		stylize \
		stacksubtitles \
		template \
		textcorrection \
		timemodemanagement \
		timingfromplayer \
		typewriter \
		videoplayermanagement \
		viewmanager \
		waveformmanagement

DIST_SUBDIRS = $(FILES)

SUBDIRS = $(FILES)