• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

oga's tools


Commit MetaInfo

Revisiond80694377b79d26f9ec578b96ea0c9ad993e8899 (tree)
Zeit2013-12-31 10:57:00
Autoroga <oga@mxg....>
Commiteroga

Log Message

add tools

Ändern Zusammenfassung

Diff

--- a/Makefile.linux
+++ b/Makefile.linux
@@ -19,7 +19,16 @@ TARGETS=$(VP)/age $(VP)/cal2 $(VP)/cgrep $(VP)/cmem $(VP)/cpkt $(VP)/cpuid \
1919 $(VP)/sosu $(VP)/sosum $(VP)/stat $(VP)/stereo3d $(VP)/strftime \
2020 $(VP)/subdecode $(VP)/sysinfd $(VP)/tbl2csv $(VP)/tcpan $(VP)/tcpdmpan \
2121 $(VP)/test64 $(VP)/train $(VP)/u2dos $(VP)/ifchk $(VP)/ifchk2 $(VP)/rand \
22- $(VP)/base64 $(VP)/ht $(VP)/filer $(VP)/comdel
22+ $(VP)/base64 $(VP)/ht $(VP)/filer $(VP)/comdel $(VP)/webget \
23+ $(VP)/class $(VP)/cp2 $(VP)/deltag $(VP)/galaxian $(VP)/gz $(VP)/hex2bin \
24+ $(VP)/hexbin $(VP)/hscp $(VP)/htlink $(VP)/irctrl $(VP)/iso2022 \
25+ $(VP)/joytest $(VP)/kita2 $(VP)/midic $(VP)/netmonitor $(VP)/othello2 \
26+ $(VP)/peke2 $(VP)/peke $(VP)/perfan $(VP)/strings2 $(VP)/t64an \
27+ $(VP)/tolower $(VP)/txt2vnt $(VP)/upload $(VP)/wavana $(VP)/wavcut2 \
28+ $(VP)/wavcut $(VP)/welcome $(VP)/whichx $(VP)/wwstat $(VP)/xalloc \
29+ $(VP)/zusa
30+
31+TARGET_X=$(VP)/qix $(VP)/xmem $(VP)/xpkt $(VP)/xpstat
2332
2433 all: $(TARGETS)
2534
@@ -41,12 +50,18 @@ $(VP)/cal2 : $(TOOL)/cal.c
4150 $(VP)/cgrep : $(TOOL)/cgrep.c
4251 ${CC} $? -o $@ -O
4352
53+$(VP)/class : $(TOOL)/class.c
54+ ${CC} $? -o $@ -O
55+
4456 $(VP)/cmem : $(TOOL)/cmem.c
4557 ${CC} $? -o $@ -O
4658
4759 $(VP)/comdel : $(TOOL)/comdel.c
4860 ${CC} $? -o $@ -O
4961
62+$(VP)/cp2 : $(TOOL)/cp2.c
63+ ${CC} $? -o $@ -O
64+
5065 $(VP)/cpkt : $(TOOL)/cpkt.c
5166 ${CC} $? -o $@ -O
5267
@@ -61,6 +76,9 @@ $(VP)/csv2nocr : $(TOOL)/csv2nocr.c
6176 $(VP)/ctrain : $(TOOL)/ctrain.c
6277 ${CC} $? -o $@ -O
6378
79+$(VP)/deltag : $(TOOL)/deltag.c
80+ ${CC} $? -o $@ -O
81+
6482 $(VP)/dgclient : $(TOOL)/dgclient.c
6583 ${CC} $? -o $@ -DLINUX
6684
@@ -82,12 +100,18 @@ $(VP)/enews : $(TOOL)/enews.c
82100 $(VP)/filer : $(TOOL)/filer.c
83101 ${CC} $? -o $@ -O -DLINUX -I/usr/include/ncursesw -L/usr/lib/arm-linux-gnueabihf -lncursesw
84102
103+$(VP)/galaxian : $(TOOL)/galaxian.c
104+ ${CC} $? -o $@ -O -DX3050RX -I/usr/include/ncursesw -L/usr/lib/arm-linux-gnueabihf -lncursesw
105+
85106 $(VP)/getip : $(TOOL)/getip.c
86107 ${CC} $? -o $@ -O
87108
88109 $(VP)/getword : $(TOOL)/getword.c
89110 ${CC} $? -o $@ -O
90111
112+$(VP)/gz : $(TOOL)/gz.c
113+ ${CC} $? -o $@ -O -lz
114+
91115 $(VP)/hddinit : $(TOOL)/hddinit.c
92116 ${CC} $? -o $@ -O
93117
@@ -97,12 +121,24 @@ $(VP)/hdinfo : $(TOOL)/hdinfo.c
97121 $(VP)/headtail : $(TOOL)/headtail.c
98122 ${CC} $? -o $@ -O
99123
124+$(VP)/hex2bin : $(TOOL)/hex2bin.c
125+ ${CC} $? -o $@ -O
126+
127+$(VP)/hexbin : $(TOOL)/hexbin.c
128+ ${CC} $? -o $@ -O
129+
100130 $(VP)/hexdec : $(TOOL)/hexdec.c
101131 ${CC} $? -o $@ -O -DLINUX
102132
133+$(VP)/hscp : $(TOOL)/hscp.c
134+ ${CC} $? -o $@ -O
135+
103136 $(VP)/ht : $(TOOL)/ht.c
104137 ${CC} $? -o $@ -O
105138
139+$(VP)/htlink : $(TOOL)/htlink.c
140+ ${CC} $? -o $@ -O
141+
106142 $(VP)/id3 : $(TOOL)/id3.c
107143 ${CC} $? -o $@ -O
108144
@@ -112,12 +148,24 @@ $(VP)/ifchk : $(TOOL)/ifchk.c
112148 $(VP)/ifchk2 : $(TOOL)/ifchk2.c
113149 ${CC} $? -o $@ -O
114150
151+$(VP)/irctrl : $(TOOL)/irctrl.c
152+ ${CC} $? -o $@ -O
153+
154+$(VP)/iso2022 : $(TOOL)/iso2022.c
155+ ${CC} $? -o $@ -O
156+
157+$(VP)/joytest : $(TOOL)/joytest.c
158+ ${CC} $? -o $@ -O
159+
115160 $(VP)/kanji2 : $(TOOL)/kanji2.c
116161 ${CC} $? -o $@ -O $(SJISOPT)
117162
118163 $(VP)/kita : $(TOOL)/kita.c
119164 ${CC} $? -o $@ -O
120165
166+$(VP)/kita2 : $(TOOL)/kita2.c
167+ ${CC} $? -o $@ -O
168+
121169 $(VP)/lanck : $(TOOL)/lanck.c
122170 ${CC} $? -o $@ -O -lpthread
123171
@@ -130,6 +178,9 @@ $(VP)/lsc : $(TOOL)/lsc.c
130178 $(VP)/midana : $(TOOL)/midana.c
131179 ${CC} $? -o $@ -O
132180
181+$(VP)/midic : $(TOOL)/midic.c
182+ ${CC} $? -o $@ -O
183+
133184 $(VP)/miscclient : $(TOOL)/miscclient.c
134185 ${CC} $? -o $@ -DLINUX
135186
@@ -142,12 +193,30 @@ $(VP)/mkfile2 : $(TOOL)/mkfile2.c
142193 $(VP)/mkindex : $(TOOL)/mkindex.c
143194 ${CC} $? -o $@
144195
196+$(VP)/netmonitor : $(TOOL)/netmonitor.c
197+ ${CC} $? -o $@
198+
145199 $(VP)/netpf : $(TOOL)/netpf.c
146200 ${CC} $? -o $@ -DLINUX
147201
202+$(VP)/othello2 : $(TOOL)/othello2.c
203+ ${CC} $? -o $@ -O
204+
148205 $(VP)/path2 : $(TOOL)/path2.c
149206 ${CC} $? -o $@ -O
150207
208+$(VP)/peke : $(TOOL)/peke.c
209+ ${CC} $? -o $@ -O
210+
211+$(VP)/peke2 : $(TOOL)/peke2.c
212+ ${CC} $? -o $@ -O
213+
214+$(VP)/perfan : $(TOOL)/perfan.c
215+ ${CC} $? -o $@ -O
216+
217+$(VP)/qix : $(TOOL)/qix.c
218+ ${CC} $? -o $@ -DX3050R -L/usr/include/X11 -L/usr/X11R6/lib -lX11 -lm -DLINUX
219+
151220 $(VP)/rand : $(TOOL)/rand.c
152221 ${CC} $? -o $@ -O
153222
@@ -175,6 +244,9 @@ $(VP)/stat : $(TOOL)/stat.c
175244 $(VP)/stereo3d : $(TOOL)/stereo3d.c
176245 ${CC} $? -o $@ -O
177246
247+$(VP)/strings2 : $(TOOL)/strings2.c
248+ ${CC} $? -o $@ -O
249+
178250 $(VP)/strftime : $(TOOL)/strftime.c
179251 ${CC} $? -o $@ -O
180252
@@ -184,6 +256,9 @@ $(VP)/subdecode : $(TOOL)/subdecode.c
184256 $(VP)/sysinfd : $(TOOL)/sysinfd.c
185257 ${CC} $? -o $@ -O
186258
259+$(VP)/t64an : $(TOOL)/t64an.c
260+ ${CC} $? -o $@ -O
261+
187262 $(VP)/tbl2csv : $(TOOL)/tbl2csv.c
188263 ${CC} $? -o $@ -O
189264
@@ -196,9 +271,54 @@ $(VP)/tcpdmpan : $(TOOL)/tcpdmpan.c
196271 $(VP)/test64 : $(TOOL)/test64.c
197272 ${CC} $? -o $@ -O
198273
274+$(VP)/tolower : $(TOOL)/tolower.c
275+ ${CC} $? -o $@ -O
276+
199277 $(VP)/train : $(TOOL)/train.c
200278 ${CC} $? -o $@ -O
201279
280+$(VP)/txt2vnt : $(TOOL)/txt2vnt.c
281+ ${CC} $? -o $@ -O
282+
202283 $(VP)/u2dos : $(TOOL)/u2dos.c
203284 ${CC} $? -o $@ -O
204285
286+$(VP)/upload : $(TOOL)/upload.c
287+ ${CC} $? -o $@ -O
288+
289+$(VP)/wavana : $(TOOL)/wavana.c
290+ ${CC} $? -o $@ -O
291+
292+$(VP)/wavcut2 : $(TOOL)/wavcut2.c
293+ ${CC} $? -o $@ -O
294+
295+$(VP)/wavcut : $(TOOL)/wavcut.c
296+ ${CC} $? -o $@ -O
297+
298+$(VP)/webget : $(TOOL)/webget.c
299+ ${CC} $? -o $@ -O
300+
301+$(VP)/welcome : $(TOOL)/welcome.c
302+ ${CC} $? -o $@
303+
304+$(VP)/whichx : $(TOOL)/which.c
305+ ${CC} $? -o $@ -O
306+
307+$(VP)/wwstat : $(TOOL)/wwstat.c
308+ ${CC} $? -o $@ -O
309+
310+$(VP)/xalloc : $(TOOL)/xalloc.c
311+ ${CC} $? -o $@ -O
312+
313+$(VP)/xmem : $(TOOL)/xmem.c
314+ ${CC} $? -o $@ -O $(XLIB) -lX11 -lm
315+
316+$(VP)/xpkt : $(TOOL)/xpkt.c
317+ ${CC} $? -o $@ -O $(XLIB) -lX11 -lm
318+
319+$(VP)/xpstat : $(TOOL)/xpstat.c
320+ ${CC} $? -o $@ -O $(XLIB) -lX11
321+
322+$(VP)/zusa : $(TOOL)/zusa.c
323+ ${CC} $? -o $@ -O
324+