blob: 199dd870633a22d07e24e11049ff12c5a233b1c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
#define DoNormalLib YES
# XprintUtil is not a stable interface yet, therefore avoid shipping it
# as shared lib for now
#define DoSharedLib NO
#define DoDebugLib NO
#define DoProfileLib NO
#define HasSharedData NO
#define LibName NX_XprintUtil
#define SoRev SOZLIBREV
#define IncSubdir X11
#define IncSubSubdir XprintUtil
HEADERS = xprintutil.h
SRCS = xprintutil.c xprintutil_printtofile.c
OBJS = xprintutil.o xprintutil_printtofile.o
#include <Library.tmpl>
DependTarget()
|