source: branches/libc-0.6/src/emx/bsd/libterm/makefile

Last change on this file was 272, checked in by bird, 22 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 201 bytes
Line 
1#
2# termcap/Makefile
3#
4default: termcap.a
5
6CFLAGS = -O -DEMX
7
8.c.o:
9 gcc -c $(CFLAGS) $<
10
11termcap.a: termcap.o tgoto.o tputs.o
12 -del termcap.a
13 ar r termcap.a termcap.o tgoto.o tputs.o
14 ar s termcap.a
Note: See TracBrowser for help on using the repository browser.