libresample.a
This commit is contained in:
@@ -11,6 +11,9 @@ endif
|
|||||||
if NHAVE_SDL
|
if NHAVE_SDL
|
||||||
# This is a little hacky; we statically link SDL if it isn't present on the system already, and I don't
|
# This is a little hacky; we statically link SDL if it isn't present on the system already, and I don't
|
||||||
# want to have to integrate the entire build system.
|
# want to have to integrate the entire build system.
|
||||||
|
|
||||||
|
# XXX Both of these should really be linked dynamically.
|
||||||
|
# XXX honor vpath
|
||||||
SDL-1.2.6/src/.libs/libSDL.a:
|
SDL-1.2.6/src/.libs/libSDL.a:
|
||||||
cd SDL-1.2.6 && ./configure \
|
cd SDL-1.2.6 && ./configure \
|
||||||
--disable-nasm --disable-arts --disable-esd --enable-static --disable-shared \
|
--disable-nasm --disable-arts --disable-esd --enable-static --disable-shared \
|
||||||
@@ -18,6 +21,10 @@ SDL-1.2.6/src/.libs/libSDL.a:
|
|||||||
make -C SDL-1.2.6
|
make -C SDL-1.2.6
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
$(srcdir)/libresample/libresample.a:
|
||||||
|
cd $(srcdir)/libresample && autoconf && ./configure && make
|
||||||
|
|
||||||
|
|
||||||
Screens = \
|
Screens = \
|
||||||
Screen.cpp Screen.h ScreenAlbums.cpp ScreenAlbums.h ScreenAppearanceOptions.cpp ScreenAppearanceOptions.h \
|
Screen.cpp Screen.h ScreenAlbums.cpp ScreenAlbums.h ScreenAppearanceOptions.cpp ScreenAppearanceOptions.h \
|
||||||
ScreenAttract.cpp ScreenAttract.h ScreenAutogenOptions.cpp ScreenAutogenOptions.h \
|
ScreenAttract.cpp ScreenAttract.h ScreenAutogenOptions.cpp ScreenAutogenOptions.h \
|
||||||
@@ -191,7 +198,8 @@ stepmania_LDADD = \
|
|||||||
$(GL_LIBS) \
|
$(GL_LIBS) \
|
||||||
$(libSDL) \
|
$(libSDL) \
|
||||||
$(SDL_LIBS) -lSDL_image \
|
$(SDL_LIBS) -lSDL_image \
|
||||||
$(AUDIO_LIBS)
|
$(AUDIO_LIBS) \
|
||||||
|
$(srcdir)/libresample/libresample.a
|
||||||
|
|
||||||
INCLUDES = $(SDL_CFLAGS)
|
INCLUDES = $(SDL_CFLAGS)
|
||||||
# -O0 -g
|
# -O0 -g
|
||||||
|
|||||||
Reference in New Issue
Block a user