Files
xsrc/xfree/xc/programs/xclipboard/Imakefile

20 lines
643 B
Plaintext

XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:54:12 cpqbld Exp $
XCOMM $XFree86: xc/programs/xclipboard/Imakefile,v 1.3 2002/07/01 02:26:00 tsi Exp $
SRCS1 = xclipboard.c
OBJS1 = xclipboard.o
SRCS2 = xcutsel.c
OBJS2 = xcutsel.o
PROGRAMS = ProgramTargetName(xclipboard) ProgramTargetName(xcutsel)
DEPLIBS = XkbClientDepLibs XawClientDepLibs
LOCAL_LIBRARIES = XkbClientLibs XawClientLibs
DEFINES = XkbClientDefines
ComplexProgramTarget_1(xclipboard,$(LOCAL_LIBRARIES),NullParameter)
ComplexProgramTarget_2(xcutsel,$(LOCAL_LIBRARIES),NullParameter)
InstallAppDefaults(XClipboard)