5 include ../../Makefile.incl
11 @echo "Type \"make tests\" in tests directory"
12 @echo " to test the distribution"
13 @echo " SEE THE README FILE (IMPORTANT) "
16 $(SCIDIR)/bin/scilab -nwni -nb -f maketests.sce
19 $(RM) *.dia tmp.* get_examples.log *.graph so_locations
20 $(RM) foo* test.wav one_man.tst test_macro_exec asave results *.bin
21 $(RM) -r .libs libintertest.o libintertest.s* libintertest.la \
22 libintertest.lo addinter.o addinter.lo
26 FFLAGS = $(FC_OPTIONS) $(FC_PICFLAGS)
32 externals.o: externals.f
33 $(FC) $(FFLAGS) -c externals.f -o externals.o