summaryrefslogtreecommitdiff
path: root/math/rlab/patches/patch-ab
blob: 0fb394bb7ad63a5feb85ef3f16c97c29d001cff7 (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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
$NetBSD: patch-ab,v 1.2 2001/02/01 04:44:51 jtb Exp $

--- Makefile.in.orig	Fri Apr 30 14:32:04 1999
+++ Makefile.in
@@ -99,14 +99,14 @@
 # -lfftpack	FFTPACK library (double precision version)
 # -lranlib	RANLIB (random number generation)
 #
-LAPACK = ./flibs/lapack/liblapack.a
-LAPACK_LIB  = -L./flibs/lapack -llapack
+LAPACK = ./flibs/lapack/liblapackrlab.a
+LAPACK_LIB  = -L./flibs/lapack -llapackrlab
 
-BLAS = ./flibs/blas/libblas.a
-BLAS_LIB    = -L./flibs/blas -lblas
+BLAS = ./flibs/blas/libblasrlab.a
+BLAS_LIB    = -L./flibs/blas -lblasrlab
 
-FFTPACK = ./flibs/fftpack/libfftpack.a
-FFTPACK_LIB = -L./flibs/fftpack -lfftpack
+FFTPACK = ./flibs/fftpack/libfftpackrlab.a
+FFTPACK_LIB = -L./flibs/fftpack -lfftpackrlab
 
 Ranlib = ./flibs/ranlib/src/libranlib.a
 RANLIB_LIB  = -L./flibs/ranlib/src -lranlib
@@ -157,7 +157,7 @@
 prefix =        @prefix@
 exec_prefix =   @exec_prefix@
 bindir = 	$(exec_prefix)/bin
-libdir =        $(exec_prefix)/lib
+libdir =        $(exec_prefix)/share
 mand =		$(exec_prefix)/man
 mandir = 	$(exec_prefix)/man/man1
 buildir =       @BUILD_DIR@
@@ -236,7 +236,7 @@
 SRC = 		$(R_SRC) $(F_SRC) $(EXTRA_SRC) $(GNU_SRC) $(CMD_SRC)
 OBJ = 		$(R_OBJ) $(F_OBJ) $(EXTRA_OBJ) $(GNU_OBJ) $(CMD_OBJ)
 
-all:		gc libs rlab
+all:		libs rlab
 
 libs:		$(LAPACK) $(BLAS) $(FFTPACK) $(Ranlib) $(Minpack)
 
@@ -268,7 +268,7 @@
 
 rlab:		$(OBJ)
 		$(F77) $(EXFLAGS) $(CFLAGS) $(DEFS) $(SPECIAL_FLAGS) \
-		$(OBJ) $(R_LIBS) $(PLOT_LIBS) -o rlab
+		$(OBJ) $(LDFLAGS) $(R_LIBS) $(PLOT_LIBS) -o rlab
 
 #
 # Ignore these unless you know what CodeTEST Native for Solaris is.
@@ -301,51 +301,72 @@
 COPYDIR =	rlib toolbox controls-toolbox doc examples .rlab config.h test.r \
 		test.getline test.input Makefile
 
-install:	rlab mkdir
-		-if [ `/bin/pwd` != `(cd ${TOPDIR}; /bin/pwd)` ] ; then \
-		tar cf - ${COPYDIR} [A-Z]* | (cd ${TOPDIR}; umask 022; tar xf - ) ;\
-		fi
-		if test "$(PLOT_PROG)" = "plplot" ; then\
-		  cp misc/plplot.r ${TOPDIR}/rlib/plot.r;\
-		  cd misc/plhelp; tar cf - . | (cd ${RHELPDIR}; umask 022; tar xf - ) ;\
-		fi
-		if test "$(PLOT_PROG)" = "pgplot" ; then\
-		  cp misc/pgplot.r ${TOPDIR}/rlib/plot.r;\
-		  cd misc/pghelp; tar cf - . | (cd ${RHELPDIR}; umask 022; tar xf - ) ;\
+install:	rlab
+		$(BSD_INSTALL_DATA_DIR) $(libdir)/rlab
+		$(BSD_INSTALL_DATA) $(buildir)/.rlab $(libdir)/rlab
+		$(BSD_INSTALL_DATA_DIR) $(libdir)/rlab/rlib
+		@for f in $(buildir)/rlib/*; do \
+			i="$(BSD_INSTALL_DATA) $$f $(libdir)/rlab/rlib/"; \
+			echo $$i; $$i; \
+		done
+		$(BSD_INSTALL_DATA_DIR) $(libdir)/rlab/toolbox
+		@for f in $(buildir)/toolbox/*; do \
+			i="$(BSD_INSTALL_DATA) $$f $(libdir)/rlab/toolbox/"; \
+			echo $$i; $$i; \
+		done
+		$(BSD_INSTALL_DATA_DIR) $(libdir)/rlab/controls-toolbox
+		@for f in $(buildir)/controls-toolbox/*; do \
+			i="$(BSD_INSTALL_DATA) $$f $(libdir)/rlab/controls-toolbox/"; \
+			echo $$i; $$i; \
+		done
+		$(BSD_INSTALL_DATA_DIR) $(libdir)/rlab/help
+		@for f in $(buildir)/doc/help/*; do \
+			i="$(BSD_INSTALL_DATA) $$f $(libdir)/rlab/help/"; \
+			echo $$i; $$i; \
+		done
+		$(BSD_INSTALL_DATA_DIR) $(libdir)/rlab/examples
+		@for f in $(buildir)/examples/* $(buildir)/test.*; do \
+			i="$(BSD_INSTALL_DATA) $$f $(libdir)/rlab/examples/"; \
+			echo $$i; $$i; \
+		done
+		$(BSD_INSTALL_DATA_DIR) $(libdir)/doc/rlab
+		$(BSD_INSTALL_DATA) $(buildir)/doc/rlab-ref.ps $(libdir)/doc/rlab
+		@for f in BUGS PROBLEMS README.Metis README.PGRAF \
+		README.PLPLOT README.SPARSE TODO WHATS.NEW; do \
+			i="$(BSD_INSTALL_DATA) $(buildir)/$$f $(libdir)/doc/rlab/"; \
+			echo $$i; $$i; \
+		done
+		$(BSD_INSTALL_DATA_DIR) $(libdir)/doc/html/rlab
+		@for f in $(buildir)/doc/html/*; do \
+			i="$(BSD_INSTALL_DATA) $$f $(libdir)/doc/html/rlab/"; \
+			echo $$i; $$i; \
+		done
+		if test "$(PLOT_PROG)" = "plplot" ; then \
+		  $(BSD_INSTALL_DATA) $(buildir)/misc/plplot.r $(libdir)/rlab/rlib/plot.r;\
+		  for f in $(buildir)/misc/plhelp/*; do \
+			i="$(BSD_INSTALL_DATA) $$f $(libdir)/rlab/help/"; \
+			echo $$i; $$i; \
+		  done \
 		fi
 		if test "$(PLOT_PROG)" = "gnuplot" ; then\
-		  cp misc/gnuplot.r ${TOPDIR}/rlib/plot.r;\
-		  cp misc/gp-compat.r ${TOPDIR}/rlib/gp-compat.r;\
-		  cd misc/gnuplothelp; tar cf - . | (cd ${RHELPDIR}; umask 022; tar xf - ) ;\
+		  $(BSD_INSTALL_DATA) $(buildir)/misc/gnuplot.r $(libdir)/rlab/rlib/plot.r;\
+		  $(BSD_INSTALL_DATA) $(buildir)/misc/gp-compat.r $(libdir)/rlab/rlib/gp-compat.r;\
+		  for f in $(buildir)/misc/gnuplothelp/*; do \
+			i="$(BSD_INSTALL_DATA) $$f $(libdir)/rlab/help/"; \
+			echo $$i; $$i; \
+		  done \
 		fi
 		if test "$(PLOT_PROG)" = "plotmtv" ; then\
-		  cp misc/plotmtv.r ${TOPDIR}/rlib/plotmtv.r;\
-		fi
-		$(INSTALL_PROGRAM) rlab $(bindir)/rlab-$(VER)
-		if test -x "$(bindir)/rlab2" ; then\
-		  rm -f $(bindir)/rlab2;\
+		  $(BSD_INSTALL_DATA) $(buildir)/misc/plotmtv.r $(libdir)/rlab/rlib/;\
 		fi
+		$(BSD_INSTALL_PROGRAM) $(buildir)/rlab $(bindir)/rlab-$(VER)
 		sed 's@rlab_exec_prefix@$(exec_prefix)@' ./misc/rlab > ./misc/rlab.tmp.0
 		sed 's@rlab_ver_string@$(VER)@' ./misc/rlab.tmp.0 > ./misc/rlab.tmp.1
 		sed 's@plot_dir@$(PLOT_DIR)@' ./misc/rlab.tmp.1 > ./misc/rlab.tmp.2
-		sed 's@plot_prog@$(PLOT_PROG)@' ./misc/rlab.tmp.2 > ./misc/rlab2
+		sed 's@plot_prog@$(PLOT_PROG)@' ./misc/rlab.tmp.2 > ./misc/rlab
 		rm -f ./misc/rlab.tmp.0 ./misc/rlab.tmp.1 ./misc/rlab.tmp.2
-		$(INSTALL_PROGRAM) ./misc/rlab2 $(bindir)/rlab2
-		if test "$(LN)" = "ln" ; then\
-		  @echo "RECOMMENDED YOU MV $(TOPDIR) to $(libdir)/rlab2";\
-		fi
-		if test "$(LN)" = "ln -s" ; then\
-		  if test -r "$(libdir)/rlab2" ; then\
-		    mv $(libdir)/rlab2 $(libdir)/rlab2.old;\
-		  fi;\
-		  cd $(libdir); $(LN) ./rlab-$(VER) ./rlab2;\
-		fi
-		cd $(buildir); $(INSTALL) doc/rlab2.1 $(mandir)/rlab2.1
-
-mkdir:		
-		-mkdir $(exec_prefix) $(bindir) $(libdir) $(mand) \
-			$(mandir) $(TOPDIR) $(RLIBDIR) $(DOCDIR) \
-			$(RHELPDIR) $(TOOLBOX) $(CTOOLBOX)
+		$(BSD_INSTALL_SCRIPT) $(buildir)/misc/rlab $(bindir)
+		$(BSD_INSTALL_MAN) $(buildir)/doc/rlab2.1 $(mandir)/rlab.1
 
 FRC:		
 
@@ -526,22 +547,23 @@
 #
 
 main.o: main.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- mem.h gc/gc.h code.h list.h symbol.h util.h rfile.h rfileio.h mdc.h \
- complex.h bltin.h version.h getopt.h class.h bltin1.h bltin2.h \
- bltin3.h msr.h rfft.h gc/gc_private.h gc/gc_priv.h gc/config.h \
+ mem.h /usr/pkg/include/gc.h code.h list.h symbol.h util.h rfile.h \
+ rfileio.h mdc.h complex.h bltin.h version.h getopt.h class.h bltin1.h \
+ bltin2.h bltin3.h msr.h rfft.h gc/gc_priv.h gc/gcconfig.h \
  gc/gc_hdrs.h fpe.h mathl.h
 init.o: init.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
  symbol.h list.h util.h print.h bltin.h bltin1.h bltin2.h bltin3.h \
  msr.h rfft.h rfileio.h mdc.h complex.h rdl.h msrf2.h
 code.o: code.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- code.h list.h symbol.h class.h mem.h gc/gc.h y.tab.h bltin.h \
- function.h util.h rfile.h mdc.h complex.h
+ code.h list.h symbol.h class.h mem.h /usr/pkg/include/gc.h y.tab.h \
+ bltin.h function.h util.h rfile.h mdc.h complex.h
 symbol.o: symbol.c rlab.h config.h ent.h mds.h mdr.h btree.h \
- listnode.h symbol.h list.h mem.h gc/gc.h function.h util.h
+ listnode.h symbol.h list.h mem.h /usr/pkg/include/gc.h function.h \
+ util.h
 list.o: list.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- util.h list.h mem.h gc/gc.h
+ util.h list.h mem.h /usr/pkg/include/gc.h
 listnode.o: listnode.c rlab.h config.h ent.h mds.h mdr.h btree.h \
- listnode.h mem.h gc/gc.h util.h list.h
+ listnode.h mem.h /usr/pkg/include/gc.h util.h list.h
 op.o: op.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h code.h \
  list.h symbol.h class.h util.h
 opapp.o: opapp.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
@@ -551,118 +573,124 @@
 complex.o: complex.c complex.h rlab.h config.h ent.h mds.h mdr.h \
  btree.h listnode.h util.h list.h mathl.h
 function.o: function.c rlab.h config.h ent.h mds.h mdr.h btree.h \
- listnode.h code.h list.h symbol.h function.h util.h mem.h gc/gc.h
+ listnode.h code.h list.h symbol.h function.h util.h mem.h \
+ /usr/pkg/include/gc.h
 rel.o: rel.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
  code.h list.h symbol.h class.h util.h
 util.o: util.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- code.h list.h symbol.h mem.h gc/gc.h bltin.h mdc.h complex.h \
- function.h sort.h fpe.h
+ code.h list.h symbol.h mem.h /usr/pkg/include/gc.h bltin.h mdc.h \
+ complex.h function.h sort.h fpe.h
 btree.o: btree.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- class.h symbol.h list.h function.h util.h mem.h gc/gc.h
+ class.h symbol.h list.h function.h util.h mem.h /usr/pkg/include/gc.h
 mm.o: mm.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
  complex.h
 misc.o: misc.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h
 fpe.o: fpe.c config.h
 ent.o: ent.c ent.h mds.h rlab.h config.h listnode.h mdr.h btree.h \
- class.h mem.h gc/gc.h util.h list.h
+ class.h mem.h /usr/pkg/include/gc.h util.h list.h
 mathl.o: mathl.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
  mathl.h complex.h util.h list.h
 rfileio.o: rfileio.c rlab.h config.h ent.h mds.h mdr.h btree.h \
- listnode.h class.h symbol.h list.h bltin.h mem.h gc/gc.h util.h mdc.h \
- complex.h msr.h msc.h mathl.h
+ listnode.h class.h symbol.h list.h bltin.h mem.h \
+ /usr/pkg/include/gc.h util.h mdc.h complex.h msr.h msc.h mathl.h
 mdr.o: mdr.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- mem.h gc/gc.h mdrf2.h mdrf1.h mdc.h complex.h util.h list.h bltin1.h \
- bltin.h mathl.h fi.h bl.h
+ mem.h /usr/pkg/include/gc.h mdrf2.h mdrf1.h mdc.h complex.h util.h \
+ list.h bltin1.h bltin.h mathl.h fi.h bl.h
 class.o: class.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- util.h list.h class.h mem.h gc/gc.h bltin.h function.h mdrf1.h mdc.h \
- complex.h mdcf1.h mdr_mdc.h mdsf1.h mdr_mds.h msr.h msrf1.h msrf2.h \
- msc.h mscf1.h mscf2.h
+ util.h list.h class.h mem.h /usr/pkg/include/gc.h bltin.h function.h \
+ mdrf1.h mdc.h complex.h mdcf1.h mdr_mdc.h mdsf1.h mdr_mds.h msr.h \
+ msrf1.h msrf2.h msc.h mscf1.h mscf2.h
 diss.o: diss.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
  code.h list.h symbol.h bltin.h print.h util.h
 mdc.o: mdc.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- mem.h gc/gc.h mdc.h complex.h mdcf2.h mdcf1.h mdr_mdc.h util.h list.h \
- bltin1.h bltin.h bl.h fi.h
+ mem.h /usr/pkg/include/gc.h mdc.h complex.h mdcf2.h mdcf1.h mdr_mdc.h \
+ util.h list.h bltin1.h bltin.h bl.h fi.h
 mdr_mdc.o: mdr_mdc.c rlab.h config.h ent.h mds.h mdr.h btree.h \
- listnode.h mem.h gc/gc.h mdrf1.h mdrf2.h mdc.h complex.h mdcf1.h \
- mdcf2.h util.h list.h
+ listnode.h mem.h /usr/pkg/include/gc.h mdrf1.h mdrf2.h mdc.h \
+ complex.h mdcf1.h mdcf2.h util.h list.h
 mds.o: mds.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- mem.h gc/gc.h util.h list.h bltin1.h bltin.h
+ mem.h /usr/pkg/include/gc.h util.h list.h bltin1.h bltin.h
 mdr_mds.o: mdr_mds.c rlab.h config.h ent.h mds.h mdr.h btree.h \
- listnode.h mem.h gc/gc.h util.h list.h
+ listnode.h mem.h /usr/pkg/include/gc.h util.h list.h
 rfile.o: rfile.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- symbol.h list.h mem.h gc/gc.h util.h
+ symbol.h list.h mem.h /usr/pkg/include/gc.h util.h rfile.h
 bltin.o: bltin.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- symbol.h list.h mem.h gc/gc.h bltin.h util.h mathl.h complex.h \
- class.h rfileio.h mdc.h
+ symbol.h list.h mem.h /usr/pkg/include/gc.h bltin.h util.h mathl.h \
+ complex.h class.h rfileio.h mdc.h
 bltin1.o: bltin1.c rlab.h config.h ent.h mds.h mdr.h btree.h \
- listnode.h mem.h gc/gc.h bltin.h list.h util.h class.h rfileio.h \
- mdc.h complex.h mathl.h btreef1.h function.h mdrf1.h mdcf1.h \
- mdr_mdc.h mdsf1.h mdr_mds.h msr.h msrf1.h msc.h mscf1.h
+ listnode.h mem.h /usr/pkg/include/gc.h bltin.h list.h util.h class.h \
+ rfileio.h mdc.h complex.h mathl.h btreef1.h function.h mdrf1.h \
+ mdcf1.h mdr_mdc.h mdsf1.h mdr_mds.h msr.h msrf1.h msc.h mscf1.h
 mdrf1.o: mdrf1.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- mem.h gc/gc.h mdc.h complex.h util.h list.h mdrf1.h mathl.h symbol.h \
- sort.h
+ mem.h /usr/pkg/include/gc.h mdc.h complex.h util.h list.h mdrf1.h \
+ mathl.h symbol.h sort.h
 print.o: print.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- symbol.h list.h bltin.h mem.h gc/gc.h util.h rfileio.h mdc.h \
- complex.h class.h scan.h
+ symbol.h list.h bltin.h mem.h /usr/pkg/include/gc.h util.h rfileio.h \
+ mdc.h complex.h class.h scan.h
 getline.o: getline.c rlab.h config.h ent.h mds.h mdr.h btree.h \
- listnode.h symbol.h list.h mem.h gc/gc.h bltin.h util.h scan.h \
- print.h class.h rfileio.h mdc.h complex.h
+ listnode.h symbol.h list.h mem.h /usr/pkg/include/gc.h bltin.h util.h \
+ scan.h print.h class.h rfileio.h mdc.h complex.h
 random.o: random.c rlab.h config.h ent.h mds.h mdr.h btree.h \
  listnode.h bltin.h list.h util.h class.h symbol.h random.h fi.h \
  mdrf1.h
 mdcf1.o: mdcf1.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- mem.h gc/gc.h mdc.h complex.h util.h list.h symbol.h mathl.h sort.h
+ mem.h /usr/pkg/include/gc.h mdc.h complex.h util.h list.h symbol.h \
+ mathl.h sort.h
 mdsf1.o: mdsf1.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- mem.h gc/gc.h util.h list.h symbol.h mathl.h complex.h sort.h
+ mem.h /usr/pkg/include/gc.h util.h list.h symbol.h mathl.h complex.h \
+ sort.h
 bltin2.o: bltin2.c rlab.h config.h ent.h mds.h mdr.h btree.h \
- listnode.h mem.h gc/gc.h bltin.h list.h util.h class.h rfileio.h \
- mdc.h complex.h mathl.h function.h mdrf1.h mdrf2.h mdcf1.h mdcf2.h \
- mdr_mdc.h mdsf1.h mdr_mds.h msr.h msrf1.h msrf2.h msc.h mscf1.h \
- mscf2.h
+ listnode.h mem.h /usr/pkg/include/gc.h bltin.h list.h util.h class.h \
+ rfileio.h mdc.h complex.h mathl.h function.h mdrf1.h mdrf2.h mdcf1.h \
+ mdcf2.h mdr_mdc.h mdsf1.h mdr_mds.h msr.h msrf1.h msrf2.h msc.h \
+ mscf1.h mscf2.h
 mdrf2.o: mdrf2.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- mem.h gc/gc.h symbol.h list.h mdrf1.h mdc.h complex.h util.h mathl.h \
- fi.h lp.h bl.h
+ mem.h /usr/pkg/include/gc.h symbol.h list.h mdrf1.h mdc.h complex.h \
+ util.h mathl.h fi.h lp.h bl.h
 mdcf2.o: mdcf2.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- mem.h gc/gc.h symbol.h list.h mdc.h complex.h mdcf1.h util.h mathl.h \
- fi.h lp.h bl.h
+ mem.h /usr/pkg/include/gc.h symbol.h list.h mdc.h complex.h mdcf1.h \
+ util.h mathl.h fi.h lp.h bl.h
 rfft.o: rfft.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- mem.h gc/gc.h symbol.h list.h bltin.h mdc.h complex.h util.h class.h \
- rfileio.h function.h mdrf1.h mdrf2.h mdcf1.h mdcf2.h mdr_mdc.h \
- mdsf1.h mdr_mds.h msr.h msrf1.h msc.h mscf1.h fftp.h fi.h
+ mem.h /usr/pkg/include/gc.h symbol.h list.h bltin.h mdc.h complex.h \
+ util.h class.h rfileio.h function.h mdrf1.h mdrf2.h mdcf1.h mdcf2.h \
+ mdr_mdc.h mdsf1.h mdr_mds.h msr.h msrf1.h msc.h mscf1.h fftp.h fi.h
 sort.o: sort.c
 r_plot.o: r_plot.c config.h
 rstring.o: rstring.c
 rdl.o: rdl.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- symbol.h list.h bltin.h class.h util.h mem.h gc/gc.h
+ symbol.h list.h bltin.h class.h util.h mem.h /usr/pkg/include/gc.h
 odei.o: odei.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- class.h symbol.h list.h mem.h gc/gc.h mdrf1.h bltin.h util.h mathl.h \
- complex.h function.h lp.h fi.h odei.h
+ class.h symbol.h list.h mem.h /usr/pkg/include/gc.h mdrf1.h bltin.h \
+ util.h mathl.h complex.h function.h lp.h fi.h odei.h
 btreef1.o: btreef1.c rlab.h config.h ent.h mds.h mdr.h btree.h \
- listnode.h class.h symbol.h list.h function.h util.h mem.h gc/gc.h
+ listnode.h class.h symbol.h list.h function.h util.h mem.h \
+ /usr/pkg/include/gc.h
 msr.o: msr.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- mem.h gc/gc.h msr.h util.h list.h bltin1.h bltin.h mathl.h complex.h \
- fi.h sparse.h
+ mem.h /usr/pkg/include/gc.h msr.h util.h list.h bltin1.h bltin.h \
+ mathl.h complex.h fi.h sparse.h
 msrf1.o: msrf1.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- mem.h gc/gc.h msr.h msc.h mdc.h complex.h mscf1.h mdrf1.h util.h \
- list.h symbol.h sort.h mathl.h fi.h sparse.h
+ mem.h /usr/pkg/include/gc.h msr.h msc.h mdc.h complex.h mscf1.h \
+ mdrf1.h util.h list.h symbol.h sort.h mathl.h fi.h sparse.h
 bltin3.o: bltin3.c rlab.h config.h ent.h mds.h mdr.h btree.h \
- listnode.h mem.h gc/gc.h bltin.h list.h util.h class.h rfileio.h \
- mdc.h complex.h function.h mdrf1.h mdrf2.h mdcf1.h mdcf2.h mdr_mdc.h \
- mdsf1.h mdr_mds.h msr.h msrf1.h msrf2.h msc.h mscf1.h mscf2.h
+ listnode.h mem.h /usr/pkg/include/gc.h bltin.h list.h util.h class.h \
+ rfileio.h mdc.h complex.h function.h mdrf1.h mdrf2.h mdcf1.h mdcf2.h \
+ mdr_mdc.h mdsf1.h mdr_mds.h msr.h msrf1.h msrf2.h msc.h mscf1.h \
+ mscf2.h
 msc.o: msc.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- mem.h gc/gc.h msr.h msrf1.h mdc.h complex.h msc.h mdr_mdc.h util.h \
- list.h bltin1.h bltin.h mathl.h fi.h sparse.h
+ mem.h /usr/pkg/include/gc.h msr.h msrf1.h mdc.h complex.h msc.h \
+ mdr_mdc.h util.h list.h bltin1.h bltin.h mathl.h fi.h sparse.h
 mscf1.o: mscf1.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- mem.h gc/gc.h msr.h msrf1.h mdc.h complex.h msc.h mdr_mdc.h util.h \
- list.h symbol.h sort.h mathl.h fi.h sparse.h
+ mem.h /usr/pkg/include/gc.h msr.h msrf1.h mdc.h complex.h msc.h \
+ mdr_mdc.h util.h list.h symbol.h sort.h mathl.h fi.h sparse.h
 msrf2.o: msrf2.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- mem.h gc/gc.h msr.h msrf1.h mdc.h complex.h msc.h mscf1.h mscf2.h \
- mdrf1.h util.h list.h symbol.h sort.h mathl.h class.h fi.h sparse.h \
- mdrf2.h
+ mem.h /usr/pkg/include/gc.h msr.h msrf1.h mdc.h complex.h msc.h \
+ mscf1.h mscf2.h mdrf1.h util.h list.h symbol.h sort.h mathl.h class.h \
+ fi.h sparse.h mdrf2.h
 mscf2.o: mscf2.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- class.h mem.h gc/gc.h msr.h msc.h mdc.h complex.h mscf1.h mdr_mdc.h \
- mdcf1.h util.h list.h symbol.h sort.h fi.h sparse.h mdcf2.h
+ class.h mem.h /usr/pkg/include/gc.h msr.h msc.h mdc.h complex.h \
+ mscf1.h mdr_mdc.h mdcf1.h util.h list.h symbol.h sort.h fi.h sparse.h \
+ mdcf2.h
 r_pgplot.o: r_pgplot.c config.h
-getopt.o: getopt.c
+getopt.o: getopt.c getopt.h
 getopt1.o: getopt1.c getopt.h
 alloca.o: alloca.c