aboutsummaryrefslogtreecommitdiff
blob: 5a42034734dab74c2b10c36c8168611c0ffd3335 (plain)
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
--- help/makefile	2002-11-01 13:27:27.000000000 +0100
+++ help/makefile.new	2008-12-24 14:45:56.141225333 +0100
@@ -37,102 +37,102 @@
 .c.o:;  $(CC) -c $(CFLAGS) $<
 
 hlp:
-	txt2hlp azara
-	txt2hlp combine
-	txt2hlp components
-	txt2hlp connect
-	txt2hlp contours
-	txt2hlp deflate
-	txt2hlp extract
-	txt2hlp peak_find
-	txt2hlp peak_fit
-	txt2hlp plot1
-	txt2hlp plot2
-	txt2hlp process
-	txt2hlp project
-	txt2hlp slides
-	txt2hlp reflate
-	txt2hlp unblock
-	txt2hlp viewer
-	txt2hlp plot2/baseline
-	txt2hlp plot2/data
-	txt2hlp plot2/extract
-	txt2hlp plot2/levels
-	txt2hlp plot2/object
-	txt2hlp plot2/output
-	txt2hlp plot2/peak
-	txt2hlp plot2/peaks
-	txt2hlp plot2/phase
-	txt2hlp plot2/property
-	txt2hlp plot2/region
-	txt2hlp plot2/rowcol
-	txt2hlp plot2/save
-	txt2hlp plot2/tracking
-	txt2hlp plot1/button
-	txt2hlp plot1/data
-	txt2hlp plot1/object
-	txt2hlp plot1/output
-	txt2hlp plot1/property
-	txt2hlp plot1/region
-	txt2hlp plot1/slider
-	txt2hlp plot1/text
+	./txt2hlp azara
+	./txt2hlp combine
+	./txt2hlp components
+	./txt2hlp connect
+	./txt2hlp contours
+	./txt2hlp deflate
+	./txt2hlp extract
+	./txt2hlp peak_find
+	./txt2hlp peak_fit
+	./txt2hlp plot1
+	./txt2hlp plot2
+	./txt2hlp process
+	./txt2hlp project
+	./txt2hlp slides
+	./txt2hlp reflate
+	./txt2hlp unblock
+	./txt2hlp viewer
+	./txt2hlp plot2/baseline
+	./txt2hlp plot2/data
+	./txt2hlp plot2/extract
+	./txt2hlp plot2/levels
+	./txt2hlp plot2/object
+	./txt2hlp plot2/output
+	./txt2hlp plot2/peak
+	./txt2hlp plot2/peaks
+	./txt2hlp plot2/phase
+	./txt2hlp plot2/property
+	./txt2hlp plot2/region
+	./txt2hlp plot2/rowcol
+	./txt2hlp plot2/save
+	./txt2hlp plot2/tracking
+	./txt2hlp plot1/button
+	./txt2hlp plot1/data
+	./txt2hlp plot1/object
+	./txt2hlp plot1/output
+	./txt2hlp plot1/property
+	./txt2hlp plot1/region
+	./txt2hlp plot1/slider
+	./txt2hlp plot1/text
 
 html:
-	txt2html azara
-	txt2html combine
-	txt2html components
-	txt2html connect
-	txt2html contours
-	txt2html deflate
-	txt2html extract
-	txt2html peak_find
-	txt2html peak_fit
-	txt2html plot1
-	txt2html plot2
-	txt2html process
-	txt2html project
-	txt2html slides
-	txt2html reflate
-	txt2html unblock
-	txt2html viewer
-	txt2html plot2/baseline
-	txt2html plot2/data
-	txt2html plot2/extract
-	txt2html plot2/levels
-	txt2html plot2/object
-	txt2html plot2/output
-	txt2html plot2/peak
-	txt2html plot2/peaks
-	txt2html plot2/phase
-	txt2html plot2/property
-	txt2html plot2/region
-	txt2html plot2/rowcol
-	txt2html plot2/save
-	txt2html plot2/tracking
-	txt2html plot1/button
-	txt2html plot1/data
-	txt2html plot1/object
-	txt2html plot1/output
-	txt2html plot1/property
-	txt2html plot1/region
-	txt2html plot1/slider
-	txt2html plot1/text
-	txt2html CHANGES
-	txt2html INSTALL
-	txt2html README-2.7
-	txt2html CHANGES-1.0-1
-	txt2html CHANGES-1.0-2
-	txt2html CHANGES-1.0-3
-	txt2html CHANGES-2.0-0
-	txt2html CHANGES-2.5-0
-	txt2html CHANGES-2.6-0
-	txt2html CHANGES-2.7-0
-	txt2html LICENSE
+	./txt2html azara
+	./txt2html combine
+	./txt2html components
+	./txt2html connect
+	./txt2html contours
+	./txt2html deflate
+	./txt2html extract
+	./txt2html peak_find
+	./txt2html peak_fit
+	./txt2html plot1
+	./txt2html plot2
+	./txt2html process
+	./txt2html project
+	./txt2html slides
+	./txt2html reflate
+	./txt2html unblock
+	./txt2html viewer
+	./txt2html plot2/baseline
+	./txt2html plot2/data
+	./txt2html plot2/extract
+	./txt2html plot2/levels
+	./txt2html plot2/object
+	./txt2html plot2/output
+	./txt2html plot2/peak
+	./txt2html plot2/peaks
+	./txt2html plot2/phase
+	./txt2html plot2/property
+	./txt2html plot2/region
+	./txt2html plot2/rowcol
+	./txt2html plot2/save
+	./txt2html plot2/tracking
+	./txt2html plot1/button
+	./txt2html plot1/data
+	./txt2html plot1/object
+	./txt2html plot1/output
+	./txt2html plot1/property
+	./txt2html plot1/region
+	./txt2html plot1/slider
+	./txt2html plot1/text
+	./txt2html CHANGES
+	./txt2html INSTALL
+	./txt2html README-2.7
+	./txt2html CHANGES-1.0-1
+	./txt2html CHANGES-1.0-2
+	./txt2html CHANGES-1.0-3
+	./txt2html CHANGES-2.0-0
+	./txt2html CHANGES-2.5-0
+	./txt2html CHANGES-2.6-0
+	./txt2html CHANGES-2.7-0
+	./txt2html LICENSE
 
 clean:
 	rm *.o
 
 realclean:
 	rm *.o
-	rm txt2hlp
-	rm txt2html
+	rm ./txt2hlp
+	rm ./txt2html