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)/libtinaSys.a
8
9 .PRECIOUS : $(LIBRARY)
10
11 $(LIBRARY):\
12 $(LIBRARY)(sysGen_error.o)\
13 $(LIBRARY)(sysGen_fmt_vtype.o)\
14 $(LIBRARY)(sysGen_format.o)\
15 $(LIBRARY)(sysGen_help.o)\
16 $(LIBRARY)(sysGen_messages.o)\
17 $(LIBRARY)(sysGen_mprintf.o)\
18 $(LIBRARY)(sysGen_null.o)\
19 $(LIBRARY)(sysGen_pipe_read.o)\
20 $(LIBRARY)(sysGen_string.o)\
21 $(LIBRARY)(sysGen_swap.o)\
22 $(LIBRARY)(sysGen_var.o)\
23 $(LIBRARY)(sysGph_cliques.o)\
24 $(LIBRARY)(sysGph_graph.o)\
25 $(LIBRARY)(sysLst_dd.o)\
26 $(LIBRARY)(sysLst_ddstr.o)\
27 $(LIBRARY)(sysLst_list.o)\
28 $(LIBRARY)(sysLst_match.o)\
29 $(LIBRARY)(sysLst_prop.o)\
30 $(LIBRARY)(sysLst_rec.o)\
31 $(LIBRARY)(sysLst_sort.o)\
32 $(LIBRARY)(sysLst_strings.o)\
33 $(LIBRARY)(sysLst_util.o)\
34 $(LIBRARY)(sysMem_ccopy.o)\
35 $(LIBRARY)(sysMem_dcopy.o)\
36 $(LIBRARY)(sysMem_dynamic_n.o)\
37 $(LIBRARY)(sysMem_dynamic_n_ts.o)\
38 $(LIBRARY)(sysMem_dynamic_v.o)\
39 $(LIBRARY)(sysMem_fcopy.o)\
40 $(LIBRARY)(sysMem_icopy.o)\
41 $(LIBRARY)(sysMem_ralloc.o)\
42 $(LIBRARY)(sysTyp_generic.o)\
43 $(LIBRARY)(sysTyp_pair.o)
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.