mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
18 lines
367 B
Plaintext
18 lines
367 B
Plaintext
#
|
|
# LDAP Linux GNU C Make-platform file
|
|
#
|
|
|
|
#
|
|
# add any platform-specific overrides below here
|
|
#
|
|
|
|
|
|
#
|
|
# -------------------------------------------------------------------------
|
|
# you will probably not need to edit anything below this point
|
|
# -------------------------------------------------------------------------
|
|
CC = gcc
|
|
RANLIB = "ranlib"
|
|
|
|
PLATFORMCFLAGS= -Dlinux
|