2823613402
* BUG: Add 'default_font.h' to Makefile.am, otherwise it is not put in the source archive! git-svn-id: svn://localhost/gambas/trunk@6539 867c0c6c-44f3-4631-809d-bfa615b0a4ec
35 lines
869 B
Makefile
35 lines
869 B
Makefile
COMPONENT = gb.sdl
|
|
include $(top_srcdir)/component.am
|
|
|
|
gblib_LTLIBRARIES = gb.sdl.la
|
|
|
|
gb_sdl_la_LIBADD = @SDL_LIB@
|
|
gb_sdl_la_LDFLAGS = -module @LD_FLAGS@ @SDL_LDFLAGS@
|
|
gb_sdl_la_CXXFLAGS = $(AM_CXXFLAGS) -DDATA_DIR=\"$(DESTDIR)$(gbdatadir)/$(COMPONENT)\"
|
|
gb_sdl_la_CPPFLAGS = @SDL_INC@
|
|
|
|
gb_sdl_la_SOURCES = \
|
|
SDL_h.h \
|
|
SDLapp.h SDLapp.cpp \
|
|
SDLcore.h SDLcore.cpp \
|
|
SDLdebug.h SDLdebug.cpp \
|
|
SDLerror.h SDLerror.cpp \
|
|
SDLfont.h SDLfont.cpp \
|
|
SDLgfx.h SDLgfx.cpp \
|
|
SDLcursor.h SDLcursor.cpp \
|
|
SDLosrender.h SDLosrender.cpp \
|
|
SDLsurface.h SDLsurface.cpp \
|
|
SDLtexture.h SDLtexture.cpp \
|
|
SDLwindow.h SDLwindow.cpp \
|
|
Cconst.h Cconst.cpp \
|
|
Cdesktop.h Cdesktop.cpp \
|
|
Cdraw.h Cdraw.cpp \
|
|
Cfont.h Cfont.cpp \
|
|
Cimage.h Cimage.cpp \
|
|
Cjoystick.h Cjoystick.cpp \
|
|
Ckey.h Ckey.cpp \
|
|
Cmouse.h Cmouse.cpp \
|
|
Cwindow.h Cwindow.cpp \
|
|
default_font.h \
|
|
main.h main.cpp
|