patch-src_Makefile 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
  2. --- tmsnc-0.3.2.orig/src/Makefile 2006-10-17 13:14:22.000000000 +0200
  3. +++ tmsnc-0.3.2/src/Makefile 2009-06-02 01:13:54.000000000 +0200
  4. @@ -35,8 +35,8 @@ POST_INSTALL = :
  5. NORMAL_UNINSTALL = :
  6. PRE_UNINSTALL = :
  7. POST_UNINSTALL = :
  8. -build_triplet = i686-pc-linux-gnu
  9. -host_triplet = i686-pc-linux-gnu
  10. +build_triplet = x86_64-pc-linux-gnu
  11. +host_triplet = i586-pc-linux-gnu
  12. bin_PROGRAMS = tmsnc$(EXEEXT)
  13. subdir = src
  14. DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
  15. @@ -74,21 +74,21 @@ HEADERS = $(noinst_HEADERS)
  16. ETAGS = etags
  17. CTAGS = ctags
  18. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  19. -ACLOCAL = ${SHELL} /home/jonas/tmsnc/missing --run aclocal-1.9
  20. -AMDEP_FALSE = #
  21. -AMDEP_TRUE =
  22. -AMTAR = ${SHELL} /home/jonas/tmsnc/missing --run tar
  23. -AUTOCONF = ${SHELL} /home/jonas/tmsnc/missing --run autoconf
  24. -AUTOHEADER = ${SHELL} /home/jonas/tmsnc/missing --run autoheader
  25. -AUTOMAKE = ${SHELL} /home/jonas/tmsnc/missing --run automake-1.9
  26. -AWK = mawk
  27. -CC = gcc
  28. -CCDEPMODE = depmode=gcc3
  29. -CFLAGS = -g -O2
  30. -CPP = gcc -E
  31. -CPPFLAGS =
  32. -CURSES_INCLUDEDIR =
  33. -CURSES_LIBS = -lncurses -lpanel -lform
  34. +ACLOCAL = ${SHELL} /home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run aclocal-1.9
  35. +AMDEP_FALSE =
  36. +AMDEP_TRUE = #
  37. +AMTAR = ${SHELL} /home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run tar
  38. +AUTOCONF = ${SHELL} /home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run autoconf
  39. +AUTOHEADER = ${SHELL} /home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run autoheader
  40. +AUTOMAKE = ${SHELL} /home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run automake-1.9
  41. +AWK = gawk
  42. +CC = /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc
  43. +CCDEPMODE = depmode=none
  44. +CFLAGS = -fwrapv -fno-ident -Os -pipe -march=geode -fomit-frame-pointer -fstack-protector-all
  45. +CPP = /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc -E
  46. +CPPFLAGS = -I/home/wbx/alix1c/openadk/cross_i586/target/usr/include -DNDEBUG
  47. +CURSES_INCLUDEDIR = -I/home/wbx/alix1c/openadk/cross_i586/target/include -DRENAMED_NCURSES
  48. +CURSES_LIBS = -L/home/wbx/alix1c/openadk/cross_i586/target/lib -lncurses -lpanel -lform
  49. CYGPATH_W = echo
  50. DEFS = -DHAVE_CONFIG_H
  51. DEPDIR = .deps
  52. @@ -102,13 +102,13 @@ INSTALL_DATA = ${INSTALL} -m 644
  53. INSTALL_PROGRAM = ${INSTALL}
  54. INSTALL_SCRIPT = ${INSTALL}
  55. INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
  56. -LDFLAGS =
  57. -LIBICONV =
  58. +LDFLAGS = -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/alix1c/openadk/cross_i586/target/usr/lib -L/home/wbx/alix1c/openadk/cross_i586/target/lib -L/home/wbx/alix1c/openadk/cross_i586/target/usr/lib
  59. +LIBICONV = /home/wbx/alix1c/openadk/cross_i586/target/usr/lib/libiconv.so -Wl,-rpath -Wl,/home/wbx/alix1c/openadk/cross_i586/target/usr/lib
  60. LIBOBJS =
  61. LIBS =
  62. -LTLIBICONV =
  63. +LTLIBICONV = -L/home/wbx/alix1c/openadk/cross_i586/target/usr/lib -liconv -R/home/wbx/alix1c/openadk/cross_i586/target/usr/lib
  64. LTLIBOBJS =
  65. -MAKEINFO = ${SHELL} /home/jonas/tmsnc/missing --run makeinfo
  66. +MAKEINFO = ${SHELL} /home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run makeinfo
  67. OBJEXT = o
  68. OPENSSL_FALSE = #
  69. OPENSSL_TRUE =
  70. @@ -120,60 +120,60 @@ PACKAGE_TARNAME =
  71. PACKAGE_VERSION =
  72. PATH_SEPARATOR = :
  73. SET_MAKE =
  74. -SHELL = /bin/sh
  75. -SSLINC =
  76. -SSLLIB = -lssl -lcrypto
  77. -STRIP =
  78. +SHELL = /bin/bash
  79. +SSLINC = -I/home/wbx/alix1c/openadk/cross_i586/target/usr/include
  80. +SSLLIB = -L/home/wbx/alix1c/openadk/cross_i586/target/usr/lib -lssl -lcrypto
  81. +STRIP = i586-linux-strip
  82. TALKFILTERS_FALSE =
  83. TALKFILTERS_TRUE = #
  84. TFLIB =
  85. VERSION = 0.3.2
  86. -ac_ct_CC = gcc
  87. -am__fastdepCC_FALSE = #
  88. -am__fastdepCC_TRUE =
  89. +ac_ct_CC =
  90. +am__fastdepCC_FALSE =
  91. +am__fastdepCC_TRUE = #
  92. am__include = include
  93. am__leading_dot = .
  94. am__quote =
  95. am__tar = ${AMTAR} chof - "$$tardir"
  96. am__untar = ${AMTAR} xf -
  97. bindir = ${exec_prefix}/bin
  98. -build = i686-pc-linux-gnu
  99. -build_alias =
  100. -build_cpu = i686
  101. +build = x86_64-pc-linux-gnu
  102. +build_alias = x86_64-linux-gnu
  103. +build_cpu = x86_64
  104. build_os = linux-gnu
  105. build_vendor = pc
  106. -datadir = ${datarootdir}
  107. +datadir = /usr/share
  108. datarootdir = ${prefix}/share
  109. docdir = ${datarootdir}/doc/${PACKAGE}
  110. dvidir = ${docdir}
  111. exec_prefix = ${prefix}
  112. -host = i686-pc-linux-gnu
  113. -host_alias =
  114. -host_cpu = i686
  115. +host = i586-pc-linux-gnu
  116. +host_alias = i586-linux
  117. +host_cpu = i586
  118. host_os = linux-gnu
  119. host_vendor = pc
  120. htmldir = ${docdir}
  121. includedir = ${prefix}/include
  122. infodir = ${datarootdir}/info
  123. -install_sh = /home/jonas/tmsnc/install-sh
  124. +install_sh = /home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2/install-sh
  125. libdir = ${exec_prefix}/lib
  126. -libexecdir = ${exec_prefix}/libexec
  127. +libexecdir = /usr/sbin
  128. localedir = ${datarootdir}/locale
  129. -localstatedir = ${prefix}/var
  130. -mandir = ${datarootdir}/man
  131. +localstatedir = /var
  132. +mandir = /usr/share/man
  133. mkdir_p = mkdir -p --
  134. oldincludedir = /usr/include
  135. pdfdir = ${docdir}
  136. -prefix = /usr/local
  137. -program_transform_name = s,x,x,
  138. +prefix = /usr
  139. +program_transform_name = s&$$&&;s&^&&
  140. psdir = ${docdir}
  141. sbindir = ${exec_prefix}/sbin
  142. sharedstatedir = ${prefix}/com
  143. -sysconfdir = ${prefix}/etc
  144. -target_alias =
  145. +sysconfdir = /etc
  146. +target_alias = i586-linux
  147. tmsnc_VERSION = 0.3.2
  148. -LDADD = -lssl -lcrypto -lncurses -lpanel -lform
  149. -INCLUDES =
  150. +LDADD = -L/home/wbx/alix1c/openadk/cross_i586/target/usr/lib -lssl -lcrypto -L/home/wbx/alix1c/openadk/cross_i586/target/lib -lncurses -lpanel -lform /home/wbx/alix1c/openadk/cross_i586/target/usr/lib/libiconv.so -Wl,-rpath -Wl,/home/wbx/alix1c/openadk/cross_i586/target/usr/lib -L/home/wbx/alix1c/openadk/cross_i586/target/usr/lib -liconv -R/home/wbx/alix1c/openadk/cross_i586/target/usr/lib
  151. +INCLUDES = -I/home/wbx/alix1c/openadk/cross_i586/target/usr/include -I/home/wbx/alix1c/openadk/cross_i586/target/include -DRENAMED_NCURSES
  152. AM_CFLAGS = -Wall
  153. tmsnc_SOURCES = misc.c main.c conf.c login.c sig.c menu.c ui.c list.c charset.c core_misc.c core_net.c core_ssl.c core_p2p.c dialog.c filters.c event.c debug.c
  154. noinst_HEADERS = misc.h main.h conf.h login.h sig.h menu.h ui.h list.h charset.h core_misc.h core_net.h core_ssl.h core_p2p.h core.h dialog.h filters.h event.h
  155. @@ -261,37 +261,37 @@ mostlyclean-compile:
  156. distclean-compile:
  157. -rm -f *.tab.c
  158. -include ./$(DEPDIR)/charset.Po
  159. -include ./$(DEPDIR)/conf.Po
  160. -include ./$(DEPDIR)/core_misc.Po
  161. -include ./$(DEPDIR)/core_net.Po
  162. -include ./$(DEPDIR)/core_p2p.Po
  163. -include ./$(DEPDIR)/core_ssl.Po
  164. -include ./$(DEPDIR)/debug.Po
  165. -include ./$(DEPDIR)/dialog.Po
  166. -include ./$(DEPDIR)/event.Po
  167. -include ./$(DEPDIR)/filters.Po
  168. -include ./$(DEPDIR)/list.Po
  169. -include ./$(DEPDIR)/login.Po
  170. -include ./$(DEPDIR)/main.Po
  171. -include ./$(DEPDIR)/menu.Po
  172. -include ./$(DEPDIR)/misc.Po
  173. -include ./$(DEPDIR)/sig.Po
  174. -include ./$(DEPDIR)/ui.Po
  175. +#include ./$(DEPDIR)/charset.Po
  176. +#include ./$(DEPDIR)/conf.Po
  177. +#include ./$(DEPDIR)/core_misc.Po
  178. +#include ./$(DEPDIR)/core_net.Po
  179. +#include ./$(DEPDIR)/core_p2p.Po
  180. +#include ./$(DEPDIR)/core_ssl.Po
  181. +#include ./$(DEPDIR)/debug.Po
  182. +#include ./$(DEPDIR)/dialog.Po
  183. +#include ./$(DEPDIR)/event.Po
  184. +#include ./$(DEPDIR)/filters.Po
  185. +#include ./$(DEPDIR)/list.Po
  186. +#include ./$(DEPDIR)/login.Po
  187. +#include ./$(DEPDIR)/main.Po
  188. +#include ./$(DEPDIR)/menu.Po
  189. +#include ./$(DEPDIR)/misc.Po
  190. +#include ./$(DEPDIR)/sig.Po
  191. +#include ./$(DEPDIR)/ui.Po
  192. .c.o:
  193. - if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
  194. - then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  195. -# source='$<' object='$@' libtool=no \
  196. -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
  197. -# $(COMPILE) -c $<
  198. +# if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
  199. +# then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  200. +# source='$<' object='$@' libtool=no
  201. +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp)
  202. + $(COMPILE) -c $<
  203. .c.obj:
  204. - if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
  205. - then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  206. -# source='$<' object='$@' libtool=no \
  207. -# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
  208. -# $(COMPILE) -c `$(CYGPATH_W) '$<'`
  209. +# if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
  210. +# then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  211. +# source='$<' object='$@' libtool=no
  212. +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp)
  213. + $(COMPILE) -c `$(CYGPATH_W) '$<'`
  214. uninstall-info-am:
  215. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)