home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / UTILITY / SCREEN / GNUTCAP.ZIP / MAKEFILE.SCO < prev    next >
Encoding:
Text File  |  1989-10-30  |  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.