merge the formfield patch from ooo-build
[ooovba.git] / dmake / unix / sysvr3 / make.sh
blobadbf1672b6e2ee78c969a034d3f410b8acbd931c
1 mkdir objects
2 gcc -c -I. -Iunix -Iunix/sysvr3 -O infer.c
3 mv infer.o objects
4 gcc -c -I. -Iunix -Iunix/sysvr3 -O make.c
5 mv make.o objects
6 gcc -c -I. -Iunix -Iunix/sysvr3 -O stat.c
7 mv stat.o objects
8 gcc -c -I. -Iunix -Iunix/sysvr3 -O expand.c
9 mv expand.o objects
10 gcc -c -I. -Iunix -Iunix/sysvr3 -O dmstring.c
11 mv dmstring.o objects
12 gcc -c -I. -Iunix -Iunix/sysvr3 -O hash.c
13 mv hash.o objects
14 gcc -c -I. -Iunix -Iunix/sysvr3 -O dag.c
15 mv dag.o objects
16 gcc -c -I. -Iunix -Iunix/sysvr3 -O dmake.c
17 mv dmake.o objects
18 gcc -c -I. -Iunix -Iunix/sysvr3 -O path.c
19 mv path.o objects
20 gcc -c -I. -Iunix -Iunix/sysvr3 -O imacs.c
21 mv imacs.o objects
22 gcc -c -I. -Iunix -Iunix/sysvr3 -O sysintf.c
23 mv sysintf.o objects
24 gcc -c -I. -Iunix -Iunix/sysvr3 -O parse.c
25 mv parse.o objects
26 gcc -c -I. -Iunix -Iunix/sysvr3 -O getinp.c
27 mv getinp.o objects
28 gcc -c -I. -Iunix -Iunix/sysvr3 -O quit.c
29 mv quit.o objects
30 gcc -c -I. -Iunix -Iunix/sysvr3 -O state.c
31 mv state.o objects
32 gcc -c -I. -Iunix -Iunix/sysvr3 -O dmdump.c
33 mv dmdump.o objects
34 gcc -c -I. -Iunix -Iunix/sysvr3 -O macparse.c
35 mv macparse.o objects
36 gcc -c -I. -Iunix -Iunix/sysvr3 -O rulparse.c
37 mv rulparse.o objects
38 gcc -c -I. -Iunix -Iunix/sysvr3 -O percent.c
39 mv percent.o objects
40 gcc -c -I. -Iunix -Iunix/sysvr3 -O function.c
41 mv function.o objects
42 gcc -c -I. -Iunix -Iunix/sysvr3 -O unix/arlib.c
43 mv arlib.o objects
44 gcc -c -I. -Iunix -Iunix/sysvr3 -O unix/dirbrk.c
45 mv dirbrk.o objects
46 gcc -c -I. -Iunix -Iunix/sysvr3 -O unix/rmprq.c
47 mv rmprq.o objects
48 gcc -c -I. -Iunix -Iunix/sysvr3 -O unix/ruletab.c
49 mv ruletab.o objects
50 gcc -c -I. -Iunix -Iunix/sysvr3 -O unix/runargv.c
51 mv runargv.o objects
52 gcc -c -I. -Iunix -Iunix/sysvr3 -O unix/dcache.c
53 mv dcache.o objects
54 gcc -O -o dmake objects/infer.o objects/make.o objects/stat.o objects/expand.o \
55 objects/dmstring.o objects/hash.o objects/dag.o objects/dmake.o objects/path.o \
56 objects/imacs.o objects/sysintf.o objects/parse.o objects/getinp.o \
57 objects/quit.o objects/state.o objects/dmdump.o objects/macparse.o \
58 objects/rulparse.o objects/percent.o objects/function.o objects/arlib.o \
59 objects/dirbrk.o objects/rmprq.o objects/ruletab.o objects/runargv.o objects/dcache.o
60 cp unix/sysvr3/template.mk startup/config.mk