blob: 5c84580a30ff6f417ba5a0cc939e9824441f9b8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $Header: /cvs/xtest/xtest/xts5/lib/mc/mmxpinit.mc,v 1.1 2005-02-12 14:37:14 anderson Exp $
#
# X Protocol tests.
#
# CFLAGS - Compilation flags specific to the X Protocol tests.
#
CFLAGS=$(XP_CFLAGS)
SYSLIBS=$(XP_SYSLIBS)
LIBS=$(XP_LIBS)
# LINTFLAGS - Flags for lint specific to the X Protocol tests.
#
LINTFLAGS=$(XP_LINTFLAGS)
LINTLIBS=$(XP_LINTLIBS)
|