OSDN Git Service

ヘルプの検索機能や強調機能をキャンセルするとフリーズする場合があった
[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         z-util.c z-virt.c z-form.c z-rand.c z-term.c \
9         variable.c tables.c util.c cave.c \
10         kajitips.h object1.c object2.c monster1.c monster2.c \
11         xtra1.c xtra2.c spells1.c spells2.c \
12         melee1.c melee2.c save.c files.c floors.c\
13         cmd1.c cmd2.c cmd3.c cmd4.c cmd5.c cmd6.c do-spell.c\
14         store.c birth.c load.c \
15         wizard1.c wizard2.c grid.c streams.c rooms.c \
16         generate.c dungeon.c init1.c init2.c \
17         effects.c racial.c inet.c report.c\
18         artifact.c autopick.c mutation.c flavor.c spells3.c \
19         mspells1.c mspells2.c scores.c mind.c mane.c hissatsu.c \
20         bldg.c obj_kind.c wild.c avatar.c japanese.c mspells3.c \
21         main-cap.c main-gcu.c main-x11.c main-xaw.c main.c chuukei.c \
22         angband.h defines.h externs.h generate.h grid.h \
23         h-basic.h h-config.h h-define.h h-system.h h-type.h \
24         mindtips.h readdib.h rooms.h streams.h init.h \
25         types.h z-config.h z-form.h z-rand.h z-term.h z-util.h z-virt.h
26
27 EXTRA_hengband_SOURCES = \
28         angband.ico angband.rc ang_eng.rc maid-x11.c main-mac.c main-win.c \
29         main-dos.c main-ibm.c \
30         makefile.bcc makefile.std makefile.dos makefile.ibm \
31         readdib.c wall.bmp
32
33 install-exec-hook:
34 if SET_GID
35         chgrp "@GAMEGROUP@" "$(DESTDIR)$(bindir)/hengband"
36         chmod g+s "$(DESTDIR)$(bindir)/hengband"
37 endif