1 SHELL = /bin/sh
2
3 include $(TINA_LIB_BASEDIR)/user.make
4
5 CFLAGS = $(TINA_COMPILE_FLAGS) -I$(TINA_LIB_BASEDIR)
6
7 LIBRARY = $(TINA_LIB_LIBDIR)/libtinaMedical.a
8
9 .PRECIOUS : $(LIBRARY)
10
11 $(LIBRARY):\
12 $(LIBRARY)(medNorm_base.o)\
13 $(LIBRARY)(medNorm_seq.o)\
14 $(LIBRARY)(medSroi_alloc.o)\
15 $(LIBRARY)(medSroi_io.o)\
16 $(LIBRARY)(medSroi_pca.o)\
17 $(LIBRARY)(medSroi_sample.o)\
18 $(LIBRARY)(medSroi_search.o)\
19 $(LIBRARY)(medStim_alloc.o)\
20 $(LIBRARY)(medStim_calcs.o)\
21 $(LIBRARY)(medStim_corr.o)\
22 $(LIBRARY)(medStim_gamma.o)\
23 $(LIBRARY)(medStim_perm.o)\
24 $(LIBRARY)(medStim_tdata.o)\
25 $(LIBRARY)(medStim_ct_gamma.o)\
26 $(LIBRARY)(medStim_ct_perm.o)\
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.