Files
cdesktop/cde/lib/DtWidget/Imakefile
Lev Kujawski 3685f61cfa Purge unused Freetype dependency from CDE
config/cf/{DragonFly,OpenBSD,darwin}.cf: Remove Freetype imake settings
config/cf/darwinLib.tmpl: Do not link against Freetype
debian/control: Remove Freetype and Xft dependencies
*/Imakefile: Purge Freetype includes

lib/DtWidget/ComboBoxP.h
lib/DtWidget/SpinBoxP.h
programs/dtfile/ChangeDirP.c
programs/dtlogin/vgcallback.c
    Undefine USE_XFT so Motif 2.3 doesn't pull in Freetype

CDE included Freetype and Xft solely to satisfy builds of Motif with
Xft support enabled. However, as CDE only supports bitmap fonts, this
dependency was entirely superfluous and unnecessarily broke backwards
compatibility with older systems.
2021-02-07 18:46:25 -07:00

54 lines
1.6 KiB
Plaintext

XCOMM $XConsortium: Imakefile /main/8 1996/04/21 19:11:16 drk $
#define DoNormalLib NormalLibDtWidget
#define DoSharedLib SharedLibDtWidget
#define DoDebugLib DebugLibDtWidget
#define DoProfileLib ProfileLibDtWidget
#define LibName DtWidget
#define SoRev SODTWIDGETREV
#define IncSubdir Dt
#include <Threads.tmpl>
#ifndef DtWidgetDefines
# define DtWidgetDefines -DI18N_MSG -DMULTIBYTE
#endif
DEPEND_DEFINES = $(DEPENDDEFINES)
DEFINES = DtWidgetDefines
INCLUDES = -I.
#ifdef SharedDtWidgetReqs
REQUIREDLIBS = SharedDtWidgetReqs
#endif
HEADERS = \
Icon.h IconP.h DtStrDefs.h \
SpinBox.h SpinBoxP.h ComboBox.h \
ComboBoxP.h MenuButtonP.h MenuButton.h \
DialogBox.h DialogBoxP.h DtMsgsP.h \
MacrosP.h Control.h ControlP.h \
View.h ViewP.h TitleBox.h \
TitleBoxP.h EditorP.h Editor.h
SRCS = \
ComboBox.c Control.c DialogBox.c \
DtMsgs.c DtStrDefs.c EditAreaData.c \
EditCalls.c Editor.c Icon.c \
MenuButton.c NewCvt.c SearchCalls.c \
SearchDlg.c SpinBox.c TitleBox.c \
View.c
OBJS = \
ComboBox.o Control.o DialogBox.o \
DtMsgs.o DtStrDefs.o EditAreaData.o \
EditCalls.o Editor.o Icon.o \
MenuButton.o NewCvt.o SearchCalls.o \
SearchDlg.o SpinBox.o TitleBox.o \
View.o
#include <Library.tmpl>
DependTarget()
LOCAL_CPP_DEFINES = -DCDE_INSTALLATION_TOP=$(CDE_INSTALLATION_TOP)
CppSourceFile(UNIXbindings,UNIXbindings.cpp,$(LOCAL_CPP_DEFINES),)