30 lines
895 B
Plaintext
30 lines
895 B
Plaintext
XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:54:52 cpqbld Exp $
|
|
|
|
|
|
|
|
XCOMM $XFree86: xc/programs/xlogo/Imakefile,v 1.6 2003/11/17 15:18:07 tsi Exp $
|
|
|
|
#ifndef XLogoUseRender
|
|
#define XLogoUseRender BuildRenderLibrary
|
|
#endif
|
|
|
|
#if XLogoUseRender
|
|
XRENDERDEFS = -DXRENDER -DXFREE86_FT2
|
|
XRENDERDEPS = XftClientDepLibs
|
|
XRENDERLIBS = XftClientLibs
|
|
XRENDERINCS = $(XFTINCLUDES) $(XRENDERINCLUDES) -I$(XBUILDINCDIR)
|
|
#endif
|
|
|
|
DEPLIBS = $(XRENDERDEPS) XawClientDepLibs XkbClientDepLibs
|
|
LOCAL_LIBRARIES = $(XRENDERLIBS) XawClientLibs XkbClientLibs
|
|
SRCS = xlogo.c Logo.c RenderLogo.c
|
|
OBJS = xlogo.o Logo.o RenderLogo.o
|
|
HEADERS = LogoP.h Logo.h RenderLogo.h
|
|
INCLUDES = $(XRENDERINCS)
|
|
DEFINES = $(XRENDERDEFS) XkbClientDefines
|
|
CDEBUGFLAGS = -g
|
|
|
|
ComplexProgramTarget(xlogo)
|
|
InstallAppDefaults(XLogo)
|
|
InstallAppDefaultsLong(XLogo-co,XLogo-color)
|