File: Makefile

package info (click to toggle)
crossfire 1.1.0-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 11,776 kB
  • ctags: 5,507
  • sloc: ansic: 55,776; sh: 2,694; lex: 1,778; perl: 1,710; makefile: 1,518
file content (24 lines) | stat: -rw-r--r-- 502 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Generated automatically from Makefile.in by configure.

DOCFILES = README prayer-list.ps spell-info.ps spell-list.ps \
	spell-summary.ps tome-of-magic.ps prayer-list.txt spell-info.txt \
	spell-summary.ps tome-of-magic.txt Makefile.in

install::

depend::

clean::

distclean::
	$(RM) -f Makefile

all::

archive::
	@if [ ! -d $(ARCHIVE)/doc/spell-docs ]; then $(MKDIR) $(ARCHIVE)/doc/spell-docs ; fi
	$(CP) Makefile $(DOCFILES) $(ARCHIVE)/doc/spell-docs

patchlist::
	echo $(DOCFILES) > .patchlist