home *** CD-ROM | disk | FTP | other *** search
/ Tools / WinSN5.0Ver.iso / NETSCAP.50 / WIN1998.ZIP / ns / dbm / include / Makefile < prev    next >
Encoding:
Makefile  |  1998-04-08  |  340 b   |  29 lines

  1. #! gmake
  2.  
  3. DEPTH = ../..
  4.  
  5. MODULE = dbm
  6.  
  7. EXPORTS =    nsres.h   \
  8.         cdefs.h   \
  9.         mcom_db.h \
  10.         ncompat.h \
  11.         winfile.h \
  12.         $(NULL)
  13.  
  14. PRIVATE_EXPORTS =    hsearch.h \
  15.             page.h    \
  16.             extern.h  \
  17.             ndbm.h    \
  18.             queue.h   \
  19.             hash.h    \
  20.             mpool.h   \
  21.             search.h  \
  22.             $(NULL)
  23.  
  24.  
  25. include $(DEPTH)/config/rules.mk
  26.  
  27.  
  28.  
  29.