Files
xsrc/xfree/xc/programs/xprop/Imakefile

19 lines
447 B
Plaintext

XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:54:55 cpqbld Exp $
XCOMM $XFree86: xc/programs/xprop/Imakefile,v 1.6 2003/05/27 17:58:25 tsi Exp $
DEPLIBS = $(DEPXMUULIB) $(DEPXONLYLIB)
LOCAL_LIBRARIES = $(XMUULIB) $(XONLYLIB)
SRCS = xprop.c dsimple.c
OBJS = xprop.o dsimple.o
DEFINES = XawI18nDefines
LinkSourceFile(dsimple.c,../xlsfonts)
LinkSourceFile(dsimple.h,../xlsfonts)
ComplexProgramTarget(xprop)