File: Makefile.am

package info (click to toggle)
tuxtype 1.8.3-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 19,916 kB
  • sloc: ansic: 12,311; xml: 10,049; sh: 3,502; makefile: 1,494; sed: 16
file content (66 lines) | stat: -rw-r--r-- 1,443 bytes parent folder | download | duplicates (7)
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
## Makefile.am for tuxtype - data/scripts:
## Process with Automake to create Makefile.in

scriptsdir = $(pkgdatadir)/scripts

if BUILD_MINGW32
  TEXT_KLUDGE=./sed-windows.sh
else
  TEXT_KLUDGE=./sed-linux.sh
endif


all-am:
	cd $(srcdir); ${TEXT_KLUDGE}

dist_scripts_DATA = projectInfo.xml \
  cascade.xml \
  laser.xml \
  basic_lesson_01.xml \
  basic_lesson_02.xml \
  basic_lesson_03.xml \
  basic_lesson_04.xml \
  basic_lesson_05.xml \
  basic_lesson_06.xml \
  basic_lesson_07.xml \
  basic_lesson_08.xml \
  basic_lesson_09.xml \
  basic_lesson_10.xml \
  basic_lesson_11.xml \
  basic_lesson_12.xml \
  basic_lesson_13.xml \
  basic_lesson_14.xml \
  basic_lesson_15.xml \
  basic_lesson_16.xml \
  basic_lesson_17.xml \
  basic_lesson_18.xml \
  basic_lesson_19.xml \
  basic_lesson_20.xml \
  basic_lesson_21.xml \
  basic_lesson_22.xml \
  basic_lesson_23.xml \
  basic_lesson_24.xml \
  basic_lesson_25.xml \
  basic_lesson_26.xml \
  basic_lesson_27.xml \
  basic_lesson_28.xml \
  basic_lesson_29.xml \
  basic_lesson_30.xml \
  basic_lesson_31.xml \
  basic_lesson_32.xml \
  basic_lesson_33.xml \
  basic_lesson_34.xml \
  basic_lesson_35.xml \
  basic_lesson_36.xml \
  basic_lesson_37.xml \
  basic_lesson_38.xml \
  basic_lesson_39.xml \
  basic_lesson_40.xml \
  basic_lesson_41.xml \
  basic_lesson_42.xml \
  basic_lesson_43.xml 

EXTRA_DIST = sed-linux.rules \
  sed-linux.sh \
  sed-windows.rules \
  sed-windows.sh