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>
11 lines
230 B
Makefile
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
|