summaryrefslogtreecommitdiff
path: root/xc/programs/xwininfo/Imakefile
blob: 1ff3e65a66fe7e9f0ec9ee8be49c1bad2fede976 (plain)
1
2
3
4
5
6
7
8
9
10
XCOMM $XConsortium: Imakefile,v 1.9 92/11/20 13:24:14 rws Exp $
        DEPLIBS = $(DEPXMULIB) $(DEPXLIB)
LOCAL_LIBRARIES = $(XMULIB) $(XLIB)
           SRCS = xwininfo.c dsimple.c
           OBJS = xwininfo.o dsimple.o

LinkSourceFile(dsimple.c,../xlsfonts)
LinkSourceFile(dsimple.h,../xlsfonts)

ComplexProgramTarget(xwininfo)