home *** CD-ROM | disk | FTP | other *** search
- # Lattice C Makefile for termcap library.
- #
- # Note: This version of termcap is from GNU emacs. See the .c source
- # files for a note on the license.
-
- # Oct 91 Fred C. Smith
- # hacked for MSC 5.1 and Greg Yachuk's make16
-
- #DEBUG = -Od -Zi
- TEST =
- MODEL = S
- #CC = cl
- #CFLAGS = -A$(MODEL) -c $(DEBUG) $(TEST)
- #CFLAGS = -Oc -Zi
-
- #all: $(MODEL)termcap.lib
-
- stermcap.lib: termcap.obj tparam.obj textern.obj
- lib $(MODEL)termcap.lib-+termcap.obj-+tparam.obj-+textern.obj;
-
- mtermcap.lib: termcap.obj tparam.obj textern.obj
- lib $(MODEL)termcap.lib-+termcap.obj-+tparam.obj-+textern.obj;
-
- ctermcap.lib: termcap.obj tparam.obj textern.obj
- lib $(MODEL)termcap.lib-+termcap.obj-+tparam.obj-+textern.obj;
-
- ltermcap.lib: termcap.obj tparam.obj textern.obj
- lib $(MODEL)termcap.lib-+termcap.obj-+tparam.obj-+textern.obj;
-
- #termcap.obj: termcap.c
- # $(CC) $(CFLAGS) termcap.c
- #
- #tparam.obj: tparam.c
- # $(CC) $(CFLAGS) tparam.c
- #
- #textern.obj: textern.c
- # $(CC) $(CFLAGS) textern.c
- #
-