dtprintinfo: Coverity 89561
[oweals/cde.git] / cde / programs / dtcalc / Imakefile
1 XCOMM $TOG: Imakefile /main/11 1997/09/05 11:28:15 samborn $
2
3  DEPEND_DEFINES = $(DEPENDDEFINES)
4         DEFINES = -DCDE_INSTALLATION_TOP=\"$(CDE_INSTALLATION_TOP)\"
5        INCLUDES = -I.
6
7 #if defined (SunArchitecture)
8 DEPLIBS = $(DEPDTSVCLIB) $(DEPTTLIB) $(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXLIB)
9 LOCAL_LIBRARIES = $(DTSVCLIB) $(TTLIB) $(XMLIB) $(XTOOLLIB) $(XLIB)
10 #else
11 DEPLIBS = $(DEPDTHELPLIB) $(DEPDTSVCLIB) $(DEPTTLIB) $(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXLIB)
12 LOCAL_LIBRARIES = $(DTHELPLIB) $(DTSVCLIB) $(TTLIB) $(XMLIB) $(XTOOLLIB) $(XLIB)
13 #endif /* SunArchitecture*/
14 SYS_LIBRARIES   = -lm
15
16 #ifdef RsArchitecture
17 SYS_LIBRARIES = -lmsaa -liconv
18 #endif
19
20 #if defined (SunArchitecture)
21 SYS_LIBRARIES = -lintl -lm -ldl
22 #endif
23
24 #if defined(HPOSFArchitecture)
25 #endif
26
27 SRCS =  calctool.c      ds_common.c     ds_popup.c \
28         ds_widget.c     ds_xlib.c       functions.c \
29         help.c          motif.c         mp.c \
30         text.c          version.c
31
32 OBJS =  calctool.o      ds_common.o     ds_popup.o \
33         ds_widget.o     ds_xlib.o       functions.o \
34         help.o          motif.o         mp.o \
35         text.o          version.o
36
37 ComplexProgramTarget(dtcalc)
38