mirror of
https://github.com/vivier/EMILE.git
synced 2024-12-22 10:29:31 +00:00
Add gzio.c and stream_uncompress.c
This commit is contained in:
parent
37604400ff
commit
d2ba0f38ad
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user