source:
branches/libc-0.6/src/emx/bsd/libterm/makefile
Last change on this file was 272, checked in by , 22 years ago | |
---|---|
|
|
File size: 201 bytes |
Line | |
---|---|
1 | # |
2 | # termcap/Makefile |
3 | # |
4 | default: termcap.a |
5 | |
6 | CFLAGS = -O -DEMX |
7 | |
8 | .c.o: |
9 | gcc -c $(CFLAGS) $< |
10 | |
11 | termcap.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.