OSDN Git Service

[Refactor] #37353 cmd-mane.h を作成して変数宣言移動。 mane.c を cmd-mane.c に改名。
[hengband/hengband.git] / src / Makefile.am
1 ## Makefile.am -- Process this file with automake to process Makefile.in
2
3 AUTOMAKE_OPTIONS = foreign
4
5 bin_PROGRAMS = hengband
6
7 hengband_SOURCES = \
8         artifact.c artifact.h \
9         \
10         angband.h autopick.c \
11         \
12         avatar.h avatar.c \
13         \
14         birth.c bldg.c chest.c chest.h chuukei.c \
15         cmd2.c cmd4.c cmd-activate.c cmd-activate.h cmd-eat.c cmd-eat.h \
16         cmd-item.c cmd-item.h cmd-magiceat.c cmd-magiceat.h \
17         cmd-mane.c cmd-mane.h cmd-pet.c cmd-pet.h \
18         cmd-quaff.c cmd-quaff.h cmd-read.c cmd-read.h cmd-spell.c cmd-spell.h \
19         cmd-usestaff.c cmd-usestaff.h cmd-zaprod.c cmd-zaprod.h cmd-zapwand.c \
20         cmd-zapwand.h cmd-smith.c cmd-smith.h cmd-hissatsu.c cmd-hissatsu.h\
21         \
22         defines.h dungeon.c effects.c externs.h files.c flavor.c \
23         \
24         floor.h floor-events.c floor-events.h floor-generate.c floor-generate.h \
25         floor-save.h floor-save.c \
26         floor-streams.c floor-streams.h \
27         \
28         feature.c feature.h \
29         geometry.c geometry.h \
30         \
31         gameoption.c gameoption.h gamevalue.h \
32         generate.h grid.c grid.h h-basic.h h-config.h h-define.h \
33         history.h history.c \
34         h-system.h h-type.h inet.c init1.c init2.c init.h japanese.c load.c \
35         main.c main-x11.c main-gcu.c \
36         melee.h melee1.c mind.c \
37         \
38         monster.h \
39         monsterrace-hook.c monsterrace-hook.h monster-process.c \
40         monster-process.h monster-status.c monster-status.h monster1.c \
41         monster2.c mspells1.c mspells2.c mspells3.c mspells4.c monster-spell.h \
42         \
43         mutation.h mutation.c \
44         \
45         object-boost.c object-boost.h \
46         object-curse.c object-curse.h object-broken.c object-broken.h \
47         object-hook.c object-hook.h object1.c object2.c \
48         objectkind-hook.c objectkind-hook.h \
49         \
50         patron.h patron.c \
51         \
52         projection.h projection.c\
53         \
54         player-move.c player-move.h player-damage.c player-damage.h player-status.c player-status.h \
55         \
56         quest.h quest.c\
57         \
58         racial.c \
59         realm-arcane.c \
60         realm-arcane.h realm-chaos.c realm-chaos.h realm-craft.c realm-craft.h \
61         realm-crusade.c realm-crusade.h realm-daemon.c realm-daemon.h realm-death.c \
62         realm-death.h realm-hex.c realm-hex.h realm-hissatsu.c realm-hissatsu.h \
63         realm-life.c realm-life.h realm-nature.c realm-nature.h realm-song.c \
64         realm-song.h realm-sorcery.c realm-sorcery.h realm-trump.c realm-trump.h \
65         report.c rooms.c rooms-city.c rooms-city.h rooms-fractal.c rooms-fractal.h \
66         rooms.h rooms-normal.c rooms-normal.h rooms-pitnest.c rooms-pitnest.h \
67         rooms-special.c rooms-special.h rooms-trap.c rooms-trap.h rooms-vault.c \
68         rooms-vault.h save.c scores.c selfinfo.c selfinfo.h shoot.c shoot.h snipe.c \
69         \
70         rumor.h rumor.c \
71         \
72         spells.h
73         spells1.c spells2.c spells3.c \
74         spells-diceroll.c spells-diceroll.h \
75         spells-floor.c spells-floor.h \
76         spells-object.c spells-object.h \
77         spells-status.c spells-status.h \
78         spells-summon.c spells-summon.h \
79         spells-world.c spells-world.h \
80         \
81         sort.c sort.h \
82         store.h store.c tables.c trap.c trap.h types.h util.c \
83         variable.c wild.h wild.c wizard1.c wizard2.c \
84         warning.c warning.h world.c world.h \
85         \
86         view-mainwindow.c\
87         \
88         xtra2.c z-config.h \
89         z-form.c z-form.h z-rand.c z-rand.h z-term.c z-term.h z-util.c z-util.h \
90         z-virt.c z-virt.h 
91
92 EXTRA_hengband_SOURCES = \
93         angband.ico angband.rc ang_eng.rc maid-x11.c main-mac.c main-win.c \
94         main-dos.c main-ibm.c \
95         makefile.bcc makefile.std makefile.dos makefile.ibm \
96         readdib.c wall.bmp
97
98 COMPILE = ./gcc-wrap $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
99         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
100
101 install-exec-hook:
102 if SET_GID
103         chgrp "@GAMEGROUP@" "$(DESTDIR)$(bindir)/hengband"
104         chmod g+s "$(DESTDIR)$(bindir)/hengband"
105 endif