home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ldapsdk.zip / include / setup.mak < prev    next >
Makefile  |  2000-06-14  |  478b  |  21 lines

  1. # $OpenLDAP: pkg/ldap/include/setup.mak,v 1.2.6.3 2000/06/13 17:57:15 kurt Exp $
  2. #
  3. # Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
  4. # COPYING RESTRICTIONS APPLY, see COPYRIGHT file
  5. #
  6.  
  7. .SUFFIXES: .nt
  8.  
  9. .nt.h:
  10.     copy $*.nt $*.h
  11.  
  12. all: setup.txt
  13.  
  14. setup.txt: lber_types.h ldap_config.h ldap_features.h portable.h setup.mak
  15.     copy setup.mak setup.txt
  16.  
  17. lber_types.h: lber_types.nt
  18. ldap_config.h: ldap_config.nt
  19. ldap_features.h: ldap_features.nt
  20. portable.h: portable.nt
  21.