AC_INIT(simgear/bucket/newbucket.cxx)
dnl Initialize the automake stuff
-AM_INIT_AUTOMAKE(SimGear, 0.0.13)
+AM_INIT_AUTOMAKE(SimGear, 0.0.14)
dnl Checks for programs.
AC_PROG_MAKE_SET
simgear/magvar/Makefile \
simgear/math/Makefile \
simgear/misc/Makefile \
+ simgear/route/Makefile \
simgear/screen/Makefile \
simgear/serial/Makefile \
simgear/sky/Makefile \
math \
$(METAR_DIRS) \
misc \
+ route \
screen \
$(SERIAL_DIRS) \
sky \
# testbucket_SOURCES = testbucket.cxx
# testbucket_LDADD = \
-# $(top_builddir)/bucket/libsgbucket.a \
-# $(top_builddir)/misc/libsgmisc.a
+# $(top_srcdir)/bucket/libsgbucket.a \
+# $(top_srcdir)/misc/libsgmisc.a
-INCLUDES += -I$(top_builddir)
+INCLUDES += -I$(top_srcdir)
libsgdebug_a_SOURCES = logstream.cxx
-INCLUDES += -I$(top_builddir)
+INCLUDES += -I$(top_srcdir)
uranus.cxx \
venus.cxx
-INCLUDES += -I$(top_builddir)
+INCLUDES += -I$(top_srcdir)
sg_serial.cxx \
sg_socket.cxx
-INCLUDES += -I$(top_builddir)
+INCLUDES += -I$(top_srcdir)
testmagvar_SOURCES = testmagvar.cxx
-testmagvar_LDADD = $(top_builddir)/simgear/magvar/libsgmagvar.a
+testmagvar_LDADD = $(top_srcdir)/simgear/magvar/libsgmagvar.a
-INCLUDES += -I$(top_builddir)
+INCLUDES += -I$(top_srcdir)
if HAVE_ZLIB
ZLIB_INCL =
else
-ZLIB_INCL = -I$(top_builddir)/src/zlib
+ZLIB_INCL = -I$(top_srcdir)/src/zlib
endif
lib_LIBRARIES = libsgmath.a
polar3d.cxx \
vector.cxx
-INCLUDES += -I$(top_builddir) $(ZLIB_INCL)
+INCLUDES += -I$(top_srcdir) $(ZLIB_INCL)
MetarStation.cpp MetarStation.h \
Prtdmetr.cpp Stspack2.cpp Stspack3.cpp
-INCLUDES += -I$(top_builddir)
+INCLUDES += -I$(top_srcdir)
if HAVE_ZLIB
ZLIB_INCL =
else
-ZLIB_INCL = -I$(top_builddir)/src/zlib
+ZLIB_INCL = -I$(top_srcdir)/src/zlib
endif
lib_LIBRARIES = libsgmisc.a
texcoord.cxx \
zfstream.cxx
-INCLUDES += -I$(top_builddir) $(ZLIB_INCL)
+INCLUDES += -I$(top_srcdir) $(ZLIB_INCL)
screen-dump.cxx \
win32-printer.h
-INCLUDES += -I$(top_builddir)
+INCLUDES += -I$(top_srcdir)
testserial_SOURCES = testserial.cxx
testserial_LDADD = \
- $(top_builddir)/simgear/serial/libsgserial.a \
- $(top_builddir)/simgear/debug/libsgdebug.a
+ $(top_srcdir)/simgear/serial/libsgserial.a \
+ $(top_srcdir)/simgear/debug/libsgdebug.a
-INCLUDES += -I$(top_builddir)
+INCLUDES += -I$(top_srcdir)
sphere.cxx \
stars.cxx
-INCLUDES += -I$(top_builddir)
+INCLUDES += -I$(top_srcdir)
# sunpos.cxx sunpos.hxx \
# timestamp.hxx
-INCLUDES += -I$(top_builddir)
+INCLUDES += -I$(top_srcdir)
libsgxgl_a_SOURCES = xgl.c xglUtils.c
-INCLUDES += -I$(top_builddir)
+INCLUDES += -I$(top_srcdir)
if HAVE_ZLIB
ZLIB_INCL =
else
-XLIB_INCL = -I$(top_builddir)/src/zlib
+XLIB_INCL = -I$(top_srcdir)/src/zlib
endif
lib_LIBRARIES = libsgxml.a
xmltok.h xmltok.c \
xmltok_impl.h
-INCLUDES += -I$(top_builddir) $(ZLIB_INCL)
+INCLUDES += -I$(top_srcdir) $(ZLIB_INCL)