OSDN Git Service

[Refactor] #39963 Separated effect-player-resist-hurt.c/h from effect-player-switcher.c
[hengband/hengband.git] / src / Makefile.am
index 9ee4ceb..78e81e5 100644 (file)
@@ -7,7 +7,29 @@ bin_PROGRAMS = hengband
 hengband_SOURCES = \
        artifact.c artifact.h \
        \
-       angband.h autopick.c autopick.h\
+       angband.h\
+       \
+       autopick/autopick.c autopick/autopick.h \
+       autopick/autopick-commands-table.h autopick/autopick-dirty-flags.h \
+       autopick/autopick-editor-table.h autopick/autopick-flags-table.h \
+       autopick/autopick-key-flag-process.h autopick/autopick-key-table.h \
+       autopick/autopick-menu-data-table.c autopick/autopick-menu-data-table.h \
+       autopick/autopick-methods-table.h \
+       autopick/autopick-util.c autopick/autopick-util.h \
+       autopick/autopick-entry.c autopick/autopick-entry.h \
+       autopick/autopick-initializer.c autopick/autopick-initializer.h \
+       autopick/autopick-matcher.c autopick/autopick-matcher.h \
+       autopick-describer.c autopick-describer.h \
+       autopick-destroyer.c autopick-destroyer.h \
+       autopick/autopick-reader-writer.c autopick/autopick-reader-writer.h \
+       autopick/autopick-finder.c autopick/autopick-finder.h \
+       autopick/autopick-pref-processor.c autopick/autopick-pref-processor.h \
+       autopick/autopick-drawer.c autopick/autopick-drawer.h \
+       autopick/autopick-inserter-killer.c autopick/autopick-inserter-killer.h \
+       autopick/autopick-registry.c autopick/autopick-registry.h \
+       autopick/autopick-command-menu.c autopick/autopick-command-menu.h \
+       autopick-editor-util.c autopick-editor-util.h \
+       autopick-editor-command.c autopick-editor-command.h \
        \
        avatar.h avatar.c birth.c birth.h \
        \
@@ -44,6 +66,7 @@ hengband_SOURCES = \
        player/permanent-resistances.c player/permanent-resistances.h \
        player/temporary-resistances.c player/temporary-resistances.h \
        \
+       io/dump-remover.c io/dump-remover.h \
        io/gf-descriptions.c io/gf-descriptions.h \
        io/tokenizer.c io/tokenizer.h \
        io/interpret-pref-file.c io/interpret-pref-file.h \
@@ -53,7 +76,8 @@ hengband_SOURCES = \
        io/exit-panic.c io/exit-panic.h \
        io/write-diary.c io/write-diary.h \
        io/mutations-dump.c io/mutations-dump.h \
-       signal-handlers.c signal-handlers.h uid-checker.c uid-checker.h \
+       io/signal-handlers.c io/signal-handlers.h \
+       io/uid-checker.c io/uid-checker.h \
        character-dump.c character-dump.h core.c core.h files.c files.h \
        core/show-file.c core/show-file.h \
        \
@@ -115,23 +139,54 @@ hengband_SOURCES = \
        quest.h quest.c\
        \
        racial.c racial.h \
-       realm.c realm.h \
-       realm-arcane.c realm-arcane.h realm-chaos.c realm-chaos.h \
-       realm-craft.c realm-craft.h realm-crusade.c realm-crusade.h \
-       realm-daemon.c realm-daemon.h realm-death.c realm-death.h \
-       realm-hex.c realm-hex.h realm-hissatsu.c realm-hissatsu.h \
-       realm-life.c realm-life.h realm-nature.c realm-nature.h realm-song.c \
-       realm-song.h realm-sorcery.c realm-sorcery.h realm-trump.c realm-trump.h \
-       report.c report.h rooms.c rooms-city.c rooms-city.h \
-       rooms-fractal.c rooms-fractal.h \
-       rooms.h rooms-normal.c rooms-normal.h rooms-pitnest.c rooms-pitnest.h \
+       realm/realm.c realm/realm.h \
+       realm/realm-arcane.c realm/realm-arcane.h \
+       realm/realm-chaos.c realm/realm-chaos.h \
+       realm/realm-craft.c realm/realm-craft.h \
+       realm/realm-crusade.c realm/realm-crusade.h \
+       realm/realm-daemon.c realm/realm-daemon.h \
+       realm/realm-death.c realm/realm-death.h \
+       realm/realm-hex.c realm/realm-hex.h 
+       realm/realm-hissatsu.c realm/realm-hissatsu.h \
+       realm/realm-life.c realm/realm-life.h 
+       realm/realm-nature.c realm/realm-nature.h realm/realm-song.c \
+       realm/realm-song.h realm/realm-sorcery.c \
+       realm/realm-sorcery.h realm/realm-trump.c realm/realm-trump.h \
+       \
+       report.c report.h \
+       rooms.c rooms-city.c rooms-city.h rooms-fractal.c rooms-fractal.h \
+       rooms.h rooms-normal.c rooms-normal.h \
        rooms-special.c rooms-special.h rooms-trap.c rooms-trap.h \
        rooms-vault.c rooms-vault.h \
+       room/rooms-pit-nest.c room/rooms-pit-nest.h \
+       room/pit-nest-kinds-table.c room/pit-nest-kinds-table.h \
        save.c save.h scores.c scores.h selfinfo.c selfinfo.h \
        snipe.c snipe.h \
        \
        rumor.h rumor.c \
        \
+       effect/effect-feature.c effect/effect-feature.h \
+       effect/effect-item.c effect/effect-item.h \
+       effect/spells-effect-util.c effect/spells-effect-util.h \
+       effect/effect-player.c effect/effect-player.h \
+       effect/effect-monster.c effect/effect-monster.h \
+       effect/effect-monster-util.c effect/effect-monster-util.h \
+       effect/effect-monster-resist-hurt.c effect/effect-monster-resist-hurt.h \
+       effect/effect-monster-psi.c effect/effect-monster-psi.h \
+       effect/effect-monster-domination.c effect/effect-monster-domination.h \
+       effect/effect-monster-oldies.c effect/effect-monster-oldies.h \
+       effect/effect-monster-charm.c effect/effect-monster-charm.h \
+       effect/effect-monster-lite-dark.c effect/effect-monster-lite-dark.h \
+       effect/effect-monster-evil.c effect/effect-monster-evil.h \
+       effect/effect-monster-spirit.c effect/effect-monster-spirit.h \
+       effect/effect-monster-switcher.c effect/effect-monster-switcher.h \
+       effect/effect-player-util.h \
+       effect/effect-player-resist-hurt.c effect/effect-player-resist-hurt.h \
+       effect/effect-player-switcher.c effect/effect-player-switcher.h \
+       \
+       spell/technic-info-table.c spell/technic-info-table.h \
+       spell/spells-execution.c spell/spells-execution.h \
+       spell/spells-util.h spell/spells-type.h \
        spells.h \
        spells1.c spells2.c spells3.c \
        spells-diceroll.c spells-diceroll.h \
@@ -161,6 +216,7 @@ hengband_SOURCES = \
        knowledge/knowledge-self.c knowledge/knowledge-self.h \
        knowledge/knowledge-quests.c knowledge/knowledge-quests.h \
        \
+       cmd/cmd-autopick.c cmd/cmd-autopick.c \
        cmd/dump-util.c cmd/dump-util.h cmd/feeling-table.c cmd/feeling-table.h \
        cmd/monster-group-table.c cmd/monster-group-table.h \
        cmd/diary-subtitle-table.c cmd/diary-subtitle-table.h \
@@ -192,9 +248,10 @@ EXTRA_DIST = \
 
 CFLAGS += $(XFT_CFLAGS)
 LIBS += $(XFT_LIBS)
-COMPILE = $(srcdir)/gcc-wrap $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
-       $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) \
-       -Icmd -Icombat -Icore -Iio -Iknowledge -Imarket -Imonster -Iobject -Iplayer -Iview
+COMPILE = $(srcdir)/gcc-wrap $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+       $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) \
+       -Iautopick -Icmd -Icombat -Icore -Ieffect -Iio -Iknowledge -Imarket \
+       -Imonster -Iobject -Iplayer -Irealm -Iroom -Ispell -Iview
 
 install-exec-hook:
 if SET_GID