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)/libtinaImage.a
8
9 .PRECIOUS : $(LIBRARY)
10
11 $(LIBRARY):\
12 $(LIBRARY)(imgColour_convert.o)\
13 $(LIBRARY)(imgColour_segment.o)\
14 $(LIBRARY)(imgEM_estep.o)\
15 $(LIBRARY)(imgEM_grad.o)\
16 $(LIBRARY)(imgEM_max.o)\
17 $(LIBRARY)(imgEM_mix.o)\
18 $(LIBRARY)(imgEM_probs.o)\
19 $(LIBRARY)(imgGen_alloc.o)\
20 $(LIBRARY)(imgGen_get.o)\
21 $(LIBRARY)(imgGen_get_interp.o)\
22 $(LIBRARY)(imgGen_getrast.o)\
23 $(LIBRARY)(imgGen_getvec.o)\
24 $(LIBRARY)(imgGen_put.o)\
25 $(LIBRARY)(imgGen_region.o)\
26 $(LIBRARY)(imgPrc_add.o)\
27 $(LIBRARY)(imgPrc_apply.o)\
28 $(LIBRARY)(imgPrc_aratio.o)\
29 $(LIBRARY)(imgPrc_bshift.o)\
30 $(LIBRARY)(imgPrc_bskel.o)\
31 $(LIBRARY)(imgPrc_combine.o)\
32 $(LIBRARY)(imgPrc_compare.o)\
33 $(LIBRARY)(imgPrc_complexify.o)\
34 $(LIBRARY)(imgPrc_connect.o)\
35 $(LIBRARY)(imgPrc_conv_1d.o)\
36 $(LIBRARY)(imgPrc_conv_prof.o)\
37 $(LIBRARY)(imgPrc_convolve.o)\
38 $(LIBRARY)(imgPrc_create.o)\
39 $(LIBRARY)(imgPrc_crop.o)\
40 $(LIBRARY)(imgPrc_deriv.o)\
41 $(LIBRARY)(imgPrc_erf.o)\
42 $(LIBRARY)(imgPrc_filter.o)\
43 $(LIBRARY)(imgPrc_fireburn.o)\
44 $(LIBRARY)(imgPrc_fourier.o)\
45 $(LIBRARY)(imgPrc_gabor.o)\
46 $(LIBRARY)(imgPrc_gauss.o)\
47 $(LIBRARY)(imgPrc_grad.o)\
48 $(LIBRARY)(imgPrc_hist.o)\
49 $(LIBRARY)(imgPrc_log.o)\
50 $(LIBRARY)(imgPrc_lsf.o)\
51 $(LIBRARY)(imgPrc_median.o)\
52 $(LIBRARY)(imgPrc_median3D.o)\
53 $(LIBRARY)(imgPrc_morph.o)\
54 $(LIBRARY)(imgPrc_noise.o)\
55 $(LIBRARY)(imgPrc_poly.o)\
56 $(LIBRARY)(imgPrc_prof1.o)\
57 $(LIBRARY)(imgPrc_ptr.o)\
58 $(LIBRARY)(imgPrc_quad.o)\
59 $(LIBRARY)(imgPrc_rank.o)\
60 $(LIBRARY)(imgPrc_rot.o)\
61 $(LIBRARY)(imgPrc_sample.o)\
62 $(LIBRARY)(imgPrc_scale.o)\
63 $(LIBRARY)(imgPrc_scat.o)\
64 $(LIBRARY)(imgPrc_shade.o)\
65 $(LIBRARY)(imgPrc_sin.o)\
66 $(LIBRARY)(imgPrc_smooth.o)\
67 $(LIBRARY)(imgPrc_smooth_1d.o)\
68 $(LIBRARY)(imgPrc_spiral.o)\
69 $(LIBRARY)(imgPrc_sqrt.o)\
70 $(LIBRARY)(imgPrc_suptype.o)\
71 $(LIBRARY)(imgPrc_surf.o)\
72 $(LIBRARY)(imgPrc_warp.o)\
73 $(LIBRARY)(imgPrc_window.o)\
74 $(LIBRARY)(imgPrc_zeropad.o)\
75 $(LIBRARY)(imgSeq_alloc.o)\
76 $(LIBRARY)(imgSeq_frame.o)\
77 $(LIBRARY)(imgSeq_imstack.o)\
78 $(LIBRARY)(imgSeq_logic.o)\
79 $(LIBRARY)(imgSeq_slice.o)\
80 $(LIBRARY)(imgSeq_voi.o)
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.