mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 10:37:02 +00:00
168 lines
5.6 KiB
Makefile
168 lines
5.6 KiB
Makefile
# Copyright (C) 2005-2008 MaNGOS <http://getmangos.com/>
|
|
#
|
|
# This program is free software; you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation; either version 2 of the License, or
|
|
# (at your option) any later version.
|
|
#
|
|
# This program is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
# GNU General Public License for more details.
|
|
#
|
|
# You should have received a copy of the GNU General Public License
|
|
# along with this program; if not, write to the Free Software
|
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
## Sub-directories to parse
|
|
|
|
## Change installation location
|
|
# datadir = mangos/sql/updates
|
|
pkgdatadir = $(datadir)/mangos/sql/updates
|
|
|
|
## Files to be installed
|
|
# Install basic SQL files to datadir
|
|
pkgdata_DATA = \
|
|
06360_characters_corpse.sql \
|
|
06360_characters_characters.sql \
|
|
06362_characters.sql \
|
|
06362_mangos_instance_template.sql \
|
|
06367_mangos_spell_proc_event.sql \
|
|
06369_mangos_spell_affect.sql \
|
|
06370_mangos_spell_affect.sql \
|
|
06381_mangos_command.sql \
|
|
06387_characters_character_ticket.sql \
|
|
06387_mangos_mangos_string.sql \
|
|
06397_mangos_creature_template.sql \
|
|
06398_mangos_creature_template.sql \
|
|
06412_characters_declinedname.sql \
|
|
06426_mangos_locales.sql \
|
|
06426_realmd_localization.sql \
|
|
06431_mangos_mangos_string.sql \
|
|
06439_mangos_command.sql \
|
|
06456_mangos_command.sql \
|
|
06472_realmd_account.sql \
|
|
06492_mangos_spell_chain.sql \
|
|
06496_mangos_spell_pet_auras.sql \
|
|
06506_mangos_spell_proc_event.sql \
|
|
06509_mangos_command.sql \
|
|
06509_mangos_mangos_string.sql \
|
|
06513_mangos_command.sql \
|
|
06515_mangos_spell_proc_event.sql \
|
|
06521_mangos_spell_proc_event.sql \
|
|
06523_mangos_spell_proc_event.sql \
|
|
06528_mangos_spell_affect.sql \
|
|
06528_mangos_spell_proc_event.sql \
|
|
06538_mangos_spell_proc_event.sql \
|
|
06540_mangos_spell_proc_event.sql \
|
|
06544_mangos_spell_proc_event.sql \
|
|
06545_mangos_command.sql \
|
|
06557_mangos_command.sql \
|
|
06574_mangos_spell_proc_event.sql \
|
|
06585_mangos_command.sql \
|
|
06588_mangos_spell_proc_event.sql \
|
|
06596_characters_arena_team.sql \
|
|
06598_character_spell.sql \
|
|
06609_mangos_mangos_string.sql \
|
|
06613_mangos_mangos_string.sql \
|
|
06627_mangos_creature_movement.sql \
|
|
06640_mangos_reference_loot_template.sql \
|
|
06642_characters_declinedname.sql \
|
|
06668_mangos_spell_proc_event.sql \
|
|
06676_mangos_spell_proc_event.sql \
|
|
06681_mangos_mangos_string.sql \
|
|
06691_mangos_spell_proc_event.sql \
|
|
06693_mangos_spell_affect.sql \
|
|
06693_mangos_spell_proc_event.sql \
|
|
06698_characters_character_tutorial.sql \
|
|
06701_mangos_command.sql \
|
|
06701_mangos_mangos_string.sql \
|
|
06708_mangos_mangos_string.sql \
|
|
06715_mangos_spell_affect.sql \
|
|
06728_mangos_quest_template.sql \
|
|
06730_mangos_mangos_string.sql \
|
|
06740_characters_characters.sql \
|
|
06740_mangos_command.sql \
|
|
06740_mangos_mangos_string.sql \
|
|
06742_mangos_command.sql \
|
|
06742_mangos_mangos_string.sql \
|
|
06748_mangos_mangos_string.sql \
|
|
06750_mangos_command.sql \
|
|
06751_realmd_account.sql \
|
|
06760_mangos_creature_template.sql \
|
|
README
|
|
|
|
## Additional files to include when running 'make dist'
|
|
# SQL update files, to upgrade database schema from older revisions
|
|
EXTRA_DIST = \
|
|
06360_characters_corpse.sql \
|
|
06360_characters_characters.sql \
|
|
06362_characters.sql \
|
|
06362_mangos_instance_template.sql \
|
|
06367_mangos_spell_proc_event.sql \
|
|
06369_mangos_spell_affect.sql \
|
|
06370_mangos_spell_affect.sql \
|
|
06381_mangos_command.sql \
|
|
06387_characters_character_ticket.sql \
|
|
06387_mangos_mangos_string.sql \
|
|
06397_mangos_creature_template.sql \
|
|
06398_mangos_creature_template.sql \
|
|
06412_characters_declinedname.sql \
|
|
06426_mangos_locales.sql \
|
|
06426_realmd_localization.sql \
|
|
06431_mangos_mangos_string.sql \
|
|
06439_mangos_command.sql \
|
|
06456_mangos_command.sql \
|
|
06472_realmd_account.sql \
|
|
06492_mangos_spell_chain.sql \
|
|
06496_mangos_spell_pet_auras.sql \
|
|
06506_mangos_spell_proc_event.sql \
|
|
06509_mangos_command.sql \
|
|
06509_mangos_mangos_string.sql \
|
|
06513_mangos_command.sql \
|
|
06515_mangos_spell_proc_event.sql \
|
|
06521_mangos_spell_proc_event.sql \
|
|
06523_mangos_spell_proc_event.sql \
|
|
06528_mangos_spell_affect.sql \
|
|
06528_mangos_spell_proc_event.sql \
|
|
06538_mangos_spell_proc_event.sql \
|
|
06540_mangos_spell_proc_event.sql \
|
|
06544_mangos_spell_proc_event.sql \
|
|
06545_mangos_command.sql \
|
|
06557_mangos_command.sql \
|
|
06574_mangos_spell_proc_event.sql \
|
|
06585_mangos_command.sql \
|
|
06588_mangos_spell_proc_event.sql \
|
|
06596_characters_arena_team.sql \
|
|
06598_character_spell.sql \
|
|
06609_mangos_mangos_string.sql \
|
|
06613_mangos_mangos_string.sql \
|
|
06627_mangos_creature_movement.sql \
|
|
06640_mangos_reference_loot_template.sql \
|
|
06642_characters_declinedname.sql \
|
|
06668_mangos_spell_proc_event.sql \
|
|
06673_mangos_areatrigger_scripts.sql \
|
|
06676_mangos_spell_proc_event.sql \
|
|
06681_mangos_mangos_string.sql \
|
|
06691_mangos_spell_proc_event.sql \
|
|
06693_mangos_spell_affect.sql \
|
|
06693_mangos_spell_proc_event.sql \
|
|
06698_characters_character_tutorial.sql \
|
|
06701_mangos_command.sql \
|
|
06701_mangos_mangos_string.sql \
|
|
06708_mangos_mangos_string.sql \
|
|
06715_mangos_spell_affect.sql \
|
|
06728_mangos_quest_template.sql \
|
|
06730_mangos_mangos_string.sql \
|
|
06740_characters_characters.sql \
|
|
06740_mangos_command.sql \
|
|
06740_mangos_mangos_string.sql \
|
|
06742_mangos_command.sql \
|
|
06742_mangos_mangos_string.sql \
|
|
06748_mangos_mangos_string.sql \
|
|
06750_mangos_command.sql \
|
|
06751_realmd_account.sql \
|
|
06760_mangos_creature_template.sql \
|
|
README
|