Resolve many build warnings
[oweals/cde.git] / cde / lib / tt / lib / util / Imakefile
1 XCOMM $XConsortium: Imakefile /main/9 1996/08/29 16:11:24 barstow $
2 #define DoNormalLib     NormalLibTt
3 #define DoSharedLib     SharedLibTt
4 #define DoDebugLib      DebugLibTt
5 #define DoProfileLib    ProfileLibTt
6 #define LibName         tt
7 #define SoRev           SOTTREV
8 #define LibHeaders      NO
9 #define LibCreate       NO
10
11 #define CplusplusSource YES
12 DEPEND_DEFINES = $(CXXDEPENDINCLUDES)
13
14 #include <Threads.tmpl>
15
16 #include "../../tooltalk.tmpl"
17
18 DEFINES =
19 INCLUDES = -I../../lib
20
21 #ifdef RsArchitecture
22 /* To get definitions of iswprint and iswspace */
23 CXXEXTRA_DEFINES = -D_ILS_MACROS
24 #endif
25
26 /*** NOTE!
27  *** Every time a .o is added below it needs to be added to
28  *** the lib/tt/lib Imakefile in UTIL_OBJS and SHARED_UTIL_OBJS
29  ***/
30
31 SRCS =  copyright.C                         tt_map_entry_utils.C \
32         tt_Xlib.C                           tt_new.C \
33         tt_audit.C                          tt_new_ptr.C \
34         tt_base64.C                         tt_object.C \
35         tt_enumname.C                       tt_object_list.C \
36         tt_file_system.C                    tt_object_table.C \
37         tt_file_system_entry_utils.C        tt_path.C \
38         tt_gettext.C                        tt_port.C \
39         tt_global_env.C                     tt_string.C \
40         tt_host.C                           tt_string_map.C \
41         tt_host_equiv.C                     tt_string_map_utils.C \
42         tt_host_equiv_utils.C               tt_string_match.C \
43         tt_host_utils.C                     tt_threadspecific.C \
44         tt_int_rec.C                        tt_trace.C \
45         tt_iostream.C                       tt_trace_parser.C \
46         tt_ldpath.C                         tt_trace_stream.C \
47         tt_log.C                            tt_tracefile_parse.C \
48         tt_map_entry.C                      tt_xdr_utils.C \
49         tt_entry_pt.C
50
51 OBJS =  copyright.o                         tt_map_entry_utils.o \
52         tt_Xlib.o                           tt_new.o \
53         tt_audit.o                          tt_new_ptr.o \
54         tt_base64.o                         tt_object.o \
55         tt_enumname.o                       tt_object_list.o \
56         tt_file_system.o                    tt_object_table.o \
57         tt_file_system_entry_utils.o        tt_path.o \
58         tt_gettext.o                        tt_port.o \
59         tt_global_env.o                     tt_string.o \
60         tt_host.o                           tt_string_map.o \
61         tt_host_equiv.o                     tt_string_map_utils.o \
62         tt_host_equiv_utils.o               tt_string_match.o \
63         tt_host_utils.o                     tt_threadspecific.o \
64         tt_int_rec.o                        tt_trace.o \
65         tt_iostream.o                       tt_trace_parser.o \
66         tt_ldpath.o                         tt_trace_stream.o \
67         tt_log.o                            tt_tracefile_parse.o \
68         tt_map_entry.o                      tt_xdr_utils.o \
69         tt_entry_pt.o
70
71
72 #include <Library.tmpl>
73
74 SpecialCplusplusLibObjectRule(copyright,,$(TT_VERSION_DEFINE))
75
76 SubdirLibraryRule($(OBJS))
77
78 DependTarget()