[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / games / phantasia

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/games/phantasia/Makefile between version 1.27 and 1.28

version 1.27, 2003/09/30 09:23:19 version 1.28, 2003/10/18 07:40:27
Line 36  ${FILES}: setup
Line 36  ${FILES}: setup
 setup: host_phantglobs.lo setup.lo monsters.asc ${LIBM}  setup: host_phantglobs.lo setup.lo monsters.asc ${LIBM}
         ${HOST_LINK.c} host_phantglobs.lo setup.lo -o ${.TARGET} -lm          ${HOST_LINK.c} host_phantglobs.lo setup.lo -o ${.TARGET} -lm
   
 host_phantglobs.lo: ${.CURDIR}/phantglobs.c  BUILDSYMLINKS+= phantglobs.c host_phantglobs.c
         ${HOST_COMPILE.c} -o host_phantglobs.lo ${.CURDIR}/phantglobs.c  HOST_CPPFLAGS+= -I${.CURDIR}
   
 setup.lo: ${.CURDIR}/setup.c  
         ${HOST_COMPILE.c} -o setup.lo ${.CURDIR}/setup.c  
   
 # Make Phantasia map.  Change the map commands reflect your installation.  # Make Phantasia map.  Change the map commands reflect your installation.
 # PLOTDEVICE is used for plotting the map.  Change as appropriate.  # PLOTDEVICE is used for plotting the map.  Change as appropriate.

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

CVSweb <webmaster@jp.NetBSD.org>