21 lines
254 B
Makefile
21 lines
254 B
Makefile
|
|
FILE_LIST = png/png.c \
|
|
png/error.c \
|
|
png/get.c \
|
|
png/mem.c \
|
|
png/pread.c \
|
|
png/read.c \
|
|
png/rio.c \
|
|
png/rtran.c \
|
|
png/rutil.c \
|
|
png/set.c \
|
|
png/trans.c \
|
|
png/wio.c \
|
|
png/write.c \
|
|
png/wtran.c \
|
|
png/wutil.c
|
|
|
|
|
|
|
|
|