quakeforge/tools/qfspritegen/Makefile.am
Bill Currie 7573c38122 Create qfspritegen based on id's sprgen.
No guarantees it works, but it should be able to convert a bunch of pcx
images into a sprite.
2012-06-30 20:20:15 +09:00

14 lines
338 B
Makefile

AUTOMAKE_OPTIONS= foreign
QFSPRITEGEN_LIBS=@QFSPRITEGEN_LIBS@
QFSPRITEGEN_DEPS=@QFSPRITEGEN_DEPS@
QFSPRITEGEN_INCS=@QFSPRITEGEN_INCS@
INCLUDES= -I$(top_srcdir)/include $(QFSPRITEGEN_INCS)
bin_PROGRAMS= qfspritegen
qfspritegen_SOURCES= spritegen.c
qfspritegen_LDADD= $(QFSPRITEGEN_LIBS)
qfspritegen_DEPENDENCIES= $(QFSPRITEGEN_DEPS)