METASOURCES = AUTO AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/src/game noinst_LTLIBRARIES = libbase.la noinst_HEADERS = \ cargo.h \ cargopod.h \ character.h \ game.h \ faction.h \ jumppoint.h \ navpoint.h \ npc.h \ npctype.h \ patrol.h \ planet.h \ platform.h \ racetrack.h \ savegame.h \ ship.h \ shipmodel.h \ spacemine.h \ star.h \ station.h \ template.h \ waypoint.h \ weapon.h libbase_la_SOURCES = \ cargo.cc \ cargopod.cc \ character.cc \ faction.cc \ game.cc \ jumppoint.cc \ navpoint.cc \ npc.cc \ npctype.cc \ patrol.cc \ planet.cc \ platform.cc \ racetrack.cc \ savegame.cc \ ship.cc \ shipmodel.cc \ spacemine.cc \ star.cc \ station.cc \ template.cc \ waypoint.cc \ weapon.cc libbase_la_LDFLAGS = -avoid-version -no-undefined libbase_la_DEPENDENCIES = \ $(top_builddir)/src/auxiliary/libauxiliary.la \ $(top_builddir)/src/math/libmath.la \ $(top_builddir)/src/sys/libsys.la \ $(top_builddir)/src/filesystem/libfilesystem.la \ $(top_builddir)/src/model/libmodel.la \ $(top_builddir)/src/core/libcore.la