dtcm: Resolve all -Wformat-security warnings.
[oweals/cde.git] / cde / programs / dtcm / libDtCmP / Imakefile
1 XCOMM  $XConsortium: Imakefile /main/5 1996/05/14 10:36:35 barstow $
2 #define DoNormalLib     YES
3 #define DoSharedLib     NO
4 #define DoDebugLib      NO
5 #define DoProfileLib    NO
6 #define LibName         DtCmP
7 #define LibHeaders      NO
8 #define LibInstall      NO
9  
10 INCLUDES = -I. -I$(CSASRC)
11
12 OSMAJORVERSION = OSMajorVersion
13 OSMINORVERSION = OSMinorVersion
14
15 DEFINES = -DRFC_MIME -DLINE_COUNT -DV2 -DOW_I18N \
16         -DREL="$(OSMAJORVERSION)$(OSMINORVERSION)" \
17         -DRELMAJOR="$(OSMAJORVERSION)" -DRELMINOR="$(OSMINORVERSION)"
18
19
20 #ifdef SunArchitecture
21 XCOMM Uncomment to build using Federated Naming Services.  To activate
22 XCOMM you must set the UseFNS resource to True before running dtcm.
23 XCOMM #define UseFNS
24
25 # ifdef UseFNS
26    EXTRA_DEFINES = -DFNS -DSunOS=$(OSMAJORVERSION)$(OSMINORVERSION)
27 # else
28    EXTRA_DEFINES = -DSunOS=$(OSMAJORVERSION)$(OSMINORVERSION)
29 # endif
30  EXTRA_CCOPTIONS = -xstrconst -Xc -v
31 #endif
32
33 SRCS =  cm_tty.c        cmfns.c         dtfns.c \
34         getdate.c       props.c         resource.c \
35         timeops.c       util.c
36
37 OBJS =  cm_tty.o        cmfns.o         dtfns.o \
38         getdate.o       props.o         resource.o \
39         timeops.o       util.o
40
41 #include <Library.tmpl>
42
43 DependTarget()