home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR41 / CBASE11.ZIP / DOS.MAK < prev    next >
Text File  |  1993-01-01  |  432b  |  27 lines

  1. #
  2. #    Copyright (c) 1989-1992 Citadel Software, Inc.
  3. #    All Rights Reserved
  4. #
  5.  
  6. # dos.mak    1.7 - 93/01/01
  7.  
  8. # xtend library makefile
  9.  
  10. # macro definitions
  11. LIBNAME    = xtend            # library name
  12.  
  13. # files containing manual entries
  14. MANS1 =    $(LIBNAME).h
  15. MANS2 =    errlog.c   xalloc.c   xstring.c
  16.  
  17. # C header files
  18. HDRS =    $(LIBNAME).h
  19.  
  20. # C source files
  21. SRCS =    $(MANS2)
  22.  
  23. # library makefile
  24. !include "..\dos\library.mak"
  25.  
  26. # eof
  27.