1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-09 04:16:08 +00:00
wine/libs/png/Makefile.in
Alexandre Julliard 885705c879 libs: Import upstream code from libpng 1.6.37.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-10-18 14:32:42 +02:00

20 lines
274 B
Makefile

EXTLIB = libpng.a
EXTRAINCL = $(ZLIB_PE_CFLAGS)
EXTRADEFS = -DPNG_ARM_NEON_OPT=0
C_SRCS = \
png.c \
pngerror.c \
pngget.c \
pngmem.c \
pngread.c \
pngrio.c \
pngrtran.c \
pngrutil.c \
pngset.c \
pngtrans.c \
pngwio.c \
pngwrite.c \
pngwtran.c \
pngwutil.c