blob: 4826ce8d7fdbe403b0ac78930bc7d3c518e564c5 (
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
# XprintAppUtil 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 XprintAppUtil
#define SoRev SOZLIBREV
#define IncSubdir X11
#define IncSubSubdir XprintAppUtil
HEADERS = xpapputil.h
SRCS = xpapputil.c
OBJS = xpapputil.o
#include <Library.tmpl>
DependTarget()
|