libresample.a

This commit is contained in:
Glenn Maynard
2003-09-24 23:56:19 +00:00
parent 713bc89089
commit c78896dba4
+9 -1
View File
@@ -11,6 +11,9 @@ endif
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
# 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:
cd SDL-1.2.6 && ./configure \
--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
endif
$(srcdir)/libresample/libresample.a:
cd $(srcdir)/libresample && autoconf && ./configure && make
Screens = \
Screen.cpp Screen.h ScreenAlbums.cpp ScreenAlbums.h ScreenAppearanceOptions.cpp ScreenAppearanceOptions.h \
ScreenAttract.cpp ScreenAttract.h ScreenAutogenOptions.cpp ScreenAutogenOptions.h \
@@ -191,7 +198,8 @@ stepmania_LDADD = \
$(GL_LIBS) \
$(libSDL) \
$(SDL_LIBS) -lSDL_image \
$(AUDIO_LIBS)
$(AUDIO_LIBS) \
$(srcdir)/libresample/libresample.a
INCLUDES = $(SDL_CFLAGS)
# -O0 -g