OSDN Git Service

[Refactor] #39963 Separated effect-monster-oldies.c/h from effect-monster-switcher.c
[hengband/hengband.git] / src / Makefile.am
index a21274b..687a30b 100644 (file)
@@ -23,11 +23,13 @@ hengband_SOURCES = \
        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-adder.c autopick/autopick-adder.h \
        autopick/autopick-pref-processor.c autopick/autopick-pref-processor.h \
        autopick/autopick-drawer.c autopick/autopick-drawer.h \
-       autopick/autopick-searcher.c autopick/autopick-searcher.h \
-       autopick/autopick-inserter.c autopick/autopick-inserter.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 \
        \
@@ -137,13 +139,20 @@ 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 \
+       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 \
@@ -156,6 +165,23 @@ hengband_SOURCES = \
        \
        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-switcher.c effect/effect-monster-switcher.h \
+       effect/effect-player-util.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 \
@@ -185,6 +211,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 \
@@ -216,10 +243,10 @@ EXTRA_DIST = \
 
 CFLAGS += $(XFT_CFLAGS)
 LIBS += $(XFT_LIBS)
-COMPILE = $(srcdir)/gcc-wrap $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
-       $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) \
-       -Iautopick -Icmd -Icombat -Icore -Iio -Iknowledge -Imarket -Imonster \
-       -Iobject -Iplayer -Iroom -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