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

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

Diff for /src/games/adventure/Makefile between version 1.13 and 1.14

version 1.13, 2003/11/16 14:14:18 version 1.14, 2013/02/16 16:30:28
Line 5  PROG= adventure
Line 5  PROG= adventure
 SRCS=   main.c init.c done.c save.c subr.c vocab.c wizard.c io.c data.c crc.c  SRCS=   main.c init.c done.c save.c subr.c vocab.c wizard.c io.c data.c crc.c
 MAN=    adventure.6  MAN=    adventure.6
 HIDEGAME=hidegame  HIDEGAME=hidegame
 CLEANFILES+=setup setup.lo data.c  CLEANFILES+=mkdata setup.lo data.c
   
 data.c: glorkz setup  data.c: glorkz mkdata
         ${_MKTARGET_CREATE}          ${_MKTARGET_CREATE}
         ./setup ${.CURDIR}/glorkz > data.c          ./mkdata ${.CURDIR}/glorkz > data.c
   
 setup.lo: hdr.h  setup.lo: hdr.h
 setup: setup.lo  mkdata: setup.lo
         ${_MKTARGET_LINK}          ${_MKTARGET_LINK}
         ${HOST_LINK.c} -o ${.TARGET} ${.ALLSRC}          ${HOST_LINK.c} -o ${.TARGET} ${.ALLSRC}
   

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

CVSweb <webmaster@jp.NetBSD.org>