OpenSDE Packages Database (without history before r20070)
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.

408 lines
15 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../xf86-video-sunffb/cfb-less-HEAD-fix.patch
  5. # Copyright (C) 2006 The T2 SDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. This is a merge from HEAD to avoid the cfb dependency wich was not
  17. automatically loaded and thus required manual corg.conf module
  18. load hardcoding, a no-go.
  19. - Rene Rebe <rene@exactcode.de>
  20. diff -ur xf86-video-sunffb-1.0.1.3/ltmain.sh xf86-video-sunffb-1.0.1.3-fixed/ltmain.sh
  21. --- xf86-video-sunffb-1.0.1.3/ltmain.sh 2005-12-21 08:56:29.000000000 +0100
  22. +++ xf86-video-sunffb-1.0.1.3-fixed/ltmain.sh 2006-06-19 11:47:08.340000000 +0200
  23. @@ -3143,9 +3143,9 @@
  24. # Eliminate all temporary directories.
  25. for path in $notinst_path; do
  26. - lib_search_path=`$echo "$lib_search_path " | ${SED} -e 's% $path % %g'`
  27. - deplibs=`$echo "$deplibs " | ${SED} -e 's% -L$path % %g'`
  28. - dependency_libs=`$echo "$dependency_libs " | ${SED} -e 's% -L$path % %g'`
  29. + lib_search_path=`$echo " $lib_search_path " | ${SED} -e "s% $path % %g"`
  30. + deplibs=`$echo " $deplibs " | ${SED} -e "s% -L$path % %g"`
  31. + dependency_libs=`$echo " $dependency_libs " | ${SED} -e "s% -L$path % %g"`
  32. done
  33. if test -n "$xrpath"; then
  34. Only in xf86-video-sunffb-1.0.1.3-fixed/src: CVS
  35. diff -ur xf86-video-sunffb-1.0.1.3/src/Makefile.am xf86-video-sunffb-1.0.1.3-fixed/src/Makefile.am
  36. --- xf86-video-sunffb-1.0.1.3/src/Makefile.am 2005-12-14 21:42:18.000000000 +0100
  37. +++ xf86-video-sunffb-1.0.1.3-fixed/src/Makefile.am 2006-06-19 12:31:57.350000000 +0200
  38. @@ -35,38 +35,18 @@
  39. sunffb_drv_la_SOURCES = \
  40. ffb_accel.c \
  41. ffb_attr.c \
  42. - ffb_bcopy.c \
  43. - ffb_checks.c \
  44. - ffb_circle.c \
  45. - ffb_cplane.c \
  46. ffb_cursor.c \
  47. ffb_dac.c \
  48. ffb_dac.h \
  49. - ffb_dbe.c \
  50. ffb_ddc.c \
  51. ffb_dga.c \
  52. ffb_driver.c \
  53. ffb_fifo.h \
  54. - ffb_frect.c \
  55. - ffb_fspans.c \
  56. - ffb_gc.c \
  57. - ffb_gc.h \
  58. - ffb_glyph.c \
  59. - ffb_gspans.c \
  60. ffb.h \
  61. - ffb_line.c \
  62. ffb_loops.h \
  63. - ffb_plygon.c \
  64. - ffb_point.c \
  65. ffb_rcache.h \
  66. ffb_regs.h \
  67. - ffb_seg.c \
  68. - ffb_sspans.c \
  69. - ffb_stip.c \
  70. - ffb_stip.h \
  71. - ffb_stubs.c \
  72. ffb_wid.c \
  73. - ffb_zeroarc.c \
  74. $(SPARC_ASM_SRC)
  75. if DRI
  76. @@ -74,9 +54,3 @@
  77. ffb_dri.c \
  78. ffb_drishare.h
  79. endif
  80. -
  81. -EXTRA_DIST = \
  82. - ffb_clip.c \
  83. - ffb_clip.h \
  84. - ffb_wline.c \
  85. - ffb_rect.c
  86. diff -ur xf86-video-sunffb-1.0.1.3/src/Makefile.in xf86-video-sunffb-1.0.1.3-fixed/src/Makefile.in
  87. --- xf86-video-sunffb-1.0.1.3/src/Makefile.in 2005-12-21 08:56:36.000000000 +0100
  88. +++ xf86-video-sunffb-1.0.1.3-fixed/src/Makefile.in 2006-06-19 12:30:34.690000000 +0200
  89. @@ -198,46 +198,22 @@
  90. sunffb_drv_la_SOURCES = \
  91. ffb_accel.c \
  92. ffb_attr.c \
  93. - ffb_bcopy.c \
  94. - ffb_checks.c \
  95. - ffb_circle.c \
  96. - ffb_cplane.c \
  97. ffb_cursor.c \
  98. ffb_dac.c \
  99. ffb_dac.h \
  100. - ffb_dbe.c \
  101. ffb_ddc.c \
  102. ffb_dga.c \
  103. ffb_driver.c \
  104. ffb_fifo.h \
  105. - ffb_frect.c \
  106. - ffb_fspans.c \
  107. - ffb_gc.c \
  108. - ffb_gc.h \
  109. - ffb_glyph.c \
  110. - ffb_gspans.c \
  111. ffb.h \
  112. - ffb_line.c \
  113. ffb_loops.h \
  114. - ffb_plygon.c \
  115. - ffb_point.c \
  116. ffb_rcache.h \
  117. ffb_regs.h \
  118. - ffb_seg.c \
  119. - ffb_sspans.c \
  120. - ffb_stip.c \
  121. - ffb_stip.h \
  122. - ffb_stubs.c \
  123. ffb_wid.c \
  124. - ffb_zeroarc.c \
  125. $(SPARC_ASM_SRC)\
  126. $(am__append_1)
  127. -EXTRA_DIST = \
  128. - ffb_clip.c \
  129. - ffb_clip.h \
  130. - ffb_wline.c \
  131. - ffb_rect.c
  132. +EXTRA_DIST =
  133. subdir = src
  134. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  135. @@ -247,22 +223,19 @@
  136. LTLIBRARIES = $(sunffb_drv_la_LTLIBRARIES)
  137. sunffb_drv_la_LIBADD =
  138. -am__sunffb_drv_la_SOURCES_DIST = ffb_accel.c ffb_attr.c ffb_bcopy.c \
  139. - ffb_checks.c ffb_circle.c ffb_cplane.c ffb_cursor.c ffb_dac.c \
  140. - ffb_dac.h ffb_dbe.c ffb_ddc.c ffb_dga.c ffb_driver.c ffb_fifo.h \
  141. - ffb_frect.c ffb_fspans.c ffb_gc.c ffb_gc.h ffb_glyph.c \
  142. - ffb_gspans.c ffb.h ffb_line.c ffb_loops.h ffb_plygon.c \
  143. - ffb_point.c ffb_rcache.h ffb_regs.h ffb_seg.c ffb_sspans.c \
  144. - ffb_stip.c ffb_stip.h ffb_stubs.c ffb_wid.c ffb_zeroarc.c \
  145. +am__sunffb_drv_la_SOURCES_DIST = ffb_accel.c ffb_attr.c \
  146. + ffb_cursor.c ffb_dac.c \
  147. + ffb_dac.h ffb_ddc.c ffb_dga.c ffb_driver.c ffb_fifo.h \
  148. + ffb.h ffb_loops.h \
  149. + ffb_rcache.h ffb_regs.h \
  150. + ffb_wid.c \
  151. ffb_asm.s VISmoveImage.s ffb_dri.c ffb_drishare.h
  152. @SPARC_TRUE@am__objects_1 = ffb_asm.lo VISmoveImage.lo
  153. @DRI_TRUE@am__objects_2 = ffb_dri.lo
  154. -am_sunffb_drv_la_OBJECTS = ffb_accel.lo ffb_attr.lo ffb_bcopy.lo \
  155. - ffb_checks.lo ffb_circle.lo ffb_cplane.lo ffb_cursor.lo \
  156. - ffb_dac.lo ffb_dbe.lo ffb_ddc.lo ffb_dga.lo ffb_driver.lo \
  157. - ffb_frect.lo ffb_fspans.lo ffb_gc.lo ffb_glyph.lo ffb_gspans.lo \
  158. - ffb_line.lo ffb_plygon.lo ffb_point.lo ffb_seg.lo ffb_sspans.lo \
  159. - ffb_stip.lo ffb_stubs.lo ffb_wid.lo ffb_zeroarc.lo \
  160. +am_sunffb_drv_la_OBJECTS = ffb_accel.lo ffb_attr.lo \
  161. + ffb_cursor.lo \
  162. + ffb_dac.lo ffb_ddc.lo ffb_dga.lo ffb_driver.lo \
  163. + ffb_wid.lo \
  164. $(am__objects_1) $(am__objects_2)
  165. sunffb_drv_la_OBJECTS = $(am_sunffb_drv_la_OBJECTS)
  166. @@ -270,23 +243,12 @@
  167. depcomp = $(SHELL) $(top_srcdir)/depcomp
  168. am__depfiles_maybe = depfiles
  169. @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/ffb_accel.Plo \
  170. -@AMDEP_TRUE@ ./$(DEPDIR)/ffb_attr.Plo ./$(DEPDIR)/ffb_bcopy.Plo \
  171. -@AMDEP_TRUE@ ./$(DEPDIR)/ffb_checks.Plo \
  172. -@AMDEP_TRUE@ ./$(DEPDIR)/ffb_circle.Plo \
  173. -@AMDEP_TRUE@ ./$(DEPDIR)/ffb_cplane.Plo \
  174. +@AMDEP_TRUE@ ./$(DEPDIR)/ffb_attr.Plo \
  175. @AMDEP_TRUE@ ./$(DEPDIR)/ffb_cursor.Plo ./$(DEPDIR)/ffb_dac.Plo \
  176. -@AMDEP_TRUE@ ./$(DEPDIR)/ffb_dbe.Plo ./$(DEPDIR)/ffb_ddc.Plo \
  177. +@AMDEP_TRUE@ ./$(DEPDIR)/ffb_ddc.Plo \
  178. @AMDEP_TRUE@ ./$(DEPDIR)/ffb_dga.Plo ./$(DEPDIR)/ffb_dri.Plo \
  179. @AMDEP_TRUE@ ./$(DEPDIR)/ffb_driver.Plo \
  180. -@AMDEP_TRUE@ ./$(DEPDIR)/ffb_frect.Plo \
  181. -@AMDEP_TRUE@ ./$(DEPDIR)/ffb_fspans.Plo ./$(DEPDIR)/ffb_gc.Plo \
  182. -@AMDEP_TRUE@ ./$(DEPDIR)/ffb_glyph.Plo \
  183. -@AMDEP_TRUE@ ./$(DEPDIR)/ffb_gspans.Plo ./$(DEPDIR)/ffb_line.Plo \
  184. -@AMDEP_TRUE@ ./$(DEPDIR)/ffb_plygon.Plo \
  185. -@AMDEP_TRUE@ ./$(DEPDIR)/ffb_point.Plo ./$(DEPDIR)/ffb_seg.Plo \
  186. -@AMDEP_TRUE@ ./$(DEPDIR)/ffb_sspans.Plo ./$(DEPDIR)/ffb_stip.Plo \
  187. -@AMDEP_TRUE@ ./$(DEPDIR)/ffb_stubs.Plo ./$(DEPDIR)/ffb_wid.Plo \
  188. -@AMDEP_TRUE@ ./$(DEPDIR)/ffb_zeroarc.Plo
  189. +@AMDEP_TRUE@ ./$(DEPDIR)/ffb_wid.Plo
  190. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  191. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  192. LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
  193. diff -ur xf86-video-sunffb-1.0.1.3/src/ffb.h xf86-video-sunffb-1.0.1.3-fixed/src/ffb.h
  194. --- xf86-video-sunffb-1.0.1.3/src/ffb.h 2005-04-20 14:25:30.000000000 +0200
  195. +++ xf86-video-sunffb-1.0.1.3-fixed/src/ffb.h 2006-06-19 12:31:57.360000000 +0200
  196. @@ -31,7 +31,6 @@
  197. #include "xf86.h"
  198. #include "xf86_OSproc.h"
  199. -#include "xf86_ansic.h"
  200. #include "xf86RamDac.h"
  201. #include "xaa.h"
  202. #include <X11/Xmd.h>
  203. diff -ur xf86-video-sunffb-1.0.1.3/src/ffb_accel.c xf86-video-sunffb-1.0.1.3-fixed/src/ffb_accel.c
  204. --- xf86-video-sunffb-1.0.1.3/src/ffb_accel.c 2005-07-11 04:30:01.000000000 +0200
  205. +++ xf86-video-sunffb-1.0.1.3-fixed/src/ffb_accel.c 2006-06-19 12:31:57.360000000 +0200
  206. @@ -43,8 +43,6 @@
  207. #include "ffb_rcache.h"
  208. #include "ffb_loops.h"
  209. #include "ffb_regs.h"
  210. -#include "ffb_stip.h"
  211. -#include "ffb_gc.h"
  212. int CreatorScreenPrivateIndex;
  213. int CreatorGCPrivateIndex;
  214. Only in xf86-video-sunffb-1.0.1.3/src: ffb_bcopy.c
  215. Only in xf86-video-sunffb-1.0.1.3/src: ffb_checks.c
  216. Only in xf86-video-sunffb-1.0.1.3/src: ffb_circle.c
  217. Only in xf86-video-sunffb-1.0.1.3/src: ffb_clip.c
  218. Only in xf86-video-sunffb-1.0.1.3/src: ffb_clip.h
  219. Only in xf86-video-sunffb-1.0.1.3/src: ffb_cplane.c
  220. diff -ur xf86-video-sunffb-1.0.1.3/src/ffb_dac.c xf86-video-sunffb-1.0.1.3-fixed/src/ffb_dac.c
  221. --- xf86-video-sunffb-1.0.1.3/src/ffb_dac.c 2005-07-11 04:30:01.000000000 +0200
  222. +++ xf86-video-sunffb-1.0.1.3-fixed/src/ffb_dac.c 2006-06-19 12:31:57.370000000 +0200
  223. @@ -33,7 +33,6 @@
  224. #include "xf86.h"
  225. #include "xf86_OSproc.h"
  226. -#include "xf86_ansic.h"
  227. #include "xf86DDC.h"
  228. Only in xf86-video-sunffb-1.0.1.3/src: ffb_dbe.c
  229. diff -ur xf86-video-sunffb-1.0.1.3/src/ffb_ddc.c xf86-video-sunffb-1.0.1.3-fixed/src/ffb_ddc.c
  230. --- xf86-video-sunffb-1.0.1.3/src/ffb_ddc.c 2005-07-11 04:30:01.000000000 +0200
  231. +++ xf86-video-sunffb-1.0.1.3-fixed/src/ffb_ddc.c 2006-06-19 12:31:57.370000000 +0200
  232. @@ -33,7 +33,6 @@
  233. #include "xf86.h"
  234. #include "xf86_OSproc.h"
  235. -#include "xf86_ansic.h"
  236. #include "xf86DDC.h"
  237. diff -ur xf86-video-sunffb-1.0.1.3/src/ffb_dga.c xf86-video-sunffb-1.0.1.3-fixed/src/ffb_dga.c
  238. --- xf86-video-sunffb-1.0.1.3/src/ffb_dga.c 2005-07-11 04:30:01.000000000 +0200
  239. +++ xf86-video-sunffb-1.0.1.3-fixed/src/ffb_dga.c 2006-06-19 12:31:57.370000000 +0200
  240. @@ -29,14 +29,12 @@
  241. #include "xf86.h"
  242. #include "xf86_OSproc.h"
  243. -#include "xf86_ansic.h"
  244. #include "dgaproc.h"
  245. #include "ffb.h"
  246. #include "ffb_regs.h"
  247. #include "ffb_rcache.h"
  248. #include "ffb_fifo.h"
  249. -#include "ffb_stip.h"
  250. #include "ffb_loops.h"
  251. static Bool FFB_OpenFramebuffer(ScrnInfoPtr, char **, unsigned char **,
  252. diff -ur xf86-video-sunffb-1.0.1.3/src/ffb_dri.c xf86-video-sunffb-1.0.1.3-fixed/src/ffb_dri.c
  253. --- xf86-video-sunffb-1.0.1.3/src/ffb_dri.c 2005-10-21 20:40:19.000000000 +0200
  254. +++ xf86-video-sunffb-1.0.1.3-fixed/src/ffb_dri.c 2006-06-19 12:31:57.370000000 +0200
  255. @@ -26,18 +26,14 @@
  256. #include "config.h"
  257. #endif
  258. +#include <stdio.h>
  259. +
  260. #include "xf86.h"
  261. #include "xf86_OSproc.h"
  262. -#include "xf86_ansic.h"
  263. #include "xf86Priv.h"
  264. #include "xf86PciInfo.h"
  265. #include "xf86Pci.h"
  266. -#define PSZ 8
  267. -#include "cfb.h"
  268. -#undef PSZ
  269. -#include "cfb16.h"
  270. -#include "cfb32.h"
  271. #include "miline.h"
  272. diff -ur xf86-video-sunffb-1.0.1.3/src/ffb_driver.c xf86-video-sunffb-1.0.1.3-fixed/src/ffb_driver.c
  273. --- xf86-video-sunffb-1.0.1.3/src/ffb_driver.c 2005-11-09 22:31:21.000000000 +0100
  274. +++ xf86-video-sunffb-1.0.1.3-fixed/src/ffb_driver.c 2006-06-19 12:31:57.370000000 +0200
  275. @@ -26,9 +26,10 @@
  276. #include "config.h"
  277. #endif
  278. +#include <string.h>
  279. +
  280. #include "xf86.h"
  281. #include "xf86_OSproc.h"
  282. -#include "xf86_ansic.h"
  283. #include "xf86Version.h"
  284. #include "mipointer.h"
  285. #include "mibstore.h"
  286. @@ -66,12 +67,12 @@
  287. void FFBSync(ScrnInfoPtr pScrn);
  288. -#define VERSION 4000
  289. +#define FFB_VERSION 4000
  290. #define FFB_NAME "SUNFFB"
  291. #define FFB_DRIVER_NAME "sunffb"
  292. #define FFB_MAJOR_VERSION 1
  293. -#define FFB_MINOR_VERSION 0
  294. -#define FFB_PATCHLEVEL 1
  295. +#define FFB_MINOR_VERSION 1
  296. +#define FFB_PATCHLEVEL 0
  297. /*
  298. * This contains the functions needed by the server after loading the driver
  299. @@ -82,7 +83,7 @@
  300. */
  301. _X_EXPORT DriverRec SUNFFB = {
  302. - VERSION,
  303. + FFB_VERSION,
  304. FFB_DRIVER_NAME,
  305. FFBIdentify,
  306. FFBProbe,
  307. @@ -265,7 +266,7 @@
  308. pScrn = xf86AllocateScreen(drv, 0);
  309. /* Fill in what we can of the ScrnInfoRec */
  310. - pScrn->driverVersion = VERSION;
  311. + pScrn->driverVersion = FFB_VERSION;
  312. pScrn->driverName = FFB_DRIVER_NAME;
  313. pScrn->name = FFB_NAME;
  314. pScrn->Probe = FFBProbe;
  315. @@ -411,11 +412,6 @@
  316. xf86DrvMsg(pScrn->scrnIndex, X_CONFIG, "Acceleration disabled\n");
  317. }
  318. - if (xf86LoadSubModule(pScrn, "xf8_32wid") == NULL) {
  319. - FFBFreeRec(pScrn);
  320. - return FALSE;
  321. - }
  322. -
  323. if (xf86LoadSubModule(pScrn, "fb") == NULL) {
  324. FFBFreeRec(pScrn);
  325. return FALSE;
  326. Only in xf86-video-sunffb-1.0.1.3/src: ffb_frect.c
  327. Only in xf86-video-sunffb-1.0.1.3/src: ffb_fspans.c
  328. Only in xf86-video-sunffb-1.0.1.3/src: ffb_gc.c
  329. Only in xf86-video-sunffb-1.0.1.3/src: ffb_gc.h
  330. Only in xf86-video-sunffb-1.0.1.3/src: ffb_glyph.c
  331. Only in xf86-video-sunffb-1.0.1.3/src: ffb_gspans.c
  332. Only in xf86-video-sunffb-1.0.1.3/src: ffb_line.c
  333. Only in xf86-video-sunffb-1.0.1.3/src: ffb_plygon.c
  334. Only in xf86-video-sunffb-1.0.1.3/src: ffb_point.c
  335. Only in xf86-video-sunffb-1.0.1.3/src: ffb_rect.c
  336. Only in xf86-video-sunffb-1.0.1.3/src: ffb_seg.c
  337. Only in xf86-video-sunffb-1.0.1.3/src: ffb_sspans.c
  338. Only in xf86-video-sunffb-1.0.1.3/src: ffb_stip.c
  339. Only in xf86-video-sunffb-1.0.1.3/src: ffb_stip.h
  340. Only in xf86-video-sunffb-1.0.1.3/src: ffb_stubs.c
  341. Only in xf86-video-sunffb-1.0.1.3/src: ffb_wline.c
  342. Only in xf86-video-sunffb-1.0.1.3/src: ffb_zeroarc.c
  343. --- xf86-video-sunffb-1.0.1.3/src/Makefile.in.vanilla 2006-06-19 12:46:19.840000000 +0200
  344. +++ xf86-video-sunffb-1.0.1.3/src/Makefile.in 2006-06-19 12:46:46.580000000 +0200
  345. @@ -311,31 +311,13 @@
  346. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ffb_accel.Plo@am__quote@
  347. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ffb_attr.Plo@am__quote@
  348. -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ffb_bcopy.Plo@am__quote@
  349. -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ffb_checks.Plo@am__quote@
  350. -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ffb_circle.Plo@am__quote@
  351. -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ffb_cplane.Plo@am__quote@
  352. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ffb_cursor.Plo@am__quote@
  353. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ffb_dac.Plo@am__quote@
  354. -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ffb_dbe.Plo@am__quote@
  355. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ffb_ddc.Plo@am__quote@
  356. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ffb_dga.Plo@am__quote@
  357. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ffb_dri.Plo@am__quote@
  358. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ffb_driver.Plo@am__quote@
  359. -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ffb_frect.Plo@am__quote@
  360. -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ffb_fspans.Plo@am__quote@
  361. -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ffb_gc.Plo@am__quote@
  362. -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ffb_glyph.Plo@am__quote@
  363. -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ffb_gspans.Plo@am__quote@
  364. -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ffb_line.Plo@am__quote@
  365. -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ffb_plygon.Plo@am__quote@
  366. -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ffb_point.Plo@am__quote@
  367. -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ffb_seg.Plo@am__quote@
  368. -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ffb_sspans.Plo@am__quote@
  369. -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ffb_stip.Plo@am__quote@
  370. -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ffb_stubs.Plo@am__quote@
  371. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ffb_wid.Plo@am__quote@
  372. -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ffb_zeroarc.Plo@am__quote@
  373. .c.o:
  374. @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \