mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

111 lines
4.2 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/rene/libtiff/makeflags.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; either version 2 of the License, or
  14. # (at your option) any later version. A copy of the GNU General Public
  15. # License can be found at Documentation/COPYING.
  16. #
  17. # Many people helped and are helping developing ROCK Linux. Please
  18. # have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  19. # file for details.
  20. #
  21. # --- ROCK-COPYRIGHT-NOTE-END ---
  22. Hmmm.... ${MAKEFLAGS} is passed automatically using the environment. However,
  23. I only removed the '-' in front of all the '${MAKEFLAGS}', so the package
  24. build even when we pass CC=.. and CXX=.. (otherwise they would become -C...
  25. which means something enitrely different).
  26. - Clifford
  27. --- ./Makefile.in.orig Fri Jun 28 14:08:49 2002
  28. +++ ./Makefile.in Fri Jun 28 14:08:51 2002
  29. @@ -46,38 +46,38 @@
  30. all default:
  31. @if [ "@PORT@" = yes ]; then \
  32. - ${ECHO} "= "port; cd port; ${MAKE} -${MAKEFLAGS}; \
  33. + ${ECHO} "= "port; cd port; ${MAKE} ${MAKEFLAGS}; \
  34. else \
  35. true; \
  36. fi
  37. - @${ECHO} "= "libtiff; cd libtiff; ${MAKE} -${MAKEFLAGS}
  38. - @${ECHO} "= "tools; cd tools; ${MAKE} -${MAKEFLAGS}
  39. - @${ECHO} "= "man; cd man; ${MAKE} -${MAKEFLAGS}
  40. + @${ECHO} "= "libtiff; cd libtiff; ${MAKE} ${MAKEFLAGS}
  41. + @${ECHO} "= "tools; cd tools; ${MAKE} ${MAKEFLAGS}
  42. + @${ECHO} "= "man; cd man; ${MAKE} ${MAKEFLAGS}
  43. install:
  44. - @${ECHO} "= "libtiff; cd libtiff; ${MAKE} -${MAKEFLAGS} install
  45. - @${ECHO} "= "tools; cd tools; ${MAKE} -${MAKEFLAGS} install
  46. - @${ECHO} "= "man; cd man; ${MAKE} -${MAKEFLAGS} install
  47. + @${ECHO} "= "libtiff; cd libtiff; ${MAKE} ${MAKEFLAGS} install
  48. + @${ECHO} "= "tools; cd tools; ${MAKE} ${MAKEFLAGS} install
  49. + @${ECHO} "= "man; cd man; ${MAKE} ${MAKEFLAGS} install
  50. @if [ "@HTML@" = yes ]; then \
  51. - ${ECHO} "= "html; cd html; ${MAKE} -${MAKEFLAGS} install; \
  52. + ${ECHO} "= "html; cd html; ${MAKE} ${MAKEFLAGS} install; \
  53. else \
  54. true; \
  55. fi
  56. install-private: install
  57. - @${ECHO} "= "libtiff; cd libtiff; ${MAKE} -${MAKEFLAGS} installPrivateHdrs
  58. + @${ECHO} "= "libtiff; cd libtiff; ${MAKE} ${MAKEFLAGS} installPrivateHdrs
  59. clean:
  60. @if [ "@PORT@" = yes ]; then \
  61. - ${ECHO} "= "port; cd port; ${MAKE} -${MAKEFLAGS} clean; \
  62. + ${ECHO} "= "port; cd port; ${MAKE} ${MAKEFLAGS} clean; \
  63. else \
  64. true; \
  65. fi
  66. - @${ECHO} "= "libtiff; cd libtiff; ${MAKE} -${MAKEFLAGS} clean
  67. - @${ECHO} "= "tools; cd tools; ${MAKE} -${MAKEFLAGS} clean
  68. - @${ECHO} "= "man; cd man; ${MAKE} -${MAKEFLAGS} clean
  69. -# -cd contrib/dbs; ${MAKE} -${MAKEFLAGS} clean
  70. -# -cd contrib/dbs/xtiff; ${MAKE} -${MAKEFLAGS} clean
  71. + @${ECHO} "= "libtiff; cd libtiff; ${MAKE} ${MAKEFLAGS} clean
  72. + @${ECHO} "= "tools; cd tools; ${MAKE} ${MAKEFLAGS} clean
  73. + @${ECHO} "= "man; cd man; ${MAKE} ${MAKEFLAGS} clean
  74. +# -cd contrib/dbs; ${MAKE} ${MAKEFLAGS} clean
  75. +# -cd contrib/dbs/xtiff; ${MAKE} ${MAKEFLAGS} clean
  76. clobber distclean: clean
  77. rm -f Makefile libtiff/port.h config.log
  78. @@ -100,7 +100,7 @@
  79. product::
  80. test -d dist || mkdir dist
  81. rm -f dist/rawidb
  82. - SRC=`pwd` RAWIDB=`pwd`/dist/rawidb ${MAKE} -${MAKEFLAGS} install installLink
  83. + SRC=`pwd` RAWIDB=`pwd`/dist/rawidb ${MAKE} ${MAKEFLAGS} install installLink
  84. rm -f dist/idb
  85. sort -u +4 dist/rawidb > dist/idb
  86. ${GENDIST} -v -dist dist -idb dist/idb \
  87. @@ -498,11 +498,11 @@
  88. release:
  89. (cd ${SRCDIR}/dist; sh newversion)
  90. - ${MAKE} -${MAKEFLAGS} release.stamp
  91. - (cd ${SRCDIR}/libtiff; ${MAKE} -${MAKEFLAGS} tiffvers.h)
  92. + ${MAKE} ${MAKEFLAGS} release.stamp
  93. + (cd ${SRCDIR}/libtiff; ${MAKE} ${MAKEFLAGS} tiffvers.h)
  94. # ${SRCDIR}/configure ${CONFIG}
  95. -# ${MAKE} -${MAKEFLAGS} product
  96. - ${MAKE} -${MAKEFLAGS} release.tar.zip
  97. +# ${MAKE} ${MAKEFLAGS} product
  98. + ${MAKE} ${MAKEFLAGS} release.tar.zip
  99. # stamp relevant files according to current alpha