| 23 |
|
|
| 24 |
|
STDOBJ = fgetline.o fropen.o linregr.o xf.o mat4.o invmat4.o fvect.o urand.o \ |
| 25 |
|
urind.o calexpr.o caldefn.o calfunc.o calprnt.o biggerlib.o multisamp.o \ |
| 26 |
< |
unix_process.o process.o getpath.o error.o savestr.o savqstr.o \ |
| 27 |
< |
badarg.o fgetword.o words.o expandarg.o wordfile.o fgetval.o \ |
| 26 |
> |
unix_process.o process.o gethomedir.o getpath.o error.o savestr.o \ |
| 27 |
> |
savqstr.o badarg.o fgetword.o words.o expandarg.o wordfile.o fgetval.o \ |
| 28 |
|
clip.o plocate.o eputs.o wputs.o quit.o lookup.o \ |
| 29 |
|
loadvars.o tcos.o fputword.o chanvalue.o dircode.o paths.o |
| 30 |
|
|
| 42 |
|
mv librt.a ../lib/librt.a |
| 43 |
|
|
| 44 |
|
install: all |
| 45 |
< |
cd $(LIBDIR) ; rm -f $(LIBFILES) |
| 45 |
> |
cd $(LIBDIR) && rm -f $(LIBFILES) |
| 46 |
|
cp $(LIBFILES) $(LIBDIR) |
| 47 |
|
|
| 48 |
|
clean: |