[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.35 and 1.35.8.1

version 1.35, 2011/07/03 15:29:34 version 1.35.8.1, 2013/02/25 00:27:44
Line 26  FILES+=${file}
Line 26  FILES+=${file}
 .endif  .endif
 .endfor  .endfor
   
 CLEANFILES+=map setup setup.lo host_phantglobs.lo ${ALLFILES} files.stamp  CLEANFILES+=map mkdata setup.lo host_phantglobs.lo ${ALLFILES} files.stamp
   
 realall: ${FILES}  realall: ${FILES}
   
 ${FILES}: files.stamp  ${FILES}: files.stamp
 files.stamp: setup monsters.asc  files.stamp: mkdata monsters.asc
         ${_MKMSG_CREATE} ${FILES}          ${_MKMSG_CREATE} ${FILES}
         rm -f ${.TARGET}          rm -f ${.TARGET}
         ./setup -m ${.CURDIR}/monsters.asc          ./mkdata -m ${.CURDIR}/monsters.asc
         touch ${.TARGET}          touch ${.TARGET}
   
 setup: host_phantglobs.lo setup.lo ${LIBM}  mkdata: host_phantglobs.lo setup.lo ${LIBM}
         ${_MKTARGET_LINK}          ${_MKTARGET_LINK}
         ${HOST_LINK.c} -o ${.TARGET} ${.ALLSRC:M*.lo} -lm          ${HOST_LINK.c} -o ${.TARGET} ${.ALLSRC:M*.lo} -lm
   

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.35.8.1

CVSweb <webmaster@jp.NetBSD.org>