-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathMakefile.in
More file actions
executable file
·66 lines (57 loc) · 1.62 KB
/
Makefile.in
File metadata and controls
executable file
·66 lines (57 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
#
# ghack.
# Copyright (C) 1999-2010 Neil McGill
#
# This game is free software; you can redistribute it and/or
# modify it under the terms of the GNU Library General Public
# License as published by the Free Software Foundation; either
# version 2 of the License, or (at your option) any later version.
#
# This game is distributed in the hope that it will be fun,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Library General Public License for more details.
#
# You should have received a copy of the GNU Library General Public
# License along with this game; if not, write to the Free
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# Neil McGill
#
# $Id: Makefile.in 1236 2009-07-06 21:45:34Z Goblinhack $
#
TOP=.
include $(TOP)/build/mk/config
SUBDIRS=build bin src lib
CLOBBER_SUBDIRS=src
include $(TOP)/build/mk/rules
depend::
(cd $(TOP)/src; make depend)
clobber:: clean
(cd $(TOP)/build/mk; $(RM) -rf config library program rules)
(cd $(TOP)/build; $(RM) -rf autom4te.cache)
$(RM) src/ghack*
$(RM) ghack*
$(RM) *dll
$(RM) *exe
$(RM) */*exe
$(RM) */*dll
$(RM) build/mk/config
clean::
$(RM) stdout*
$(RM) stderr*
$(RM) */stdout*
$(RM) */stderr*
$(RM) */*/stdout*
$(RM) */*/stderr*
$(RM) src/resources/game.gz
$(RM) src/resources/saved/*
$(RM) src/resources/levels/*/hiscore*
$(RM) src/resources/levels/*/*/hiscore*
$(RM) src/ghack*
$(RM) installer/ghack*tgz
$(RM) installer/*exe
install::
build/sh/install.sh . @prefix@/games/ghack
installer::
sh build/sh/builddist.sh