33 lines
536 B
Makefile
33 lines
536 B
Makefile
AM_CPPFLAGS = $(SDL_CFLAGS) $(PNG_CFLAGS) $(WZ_CPPFLAGS)
|
|
AM_CFLAGS = $(WZ_CFLAGS)
|
|
|
|
noinst_LIBRARIES = libivis_common.a
|
|
noinst_HEADERS = \
|
|
bitimage.h \
|
|
imd.h \
|
|
ivi.h \
|
|
ivisdef.h \
|
|
ivispatch.h \
|
|
pieblitfunc.h \
|
|
pieclip.h \
|
|
piedef.h \
|
|
piefunc.h \
|
|
piemode.h \
|
|
piepalette.h \
|
|
piestate.h \
|
|
pietypes.h \
|
|
png_util.h \
|
|
rendmode.h \
|
|
tex.h \
|
|
textdraw.h
|
|
|
|
libivis_common_a_SOURCES = \
|
|
bitimage.c \
|
|
imd.c \
|
|
imdload.c \
|
|
pieclip.c \
|
|
piestate.c \
|
|
png_util.c
|
|
|
|
libivis_common_a_LIBADD = $(top_builddir)/lib/framework/libframework.a
|