Files
cdesktop/cde/lib/DtPrint/Imakefile
Marcin Cieslak 917f7da191 157 warnings: remove -DXK_MISCELLANY from Makefiles
Fixes the following warning:

In file included from ../../../imports/x11/include/X11/Xutil.h:54,
                 from ../../../imports/x11/include/X11/Intrinsic.h:54,
                 from Action.c:64:
../../../imports/x11/include/X11/keysym.h:49:1: warning: "XK_MISCELLANY" redefined
<command-line>: warning: this is the location of the previous definition

<keysym.h> which includes all key symbols and loads <keysymdef.h>
is automaticlly included by the X Toolkit.

This patch removes #include <keysymdef.h> whenever not needed,
and adds #define XK_MISCALLANY in the source code where required.
2012-09-24 18:30:21 -06:00

50 lines
878 B
Plaintext

XCOMM $XConsortium: Imakefile /main/11 1996/10/31 02:09:04 cde-hp $
#define DoNormalLib NormalLibDtPrint
#define DoSharedLib SharedLibDtPrint
#define DoDebugLib DebugLibDtPrint
#define DoProfileLib ProfileLibDtPrint
#define LibName DtPrint
#define SoRev SODTPRINTREV
#define IncSubdir Dt
#ifndef DtPrintDefines
# define DtPrintDefines -DMULTIBYTE -DI18N_MSG
#endif
DEFINES = DtPrintDefines
INCLUDES = -I.
#ifdef SharedDtPrintReqs
REQUIREDLIBS = SharedDtPrintReqs
#endif
HEADERS = \
PrintMsgsP.h \
PrintDlgMgrP.h \
Print.h \
PrintI.h \
PrintOptionsP.h \
PrintSetupBP.h \
PsubDefProcI.h \
PsubUtilI.h \
dtpdmd.h
SRCS = \
PrintMsgs.c \
PrintDlgMgr.c \
PrintOptions.c \
PrintSetupB.c \
PsubDefProc.c \
PsubUtil.c
OBJS = \
PrintMsgs.o \
PrintDlgMgr.o \
PrintOptions.o \
PrintSetupB.o \
PsubDefProc.o \
PsubUtil.o
#include <Library.tmpl>
DependTarget()