Merge branch 'master' of https://git.code.sf.net/p/cdesktopenv/code
[oweals/cde.git] / cde / programs / dtcalc / Imakefile
1 XCOMM $TOG: Imakefile /main/11 1997/09/05 11:28:15 samborn $
2
3         DEFINES = -DCDE_INSTALLATION_TOP=\"$(CDE_INSTALLATION_TOP)\"
4        INCLUDES = -I.
5
6 #if defined (SunArchitecture)
7 DEPLIBS = $(DEPDTSVCLIB) $(DEPTTLIB) $(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXPLIB) $(DEPXLIB)
8 LOCAL_LIBRARIES = $(DTSVCLIB) $(TTLIB) $(XMLIB) $(XTOOLLIB) $(XPLIB) $(XLIB)
9 #else
10 DEPLIBS = $(DEPDTHELPLIB) $(DEPDTSVCLIB) $(DEPTTLIB) $(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXPLIB) $(DEPXLIB)
11 LOCAL_LIBRARIES = $(DTHELPLIB) $(DTSVCLIB) $(TTLIB) $(XMLIB) $(XTOOLLIB) $(XPLIB) $(XLIB)
12 #endif /* SunArchitecture*/
13 SYS_LIBRARIES   = -lm
14
15 #ifdef RsArchitecture
16 SYS_LIBRARIES = -lmsaa -liconv
17 #endif
18
19 #if defined (SunArchitecture)
20 SYS_LIBRARIES = -lintl -lsunmath -lm -ldl
21 #endif
22
23 #if defined (USLArchitecture)
24 SYS_LIBRARIES = -lm -lgen
25 #endif
26
27 #if defined (UXPArchitecture)
28 SYS_LIBRARIES = -lm -lgen
29 #endif
30
31 #if defined(HPOSFArchitecture)
32 #endif
33
34 SRCS =  calctool.c      ds_common.c     ds_popup.c \
35         ds_widget.c     ds_xlib.c       functions.c \
36         help.c          motif.c         mp.c \
37         text.c          version.c
38
39 OBJS =  calctool.o      ds_common.o     ds_popup.o \
40         ds_widget.o     ds_xlib.o       functions.o \
41         help.o          motif.o         mp.o \
42         text.o          version.o
43
44 ComplexProgramTarget(dtcalc)
45