16 lines
540 B
Plaintext
16 lines
540 B
Plaintext
#
|
|
# Serverdefs file used when making fake libgls for servers
|
|
#
|
|
# Fundamental constants of the build tree (distinct from source tree).
|
|
# They may be different for each product. Therefore if several products are
|
|
# built from one source tree, that source tree should contain a commondefs
|
|
# for each product.
|
|
#
|
|
SYSTEM = SVR4
|
|
GFXBOARD= SERVER
|
|
# define SUBGR because otherwise we get empty -D on libgl
|
|
# must be SERVER so that inst mach tags will work; this ends up
|
|
# defining SERVER twice, but that's OK
|
|
SUBGR = SERVER
|
|
include $(RELEASEDEFS)
|