aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/XprintAppUtil/Imakefile
blob: a352f7144de32b1fc0a7ced13fdf7b39cddabd49 (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       NX_XprintAppUtil
#define SoRev         SOZLIBREV
#define IncSubdir     X11
#define IncSubSubdir  XprintAppUtil


HEADERS = xpapputil.h

SRCS = xpapputil.c
OBJS = xpapputil.o

#include <Library.tmpl>

DependTarget()