summaryrefslogtreecommitdiff
path: root/app/wm2/Imakefile
blob: b737389a44f11543e83c7bb5de306dcd3c90b573 (plain)
1
2
3
4
5
6
7
8
9
10
XCOMM $OpenBSD: Imakefile,v 1.1 2006/11/26 10:56:59 matthieu Exp $
        DEPLIBS = XkbClientDepLibs XawClientDepLibs
LOCAL_LIBRARIES = XkbClientLibs XawClientLibs

SRCS = Border.C Buttons.C Client.C Events.C Main.C Manager.C Rotated.C
OBJS = Border.o Buttons.o Client.o Events.o Main.o Manager.o Rotated.o
HEADERS = Border.h Client.h Cursors.h General.h Manager.h Rotated.h \
	listmacro2.h

ComplexCplusplusProgramTarget(wm2)