kobodl/graphics/Makefile.am
Ville Lindholm dbc223eb84
Initial commit
Import existing source tree; original VCS history is no longer available.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-28 16:35:31 +03:00

11 lines
230 B
Makefile

noinst_LIBRARIES = libgraphics.a
INCLUDES = @LOCALCFLAGS@
libgraphics_a_SOURCES = cs.c sprite.c filters.c glSDL.c \
gfxengine.cpp window.cpp sofont.cpp \
display.cpp toolkit.cpp vidmodes.c \
region.c
EXTRA_DIST = *.h