File: Makefile.in

package info (click to toggle)
tf5 5.0beta8-7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,800 kB
  • sloc: ansic: 25,492; perl: 103; makefile: 82; sh: 79
file content (23 lines) | stat: -rw-r--r-- 633 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
########################################################################
#
#  TinyFugue - programmable mud client
#  Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2002, 2003, 2004, 2005, 2006-2007 Ken Keys
#
#  TinyFugue (aka "tf") is protected under the terms of the GNU
#  General Public Licence.  See the file "COPYING" for details.
#
########################################################################


@SET_MAKE@
LONGPATH=${PATH}:@PATH@

default: files

files all install tf clean uninstall: _force_
	@cd src; PATH=${LONGPATH} ${MAKE} $@

_force_:

# The next line is a hack to get around a bug in BSD/386 make.
make: