AC_CONFIG_SRCDIR([src/GameLayer.cc])
AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE([subdir-objects])
+AM_INIT_AUTOMAKE
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
3. Decrease the timestep.
You can set the \fBtimestep\fP to be as low as the your \fBmaxfps\fP
option. Remember the trade-off here is decreased simulation accuracy.
+.PP
+If you are having audio problems, you may need to upgrade OpenAL. Some
+systems still provide an old, busted version of OpenAL which may result in
+stuttering, lag, and other oddities. See about installing a recent version
+of openal-soft, a high-quality software implementation that is still being
+maintained.
.SH BUGS
.IP \(bu 3
The robots are currently lacking in intelligence.
if WIN32
yoink_SOURCES += yoink.rc yoink.ico
.rc.o:
- @WINDRES@ -o $@ -i $<
+ $(AM_V_GEN) $(WINDRES) -o $@ -i $<
endif
yoink_CPPFLAGS = -I$(top_srcdir)/src/Moof
debug: all
$(YOINK_ENVIRONMENT) gdb ./yoink
-all-local: # always rebuild version.c
- @touch version.c
-