14 lines
330 B
Plaintext
14 lines
330 B
Plaintext
|
XCOMM $OpenBSD: Imakefile,v 1.1.1.1 2006/11/26 10:58:43 matthieu Exp $
|
||
|
|
||
|
#define IHaveSubdirs
|
||
|
SUBDIRS= pixmaps
|
||
|
|
||
|
DEPLIBS= XawClientDepLibs
|
||
|
LOCAL_LIBRARIES= XawClientLibs
|
||
|
SRCS= main.c interface.c callbacks.c policy.c
|
||
|
OBJS= main.o interface.o callbacks.o policy.o
|
||
|
|
||
|
ComplexProgramTarget(xsystrace)
|
||
|
InstallAppDefaults(Xsystrace)
|
||
|
|