home *** CD-ROM | disk | FTP | other *** search
- # SCO Xenix Makefile for termcap library.
- #
- # Note: This version of termcap is from GNU emacs. See the .c source
- # files for a note on the license.
-
- DEBUG = -d
- TEST =
- CFLAGS = -DSYSV
-
- all: termcap.obj tparam.obj textern.obj
-
- termcap.obj: termcap.c
- cc $(CFLAGS) termcap.c -c
-
- tparam.obj: tparam.c
- cc $(CFLAGS) tparam.c -c
-
- textern.obj: textern.c
- cc $(CFLAGS) textern.c -c
-