mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 15:49:34 -05:00
15 lines
308 B
Makefile
15 lines
308 B
Makefile
|
|
|
||
|
|
all: setup.txt
|
||
|
|
|
||
|
|
setup.txt: ldap_config.h ldap_features.h portable.h
|
||
|
|
copy setup.mak setup.txt
|
||
|
|
|
||
|
|
ldap_config.h: ldap_config.h.nt
|
||
|
|
copy ldap_config.h.nt ldap_config.h
|
||
|
|
|
||
|
|
ldap_features.h: ldap_features.h.nt
|
||
|
|
copy ldap_features.h.nt ldap_features.h
|
||
|
|
|
||
|
|
portable.h: portable.h.nt
|
||
|
|
copy portable.h.nt portable.h
|