1 | # file Makefile |
---|
2 | # ======== |
---|
3 | # |
---|
4 | # version 8, 16-Feb-2000 |
---|
5 | # |
---|
6 | # Makefile of directory $SH_SOURCE/foreign |
---|
7 | # K. Stammler, 7-Mar-95 |
---|
8 | |
---|
9 | CFLAGS = $(SH_CCOPTIONS) -I.. -DBASECNST=\"basecnst.h\" -Dsparc=1 |
---|
10 | CC = $(SH_COMPILER) |
---|
11 | LD = $(SH_COMPILER) |
---|
12 | RANLIB = $(SH_RANLIB) |
---|
13 | LDFLAGS = -L/usr/local/X11/lib |
---|
14 | LIBS = -lm -lX |
---|
15 | |
---|
16 | LIB_FRGN = ${SH_LIB}libfrgn.a |
---|
17 | LIB_FRGN_SRCS = f2c.c gsedata.c lineparse.c sh_ah.c sh_gse.c sh_gse2.c \ |
---|
18 | sh_len.c sh_neic.c shfrgn.c |
---|
19 | |
---|
20 | #LIB_FRGN_OBJS = $(LIB_FRGN_SRCS:%.c=%.o) |
---|
21 | LIB_FRGN_OBJS = $(LIB_FRGN_SRCS:.c=.o) |
---|
22 | |
---|
23 | |
---|
24 | all: |
---|
25 | @echo $(LIB_FRGN_OBJS); make $(LIB_FRGN) |
---|
26 | |
---|
27 | |
---|
28 | $(LIB_FRGN): $(LIB_FRGN_OBJS) |
---|
29 | ar r $@ $(LIB_FRGN_OBJS); $(RANLIB) $@ |
---|
30 | |
---|
31 | |
---|
32 | clean: |
---|
33 | @rm $(LIB_FRGN_OBJS) *% |
---|
34 | |
---|
35 | |
---|
36 | depend: |
---|
37 | makedepend -s "# DO NOT DELETE" -- $(CFLAGS) -- $(LIB_FRGN_SRCS) |
---|
38 | |
---|
39 | |
---|
40 | |
---|
41 | # DO NOT DELETE |
---|
42 | |
---|
43 | f2c.o: f2c.h |
---|
44 | gsedata.o: /usr/include/stdio.h /usr/include/features.h |
---|
45 | gsedata.o: /usr/include/sys/cdefs.h /usr/include/gnu/stubs.h |
---|
46 | gsedata.o: /usr/lib/gcc-lib/i586-suse-linux/3.3.5/include/stddef.h |
---|
47 | gsedata.o: /usr/include/bits/types.h /usr/include/bits/wordsize.h |
---|
48 | gsedata.o: /usr/include/bits/typesizes.h /usr/include/libio.h |
---|
49 | gsedata.o: /usr/include/_G_config.h /usr/include/wchar.h |
---|
50 | gsedata.o: /usr/include/bits/wchar.h /usr/include/gconv.h |
---|
51 | gsedata.o: /usr/lib/gcc-lib/i586-suse-linux/3.3.5/include/stdarg.h |
---|
52 | gsedata.o: /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h |
---|
53 | gsedata.o: /usr/include/string.h ../basecnst.h /usr/include/stdlib.h |
---|
54 | gsedata.o: ../sysbase.h ../fousrdef.h lineparse.h gsedata.h f2c.h |
---|
55 | lineparse.o: /usr/include/stdio.h /usr/include/features.h |
---|
56 | lineparse.o: /usr/include/sys/cdefs.h /usr/include/gnu/stubs.h |
---|
57 | lineparse.o: /usr/lib/gcc-lib/i586-suse-linux/3.3.5/include/stddef.h |
---|
58 | lineparse.o: /usr/include/bits/types.h /usr/include/bits/wordsize.h |
---|
59 | lineparse.o: /usr/include/bits/typesizes.h /usr/include/libio.h |
---|
60 | lineparse.o: /usr/include/_G_config.h /usr/include/wchar.h |
---|
61 | lineparse.o: /usr/include/bits/wchar.h /usr/include/gconv.h |
---|
62 | lineparse.o: /usr/lib/gcc-lib/i586-suse-linux/3.3.5/include/stdarg.h |
---|
63 | lineparse.o: /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h |
---|
64 | lineparse.o: /usr/include/string.h ../basecnst.h ../sysbase.h ../fousrdef.h |
---|
65 | lineparse.o: lineparse.h |
---|
66 | sh_ah.o: /usr/include/stdio.h /usr/include/features.h |
---|
67 | sh_ah.o: /usr/include/sys/cdefs.h /usr/include/gnu/stubs.h |
---|
68 | sh_ah.o: /usr/lib/gcc-lib/i586-suse-linux/3.3.5/include/stddef.h |
---|
69 | sh_ah.o: /usr/include/bits/types.h /usr/include/bits/wordsize.h |
---|
70 | sh_ah.o: /usr/include/bits/typesizes.h /usr/include/libio.h |
---|
71 | sh_ah.o: /usr/include/_G_config.h /usr/include/wchar.h |
---|
72 | sh_ah.o: /usr/include/bits/wchar.h /usr/include/gconv.h |
---|
73 | sh_ah.o: /usr/lib/gcc-lib/i586-suse-linux/3.3.5/include/stdarg.h |
---|
74 | sh_ah.o: /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h |
---|
75 | sh_ah.o: /usr/include/string.h /usr/include/ctype.h /usr/include/endian.h |
---|
76 | sh_ah.o: /usr/include/bits/endian.h /usr/include/math.h |
---|
77 | sh_ah.o: /usr/include/bits/huge_val.h /usr/include/bits/mathdef.h |
---|
78 | sh_ah.o: /usr/include/bits/mathcalls.h ../basecnst.h ../sysbase.h |
---|
79 | sh_ah.o: ../fousrdef.h ../tcusrdef.h sh_ah.h |
---|
80 | sh_gse.o: /usr/include/stdio.h /usr/include/features.h |
---|
81 | sh_gse.o: /usr/include/sys/cdefs.h /usr/include/gnu/stubs.h |
---|
82 | sh_gse.o: /usr/lib/gcc-lib/i586-suse-linux/3.3.5/include/stddef.h |
---|
83 | sh_gse.o: /usr/include/bits/types.h /usr/include/bits/wordsize.h |
---|
84 | sh_gse.o: /usr/include/bits/typesizes.h /usr/include/libio.h |
---|
85 | sh_gse.o: /usr/include/_G_config.h /usr/include/wchar.h |
---|
86 | sh_gse.o: /usr/include/bits/wchar.h /usr/include/gconv.h |
---|
87 | sh_gse.o: /usr/lib/gcc-lib/i586-suse-linux/3.3.5/include/stdarg.h |
---|
88 | sh_gse.o: /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h |
---|
89 | sh_gse.o: /usr/include/string.h ../basecnst.h /usr/include/stdlib.h |
---|
90 | sh_gse.o: ../sysbase.h ../fousrdef.h ../tcusrdef.h sh_gse.h |
---|
91 | sh_gse2.o: /usr/include/stdio.h /usr/include/features.h |
---|
92 | sh_gse2.o: /usr/include/sys/cdefs.h /usr/include/gnu/stubs.h |
---|
93 | sh_gse2.o: /usr/lib/gcc-lib/i586-suse-linux/3.3.5/include/stddef.h |
---|
94 | sh_gse2.o: /usr/include/bits/types.h /usr/include/bits/wordsize.h |
---|
95 | sh_gse2.o: /usr/include/bits/typesizes.h /usr/include/libio.h |
---|
96 | sh_gse2.o: /usr/include/_G_config.h /usr/include/wchar.h |
---|
97 | sh_gse2.o: /usr/include/bits/wchar.h /usr/include/gconv.h |
---|
98 | sh_gse2.o: /usr/lib/gcc-lib/i586-suse-linux/3.3.5/include/stdarg.h |
---|
99 | sh_gse2.o: /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h |
---|
100 | sh_gse2.o: /usr/include/string.h ../basecnst.h /usr/include/stdlib.h |
---|
101 | sh_gse2.o: ../sysbase.h ../fousrdef.h ../tcusrdef.h gsedata.h sh_gse2.h |
---|
102 | sh_len.o: /usr/include/stdio.h /usr/include/features.h |
---|
103 | sh_len.o: /usr/include/sys/cdefs.h /usr/include/gnu/stubs.h |
---|
104 | sh_len.o: /usr/lib/gcc-lib/i586-suse-linux/3.3.5/include/stddef.h |
---|
105 | sh_len.o: /usr/include/bits/types.h /usr/include/bits/wordsize.h |
---|
106 | sh_len.o: /usr/include/bits/typesizes.h /usr/include/libio.h |
---|
107 | sh_len.o: /usr/include/_G_config.h /usr/include/wchar.h |
---|
108 | sh_len.o: /usr/include/bits/wchar.h /usr/include/gconv.h |
---|
109 | sh_len.o: /usr/lib/gcc-lib/i586-suse-linux/3.3.5/include/stdarg.h |
---|
110 | sh_len.o: /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h |
---|
111 | sh_len.o: /usr/include/string.h /usr/include/stdlib.h /usr/include/ctype.h |
---|
112 | sh_len.o: /usr/include/endian.h /usr/include/bits/endian.h ../basecnst.h |
---|
113 | sh_len.o: ../sysbase.h ../fousrdef.h ../tcusrdef.h ../utusrdef.h sh_len.h |
---|
114 | sh_neic.o: /usr/include/stdio.h /usr/include/features.h |
---|
115 | sh_neic.o: /usr/include/sys/cdefs.h /usr/include/gnu/stubs.h |
---|
116 | sh_neic.o: /usr/lib/gcc-lib/i586-suse-linux/3.3.5/include/stddef.h |
---|
117 | sh_neic.o: /usr/include/bits/types.h /usr/include/bits/wordsize.h |
---|
118 | sh_neic.o: /usr/include/bits/typesizes.h /usr/include/libio.h |
---|
119 | sh_neic.o: /usr/include/_G_config.h /usr/include/wchar.h |
---|
120 | sh_neic.o: /usr/include/bits/wchar.h /usr/include/gconv.h |
---|
121 | sh_neic.o: /usr/lib/gcc-lib/i586-suse-linux/3.3.5/include/stdarg.h |
---|
122 | sh_neic.o: /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h |
---|
123 | sh_neic.o: /usr/include/string.h /usr/include/math.h |
---|
124 | sh_neic.o: /usr/include/bits/huge_val.h /usr/include/bits/mathdef.h |
---|
125 | sh_neic.o: /usr/include/bits/mathcalls.h ../basecnst.h ../sysbase.h |
---|
126 | sh_neic.o: ../fousrdef.h ../tcusrdef.h ../qfusrdef.h ../dfqentry.h sh_neic.h |
---|
127 | shfrgn.o: /usr/include/stdio.h /usr/include/features.h |
---|
128 | shfrgn.o: /usr/include/sys/cdefs.h /usr/include/gnu/stubs.h |
---|
129 | shfrgn.o: /usr/lib/gcc-lib/i586-suse-linux/3.3.5/include/stddef.h |
---|
130 | shfrgn.o: /usr/include/bits/types.h /usr/include/bits/wordsize.h |
---|
131 | shfrgn.o: /usr/include/bits/typesizes.h /usr/include/libio.h |
---|
132 | shfrgn.o: /usr/include/_G_config.h /usr/include/wchar.h |
---|
133 | shfrgn.o: /usr/include/bits/wchar.h /usr/include/gconv.h |
---|
134 | shfrgn.o: /usr/lib/gcc-lib/i586-suse-linux/3.3.5/include/stdarg.h |
---|
135 | shfrgn.o: /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h |
---|
136 | shfrgn.o: ../basecnst.h ../sysbase.h ../fousrdef.h ../shconst.h shfrgn.h |
---|
137 | shfrgn.o: sh_neic.h sh_gse.h sh_ah.h sh_len.h sh_gse2.h |
---|