source:
trunk/sys/libz/Makefile
@
90
Last change on this file since 90 was 1, checked in by , 8 years ago | |
---|---|
File size: 222 bytes |
Rev | Line | |
---|---|---|
[1] | 1 | |
2 | LIB= z | |
3 | ||
4 | SRCS= adler32.c compress.c crc32.c deflate.c gzio.c infback.c inffast.c \ | |
5 | inflate.c inftrees.c trees.c uncompr.c zutil.c | |
6 | ||
7 | INCFLAGS= -I$(SRCDIR)/include -I$(SRCDIR)../dietlibc/include | |
8 | ||
9 | include $(SRCDIR)../lib.mk | |
10 |
Note: See TracBrowser
for help on using the repository browser.