OSDN Git Service

[Refactor] #37353 ソースファイル改名。
[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 snipe.c hex.c \
18         artifact.c autopick.c mutation.c flavor.c spells3.c \
19         mspells1.c mspells2.c mspells3.c mspells4.c \
20         scores.c mind.c mane.c hissatsu.c \
21         bldg.c obj_kind.c wild.c avatar.c japanese.c \
22         main-cap.c main-gcu.c main-x11.c main-xaw.c main.c chuukei.c \
23         angband.h defines.h externs.h generate.h grid.h \
24         h-basic.h h-config.h h-define.h h-system.h h-type.h \
25         mindtips.h readdib.h rooms.h streams.h init.h \
26         types.h z-config.h z-form.h z-rand.h z-term.h z-util.h z-virt.h
27
28 EXTRA_hengband_SOURCES = \
29         angband.ico angband.rc ang_eng.rc maid-x11.c main-mac.c main-win.c \
30         main-dos.c main-ibm.c \
31         makefile.bcc makefile.std makefile.dos makefile.ibm \
32         readdib.c wall.bmp
33
34 COMPILE = ./gcc-wrap $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
35         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
36
37 install-exec-hook:
38 if SET_GID
39         chgrp "@GAMEGROUP@" "$(DESTDIR)$(bindir)/hengband"
40         chmod g+s "$(DESTDIR)$(bindir)/hengband"
41 endif