home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume2 / ms-termcap / MAKEFILE.SCO < prev    next >
Encoding:
Text File  |  1991-08-07  |  399 b   |  20 lines

  1. # SCO Xenix Makefile for termcap library.
  2. # Note: This version of termcap is from GNU emacs. See the .c source
  3. #       files for a note on the license. 
  4.  
  5. DEBUG  = -d
  6. TEST   =
  7. CFLAGS = -DSYSV
  8.  
  9. all: termcap.obj tparam.obj textern.obj
  10.  
  11. termcap.obj:    termcap.c  
  12.     cc $(CFLAGS) termcap.c -c
  13.  
  14. tparam.obj:     tparam.c 
  15.     cc $(CFLAGS) tparam.c -c
  16.  
  17. textern.obj:    textern.c 
  18.     cc $(CFLAGS) textern.c -c
  19.