Get the palettes installed properly on make install
[oweals/cde.git] / cde / programs / dtpdmd / Imakefile
1 XCOMM $XConsortium: Imakefile /main/6 1996/10/30 19:10:03 cde-hp $
2 /*********************************************************************
3 *  (c) Copyright 1993, 1994 Hewlett-Packard Company     
4 *  (c) Copyright 1993, 1994 International Business Machines Corp.
5 *  (c) Copyright 1993, 1994 Sun Microsystems, Inc.
6 *  (c) Copyright 1993, 1994 Unix System Labs, Inc., a subsidiary of
7 *      Novell, Inc.
8 **********************************************************************/
9 DESKTOP_VERSION_STRING = DesktopVersionString
10
11 XCOMM
12 XCOMM Imakefile: for DT Print Dialog Manager Daemon
13 XCOMM
14
15 /* General case INCLUDES DEFINES LOCAL_LIBRARIES
16  * Each individual architecture may have more or less of the above.
17  * Use EXTRA_DEFINES and EXTRA_INCLUDES to add defines and includes
18  * to an individual architecture.  There is no equivalent for
19  * LOCAL_LIBRARIES.
20  * USE_libraryname in LOCAL_LIBRARIES is by default empty.
21  * It should be set when necessary to the real library macro name.
22  */
23
24         DEFINES = -DCDE_INSTALLATION_TOP='"'$(CDE_INSTALLATION_TOP)'"'
25        INCLUDES = -I.
26
27         DEPLIBS = $(DEPXTOOLLIB) $(DEPXAUTHLIB) $(DEPXLIB)
28 LOCAL_LIBRARIES = $(XTOOLLIB) $(XAUTHLIB) $(XLIB)
29   SYS_LIBRARIES = DtClientSysLibs
30
31 SRCS =  dispatch.c      dtpdmd.c        mailbox.c \
32         manager.c       records.c       setup.c \
33         util.c          nlmsg.c
34
35 OBJS =  dispatch.o      dtpdmd.o        mailbox.o \
36         manager.o       records.o       setup.o \
37         util.o          nlmsg.o
38
39 #if defined(LinuxArchitecture) || defined(BSDArchitecture)
40 /* On Linux, just use the system provided Xau */
41 DEPXAUTHLIB =
42 #endif
43
44
45 ComplexProgramTarget(dtpdmd)
46