Add gzio.c and stream_uncompress.c

This commit is contained in:
Laurent Vivier 2005-11-22 23:14:55 +00:00
parent 37604400ff
commit d2ba0f38ad

View File

@ -8,11 +8,12 @@ VPATH=$(TOP)
CFLAGS = -nostdlib -nodefaultlibs -Wall -Werror -Wno-multichar -fpic -g
CPPFLAGS = -I$(TOP)/../libfloppy -I$(TOP)/../libscsi -I$(TOP)/../libblock \
-I$(TOP)/../libblock -I$(TOP)/../libiso9660 -I$(TOP)/../libmacos \
-I$(TOP)/../libcontainer -I$(TOP)
-I$(TOP)/../libcontainer -I$(TOP) -I$(TOP)/../libgzip
LIBRARY = libstream.a
SOURCES = stream_close.c stream_open.c stream_read.c stream_lseek.c
SOURCES = stream_close.c stream_open.c stream_read.c stream_lseek.c \
stream_uncompress.c gzio.c
HEADERS = libstream.h