pkglibdir=$(libdir)/@PACKAGE@/ctf pkglib_LTLIBRARIES = game.la noinst_HEADERS = g_ctf.h g_local.h m_player.h p_menu.h game_la_SOURCES = g_ai.c g_chase.c g_cmds.c g_combat.c g_ctf.c \ g_func.c g_items.c g_main.c g_misc.c g_monster.c g_phys.c \ g_spawn.c g_svcmds.c g_target.c g_trigger.c g_utils.c g_weapon.c \ m_move.c \ p_client.c p_hud.c p_menu.c p_trail.c p_view.c p_weapon.c game_la_CFLAGS = -fPIC -pipe -I$(top_srcdir)/src @WARN_CFLAGS@ game_la_LIBADD = ../libq_shared.la game_la_LDFLAGS = -module -avoid-version -rpath $(pkglibdir)