Codebase list frei0r / fe0e6cb
New upstream version 1.6.1 IOhannes m zmölnig 8 years ago
14 changed file(s) with 5232 addition(s) and 2041 deletion(s). Raw diff Collapse all Expand all
22 list (APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules)
33
44 project (frei0r)
5 set (VERSION 1.5.0)
5 set (VERSION 1.6.1)
66
77 option (WITHOUT_OPENCV "Disable plugins dependent upon OpenCV" OFF)
88 if (NOT WITHOUT_OPENCV)
+0
-674
COPYING less more
0 GNU GENERAL PUBLIC LICENSE
1 Version 3, 29 June 2007
2
3 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
4 Everyone is permitted to copy and distribute verbatim copies
5 of this license document, but changing it is not allowed.
6
7 Preamble
8
9 The GNU General Public License is a free, copyleft license for
10 software and other kinds of works.
11
12 The licenses for most software and other practical works are designed
13 to take away your freedom to share and change the works. By contrast,
14 the GNU General Public License is intended to guarantee your freedom to
15 share and change all versions of a program--to make sure it remains free
16 software for all its users. We, the Free Software Foundation, use the
17 GNU General Public License for most of our software; it applies also to
18 any other work released this way by its authors. You can apply it to
19 your programs, too.
20
21 When we speak of free software, we are referring to freedom, not
22 price. Our General Public Licenses are designed to make sure that you
23 have the freedom to distribute copies of free software (and charge for
24 them if you wish), that you receive source code or can get it if you
25 want it, that you can change the software or use pieces of it in new
26 free programs, and that you know you can do these things.
27
28 To protect your rights, we need to prevent others from denying you
29 these rights or asking you to surrender the rights. Therefore, you have
30 certain responsibilities if you distribute copies of the software, or if
31 you modify it: responsibilities to respect the freedom of others.
32
33 For example, if you distribute copies of such a program, whether
34 gratis or for a fee, you must pass on to the recipients the same
35 freedoms that you received. You must make sure that they, too, receive
36 or can get the source code. And you must show them these terms so they
37 know their rights.
38
39 Developers that use the GNU GPL protect your rights with two steps:
40 (1) assert copyright on the software, and (2) offer you this License
41 giving you legal permission to copy, distribute and/or modify it.
42
43 For the developers' and authors' protection, the GPL clearly explains
44 that there is no warranty for this free software. For both users' and
45 authors' sake, the GPL requires that modified versions be marked as
46 changed, so that their problems will not be attributed erroneously to
47 authors of previous versions.
48
49 Some devices are designed to deny users access to install or run
50 modified versions of the software inside them, although the manufacturer
51 can do so. This is fundamentally incompatible with the aim of
52 protecting users' freedom to change the software. The systematic
53 pattern of such abuse occurs in the area of products for individuals to
54 use, which is precisely where it is most unacceptable. Therefore, we
55 have designed this version of the GPL to prohibit the practice for those
56 products. If such problems arise substantially in other domains, we
57 stand ready to extend this provision to those domains in future versions
58 of the GPL, as needed to protect the freedom of users.
59
60 Finally, every program is threatened constantly by software patents.
61 States should not allow patents to restrict development and use of
62 software on general-purpose computers, but in those that do, we wish to
63 avoid the special danger that patents applied to a free program could
64 make it effectively proprietary. To prevent this, the GPL assures that
65 patents cannot be used to render the program non-free.
66
67 The precise terms and conditions for copying, distribution and
68 modification follow.
69
70 TERMS AND CONDITIONS
71
72 0. Definitions.
73
74 "This License" refers to version 3 of the GNU General Public License.
75
76 "Copyright" also means copyright-like laws that apply to other kinds of
77 works, such as semiconductor masks.
78
79 "The Program" refers to any copyrightable work licensed under this
80 License. Each licensee is addressed as "you". "Licensees" and
81 "recipients" may be individuals or organizations.
82
83 To "modify" a work means to copy from or adapt all or part of the work
84 in a fashion requiring copyright permission, other than the making of an
85 exact copy. The resulting work is called a "modified version" of the
86 earlier work or a work "based on" the earlier work.
87
88 A "covered work" means either the unmodified Program or a work based
89 on the Program.
90
91 To "propagate" a work means to do anything with it that, without
92 permission, would make you directly or secondarily liable for
93 infringement under applicable copyright law, except executing it on a
94 computer or modifying a private copy. Propagation includes copying,
95 distribution (with or without modification), making available to the
96 public, and in some countries other activities as well.
97
98 To "convey" a work means any kind of propagation that enables other
99 parties to make or receive copies. Mere interaction with a user through
100 a computer network, with no transfer of a copy, is not conveying.
101
102 An interactive user interface displays "Appropriate Legal Notices"
103 to the extent that it includes a convenient and prominently visible
104 feature that (1) displays an appropriate copyright notice, and (2)
105 tells the user that there is no warranty for the work (except to the
106 extent that warranties are provided), that licensees may convey the
107 work under this License, and how to view a copy of this License. If
108 the interface presents a list of user commands or options, such as a
109 menu, a prominent item in the list meets this criterion.
110
111 1. Source Code.
112
113 The "source code" for a work means the preferred form of the work
114 for making modifications to it. "Object code" means any non-source
115 form of a work.
116
117 A "Standard Interface" means an interface that either is an official
118 standard defined by a recognized standards body, or, in the case of
119 interfaces specified for a particular programming language, one that
120 is widely used among developers working in that language.
121
122 The "System Libraries" of an executable work include anything, other
123 than the work as a whole, that (a) is included in the normal form of
124 packaging a Major Component, but which is not part of that Major
125 Component, and (b) serves only to enable use of the work with that
126 Major Component, or to implement a Standard Interface for which an
127 implementation is available to the public in source code form. A
128 "Major Component", in this context, means a major essential component
129 (kernel, window system, and so on) of the specific operating system
130 (if any) on which the executable work runs, or a compiler used to
131 produce the work, or an object code interpreter used to run it.
132
133 The "Corresponding Source" for a work in object code form means all
134 the source code needed to generate, install, and (for an executable
135 work) run the object code and to modify the work, including scripts to
136 control those activities. However, it does not include the work's
137 System Libraries, or general-purpose tools or generally available free
138 programs which are used unmodified in performing those activities but
139 which are not part of the work. For example, Corresponding Source
140 includes interface definition files associated with source files for
141 the work, and the source code for shared libraries and dynamically
142 linked subprograms that the work is specifically designed to require,
143 such as by intimate data communication or control flow between those
144 subprograms and other parts of the work.
145
146 The Corresponding Source need not include anything that users
147 can regenerate automatically from other parts of the Corresponding
148 Source.
149
150 The Corresponding Source for a work in source code form is that
151 same work.
152
153 2. Basic Permissions.
154
155 All rights granted under this License are granted for the term of
156 copyright on the Program, and are irrevocable provided the stated
157 conditions are met. This License explicitly affirms your unlimited
158 permission to run the unmodified Program. The output from running a
159 covered work is covered by this License only if the output, given its
160 content, constitutes a covered work. This License acknowledges your
161 rights of fair use or other equivalent, as provided by copyright law.
162
163 You may make, run and propagate covered works that you do not
164 convey, without conditions so long as your license otherwise remains
165 in force. You may convey covered works to others for the sole purpose
166 of having them make modifications exclusively for you, or provide you
167 with facilities for running those works, provided that you comply with
168 the terms of this License in conveying all material for which you do
169 not control copyright. Those thus making or running the covered works
170 for you must do so exclusively on your behalf, under your direction
171 and control, on terms that prohibit them from making any copies of
172 your copyrighted material outside their relationship with you.
173
174 Conveying under any other circumstances is permitted solely under
175 the conditions stated below. Sublicensing is not allowed; section 10
176 makes it unnecessary.
177
178 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
179
180 No covered work shall be deemed part of an effective technological
181 measure under any applicable law fulfilling obligations under article
182 11 of the WIPO copyright treaty adopted on 20 December 1996, or
183 similar laws prohibiting or restricting circumvention of such
184 measures.
185
186 When you convey a covered work, you waive any legal power to forbid
187 circumvention of technological measures to the extent such circumvention
188 is effected by exercising rights under this License with respect to
189 the covered work, and you disclaim any intention to limit operation or
190 modification of the work as a means of enforcing, against the work's
191 users, your or third parties' legal rights to forbid circumvention of
192 technological measures.
193
194 4. Conveying Verbatim Copies.
195
196 You may convey verbatim copies of the Program's source code as you
197 receive it, in any medium, provided that you conspicuously and
198 appropriately publish on each copy an appropriate copyright notice;
199 keep intact all notices stating that this License and any
200 non-permissive terms added in accord with section 7 apply to the code;
201 keep intact all notices of the absence of any warranty; and give all
202 recipients a copy of this License along with the Program.
203
204 You may charge any price or no price for each copy that you convey,
205 and you may offer support or warranty protection for a fee.
206
207 5. Conveying Modified Source Versions.
208
209 You may convey a work based on the Program, or the modifications to
210 produce it from the Program, in the form of source code under the
211 terms of section 4, provided that you also meet all of these conditions:
212
213 a) The work must carry prominent notices stating that you modified
214 it, and giving a relevant date.
215
216 b) The work must carry prominent notices stating that it is
217 released under this License and any conditions added under section
218 7. This requirement modifies the requirement in section 4 to
219 "keep intact all notices".
220
221 c) You must license the entire work, as a whole, under this
222 License to anyone who comes into possession of a copy. This
223 License will therefore apply, along with any applicable section 7
224 additional terms, to the whole of the work, and all its parts,
225 regardless of how they are packaged. This License gives no
226 permission to license the work in any other way, but it does not
227 invalidate such permission if you have separately received it.
228
229 d) If the work has interactive user interfaces, each must display
230 Appropriate Legal Notices; however, if the Program has interactive
231 interfaces that do not display Appropriate Legal Notices, your
232 work need not make them do so.
233
234 A compilation of a covered work with other separate and independent
235 works, which are not by their nature extensions of the covered work,
236 and which are not combined with it such as to form a larger program,
237 in or on a volume of a storage or distribution medium, is called an
238 "aggregate" if the compilation and its resulting copyright are not
239 used to limit the access or legal rights of the compilation's users
240 beyond what the individual works permit. Inclusion of a covered work
241 in an aggregate does not cause this License to apply to the other
242 parts of the aggregate.
243
244 6. Conveying Non-Source Forms.
245
246 You may convey a covered work in object code form under the terms
247 of sections 4 and 5, provided that you also convey the
248 machine-readable Corresponding Source under the terms of this License,
249 in one of these ways:
250
251 a) Convey the object code in, or embodied in, a physical product
252 (including a physical distribution medium), accompanied by the
253 Corresponding Source fixed on a durable physical medium
254 customarily used for software interchange.
255
256 b) Convey the object code in, or embodied in, a physical product
257 (including a physical distribution medium), accompanied by a
258 written offer, valid for at least three years and valid for as
259 long as you offer spare parts or customer support for that product
260 model, to give anyone who possesses the object code either (1) a
261 copy of the Corresponding Source for all the software in the
262 product that is covered by this License, on a durable physical
263 medium customarily used for software interchange, for a price no
264 more than your reasonable cost of physically performing this
265 conveying of source, or (2) access to copy the
266 Corresponding Source from a network server at no charge.
267
268 c) Convey individual copies of the object code with a copy of the
269 written offer to provide the Corresponding Source. This
270 alternative is allowed only occasionally and noncommercially, and
271 only if you received the object code with such an offer, in accord
272 with subsection 6b.
273
274 d) Convey the object code by offering access from a designated
275 place (gratis or for a charge), and offer equivalent access to the
276 Corresponding Source in the same way through the same place at no
277 further charge. You need not require recipients to copy the
278 Corresponding Source along with the object code. If the place to
279 copy the object code is a network server, the Corresponding Source
280 may be on a different server (operated by you or a third party)
281 that supports equivalent copying facilities, provided you maintain
282 clear directions next to the object code saying where to find the
283 Corresponding Source. Regardless of what server hosts the
284 Corresponding Source, you remain obligated to ensure that it is
285 available for as long as needed to satisfy these requirements.
286
287 e) Convey the object code using peer-to-peer transmission, provided
288 you inform other peers where the object code and Corresponding
289 Source of the work are being offered to the general public at no
290 charge under subsection 6d.
291
292 A separable portion of the object code, whose source code is excluded
293 from the Corresponding Source as a System Library, need not be
294 included in conveying the object code work.
295
296 A "User Product" is either (1) a "consumer product", which means any
297 tangible personal property which is normally used for personal, family,
298 or household purposes, or (2) anything designed or sold for incorporation
299 into a dwelling. In determining whether a product is a consumer product,
300 doubtful cases shall be resolved in favor of coverage. For a particular
301 product received by a particular user, "normally used" refers to a
302 typical or common use of that class of product, regardless of the status
303 of the particular user or of the way in which the particular user
304 actually uses, or expects or is expected to use, the product. A product
305 is a consumer product regardless of whether the product has substantial
306 commercial, industrial or non-consumer uses, unless such uses represent
307 the only significant mode of use of the product.
308
309 "Installation Information" for a User Product means any methods,
310 procedures, authorization keys, or other information required to install
311 and execute modified versions of a covered work in that User Product from
312 a modified version of its Corresponding Source. The information must
313 suffice to ensure that the continued functioning of the modified object
314 code is in no case prevented or interfered with solely because
315 modification has been made.
316
317 If you convey an object code work under this section in, or with, or
318 specifically for use in, a User Product, and the conveying occurs as
319 part of a transaction in which the right of possession and use of the
320 User Product is transferred to the recipient in perpetuity or for a
321 fixed term (regardless of how the transaction is characterized), the
322 Corresponding Source conveyed under this section must be accompanied
323 by the Installation Information. But this requirement does not apply
324 if neither you nor any third party retains the ability to install
325 modified object code on the User Product (for example, the work has
326 been installed in ROM).
327
328 The requirement to provide Installation Information does not include a
329 requirement to continue to provide support service, warranty, or updates
330 for a work that has been modified or installed by the recipient, or for
331 the User Product in which it has been modified or installed. Access to a
332 network may be denied when the modification itself materially and
333 adversely affects the operation of the network or violates the rules and
334 protocols for communication across the network.
335
336 Corresponding Source conveyed, and Installation Information provided,
337 in accord with this section must be in a format that is publicly
338 documented (and with an implementation available to the public in
339 source code form), and must require no special password or key for
340 unpacking, reading or copying.
341
342 7. Additional Terms.
343
344 "Additional permissions" are terms that supplement the terms of this
345 License by making exceptions from one or more of its conditions.
346 Additional permissions that are applicable to the entire Program shall
347 be treated as though they were included in this License, to the extent
348 that they are valid under applicable law. If additional permissions
349 apply only to part of the Program, that part may be used separately
350 under those permissions, but the entire Program remains governed by
351 this License without regard to the additional permissions.
352
353 When you convey a copy of a covered work, you may at your option
354 remove any additional permissions from that copy, or from any part of
355 it. (Additional permissions may be written to require their own
356 removal in certain cases when you modify the work.) You may place
357 additional permissions on material, added by you to a covered work,
358 for which you have or can give appropriate copyright permission.
359
360 Notwithstanding any other provision of this License, for material you
361 add to a covered work, you may (if authorized by the copyright holders of
362 that material) supplement the terms of this License with terms:
363
364 a) Disclaiming warranty or limiting liability differently from the
365 terms of sections 15 and 16 of this License; or
366
367 b) Requiring preservation of specified reasonable legal notices or
368 author attributions in that material or in the Appropriate Legal
369 Notices displayed by works containing it; or
370
371 c) Prohibiting misrepresentation of the origin of that material, or
372 requiring that modified versions of such material be marked in
373 reasonable ways as different from the original version; or
374
375 d) Limiting the use for publicity purposes of names of licensors or
376 authors of the material; or
377
378 e) Declining to grant rights under trademark law for use of some
379 trade names, trademarks, or service marks; or
380
381 f) Requiring indemnification of licensors and authors of that
382 material by anyone who conveys the material (or modified versions of
383 it) with contractual assumptions of liability to the recipient, for
384 any liability that these contractual assumptions directly impose on
385 those licensors and authors.
386
387 All other non-permissive additional terms are considered "further
388 restrictions" within the meaning of section 10. If the Program as you
389 received it, or any part of it, contains a notice stating that it is
390 governed by this License along with a term that is a further
391 restriction, you may remove that term. If a license document contains
392 a further restriction but permits relicensing or conveying under this
393 License, you may add to a covered work material governed by the terms
394 of that license document, provided that the further restriction does
395 not survive such relicensing or conveying.
396
397 If you add terms to a covered work in accord with this section, you
398 must place, in the relevant source files, a statement of the
399 additional terms that apply to those files, or a notice indicating
400 where to find the applicable terms.
401
402 Additional terms, permissive or non-permissive, may be stated in the
403 form of a separately written license, or stated as exceptions;
404 the above requirements apply either way.
405
406 8. Termination.
407
408 You may not propagate or modify a covered work except as expressly
409 provided under this License. Any attempt otherwise to propagate or
410 modify it is void, and will automatically terminate your rights under
411 this License (including any patent licenses granted under the third
412 paragraph of section 11).
413
414 However, if you cease all violation of this License, then your
415 license from a particular copyright holder is reinstated (a)
416 provisionally, unless and until the copyright holder explicitly and
417 finally terminates your license, and (b) permanently, if the copyright
418 holder fails to notify you of the violation by some reasonable means
419 prior to 60 days after the cessation.
420
421 Moreover, your license from a particular copyright holder is
422 reinstated permanently if the copyright holder notifies you of the
423 violation by some reasonable means, this is the first time you have
424 received notice of violation of this License (for any work) from that
425 copyright holder, and you cure the violation prior to 30 days after
426 your receipt of the notice.
427
428 Termination of your rights under this section does not terminate the
429 licenses of parties who have received copies or rights from you under
430 this License. If your rights have been terminated and not permanently
431 reinstated, you do not qualify to receive new licenses for the same
432 material under section 10.
433
434 9. Acceptance Not Required for Having Copies.
435
436 You are not required to accept this License in order to receive or
437 run a copy of the Program. Ancillary propagation of a covered work
438 occurring solely as a consequence of using peer-to-peer transmission
439 to receive a copy likewise does not require acceptance. However,
440 nothing other than this License grants you permission to propagate or
441 modify any covered work. These actions infringe copyright if you do
442 not accept this License. Therefore, by modifying or propagating a
443 covered work, you indicate your acceptance of this License to do so.
444
445 10. Automatic Licensing of Downstream Recipients.
446
447 Each time you convey a covered work, the recipient automatically
448 receives a license from the original licensors, to run, modify and
449 propagate that work, subject to this License. You are not responsible
450 for enforcing compliance by third parties with this License.
451
452 An "entity transaction" is a transaction transferring control of an
453 organization, or substantially all assets of one, or subdividing an
454 organization, or merging organizations. If propagation of a covered
455 work results from an entity transaction, each party to that
456 transaction who receives a copy of the work also receives whatever
457 licenses to the work the party's predecessor in interest had or could
458 give under the previous paragraph, plus a right to possession of the
459 Corresponding Source of the work from the predecessor in interest, if
460 the predecessor has it or can get it with reasonable efforts.
461
462 You may not impose any further restrictions on the exercise of the
463 rights granted or affirmed under this License. For example, you may
464 not impose a license fee, royalty, or other charge for exercise of
465 rights granted under this License, and you may not initiate litigation
466 (including a cross-claim or counterclaim in a lawsuit) alleging that
467 any patent claim is infringed by making, using, selling, offering for
468 sale, or importing the Program or any portion of it.
469
470 11. Patents.
471
472 A "contributor" is a copyright holder who authorizes use under this
473 License of the Program or a work on which the Program is based. The
474 work thus licensed is called the contributor's "contributor version".
475
476 A contributor's "essential patent claims" are all patent claims
477 owned or controlled by the contributor, whether already acquired or
478 hereafter acquired, that would be infringed by some manner, permitted
479 by this License, of making, using, or selling its contributor version,
480 but do not include claims that would be infringed only as a
481 consequence of further modification of the contributor version. For
482 purposes of this definition, "control" includes the right to grant
483 patent sublicenses in a manner consistent with the requirements of
484 this License.
485
486 Each contributor grants you a non-exclusive, worldwide, royalty-free
487 patent license under the contributor's essential patent claims, to
488 make, use, sell, offer for sale, import and otherwise run, modify and
489 propagate the contents of its contributor version.
490
491 In the following three paragraphs, a "patent license" is any express
492 agreement or commitment, however denominated, not to enforce a patent
493 (such as an express permission to practice a patent or covenant not to
494 sue for patent infringement). To "grant" such a patent license to a
495 party means to make such an agreement or commitment not to enforce a
496 patent against the party.
497
498 If you convey a covered work, knowingly relying on a patent license,
499 and the Corresponding Source of the work is not available for anyone
500 to copy, free of charge and under the terms of this License, through a
501 publicly available network server or other readily accessible means,
502 then you must either (1) cause the Corresponding Source to be so
503 available, or (2) arrange to deprive yourself of the benefit of the
504 patent license for this particular work, or (3) arrange, in a manner
505 consistent with the requirements of this License, to extend the patent
506 license to downstream recipients. "Knowingly relying" means you have
507 actual knowledge that, but for the patent license, your conveying the
508 covered work in a country, or your recipient's use of the covered work
509 in a country, would infringe one or more identifiable patents in that
510 country that you have reason to believe are valid.
511
512 If, pursuant to or in connection with a single transaction or
513 arrangement, you convey, or propagate by procuring conveyance of, a
514 covered work, and grant a patent license to some of the parties
515 receiving the covered work authorizing them to use, propagate, modify
516 or convey a specific copy of the covered work, then the patent license
517 you grant is automatically extended to all recipients of the covered
518 work and works based on it.
519
520 A patent license is "discriminatory" if it does not include within
521 the scope of its coverage, prohibits the exercise of, or is
522 conditioned on the non-exercise of one or more of the rights that are
523 specifically granted under this License. You may not convey a covered
524 work if you are a party to an arrangement with a third party that is
525 in the business of distributing software, under which you make payment
526 to the third party based on the extent of your activity of conveying
527 the work, and under which the third party grants, to any of the
528 parties who would receive the covered work from you, a discriminatory
529 patent license (a) in connection with copies of the covered work
530 conveyed by you (or copies made from those copies), or (b) primarily
531 for and in connection with specific products or compilations that
532 contain the covered work, unless you entered into that arrangement,
533 or that patent license was granted, prior to 28 March 2007.
534
535 Nothing in this License shall be construed as excluding or limiting
536 any implied license or other defenses to infringement that may
537 otherwise be available to you under applicable patent law.
538
539 12. No Surrender of Others' Freedom.
540
541 If conditions are imposed on you (whether by court order, agreement or
542 otherwise) that contradict the conditions of this License, they do not
543 excuse you from the conditions of this License. If you cannot convey a
544 covered work so as to satisfy simultaneously your obligations under this
545 License and any other pertinent obligations, then as a consequence you may
546 not convey it at all. For example, if you agree to terms that obligate you
547 to collect a royalty for further conveying from those to whom you convey
548 the Program, the only way you could satisfy both those terms and this
549 License would be to refrain entirely from conveying the Program.
550
551 13. Use with the GNU Affero General Public License.
552
553 Notwithstanding any other provision of this License, you have
554 permission to link or combine any covered work with a work licensed
555 under version 3 of the GNU Affero General Public License into a single
556 combined work, and to convey the resulting work. The terms of this
557 License will continue to apply to the part which is the covered work,
558 but the special requirements of the GNU Affero General Public License,
559 section 13, concerning interaction through a network will apply to the
560 combination as such.
561
562 14. Revised Versions of this License.
563
564 The Free Software Foundation may publish revised and/or new versions of
565 the GNU General Public License from time to time. Such new versions will
566 be similar in spirit to the present version, but may differ in detail to
567 address new problems or concerns.
568
569 Each version is given a distinguishing version number. If the
570 Program specifies that a certain numbered version of the GNU General
571 Public License "or any later version" applies to it, you have the
572 option of following the terms and conditions either of that numbered
573 version or of any later version published by the Free Software
574 Foundation. If the Program does not specify a version number of the
575 GNU General Public License, you may choose any version ever published
576 by the Free Software Foundation.
577
578 If the Program specifies that a proxy can decide which future
579 versions of the GNU General Public License can be used, that proxy's
580 public statement of acceptance of a version permanently authorizes you
581 to choose that version for the Program.
582
583 Later license versions may give you additional or different
584 permissions. However, no additional obligations are imposed on any
585 author or copyright holder as a result of your choosing to follow a
586 later version.
587
588 15. Disclaimer of Warranty.
589
590 THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
591 APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
592 HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
593 OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
594 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
595 PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
596 IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
597 ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
598
599 16. Limitation of Liability.
600
601 IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
602 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
603 THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
604 GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
605 USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
606 DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
607 PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
608 EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
609 SUCH DAMAGES.
610
611 17. Interpretation of Sections 15 and 16.
612
613 If the disclaimer of warranty and limitation of liability provided
614 above cannot be given local legal effect according to their terms,
615 reviewing courts shall apply local law that most closely approximates
616 an absolute waiver of all civil liability in connection with the
617 Program, unless a warranty or assumption of liability accompanies a
618 copy of the Program in return for a fee.
619
620 END OF TERMS AND CONDITIONS
621
622 How to Apply These Terms to Your New Programs
623
624 If you develop a new program, and you want it to be of the greatest
625 possible use to the public, the best way to achieve this is to make it
626 free software which everyone can redistribute and change under these terms.
627
628 To do so, attach the following notices to the program. It is safest
629 to attach them to the start of each source file to most effectively
630 state the exclusion of warranty; and each file should have at least
631 the "copyright" line and a pointer to where the full notice is found.
632
633 <one line to give the program's name and a brief idea of what it does.>
634 Copyright (C) <year> <name of author>
635
636 This program is free software: you can redistribute it and/or modify
637 it under the terms of the GNU General Public License as published by
638 the Free Software Foundation, either version 3 of the License, or
639 (at your option) any later version.
640
641 This program is distributed in the hope that it will be useful,
642 but WITHOUT ANY WARRANTY; without even the implied warranty of
643 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
644 GNU General Public License for more details.
645
646 You should have received a copy of the GNU General Public License
647 along with this program. If not, see <http://www.gnu.org/licenses/>.
648
649 Also add information on how to contact you by electronic and paper mail.
650
651 If the program does terminal interaction, make it output a short
652 notice like this when it starts in an interactive mode:
653
654 <program> Copyright (C) <year> <name of author>
655 This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
656 This is free software, and you are welcome to redistribute it
657 under certain conditions; type `show c' for details.
658
659 The hypothetical commands `show w' and `show c' should show the appropriate
660 parts of the General Public License. Of course, your program's commands
661 might be different; for a GUI interface, you would use an "about box".
662
663 You should also get your employer (if you work as a programmer) or school,
664 if any, to sign a "copyright disclaimer" for the program, if necessary.
665 For more information on this, and how to apply and follow the GNU GPL, see
666 <http://www.gnu.org/licenses/>.
667
668 The GNU General Public License does not permit incorporating your program
669 into proprietary programs. If your program is a subroutine library, you
670 may consider it more useful to permit linking proprietary applications with
671 the library. If this is what you want to do, use the GNU Lesser General
672 Public License instead of this License. But first, please read
673 <http://www.gnu.org/philosophy/why-not-lgpl.html>.
0 GNU GENERAL PUBLIC LICENSE
1 Version 3, 29 June 2007
2
3 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
0 GNU GENERAL PUBLIC LICENSE
1 Version 2, June 1991
2
3 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
4 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
45 Everyone is permitted to copy and distribute verbatim copies
56 of this license document, but changing it is not allowed.
67
7 Preamble
8
9 The GNU General Public License is a free, copyleft license for
10 software and other kinds of works.
11
12 The licenses for most software and other practical works are designed
13 to take away your freedom to share and change the works. By contrast,
14 the GNU General Public License is intended to guarantee your freedom to
15 share and change all versions of a program--to make sure it remains free
16 software for all its users. We, the Free Software Foundation, use the
17 GNU General Public License for most of our software; it applies also to
18 any other work released this way by its authors. You can apply it to
8 Preamble
9
10 The licenses for most software are designed to take away your
11 freedom to share and change it. By contrast, the GNU General Public
12 License is intended to guarantee your freedom to share and change free
13 software--to make sure the software is free for all its users. This
14 General Public License applies to most of the Free Software
15 Foundation's software and to any other program whose authors commit to
16 using it. (Some other Free Software Foundation software is covered by
17 the GNU Library General Public License instead.) You can apply it to
1918 your programs, too.
2019
2120 When we speak of free software, we are referring to freedom, not
2221 price. Our General Public Licenses are designed to make sure that you
2322 have the freedom to distribute copies of free software (and charge for
24 them if you wish), that you receive source code or can get it if you
25 want it, that you can change the software or use pieces of it in new
26 free programs, and that you know you can do these things.
27
28 To protect your rights, we need to prevent others from denying you
29 these rights or asking you to surrender the rights. Therefore, you have
30 certain responsibilities if you distribute copies of the software, or if
31 you modify it: responsibilities to respect the freedom of others.
23 this service if you wish), that you receive source code or can get it
24 if you want it, that you can change the software or use pieces of it
25 in new free programs; and that you know you can do these things.
26
27 To protect your rights, we need to make restrictions that forbid
28 anyone to deny you these rights or to ask you to surrender the rights.
29 These restrictions translate to certain responsibilities for you if you
30 distribute copies of the software, or if you modify it.
3231
3332 For example, if you distribute copies of such a program, whether
34 gratis or for a fee, you must pass on to the recipients the same
35 freedoms that you received. You must make sure that they, too, receive
36 or can get the source code. And you must show them these terms so they
37 know their rights.
38
39 Developers that use the GNU GPL protect your rights with two steps:
40 (1) assert copyright on the software, and (2) offer you this License
41 giving you legal permission to copy, distribute and/or modify it.
42
43 For the developers' and authors' protection, the GPL clearly explains
44 that there is no warranty for this free software. For both users' and
45 authors' sake, the GPL requires that modified versions be marked as
46 changed, so that their problems will not be attributed erroneously to
47 authors of previous versions.
48
49 Some devices are designed to deny users access to install or run
50 modified versions of the software inside them, although the manufacturer
51 can do so. This is fundamentally incompatible with the aim of
52 protecting users' freedom to change the software. The systematic
53 pattern of such abuse occurs in the area of products for individuals to
54 use, which is precisely where it is most unacceptable. Therefore, we
55 have designed this version of the GPL to prohibit the practice for those
56 products. If such problems arise substantially in other domains, we
57 stand ready to extend this provision to those domains in future versions
58 of the GPL, as needed to protect the freedom of users.
59
60 Finally, every program is threatened constantly by software patents.
61 States should not allow patents to restrict development and use of
62 software on general-purpose computers, but in those that do, we wish to
63 avoid the special danger that patents applied to a free program could
64 make it effectively proprietary. To prevent this, the GPL assures that
65 patents cannot be used to render the program non-free.
33 gratis or for a fee, you must give the recipients all the rights that
34 you have. You must make sure that they, too, receive or can get the
35 source code. And you must show them these terms so they know their
36 rights.
37
38 We protect your rights with two steps: (1) copyright the software, and
39 (2) offer you this license which gives you legal permission to copy,
40 distribute and/or modify the software.
41
42 Also, for each author's protection and ours, we want to make certain
43 that everyone understands that there is no warranty for this free
44 software. If the software is modified by someone else and passed on, we
45 want its recipients to know that what they have is not the original, so
46 that any problems introduced by others will not reflect on the original
47 authors' reputations.
48
49 Finally, any free program is threatened constantly by software
50 patents. We wish to avoid the danger that redistributors of a free
51 program will individually obtain patent licenses, in effect making the
52 program proprietary. To prevent this, we have made it clear that any
53 patent must be licensed for everyone's free use or not licensed at all.
6654
6755 The precise terms and conditions for copying, distribution and
6856 modification follow.
69
70 TERMS AND CONDITIONS
71
72 0. Definitions.
73
74 "This License" refers to version 3 of the GNU General Public License.
75
76 "Copyright" also means copyright-like laws that apply to other kinds of
77 works, such as semiconductor masks.
78
79 "The Program" refers to any copyrightable work licensed under this
80 License. Each licensee is addressed as "you". "Licensees" and
81 "recipients" may be individuals or organizations.
82
83 To "modify" a work means to copy from or adapt all or part of the work
84 in a fashion requiring copyright permission, other than the making of an
85 exact copy. The resulting work is called a "modified version" of the
86 earlier work or a work "based on" the earlier work.
87
88 A "covered work" means either the unmodified Program or a work based
89 on the Program.
90
91 To "propagate" a work means to do anything with it that, without
92 permission, would make you directly or secondarily liable for
93 infringement under applicable copyright law, except executing it on a
94 computer or modifying a private copy. Propagation includes copying,
95 distribution (with or without modification), making available to the
96 public, and in some countries other activities as well.
97
98 To "convey" a work means any kind of propagation that enables other
99 parties to make or receive copies. Mere interaction with a user through
100 a computer network, with no transfer of a copy, is not conveying.
101
102 An interactive user interface displays "Appropriate Legal Notices"
103 to the extent that it includes a convenient and prominently visible
104 feature that (1) displays an appropriate copyright notice, and (2)
105 tells the user that there is no warranty for the work (except to the
106 extent that warranties are provided), that licensees may convey the
107 work under this License, and how to view a copy of this License. If
108 the interface presents a list of user commands or options, such as a
109 menu, a prominent item in the list meets this criterion.
110
111 1. Source Code.
112
113 The "source code" for a work means the preferred form of the work
114 for making modifications to it. "Object code" means any non-source
115 form of a work.
116
117 A "Standard Interface" means an interface that either is an official
118 standard defined by a recognized standards body, or, in the case of
119 interfaces specified for a particular programming language, one that
120 is widely used among developers working in that language.
121
122 The "System Libraries" of an executable work include anything, other
123 than the work as a whole, that (a) is included in the normal form of
124 packaging a Major Component, but which is not part of that Major
125 Component, and (b) serves only to enable use of the work with that
126 Major Component, or to implement a Standard Interface for which an
127 implementation is available to the public in source code form. A
128 "Major Component", in this context, means a major essential component
129 (kernel, window system, and so on) of the specific operating system
130 (if any) on which the executable work runs, or a compiler used to
131 produce the work, or an object code interpreter used to run it.
132
133 The "Corresponding Source" for a work in object code form means all
134 the source code needed to generate, install, and (for an executable
135 work) run the object code and to modify the work, including scripts to
136 control those activities. However, it does not include the work's
137 System Libraries, or general-purpose tools or generally available free
138 programs which are used unmodified in performing those activities but
139 which are not part of the work. For example, Corresponding Source
140 includes interface definition files associated with source files for
141 the work, and the source code for shared libraries and dynamically
142 linked subprograms that the work is specifically designed to require,
143 such as by intimate data communication or control flow between those
144 subprograms and other parts of the work.
145
146 The Corresponding Source need not include anything that users
147 can regenerate automatically from other parts of the Corresponding
148 Source.
149
150 The Corresponding Source for a work in source code form is that
151 same work.
152
153 2. Basic Permissions.
154
155 All rights granted under this License are granted for the term of
156 copyright on the Program, and are irrevocable provided the stated
157 conditions are met. This License explicitly affirms your unlimited
158 permission to run the unmodified Program. The output from running a
159 covered work is covered by this License only if the output, given its
160 content, constitutes a covered work. This License acknowledges your
161 rights of fair use or other equivalent, as provided by copyright law.
162
163 You may make, run and propagate covered works that you do not
164 convey, without conditions so long as your license otherwise remains
165 in force. You may convey covered works to others for the sole purpose
166 of having them make modifications exclusively for you, or provide you
167 with facilities for running those works, provided that you comply with
168 the terms of this License in conveying all material for which you do
169 not control copyright. Those thus making or running the covered works
170 for you must do so exclusively on your behalf, under your direction
171 and control, on terms that prohibit them from making any copies of
172 your copyrighted material outside their relationship with you.
173
174 Conveying under any other circumstances is permitted solely under
175 the conditions stated below. Sublicensing is not allowed; section 10
176 makes it unnecessary.
177
178 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
179
180 No covered work shall be deemed part of an effective technological
181 measure under any applicable law fulfilling obligations under article
182 11 of the WIPO copyright treaty adopted on 20 December 1996, or
183 similar laws prohibiting or restricting circumvention of such
184 measures.
185
186 When you convey a covered work, you waive any legal power to forbid
187 circumvention of technological measures to the extent such circumvention
188 is effected by exercising rights under this License with respect to
189 the covered work, and you disclaim any intention to limit operation or
190 modification of the work as a means of enforcing, against the work's
191 users, your or third parties' legal rights to forbid circumvention of
192 technological measures.
193
194 4. Conveying Verbatim Copies.
195
196 You may convey verbatim copies of the Program's source code as you
197 receive it, in any medium, provided that you conspicuously and
198 appropriately publish on each copy an appropriate copyright notice;
199 keep intact all notices stating that this License and any
200 non-permissive terms added in accord with section 7 apply to the code;
201 keep intact all notices of the absence of any warranty; and give all
202 recipients a copy of this License along with the Program.
203
204 You may charge any price or no price for each copy that you convey,
205 and you may offer support or warranty protection for a fee.
206
207 5. Conveying Modified Source Versions.
208
209 You may convey a work based on the Program, or the modifications to
210 produce it from the Program, in the form of source code under the
211 terms of section 4, provided that you also meet all of these conditions:
212
213 a) The work must carry prominent notices stating that you modified
214 it, and giving a relevant date.
215
216 b) The work must carry prominent notices stating that it is
217 released under this License and any conditions added under section
218 7. This requirement modifies the requirement in section 4 to
219 "keep intact all notices".
220
221 c) You must license the entire work, as a whole, under this
222 License to anyone who comes into possession of a copy. This
223 License will therefore apply, along with any applicable section 7
224 additional terms, to the whole of the work, and all its parts,
225 regardless of how they are packaged. This License gives no
226 permission to license the work in any other way, but it does not
227 invalidate such permission if you have separately received it.
228
229 d) If the work has interactive user interfaces, each must display
230 Appropriate Legal Notices; however, if the Program has interactive
231 interfaces that do not display Appropriate Legal Notices, your
232 work need not make them do so.
233
234 A compilation of a covered work with other separate and independent
235 works, which are not by their nature extensions of the covered work,
236 and which are not combined with it such as to form a larger program,
237 in or on a volume of a storage or distribution medium, is called an
238 "aggregate" if the compilation and its resulting copyright are not
239 used to limit the access or legal rights of the compilation's users
240 beyond what the individual works permit. Inclusion of a covered work
241 in an aggregate does not cause this License to apply to the other
242 parts of the aggregate.
243
244 6. Conveying Non-Source Forms.
245
246 You may convey a covered work in object code form under the terms
247 of sections 4 and 5, provided that you also convey the
248 machine-readable Corresponding Source under the terms of this License,
249 in one of these ways:
250
251 a) Convey the object code in, or embodied in, a physical product
252 (including a physical distribution medium), accompanied by the
253 Corresponding Source fixed on a durable physical medium
254 customarily used for software interchange.
255
256 b) Convey the object code in, or embodied in, a physical product
257 (including a physical distribution medium), accompanied by a
258 written offer, valid for at least three years and valid for as
259 long as you offer spare parts or customer support for that product
260 model, to give anyone who possesses the object code either (1) a
261 copy of the Corresponding Source for all the software in the
262 product that is covered by this License, on a durable physical
263 medium customarily used for software interchange, for a price no
264 more than your reasonable cost of physically performing this
265 conveying of source, or (2) access to copy the
266 Corresponding Source from a network server at no charge.
267
268 c) Convey individual copies of the object code with a copy of the
269 written offer to provide the Corresponding Source. This
270 alternative is allowed only occasionally and noncommercially, and
271 only if you received the object code with such an offer, in accord
272 with subsection 6b.
273
274 d) Convey the object code by offering access from a designated
275 place (gratis or for a charge), and offer equivalent access to the
276 Corresponding Source in the same way through the same place at no
277 further charge. You need not require recipients to copy the
278 Corresponding Source along with the object code. If the place to
279 copy the object code is a network server, the Corresponding Source
280 may be on a different server (operated by you or a third party)
281 that supports equivalent copying facilities, provided you maintain
282 clear directions next to the object code saying where to find the
283 Corresponding Source. Regardless of what server hosts the
284 Corresponding Source, you remain obligated to ensure that it is
285 available for as long as needed to satisfy these requirements.
286
287 e) Convey the object code using peer-to-peer transmission, provided
288 you inform other peers where the object code and Corresponding
289 Source of the work are being offered to the general public at no
290 charge under subsection 6d.
291
292 A separable portion of the object code, whose source code is excluded
293 from the Corresponding Source as a System Library, need not be
294 included in conveying the object code work.
295
296 A "User Product" is either (1) a "consumer product", which means any
297 tangible personal property which is normally used for personal, family,
298 or household purposes, or (2) anything designed or sold for incorporation
299 into a dwelling. In determining whether a product is a consumer product,
300 doubtful cases shall be resolved in favor of coverage. For a particular
301 product received by a particular user, "normally used" refers to a
302 typical or common use of that class of product, regardless of the status
303 of the particular user or of the way in which the particular user
304 actually uses, or expects or is expected to use, the product. A product
305 is a consumer product regardless of whether the product has substantial
306 commercial, industrial or non-consumer uses, unless such uses represent
307 the only significant mode of use of the product.
308
309 "Installation Information" for a User Product means any methods,
310 procedures, authorization keys, or other information required to install
311 and execute modified versions of a covered work in that User Product from
312 a modified version of its Corresponding Source. The information must
313 suffice to ensure that the continued functioning of the modified object
314 code is in no case prevented or interfered with solely because
315 modification has been made.
316
317 If you convey an object code work under this section in, or with, or
318 specifically for use in, a User Product, and the conveying occurs as
319 part of a transaction in which the right of possession and use of the
320 User Product is transferred to the recipient in perpetuity or for a
321 fixed term (regardless of how the transaction is characterized), the
322 Corresponding Source conveyed under this section must be accompanied
323 by the Installation Information. But this requirement does not apply
324 if neither you nor any third party retains the ability to install
325 modified object code on the User Product (for example, the work has
326 been installed in ROM).
327
328 The requirement to provide Installation Information does not include a
329 requirement to continue to provide support service, warranty, or updates
330 for a work that has been modified or installed by the recipient, or for
331 the User Product in which it has been modified or installed. Access to a
332 network may be denied when the modification itself materially and
333 adversely affects the operation of the network or violates the rules and
334 protocols for communication across the network.
335
336 Corresponding Source conveyed, and Installation Information provided,
337 in accord with this section must be in a format that is publicly
338 documented (and with an implementation available to the public in
339 source code form), and must require no special password or key for
340 unpacking, reading or copying.
341
342 7. Additional Terms.
343
344 "Additional permissions" are terms that supplement the terms of this
345 License by making exceptions from one or more of its conditions.
346 Additional permissions that are applicable to the entire Program shall
347 be treated as though they were included in this License, to the extent
348 that they are valid under applicable law. If additional permissions
349 apply only to part of the Program, that part may be used separately
350 under those permissions, but the entire Program remains governed by
351 this License without regard to the additional permissions.
352
353 When you convey a copy of a covered work, you may at your option
354 remove any additional permissions from that copy, or from any part of
355 it. (Additional permissions may be written to require their own
356 removal in certain cases when you modify the work.) You may place
357 additional permissions on material, added by you to a covered work,
358 for which you have or can give appropriate copyright permission.
359
360 Notwithstanding any other provision of this License, for material you
361 add to a covered work, you may (if authorized by the copyright holders of
362 that material) supplement the terms of this License with terms:
363
364 a) Disclaiming warranty or limiting liability differently from the
365 terms of sections 15 and 16 of this License; or
366
367 b) Requiring preservation of specified reasonable legal notices or
368 author attributions in that material or in the Appropriate Legal
369 Notices displayed by works containing it; or
370
371 c) Prohibiting misrepresentation of the origin of that material, or
372 requiring that modified versions of such material be marked in
373 reasonable ways as different from the original version; or
374
375 d) Limiting the use for publicity purposes of names of licensors or
376 authors of the material; or
377
378 e) Declining to grant rights under trademark law for use of some
379 trade names, trademarks, or service marks; or
380
381 f) Requiring indemnification of licensors and authors of that
382 material by anyone who conveys the material (or modified versions of
383 it) with contractual assumptions of liability to the recipient, for
384 any liability that these contractual assumptions directly impose on
385 those licensors and authors.
386
387 All other non-permissive additional terms are considered "further
388 restrictions" within the meaning of section 10. If the Program as you
389 received it, or any part of it, contains a notice stating that it is
390 governed by this License along with a term that is a further
391 restriction, you may remove that term. If a license document contains
392 a further restriction but permits relicensing or conveying under this
393 License, you may add to a covered work material governed by the terms
394 of that license document, provided that the further restriction does
395 not survive such relicensing or conveying.
396
397 If you add terms to a covered work in accord with this section, you
398 must place, in the relevant source files, a statement of the
399 additional terms that apply to those files, or a notice indicating
400 where to find the applicable terms.
401
402 Additional terms, permissive or non-permissive, may be stated in the
403 form of a separately written license, or stated as exceptions;
404 the above requirements apply either way.
405
406 8. Termination.
407
408 You may not propagate or modify a covered work except as expressly
409 provided under this License. Any attempt otherwise to propagate or
410 modify it is void, and will automatically terminate your rights under
411 this License (including any patent licenses granted under the third
412 paragraph of section 11).
413
414 However, if you cease all violation of this License, then your
415 license from a particular copyright holder is reinstated (a)
416 provisionally, unless and until the copyright holder explicitly and
417 finally terminates your license, and (b) permanently, if the copyright
418 holder fails to notify you of the violation by some reasonable means
419 prior to 60 days after the cessation.
420
421 Moreover, your license from a particular copyright holder is
422 reinstated permanently if the copyright holder notifies you of the
423 violation by some reasonable means, this is the first time you have
424 received notice of violation of this License (for any work) from that
425 copyright holder, and you cure the violation prior to 30 days after
426 your receipt of the notice.
427
428 Termination of your rights under this section does not terminate the
429 licenses of parties who have received copies or rights from you under
430 this License. If your rights have been terminated and not permanently
431 reinstated, you do not qualify to receive new licenses for the same
432 material under section 10.
433
434 9. Acceptance Not Required for Having Copies.
435
436 You are not required to accept this License in order to receive or
437 run a copy of the Program. Ancillary propagation of a covered work
438 occurring solely as a consequence of using peer-to-peer transmission
439 to receive a copy likewise does not require acceptance. However,
440 nothing other than this License grants you permission to propagate or
441 modify any covered work. These actions infringe copyright if you do
442 not accept this License. Therefore, by modifying or propagating a
443 covered work, you indicate your acceptance of this License to do so.
444
445 10. Automatic Licensing of Downstream Recipients.
446
447 Each time you convey a covered work, the recipient automatically
448 receives a license from the original licensors, to run, modify and
449 propagate that work, subject to this License. You are not responsible
450 for enforcing compliance by third parties with this License.
451
452 An "entity transaction" is a transaction transferring control of an
453 organization, or substantially all assets of one, or subdividing an
454 organization, or merging organizations. If propagation of a covered
455 work results from an entity transaction, each party to that
456 transaction who receives a copy of the work also receives whatever
457 licenses to the work the party's predecessor in interest had or could
458 give under the previous paragraph, plus a right to possession of the
459 Corresponding Source of the work from the predecessor in interest, if
460 the predecessor has it or can get it with reasonable efforts.
461
462 You may not impose any further restrictions on the exercise of the
463 rights granted or affirmed under this License. For example, you may
464 not impose a license fee, royalty, or other charge for exercise of
465 rights granted under this License, and you may not initiate litigation
466 (including a cross-claim or counterclaim in a lawsuit) alleging that
467 any patent claim is infringed by making, using, selling, offering for
468 sale, or importing the Program or any portion of it.
469
470 11. Patents.
471
472 A "contributor" is a copyright holder who authorizes use under this
473 License of the Program or a work on which the Program is based. The
474 work thus licensed is called the contributor's "contributor version".
475
476 A contributor's "essential patent claims" are all patent claims
477 owned or controlled by the contributor, whether already acquired or
478 hereafter acquired, that would be infringed by some manner, permitted
479 by this License, of making, using, or selling its contributor version,
480 but do not include claims that would be infringed only as a
481 consequence of further modification of the contributor version. For
482 purposes of this definition, "control" includes the right to grant
483 patent sublicenses in a manner consistent with the requirements of
57
58 GNU GENERAL PUBLIC LICENSE
59 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
60
61 0. This License applies to any program or other work which contains
62 a notice placed by the copyright holder saying it may be distributed
63 under the terms of this General Public License. The "Program", below,
64 refers to any such program or work, and a "work based on the Program"
65 means either the Program or any derivative work under copyright law:
66 that is to say, a work containing the Program or a portion of it,
67 either verbatim or with modifications and/or translated into another
68 language. (Hereinafter, translation is included without limitation in
69 the term "modification".) Each licensee is addressed as "you".
70
71 Activities other than copying, distribution and modification are not
72 covered by this License; they are outside its scope. The act of
73 running the Program is not restricted, and the output from the Program
74 is covered only if its contents constitute a work based on the
75 Program (independent of having been made by running the Program).
76 Whether that is true depends on what the Program does.
77
78 1. You may copy and distribute verbatim copies of the Program's
79 source code as you receive it, in any medium, provided that you
80 conspicuously and appropriately publish on each copy an appropriate
81 copyright notice and disclaimer of warranty; keep intact all the
82 notices that refer to this License and to the absence of any warranty;
83 and give any other recipients of the Program a copy of this License
84 along with the Program.
85
86 You may charge a fee for the physical act of transferring a copy, and
87 you may at your option offer warranty protection in exchange for a fee.
88
89 2. You may modify your copy or copies of the Program or any portion
90 of it, thus forming a work based on the Program, and copy and
91 distribute such modifications or work under the terms of Section 1
92 above, provided that you also meet all of these conditions:
93
94 a) You must cause the modified files to carry prominent notices
95 stating that you changed the files and the date of any change.
96
97 b) You must cause any work that you distribute or publish, that in
98 whole or in part contains or is derived from the Program or any
99 part thereof, to be licensed as a whole at no charge to all third
100 parties under the terms of this License.
101
102 c) If the modified program normally reads commands interactively
103 when run, you must cause it, when started running for such
104 interactive use in the most ordinary way, to print or display an
105 announcement including an appropriate copyright notice and a
106 notice that there is no warranty (or else, saying that you provide
107 a warranty) and that users may redistribute the program under
108 these conditions, and telling the user how to view a copy of this
109 License. (Exception: if the Program itself is interactive but
110 does not normally print such an announcement, your work based on
111 the Program is not required to print an announcement.)
112
113 These requirements apply to the modified work as a whole. If
114 identifiable sections of that work are not derived from the Program,
115 and can be reasonably considered independent and separate works in
116 themselves, then this License, and its terms, do not apply to those
117 sections when you distribute them as separate works. But when you
118 distribute the same sections as part of a whole which is a work based
119 on the Program, the distribution of the whole must be on the terms of
120 this License, whose permissions for other licensees extend to the
121 entire whole, and thus to each and every part regardless of who wrote it.
122
123 Thus, it is not the intent of this section to claim rights or contest
124 your rights to work written entirely by you; rather, the intent is to
125 exercise the right to control the distribution of derivative or
126 collective works based on the Program.
127
128 In addition, mere aggregation of another work not based on the Program
129 with the Program (or with a work based on the Program) on a volume of
130 a storage or distribution medium does not bring the other work under
131 the scope of this License.
132
133 3. You may copy and distribute the Program (or a work based on it,
134 under Section 2) in object code or executable form under the terms of
135 Sections 1 and 2 above provided that you also do one of the following:
136
137 a) Accompany it with the complete corresponding machine-readable
138 source code, which must be distributed under the terms of Sections
139 1 and 2 above on a medium customarily used for software interchange; or,
140
141 b) Accompany it with a written offer, valid for at least three
142 years, to give any third party, for a charge no more than your
143 cost of physically performing source distribution, a complete
144 machine-readable copy of the corresponding source code, to be
145 distributed under the terms of Sections 1 and 2 above on a medium
146 customarily used for software interchange; or,
147
148 c) Accompany it with the information you received as to the offer
149 to distribute corresponding source code. (This alternative is
150 allowed only for noncommercial distribution and only if you
151 received the program in object code or executable form with such
152 an offer, in accord with Subsection b above.)
153
154 The source code for a work means the preferred form of the work for
155 making modifications to it. For an executable work, complete source
156 code means all the source code for all modules it contains, plus any
157 associated interface definition files, plus the scripts used to
158 control compilation and installation of the executable. However, as a
159 special exception, the source code distributed need not include
160 anything that is normally distributed (in either source or binary
161 form) with the major components (compiler, kernel, and so on) of the
162 operating system on which the executable runs, unless that component
163 itself accompanies the executable.
164
165 If distribution of executable or object code is made by offering
166 access to copy from a designated place, then offering equivalent
167 access to copy the source code from the same place counts as
168 distribution of the source code, even though third parties are not
169 compelled to copy the source along with the object code.
170
171 4. You may not copy, modify, sublicense, or distribute the Program
172 except as expressly provided under this License. Any attempt
173 otherwise to copy, modify, sublicense or distribute the Program is
174 void, and will automatically terminate your rights under this License.
175 However, parties who have received copies, or rights, from you under
176 this License will not have their licenses terminated so long as such
177 parties remain in full compliance.
178
179 5. You are not required to accept this License, since you have not
180 signed it. However, nothing else grants you permission to modify or
181 distribute the Program or its derivative works. These actions are
182 prohibited by law if you do not accept this License. Therefore, by
183 modifying or distributing the Program (or any work based on the
184 Program), you indicate your acceptance of this License to do so, and
185 all its terms and conditions for copying, distributing or modifying
186 the Program or works based on it.
187
188 6. Each time you redistribute the Program (or any work based on the
189 Program), the recipient automatically receives a license from the
190 original licensor to copy, distribute or modify the Program subject to
191 these terms and conditions. You may not impose any further
192 restrictions on the recipients' exercise of the rights granted herein.
193 You are not responsible for enforcing compliance by third parties to
484194 this License.
485195
486 Each contributor grants you a non-exclusive, worldwide, royalty-free
487 patent license under the contributor's essential patent claims, to
488 make, use, sell, offer for sale, import and otherwise run, modify and
489 propagate the contents of its contributor version.
490
491 In the following three paragraphs, a "patent license" is any express
492 agreement or commitment, however denominated, not to enforce a patent
493 (such as an express permission to practice a patent or covenant not to
494 sue for patent infringement). To "grant" such a patent license to a
495 party means to make such an agreement or commitment not to enforce a
496 patent against the party.
497
498 If you convey a covered work, knowingly relying on a patent license,
499 and the Corresponding Source of the work is not available for anyone
500 to copy, free of charge and under the terms of this License, through a
501 publicly available network server or other readily accessible means,
502 then you must either (1) cause the Corresponding Source to be so
503 available, or (2) arrange to deprive yourself of the benefit of the
504 patent license for this particular work, or (3) arrange, in a manner
505 consistent with the requirements of this License, to extend the patent
506 license to downstream recipients. "Knowingly relying" means you have
507 actual knowledge that, but for the patent license, your conveying the
508 covered work in a country, or your recipient's use of the covered work
509 in a country, would infringe one or more identifiable patents in that
510 country that you have reason to believe are valid.
511
512 If, pursuant to or in connection with a single transaction or
513 arrangement, you convey, or propagate by procuring conveyance of, a
514 covered work, and grant a patent license to some of the parties
515 receiving the covered work authorizing them to use, propagate, modify
516 or convey a specific copy of the covered work, then the patent license
517 you grant is automatically extended to all recipients of the covered
518 work and works based on it.
519
520 A patent license is "discriminatory" if it does not include within
521 the scope of its coverage, prohibits the exercise of, or is
522 conditioned on the non-exercise of one or more of the rights that are
523 specifically granted under this License. You may not convey a covered
524 work if you are a party to an arrangement with a third party that is
525 in the business of distributing software, under which you make payment
526 to the third party based on the extent of your activity of conveying
527 the work, and under which the third party grants, to any of the
528 parties who would receive the covered work from you, a discriminatory
529 patent license (a) in connection with copies of the covered work
530 conveyed by you (or copies made from those copies), or (b) primarily
531 for and in connection with specific products or compilations that
532 contain the covered work, unless you entered into that arrangement,
533 or that patent license was granted, prior to 28 March 2007.
534
535 Nothing in this License shall be construed as excluding or limiting
536 any implied license or other defenses to infringement that may
537 otherwise be available to you under applicable patent law.
538
539 12. No Surrender of Others' Freedom.
540
541 If conditions are imposed on you (whether by court order, agreement or
196 7. If, as a consequence of a court judgment or allegation of patent
197 infringement or for any other reason (not limited to patent issues),
198 conditions are imposed on you (whether by court order, agreement or
542199 otherwise) that contradict the conditions of this License, they do not
543 excuse you from the conditions of this License. If you cannot convey a
544 covered work so as to satisfy simultaneously your obligations under this
545 License and any other pertinent obligations, then as a consequence you may
546 not convey it at all. For example, if you agree to terms that obligate you
547 to collect a royalty for further conveying from those to whom you convey
548 the Program, the only way you could satisfy both those terms and this
549 License would be to refrain entirely from conveying the Program.
550
551 13. Use with the GNU Affero General Public License.
552
553 Notwithstanding any other provision of this License, you have
554 permission to link or combine any covered work with a work licensed
555 under version 3 of the GNU Affero General Public License into a single
556 combined work, and to convey the resulting work. The terms of this
557 License will continue to apply to the part which is the covered work,
558 but the special requirements of the GNU Affero General Public License,
559 section 13, concerning interaction through a network will apply to the
560 combination as such.
561
562 14. Revised Versions of this License.
563
564 The Free Software Foundation may publish revised and/or new versions of
565 the GNU General Public License from time to time. Such new versions will
200 excuse you from the conditions of this License. If you cannot
201 distribute so as to satisfy simultaneously your obligations under this
202 License and any other pertinent obligations, then as a consequence you
203 may not distribute the Program at all. For example, if a patent
204 license would not permit royalty-free redistribution of the Program by
205 all those who receive copies directly or indirectly through you, then
206 the only way you could satisfy both it and this License would be to
207 refrain entirely from distribution of the Program.
208
209 If any portion of this section is held invalid or unenforceable under
210 any particular circumstance, the balance of the section is intended to
211 apply and the section as a whole is intended to apply in other
212 circumstances.
213
214 It is not the purpose of this section to induce you to infringe any
215 patents or other property right claims or to contest validity of any
216 such claims; this section has the sole purpose of protecting the
217 integrity of the free software distribution system, which is
218 implemented by public license practices. Many people have made
219 generous contributions to the wide range of software distributed
220 through that system in reliance on consistent application of that
221 system; it is up to the author/donor to decide if he or she is willing
222 to distribute software through any other system and a licensee cannot
223 impose that choice.
224
225 This section is intended to make thoroughly clear what is believed to
226 be a consequence of the rest of this License.
227
228 8. If the distribution and/or use of the Program is restricted in
229 certain countries either by patents or by copyrighted interfaces, the
230 original copyright holder who places the Program under this License
231 may add an explicit geographical distribution limitation excluding
232 those countries, so that distribution is permitted only in or among
233 countries not thus excluded. In such case, this License incorporates
234 the limitation as if written in the body of this License.
235
236 9. The Free Software Foundation may publish revised and/or new versions
237 of the General Public License from time to time. Such new versions will
566238 be similar in spirit to the present version, but may differ in detail to
567239 address new problems or concerns.
568240
569 Each version is given a distinguishing version number. If the
570 Program specifies that a certain numbered version of the GNU General
571 Public License "or any later version" applies to it, you have the
572 option of following the terms and conditions either of that numbered
573 version or of any later version published by the Free Software
574 Foundation. If the Program does not specify a version number of the
575 GNU General Public License, you may choose any version ever published
576 by the Free Software Foundation.
577
578 If the Program specifies that a proxy can decide which future
579 versions of the GNU General Public License can be used, that proxy's
580 public statement of acceptance of a version permanently authorizes you
581 to choose that version for the Program.
582
583 Later license versions may give you additional or different
584 permissions. However, no additional obligations are imposed on any
585 author or copyright holder as a result of your choosing to follow a
586 later version.
587
588 15. Disclaimer of Warranty.
589
590 THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
591 APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
592 HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
593 OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
594 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
595 PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
596 IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
597 ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
598
599 16. Limitation of Liability.
600
601 IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
602 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
603 THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
604 GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
605 USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
606 DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
607 PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
608 EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
609 SUCH DAMAGES.
610
611 17. Interpretation of Sections 15 and 16.
612
613 If the disclaimer of warranty and limitation of liability provided
614 above cannot be given local legal effect according to their terms,
615 reviewing courts shall apply local law that most closely approximates
616 an absolute waiver of all civil liability in connection with the
617 Program, unless a warranty or assumption of liability accompanies a
618 copy of the Program in return for a fee.
619
620 END OF TERMS AND CONDITIONS
621
622 How to Apply These Terms to Your New Programs
241 Each version is given a distinguishing version number. If the Program
242 specifies a version number of this License which applies to it and "any
243 later version", you have the option of following the terms and conditions
244 either of that version or of any later version published by the Free
245 Software Foundation. If the Program does not specify a version number of
246 this License, you may choose any version ever published by the Free Software
247 Foundation.
248
249 10. If you wish to incorporate parts of the Program into other free
250 programs whose distribution conditions are different, write to the author
251 to ask for permission. For software which is copyrighted by the Free
252 Software Foundation, write to the Free Software Foundation; we sometimes
253 make exceptions for this. Our decision will be guided by the two goals
254 of preserving the free status of all derivatives of our free software and
255 of promoting the sharing and reuse of software generally.
256
257 NO WARRANTY
258
259 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
260 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
261 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
262 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
263 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
264 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
265 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
266 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
267 REPAIR OR CORRECTION.
268
269 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
270 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
271 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
272 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
273 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
274 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
275 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
276 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
277 POSSIBILITY OF SUCH DAMAGES.
278
279 END OF TERMS AND CONDITIONS
280
281 How to Apply These Terms to Your New Programs
623282
624283 If you develop a new program, and you want it to be of the greatest
625284 possible use to the public, the best way to achieve this is to make it
627286
628287 To do so, attach the following notices to the program. It is safest
629288 to attach them to the start of each source file to most effectively
630 state the exclusion of warranty; and each file should have at least
289 convey the exclusion of warranty; and each file should have at least
631290 the "copyright" line and a pointer to where the full notice is found.
632291
633292 <one line to give the program's name and a brief idea of what it does.>
634293 Copyright (C) <year> <name of author>
635294
636 This program is free software: you can redistribute it and/or modify
295 This program is free software; you can redistribute it and/or modify
637296 it under the terms of the GNU General Public License as published by
638 the Free Software Foundation, either version 3 of the License, or
297 the Free Software Foundation; either version 2 of the License, or
639298 (at your option) any later version.
640299
641300 This program is distributed in the hope that it will be useful,
644303 GNU General Public License for more details.
645304
646305 You should have received a copy of the GNU General Public License
647 along with this program. If not, see <http://www.gnu.org/licenses/>.
306 along with this program; if not, write to the Free Software
307 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
308
648309
649310 Also add information on how to contact you by electronic and paper mail.
650311
651 If the program does terminal interaction, make it output a short
652 notice like this when it starts in an interactive mode:
653
654 <program> Copyright (C) <year> <name of author>
655 This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
312 If the program is interactive, make it output a short notice like this
313 when it starts in an interactive mode:
314
315 Gnomovision version 69, Copyright (C) year name of author
316 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
656317 This is free software, and you are welcome to redistribute it
657318 under certain conditions; type `show c' for details.
658319
659320 The hypothetical commands `show w' and `show c' should show the appropriate
660 parts of the General Public License. Of course, your program's commands
661 might be different; for a GUI interface, you would use an "about box".
662
663 You should also get your employer (if you work as a programmer) or school,
664 if any, to sign a "copyright disclaimer" for the program, if necessary.
665 For more information on this, and how to apply and follow the GNU GPL, see
666 <http://www.gnu.org/licenses/>.
667
668 The GNU General Public License does not permit incorporating your program
669 into proprietary programs. If your program is a subroutine library, you
670 may consider it more useful to permit linking proprietary applications with
671 the library. If this is what you want to do, use the GNU Lesser General
672 Public License instead of this License. But first, please read
673 <http://www.gnu.org/philosophy/why-not-lgpl.html>.
321 parts of the General Public License. Of course, the commands you use may
322 be called something other than `show w' and `show c'; they could even be
323 mouse-clicks or menu items--whatever suits your program.
324
325 You should also get your employer (if you work as a programmer) or your
326 school, if any, to sign a "copyright disclaimer" for the program, if
327 necessary. Here is a sample; alter the names:
328
329 Yoyodyne, Inc., hereby disclaims all copyright interest in the program
330 `Gnomovision' (which makes passes at compilers) written by James Hacker.
331
332 <signature of Ty Coon>, 1 April 1989
333 Ty Coon, President of Vice
334
335 This General Public License does not permit incorporating your program into
336 proprietary programs. If your program is a subroutine library, you may
337 consider it more useful to permit linking proprietary applications with the
338 library. If this is what you want to do, use the GNU Library General
339 Public License instead of this License.
00 *** See also the Changes @section in include/frei0r.h or git log
1
2 1.6.1 - 25 May 2017
3
4 Minor fixes to the build system. Version correctly updated.
15
26 1.6.0 - 24 March 2017
37
+0
-370
INSTALL less more
0 Installation Instructions
1 *************************
2
3 Copyright (C) 1994-1996, 1999-2002, 2004-2013 Free Software Foundation,
4 Inc.
5
6 Copying and distribution of this file, with or without modification,
7 are permitted in any medium without royalty provided the copyright
8 notice and this notice are preserved. This file is offered as-is,
9 without warranty of any kind.
10
11 Basic Installation
12 ==================
13
14 Briefly, the shell command `./configure && make && make install'
15 should configure, build, and install this package. The following
16 more-detailed instructions are generic; see the `README' file for
17 instructions specific to this package. Some packages provide this
18 `INSTALL' file but do not implement all of the features documented
19 below. The lack of an optional feature in a given package is not
20 necessarily a bug. More recommendations for GNU packages can be found
21 in *note Makefile Conventions: (standards)Makefile Conventions.
22
23 The `configure' shell script attempts to guess correct values for
24 various system-dependent variables used during compilation. It uses
25 those values to create a `Makefile' in each directory of the package.
26 It may also create one or more `.h' files containing system-dependent
27 definitions. Finally, it creates a shell script `config.status' that
28 you can run in the future to recreate the current configuration, and a
29 file `config.log' containing compiler output (useful mainly for
30 debugging `configure').
31
32 It can also use an optional file (typically called `config.cache'
33 and enabled with `--cache-file=config.cache' or simply `-C') that saves
34 the results of its tests to speed up reconfiguring. Caching is
35 disabled by default to prevent problems with accidental use of stale
36 cache files.
37
38 If you need to do unusual things to compile the package, please try
39 to figure out how `configure' could check whether to do them, and mail
40 diffs or instructions to the address given in the `README' so they can
41 be considered for the next release. If you are using the cache, and at
42 some point `config.cache' contains results you don't want to keep, you
43 may remove or edit it.
44
45 The file `configure.ac' (or `configure.in') is used to create
46 `configure' by a program called `autoconf'. You need `configure.ac' if
47 you want to change it or regenerate `configure' using a newer version
48 of `autoconf'.
49
50 The simplest way to compile this package is:
51
52 1. `cd' to the directory containing the package's source code and type
53 `./configure' to configure the package for your system.
54
55 Running `configure' might take a while. While running, it prints
56 some messages telling which features it is checking for.
57
58 2. Type `make' to compile the package.
59
60 3. Optionally, type `make check' to run any self-tests that come with
61 the package, generally using the just-built uninstalled binaries.
62
63 4. Type `make install' to install the programs and any data files and
64 documentation. When installing into a prefix owned by root, it is
65 recommended that the package be configured and built as a regular
66 user, and only the `make install' phase executed with root
67 privileges.
68
69 5. Optionally, type `make installcheck' to repeat any self-tests, but
70 this time using the binaries in their final installed location.
71 This target does not install anything. Running this target as a
72 regular user, particularly if the prior `make install' required
73 root privileges, verifies that the installation completed
74 correctly.
75
76 6. You can remove the program binaries and object files from the
77 source code directory by typing `make clean'. To also remove the
78 files that `configure' created (so you can compile the package for
79 a different kind of computer), type `make distclean'. There is
80 also a `make maintainer-clean' target, but that is intended mainly
81 for the package's developers. If you use it, you may have to get
82 all sorts of other programs in order to regenerate files that came
83 with the distribution.
84
85 7. Often, you can also type `make uninstall' to remove the installed
86 files again. In practice, not all packages have tested that
87 uninstallation works correctly, even though it is required by the
88 GNU Coding Standards.
89
90 8. Some packages, particularly those that use Automake, provide `make
91 distcheck', which can by used by developers to test that all other
92 targets like `make install' and `make uninstall' work correctly.
93 This target is generally not run by end users.
94
95 Compilers and Options
96 =====================
97
98 Some systems require unusual options for compilation or linking that
99 the `configure' script does not know about. Run `./configure --help'
100 for details on some of the pertinent environment variables.
101
102 You can give `configure' initial values for configuration parameters
103 by setting variables in the command line or in the environment. Here
104 is an example:
105
106 ./configure CC=c99 CFLAGS=-g LIBS=-lposix
107
108 *Note Defining Variables::, for more details.
109
110 Compiling For Multiple Architectures
111 ====================================
112
113 You can compile the package for more than one kind of computer at the
114 same time, by placing the object files for each architecture in their
115 own directory. To do this, you can use GNU `make'. `cd' to the
116 directory where you want the object files and executables to go and run
117 the `configure' script. `configure' automatically checks for the
118 source code in the directory that `configure' is in and in `..'. This
119 is known as a "VPATH" build.
120
121 With a non-GNU `make', it is safer to compile the package for one
122 architecture at a time in the source code directory. After you have
123 installed the package for one architecture, use `make distclean' before
124 reconfiguring for another architecture.
125
126 On MacOS X 10.5 and later systems, you can create libraries and
127 executables that work on multiple system types--known as "fat" or
128 "universal" binaries--by specifying multiple `-arch' options to the
129 compiler but only a single `-arch' option to the preprocessor. Like
130 this:
131
132 ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
133 CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
134 CPP="gcc -E" CXXCPP="g++ -E"
135
136 This is not guaranteed to produce working output in all cases, you
137 may have to build one architecture at a time and combine the results
138 using the `lipo' tool if you have problems.
139
140 Installation Names
141 ==================
142
143 By default, `make install' installs the package's commands under
144 `/usr/local/bin', include files under `/usr/local/include', etc. You
145 can specify an installation prefix other than `/usr/local' by giving
146 `configure' the option `--prefix=PREFIX', where PREFIX must be an
147 absolute file name.
148
149 You can specify separate installation prefixes for
150 architecture-specific files and architecture-independent files. If you
151 pass the option `--exec-prefix=PREFIX' to `configure', the package uses
152 PREFIX as the prefix for installing programs and libraries.
153 Documentation and other data files still use the regular prefix.
154
155 In addition, if you use an unusual directory layout you can give
156 options like `--bindir=DIR' to specify different values for particular
157 kinds of files. Run `configure --help' for a list of the directories
158 you can set and what kinds of files go in them. In general, the
159 default for these options is expressed in terms of `${prefix}', so that
160 specifying just `--prefix' will affect all of the other directory
161 specifications that were not explicitly provided.
162
163 The most portable way to affect installation locations is to pass the
164 correct locations to `configure'; however, many packages provide one or
165 both of the following shortcuts of passing variable assignments to the
166 `make install' command line to change installation locations without
167 having to reconfigure or recompile.
168
169 The first method involves providing an override variable for each
170 affected directory. For example, `make install
171 prefix=/alternate/directory' will choose an alternate location for all
172 directory configuration variables that were expressed in terms of
173 `${prefix}'. Any directories that were specified during `configure',
174 but not in terms of `${prefix}', must each be overridden at install
175 time for the entire installation to be relocated. The approach of
176 makefile variable overrides for each directory variable is required by
177 the GNU Coding Standards, and ideally causes no recompilation.
178 However, some platforms have known limitations with the semantics of
179 shared libraries that end up requiring recompilation when using this
180 method, particularly noticeable in packages that use GNU Libtool.
181
182 The second method involves providing the `DESTDIR' variable. For
183 example, `make install DESTDIR=/alternate/directory' will prepend
184 `/alternate/directory' before all installation names. The approach of
185 `DESTDIR' overrides is not required by the GNU Coding Standards, and
186 does not work on platforms that have drive letters. On the other hand,
187 it does better at avoiding recompilation issues, and works well even
188 when some directory options were not specified in terms of `${prefix}'
189 at `configure' time.
190
191 Optional Features
192 =================
193
194 If the package supports it, you can cause programs to be installed
195 with an extra prefix or suffix on their names by giving `configure' the
196 option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
197
198 Some packages pay attention to `--enable-FEATURE' options to
199 `configure', where FEATURE indicates an optional part of the package.
200 They may also pay attention to `--with-PACKAGE' options, where PACKAGE
201 is something like `gnu-as' or `x' (for the X Window System). The
202 `README' should mention any `--enable-' and `--with-' options that the
203 package recognizes.
204
205 For packages that use the X Window System, `configure' can usually
206 find the X include and library files automatically, but if it doesn't,
207 you can use the `configure' options `--x-includes=DIR' and
208 `--x-libraries=DIR' to specify their locations.
209
210 Some packages offer the ability to configure how verbose the
211 execution of `make' will be. For these packages, running `./configure
212 --enable-silent-rules' sets the default to minimal output, which can be
213 overridden with `make V=1'; while running `./configure
214 --disable-silent-rules' sets the default to verbose, which can be
215 overridden with `make V=0'.
216
217 Particular systems
218 ==================
219
220 On HP-UX, the default C compiler is not ANSI C compatible. If GNU
221 CC is not installed, it is recommended to use the following options in
222 order to use an ANSI C compiler:
223
224 ./configure CC="cc -Ae -D_XOPEN_SOURCE=500"
225
226 and if that doesn't work, install pre-built binaries of GCC for HP-UX.
227
228 HP-UX `make' updates targets which have the same time stamps as
229 their prerequisites, which makes it generally unusable when shipped
230 generated files such as `configure' are involved. Use GNU `make'
231 instead.
232
233 On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot
234 parse its `<wchar.h>' header file. The option `-nodtk' can be used as
235 a workaround. If GNU CC is not installed, it is therefore recommended
236 to try
237
238 ./configure CC="cc"
239
240 and if that doesn't work, try
241
242 ./configure CC="cc -nodtk"
243
244 On Solaris, don't put `/usr/ucb' early in your `PATH'. This
245 directory contains several dysfunctional programs; working variants of
246 these programs are available in `/usr/bin'. So, if you need `/usr/ucb'
247 in your `PATH', put it _after_ `/usr/bin'.
248
249 On Haiku, software installed for all users goes in `/boot/common',
250 not `/usr/local'. It is recommended to use the following options:
251
252 ./configure --prefix=/boot/common
253
254 Specifying the System Type
255 ==========================
256
257 There may be some features `configure' cannot figure out
258 automatically, but needs to determine by the type of machine the package
259 will run on. Usually, assuming the package is built to be run on the
260 _same_ architectures, `configure' can figure that out, but if it prints
261 a message saying it cannot guess the machine type, give it the
262 `--build=TYPE' option. TYPE can either be a short name for the system
263 type, such as `sun4', or a canonical name which has the form:
264
265 CPU-COMPANY-SYSTEM
266
267 where SYSTEM can have one of these forms:
268
269 OS
270 KERNEL-OS
271
272 See the file `config.sub' for the possible values of each field. If
273 `config.sub' isn't included in this package, then this package doesn't
274 need to know the machine type.
275
276 If you are _building_ compiler tools for cross-compiling, you should
277 use the option `--target=TYPE' to select the type of system they will
278 produce code for.
279
280 If you want to _use_ a cross compiler, that generates code for a
281 platform different from the build platform, you should specify the
282 "host" platform (i.e., that on which the generated programs will
283 eventually be run) with `--host=TYPE'.
284
285 Sharing Defaults
286 ================
287
288 If you want to set default values for `configure' scripts to share,
289 you can create a site shell script called `config.site' that gives
290 default values for variables like `CC', `cache_file', and `prefix'.
291 `configure' looks for `PREFIX/share/config.site' if it exists, then
292 `PREFIX/etc/config.site' if it exists. Or, you can set the
293 `CONFIG_SITE' environment variable to the location of the site script.
294 A warning: not all `configure' scripts look for a site script.
295
296 Defining Variables
297 ==================
298
299 Variables not defined in a site shell script can be set in the
300 environment passed to `configure'. However, some packages may run
301 configure again during the build, and the customized values of these
302 variables may be lost. In order to avoid this problem, you should set
303 them in the `configure' command line, using `VAR=value'. For example:
304
305 ./configure CC=/usr/local2/bin/gcc
306
307 causes the specified `gcc' to be used as the C compiler (unless it is
308 overridden in the site shell script).
309
310 Unfortunately, this technique does not work for `CONFIG_SHELL' due to
311 an Autoconf limitation. Until the limitation is lifted, you can use
312 this workaround:
313
314 CONFIG_SHELL=/bin/bash ./configure CONFIG_SHELL=/bin/bash
315
316 `configure' Invocation
317 ======================
318
319 `configure' recognizes the following options to control how it
320 operates.
321
322 `--help'
323 `-h'
324 Print a summary of all of the options to `configure', and exit.
325
326 `--help=short'
327 `--help=recursive'
328 Print a summary of the options unique to this package's
329 `configure', and exit. The `short' variant lists options used
330 only in the top level, while the `recursive' variant lists options
331 also present in any nested packages.
332
333 `--version'
334 `-V'
335 Print the version of Autoconf used to generate the `configure'
336 script, and exit.
337
338 `--cache-file=FILE'
339 Enable the cache: use and save the results of the tests in FILE,
340 traditionally `config.cache'. FILE defaults to `/dev/null' to
341 disable caching.
342
343 `--config-cache'
344 `-C'
345 Alias for `--cache-file=config.cache'.
346
347 `--quiet'
348 `--silent'
349 `-q'
350 Do not print messages saying which checks are being made. To
351 suppress all normal output, redirect it to `/dev/null' (any error
352 messages will still be shown).
353
354 `--srcdir=DIR'
355 Look for the package's source code in directory DIR. Usually
356 `configure' can determine that directory automatically.
357
358 `--prefix=DIR'
359 Use DIR as the installation prefix. *note Installation Names::
360 for more details, including other options available for fine-tuning
361 the installation locations.
362
363 `--no-create'
364 `-n'
365 Run the configure checks, but stop before creating any output
366 files.
367
368 `configure' also accepts some other, not widely useful, options. Run
369 `configure --help' for more details.
0 Installation Instructions
1 *************************
0 # Installation Instructions
21
3 Copyright (C) 1994-1996, 1999-2002, 2004-2013 Free Software Foundation,
4 Inc.
2 Frei0r can be built using either Autoconf or CMake.
53
6 Copying and distribution of this file, with or without modification,
7 are permitted in any medium without royalty provided the copyright
8 notice and this notice are preserved. This file is offered as-is,
9 without warranty of any kind.
4 The choice is open, CMake is mandatory only on Windowz.
105
11 Basic Installation
12 ==================
6 The presence of optional libraries on the system will trigger compilation
7 of extra plugins. These libraries are:
138
14 Briefly, the shell command `./configure && make && make install'
15 should configure, build, and install this package. The following
16 more-detailed instructions are generic; see the `README' file for
17 instructions specific to this package. Some packages provide this
18 `INSTALL' file but do not implement all of the features documented
19 below. The lack of an optional feature in a given package is not
20 necessarily a bug. More recommendations for GNU packages can be found
21 in *note Makefile Conventions: (standards)Makefile Conventions.
9 + [Gavl](http://gmerlin.sourceforge.net) required for scale0tilt and vectorscope filters
2210
23 The `configure' shell script attempts to guess correct values for
24 various system-dependent variables used during compilation. It uses
25 those values to create a `Makefile' in each directory of the package.
26 It may also create one or more `.h' files containing system-dependent
27 definitions. Finally, it creates a shell script `config.status' that
28 you can run in the future to recreate the current configuration, and a
29 file `config.log' containing compiler output (useful mainly for
30 debugging `configure').
11 + [OpenCV](http://opencvlibrary.sourceforge.net) required for facebl0r filter
3112
32 It can also use an optional file (typically called `config.cache'
33 and enabled with `--cache-file=config.cache' or simply `-C') that saves
34 the results of its tests to speed up reconfiguring. Caching is
35 disabled by default to prevent problems with accidental use of stale
36 cache files.
13 + [Cairo](http://cairographics.org) required for cairo- filters and mixers
3714
38 If you need to do unusual things to compile the package, please try
39 to figure out how `configure' could check whether to do them, and mail
40 diffs or instructions to the address given in the `README' so they can
41 be considered for the next release. If you are using the cache, and at
42 some point `config.cache' contains results you don't want to keep, you
43 may remove or edit it.
15 ## Autoconf build
4416
45 The file `configure.ac' (or `configure.in') is used to create
46 `configure' by a program called `autoconf'. You need `configure.ac' if
47 you want to change it or regenerate `configure' using a newer version
48 of `autoconf'.
17 ```
18 ./configure
19 make
20 ```
4921
50 The simplest way to compile this package is:
22 ## CMake build
5123
52 1. `cd' to the directory containing the package's source code and type
53 `./configure' to configure the package for your system.
24 ```
25 cmake .
26 make
27 ```
5428
55 Running `configure' might take a while. While running, it prints
56 some messages telling which features it is checking for.
29 ## Proceed with install
5730
58 2. Type `make' to compile the package.
31 Default prefix is `/usr/local`, target directory is `frei0r-1`
5932
60 3. Optionally, type `make check' to run any self-tests that come with
61 the package, generally using the just-built uninstalled binaries.
33 A default `make install` as root will put the plugins into `/usr/local/lib/frei0r-1` unless the prefix path is specified. Most applications will look into that directory on GNU/Linux, or it should be possible to configure where to look for frei0r plugins.
6234
63 4. Type `make install' to install the programs and any data files and
64 documentation. When installing into a prefix owned by root, it is
65 recommended that the package be configured and built as a regular
66 user, and only the `make install' phase executed with root
67 privileges.
35 When using Apple/OSX, the `dlopen()` mechanism (in FFMpeg for instance) will look for `.dylib` extensions and not the `.so` that frei0r plugins have by default. To fix this problem one can rename the plugins simply so:
6836
69 5. Optionally, type `make installcheck' to repeat any self-tests, but
70 this time using the binaries in their final installed location.
71 This target does not install anything. Running this target as a
72 regular user, particularly if the prior `make install' required
73 root privileges, verifies that the installation completed
74 correctly.
37 ```
38 for file in /usr/local/lib/frei0r-1/*.so ; do
39 cp $file "${file%.*}.dylib"
40 done
41 ```
7542
76 6. You can remove the program binaries and object files from the
77 source code directory by typing `make clean'. To also remove the
78 files that `configure' created (so you can compile the package for
79 a different kind of computer), type `make distclean'. There is
80 also a `make maintainer-clean' target, but that is intended mainly
81 for the package's developers. If you use it, you may have to get
82 all sorts of other programs in order to regenerate files that came
83 with the distribution.
8443
85 7. Often, you can also type `make uninstall' to remove the installed
86 files again. In practice, not all packages have tested that
87 uninstallation works correctly, even though it is required by the
88 GNU Coding Standards.
89
90 8. Some packages, particularly those that use Automake, provide `make
91 distcheck', which can by used by developers to test that all other
92 targets like `make install' and `make uninstall' work correctly.
93 This target is generally not run by end users.
94
95 Compilers and Options
96 =====================
97
98 Some systems require unusual options for compilation or linking that
99 the `configure' script does not know about. Run `./configure --help'
100 for details on some of the pertinent environment variables.
101
102 You can give `configure' initial values for configuration parameters
103 by setting variables in the command line or in the environment. Here
104 is an example:
105
106 ./configure CC=c99 CFLAGS=-g LIBS=-lposix
107
108 *Note Defining Variables::, for more details.
109
110 Compiling For Multiple Architectures
111 ====================================
112
113 You can compile the package for more than one kind of computer at the
114 same time, by placing the object files for each architecture in their
115 own directory. To do this, you can use GNU `make'. `cd' to the
116 directory where you want the object files and executables to go and run
117 the `configure' script. `configure' automatically checks for the
118 source code in the directory that `configure' is in and in `..'. This
119 is known as a "VPATH" build.
120
121 With a non-GNU `make', it is safer to compile the package for one
122 architecture at a time in the source code directory. After you have
123 installed the package for one architecture, use `make distclean' before
124 reconfiguring for another architecture.
125
126 On MacOS X 10.5 and later systems, you can create libraries and
127 executables that work on multiple system types--known as "fat" or
128 "universal" binaries--by specifying multiple `-arch' options to the
129 compiler but only a single `-arch' option to the preprocessor. Like
130 this:
131
132 ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
133 CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
134 CPP="gcc -E" CXXCPP="g++ -E"
135
136 This is not guaranteed to produce working output in all cases, you
137 may have to build one architecture at a time and combine the results
138 using the `lipo' tool if you have problems.
139
140 Installation Names
141 ==================
142
143 By default, `make install' installs the package's commands under
144 `/usr/local/bin', include files under `/usr/local/include', etc. You
145 can specify an installation prefix other than `/usr/local' by giving
146 `configure' the option `--prefix=PREFIX', where PREFIX must be an
147 absolute file name.
148
149 You can specify separate installation prefixes for
150 architecture-specific files and architecture-independent files. If you
151 pass the option `--exec-prefix=PREFIX' to `configure', the package uses
152 PREFIX as the prefix for installing programs and libraries.
153 Documentation and other data files still use the regular prefix.
154
155 In addition, if you use an unusual directory layout you can give
156 options like `--bindir=DIR' to specify different values for particular
157 kinds of files. Run `configure --help' for a list of the directories
158 you can set and what kinds of files go in them. In general, the
159 default for these options is expressed in terms of `${prefix}', so that
160 specifying just `--prefix' will affect all of the other directory
161 specifications that were not explicitly provided.
162
163 The most portable way to affect installation locations is to pass the
164 correct locations to `configure'; however, many packages provide one or
165 both of the following shortcuts of passing variable assignments to the
166 `make install' command line to change installation locations without
167 having to reconfigure or recompile.
168
169 The first method involves providing an override variable for each
170 affected directory. For example, `make install
171 prefix=/alternate/directory' will choose an alternate location for all
172 directory configuration variables that were expressed in terms of
173 `${prefix}'. Any directories that were specified during `configure',
174 but not in terms of `${prefix}', must each be overridden at install
175 time for the entire installation to be relocated. The approach of
176 makefile variable overrides for each directory variable is required by
177 the GNU Coding Standards, and ideally causes no recompilation.
178 However, some platforms have known limitations with the semantics of
179 shared libraries that end up requiring recompilation when using this
180 method, particularly noticeable in packages that use GNU Libtool.
181
182 The second method involves providing the `DESTDIR' variable. For
183 example, `make install DESTDIR=/alternate/directory' will prepend
184 `/alternate/directory' before all installation names. The approach of
185 `DESTDIR' overrides is not required by the GNU Coding Standards, and
186 does not work on platforms that have drive letters. On the other hand,
187 it does better at avoiding recompilation issues, and works well even
188 when some directory options were not specified in terms of `${prefix}'
189 at `configure' time.
190
191 Optional Features
192 =================
193
194 If the package supports it, you can cause programs to be installed
195 with an extra prefix or suffix on their names by giving `configure' the
196 option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
197
198 Some packages pay attention to `--enable-FEATURE' options to
199 `configure', where FEATURE indicates an optional part of the package.
200 They may also pay attention to `--with-PACKAGE' options, where PACKAGE
201 is something like `gnu-as' or `x' (for the X Window System). The
202 `README' should mention any `--enable-' and `--with-' options that the
203 package recognizes.
204
205 For packages that use the X Window System, `configure' can usually
206 find the X include and library files automatically, but if it doesn't,
207 you can use the `configure' options `--x-includes=DIR' and
208 `--x-libraries=DIR' to specify their locations.
209
210 Some packages offer the ability to configure how verbose the
211 execution of `make' will be. For these packages, running `./configure
212 --enable-silent-rules' sets the default to minimal output, which can be
213 overridden with `make V=1'; while running `./configure
214 --disable-silent-rules' sets the default to verbose, which can be
215 overridden with `make V=0'.
216
217 Particular systems
218 ==================
219
220 On HP-UX, the default C compiler is not ANSI C compatible. If GNU
221 CC is not installed, it is recommended to use the following options in
222 order to use an ANSI C compiler:
223
224 ./configure CC="cc -Ae -D_XOPEN_SOURCE=500"
225
226 and if that doesn't work, install pre-built binaries of GCC for HP-UX.
227
228 HP-UX `make' updates targets which have the same time stamps as
229 their prerequisites, which makes it generally unusable when shipped
230 generated files such as `configure' are involved. Use GNU `make'
231 instead.
232
233 On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot
234 parse its `<wchar.h>' header file. The option `-nodtk' can be used as
235 a workaround. If GNU CC is not installed, it is therefore recommended
236 to try
237
238 ./configure CC="cc"
239
240 and if that doesn't work, try
241
242 ./configure CC="cc -nodtk"
243
244 On Solaris, don't put `/usr/ucb' early in your `PATH'. This
245 directory contains several dysfunctional programs; working variants of
246 these programs are available in `/usr/bin'. So, if you need `/usr/ucb'
247 in your `PATH', put it _after_ `/usr/bin'.
248
249 On Haiku, software installed for all users goes in `/boot/common',
250 not `/usr/local'. It is recommended to use the following options:
251
252 ./configure --prefix=/boot/common
253
254 Specifying the System Type
255 ==========================
256
257 There may be some features `configure' cannot figure out
258 automatically, but needs to determine by the type of machine the package
259 will run on. Usually, assuming the package is built to be run on the
260 _same_ architectures, `configure' can figure that out, but if it prints
261 a message saying it cannot guess the machine type, give it the
262 `--build=TYPE' option. TYPE can either be a short name for the system
263 type, such as `sun4', or a canonical name which has the form:
264
265 CPU-COMPANY-SYSTEM
266
267 where SYSTEM can have one of these forms:
268
269 OS
270 KERNEL-OS
271
272 See the file `config.sub' for the possible values of each field. If
273 `config.sub' isn't included in this package, then this package doesn't
274 need to know the machine type.
275
276 If you are _building_ compiler tools for cross-compiling, you should
277 use the option `--target=TYPE' to select the type of system they will
278 produce code for.
279
280 If you want to _use_ a cross compiler, that generates code for a
281 platform different from the build platform, you should specify the
282 "host" platform (i.e., that on which the generated programs will
283 eventually be run) with `--host=TYPE'.
284
285 Sharing Defaults
286 ================
287
288 If you want to set default values for `configure' scripts to share,
289 you can create a site shell script called `config.site' that gives
290 default values for variables like `CC', `cache_file', and `prefix'.
291 `configure' looks for `PREFIX/share/config.site' if it exists, then
292 `PREFIX/etc/config.site' if it exists. Or, you can set the
293 `CONFIG_SITE' environment variable to the location of the site script.
294 A warning: not all `configure' scripts look for a site script.
295
296 Defining Variables
297 ==================
298
299 Variables not defined in a site shell script can be set in the
300 environment passed to `configure'. However, some packages may run
301 configure again during the build, and the customized values of these
302 variables may be lost. In order to avoid this problem, you should set
303 them in the `configure' command line, using `VAR=value'. For example:
304
305 ./configure CC=/usr/local2/bin/gcc
306
307 causes the specified `gcc' to be used as the C compiler (unless it is
308 overridden in the site shell script).
309
310 Unfortunately, this technique does not work for `CONFIG_SHELL' due to
311 an Autoconf limitation. Until the limitation is lifted, you can use
312 this workaround:
313
314 CONFIG_SHELL=/bin/bash ./configure CONFIG_SHELL=/bin/bash
315
316 `configure' Invocation
317 ======================
318
319 `configure' recognizes the following options to control how it
320 operates.
321
322 `--help'
323 `-h'
324 Print a summary of all of the options to `configure', and exit.
325
326 `--help=short'
327 `--help=recursive'
328 Print a summary of the options unique to this package's
329 `configure', and exit. The `short' variant lists options used
330 only in the top level, while the `recursive' variant lists options
331 also present in any nested packages.
332
333 `--version'
334 `-V'
335 Print the version of Autoconf used to generate the `configure'
336 script, and exit.
337
338 `--cache-file=FILE'
339 Enable the cache: use and save the results of the tests in FILE,
340 traditionally `config.cache'. FILE defaults to `/dev/null' to
341 disable caching.
342
343 `--config-cache'
344 `-C'
345 Alias for `--cache-file=config.cache'.
346
347 `--quiet'
348 `--silent'
349 `-q'
350 Do not print messages saying which checks are being made. To
351 suppress all normal output, redirect it to `/dev/null' (any error
352 messages will still be shown).
353
354 `--srcdir=DIR'
355 Look for the package's source code in directory DIR. Usually
356 `configure' can determine that directory automatically.
357
358 `--prefix=DIR'
359 Use DIR as the installation prefix. *note Installation Names::
360 for more details, including other options available for fine-tuning
361 the installation locations.
362
363 `--no-create'
364 `-n'
365 Run the configure checks, but stop before creating any output
366 files.
367
368 `configure' also accepts some other, not widely useful, options. Run
369 `configure --help' for more details.
1515 pkgconfig_DATA = frei0r.pc
1616
1717 docsdir = ${prefix}/share/doc/${PACKAGE}
18 docs_DATA = README ChangeLog TODO AUTHORS
18 docs_DATA = README.txt ChangeLog.txt TODO.txt AUTHORS.txt
0 # Makefile.in generated by automake 1.14.1 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
4
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 # Copyright (C) 2007 Richard Spindler <richard.spindler AT gmail.com>
17 #
18 # This file is free software; as a special exception the author gives
19 # unlimited permission to copy and/or distribute it, with or without
20 # modifications, as long as this notice is preserved.
21 #
22 # This program is distributed in the hope that it will be useful, but
23 # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
24 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
25
26 VPATH = @srcdir@
27 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
40 case $$MAKEFLAGS in \
41 *\\[\ \ ]*) \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
45 esac; \
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 build_triplet = @build@
89 host_triplet = @host@
90 subdir = .
91 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
92 $(top_srcdir)/configure $(am__configure_deps) \
93 $(srcdir)/frei0r.pc.in NEWS compile config.guess config.sub \
94 depcomp install-sh missing ltmain.sh
95 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
96 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
97 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
98 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
99 $(top_srcdir)/configure.ac
100 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
101 $(ACLOCAL_M4)
102 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
103 configure.lineno config.status.lineno
104 mkinstalldirs = $(install_sh) -d
105 CONFIG_HEADER = $(top_builddir)/include/config.h
106 CONFIG_CLEAN_FILES = frei0r.pc
107 CONFIG_CLEAN_VPATH_FILES =
108 AM_V_P = $(am__v_P_@AM_V@)
109 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
110 am__v_P_0 = false
111 am__v_P_1 = :
112 AM_V_GEN = $(am__v_GEN_@AM_V@)
113 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
114 am__v_GEN_0 = @echo " GEN " $@;
115 am__v_GEN_1 =
116 AM_V_at = $(am__v_at_@AM_V@)
117 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
118 am__v_at_0 = @
119 am__v_at_1 =
120 SOURCES =
121 DIST_SOURCES =
122 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
123 ctags-recursive dvi-recursive html-recursive info-recursive \
124 install-data-recursive install-dvi-recursive \
125 install-exec-recursive install-html-recursive \
126 install-info-recursive install-pdf-recursive \
127 install-ps-recursive install-recursive installcheck-recursive \
128 installdirs-recursive pdf-recursive ps-recursive \
129 tags-recursive uninstall-recursive
130 am__can_run_installinfo = \
131 case $$AM_UPDATE_INFO_DIR in \
132 n|no|NO) false;; \
133 *) (install-info --version) >/dev/null 2>&1;; \
134 esac
135 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
136 am__vpath_adj = case $$p in \
137 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
138 *) f=$$p;; \
139 esac;
140 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
141 am__install_max = 40
142 am__nobase_strip_setup = \
143 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
144 am__nobase_strip = \
145 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
146 am__nobase_list = $(am__nobase_strip_setup); \
147 for p in $$list; do echo "$$p $$p"; done | \
148 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
149 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
150 if (++n[$$2] == $(am__install_max)) \
151 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
152 END { for (dir in files) print dir, files[dir] }'
153 am__base_list = \
154 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
155 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
156 am__uninstall_files_from_dir = { \
157 test -z "$$files" \
158 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
159 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
160 $(am__cd) "$$dir" && rm -f $$files; }; \
161 }
162 am__installdirs = "$(DESTDIR)$(docsdir)" "$(DESTDIR)$(pkgconfigdir)"
163 DATA = $(docs_DATA) $(pkgconfig_DATA)
164 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
165 distclean-recursive maintainer-clean-recursive
166 am__recursive_targets = \
167 $(RECURSIVE_TARGETS) \
168 $(RECURSIVE_CLEAN_TARGETS) \
169 $(am__extra_recursive_targets)
170 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
171 cscope distdir dist dist-all distcheck
172 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
173 # Read a list of newline-separated strings from the standard input,
174 # and print each of them once, without duplicates. Input order is
175 # *not* preserved.
176 am__uniquify_input = $(AWK) '\
177 BEGIN { nonempty = 0; } \
178 { items[$$0] = 1; nonempty = 1; } \
179 END { if (nonempty) { for (i in items) print i; }; } \
180 '
181 # Make sure the list of sources is unique. This is necessary because,
182 # e.g., the same source file might be shared among _SOURCES variables
183 # for different programs/libraries.
184 am__define_uniq_tagged_files = \
185 list='$(am__tagged_files)'; \
186 unique=`for i in $$list; do \
187 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
188 done | $(am__uniquify_input)`
189 ETAGS = etags
190 CTAGS = ctags
191 CSCOPE = cscope
192 DIST_SUBDIRS = $(SUBDIRS)
193 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
194 distdir = $(PACKAGE)-$(VERSION)
195 top_distdir = $(distdir)
196 am__remove_distdir = \
197 if test -d "$(distdir)"; then \
198 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
199 && rm -rf "$(distdir)" \
200 || { sleep 5 && rm -rf "$(distdir)"; }; \
201 else :; fi
202 am__post_remove_distdir = $(am__remove_distdir)
203 am__relativize = \
204 dir0=`pwd`; \
205 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
206 sed_rest='s,^[^/]*/*,,'; \
207 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
208 sed_butlast='s,/*[^/]*$$,,'; \
209 while test -n "$$dir1"; do \
210 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
211 if test "$$first" != "."; then \
212 if test "$$first" = ".."; then \
213 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
214 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
215 else \
216 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
217 if test "$$first2" = "$$first"; then \
218 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
219 else \
220 dir2="../$$dir2"; \
221 fi; \
222 dir0="$$dir0"/"$$first"; \
223 fi; \
224 fi; \
225 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
226 done; \
227 reldir="$$dir2"
228 DIST_ARCHIVES = $(distdir).tar.gz
229 GZIP_ENV = --best
230 DIST_TARGETS = dist-gzip
231 distuninstallcheck_listfiles = find . -type f -print
232 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
233 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
234 distcleancheck_listfiles = find . -type f -print
235 ACLOCAL = @ACLOCAL@
236 AMTAR = @AMTAR@
237 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
238 AR = @AR@
239 AUTOCONF = @AUTOCONF@
240 AUTOHEADER = @AUTOHEADER@
241 AUTOMAKE = @AUTOMAKE@
242 AWK = @AWK@
243 CAIRO_CFLAGS = @CAIRO_CFLAGS@
244 CAIRO_LIBS = @CAIRO_LIBS@
245 CC = @CC@
246 CCDEPMODE = @CCDEPMODE@
247 CFLAGS = @CFLAGS@
248 CPP = @CPP@
249 CPPFLAGS = @CPPFLAGS@
250 CXX = @CXX@
251 CXXCPP = @CXXCPP@
252 CXXDEPMODE = @CXXDEPMODE@
253 CXXFLAGS = @CXXFLAGS@
254 CYGPATH_W = @CYGPATH_W@
255 DEFS = @DEFS@
256 DEPDIR = @DEPDIR@
257 DLLTOOL = @DLLTOOL@
258 DOXYGEN = @DOXYGEN@
259 DSYMUTIL = @DSYMUTIL@
260 DUMPBIN = @DUMPBIN@
261 ECHO_C = @ECHO_C@
262 ECHO_N = @ECHO_N@
263 ECHO_T = @ECHO_T@
264 EGREP = @EGREP@
265 EXEEXT = @EXEEXT@
266 FGREP = @FGREP@
267 GAVL_CFLAGS = @GAVL_CFLAGS@
268 GAVL_LIBS = @GAVL_LIBS@
269 GREP = @GREP@
270 HAVE_OPENCV = @HAVE_OPENCV@
271 INSTALL = @INSTALL@
272 INSTALL_DATA = @INSTALL_DATA@
273 INSTALL_PROGRAM = @INSTALL_PROGRAM@
274 INSTALL_SCRIPT = @INSTALL_SCRIPT@
275 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
276 LD = @LD@
277 LDFLAGS = @LDFLAGS@
278 LIBOBJS = @LIBOBJS@
279 LIBS = @LIBS@
280 LIBTOOL = @LIBTOOL@
281 LIPO = @LIPO@
282 LN_S = @LN_S@
283 LTLIBOBJS = @LTLIBOBJS@
284 MAKEINFO = @MAKEINFO@
285 MANIFEST_TOOL = @MANIFEST_TOOL@
286 MKDIR_P = @MKDIR_P@
287 NM = @NM@
288 NMEDIT = @NMEDIT@
289 OBJDUMP = @OBJDUMP@
290 OBJEXT = @OBJEXT@
291 OPENCV_CFLAGS = @OPENCV_CFLAGS@
292 OPENCV_LIBS = @OPENCV_LIBS@
293 OTOOL = @OTOOL@
294 OTOOL64 = @OTOOL64@
295 PACKAGE = @PACKAGE@
296 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
297 PACKAGE_DATA_DIR = @PACKAGE_DATA_DIR@
298 PACKAGE_LIB_DIR = @PACKAGE_LIB_DIR@
299 PACKAGE_NAME = @PACKAGE_NAME@
300 PACKAGE_STRING = @PACKAGE_STRING@
301 PACKAGE_TARNAME = @PACKAGE_TARNAME@
302 PACKAGE_URL = @PACKAGE_URL@
303 PACKAGE_VERSION = @PACKAGE_VERSION@
304 PATH_SEPARATOR = @PATH_SEPARATOR@
305 PKG_CONFIG = @PKG_CONFIG@
306 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
307 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
308 RANLIB = @RANLIB@
309 SED = @SED@
310 SET_MAKE = @SET_MAKE@
311 SHELL = @SHELL@
312 STRIP = @STRIP@
313 VERSION = @VERSION@
314 abs_builddir = @abs_builddir@
315 abs_srcdir = @abs_srcdir@
316 abs_top_builddir = @abs_top_builddir@
317 abs_top_srcdir = @abs_top_srcdir@
318 ac_ct_AR = @ac_ct_AR@
319 ac_ct_CC = @ac_ct_CC@
320 ac_ct_CXX = @ac_ct_CXX@
321 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
322 am__include = @am__include@
323 am__leading_dot = @am__leading_dot@
324 am__quote = @am__quote@
325 am__tar = @am__tar@
326 am__untar = @am__untar@
327 bindir = @bindir@
328 build = @build@
329 build_alias = @build_alias@
330 build_cpu = @build_cpu@
331 build_os = @build_os@
332 build_vendor = @build_vendor@
333 builddir = @builddir@
334 datadir = @datadir@
335 datarootdir = @datarootdir@
336 docdir = @docdir@
337 dvidir = @dvidir@
338 exec_prefix = @exec_prefix@
339 host = @host@
340 host_alias = @host_alias@
341 host_cpu = @host_cpu@
342 host_os = @host_os@
343 host_vendor = @host_vendor@
344 htmldir = @htmldir@
345 includedir = @includedir@
346 infodir = @infodir@
347 install_sh = @install_sh@
348 libdir = @libdir@
349 libexecdir = @libexecdir@
350 localedir = @localedir@
351 localstatedir = @localstatedir@
352 mandir = @mandir@
353 mkdir_p = @mkdir_p@
354 oldincludedir = @oldincludedir@
355 pdfdir = @pdfdir@
356 prefix = @prefix@
357 program_transform_name = @program_transform_name@
358 psdir = @psdir@
359 sbindir = @sbindir@
360 sharedstatedir = @sharedstatedir@
361 srcdir = @srcdir@
362 sysconfdir = @sysconfdir@
363 target_alias = @target_alias@
364 top_build_prefix = @top_build_prefix@
365 top_builddir = @top_builddir@
366 top_srcdir = @top_srcdir@
367 ACLOCAL_AMFLAGS = -I m4
368 SUBDIRS = src include
369 pkgconfigdir = $(libdir)/pkgconfig
370 pkgconfig_DATA = frei0r.pc
371 docsdir = ${prefix}/share/doc/${PACKAGE}
372 docs_DATA = README.txt ChangeLog.txt TODO.txt AUTHORS.txt
373 all: all-recursive
374
375 .SUFFIXES:
376 am--refresh: Makefile
377 @:
378 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
379 @for dep in $?; do \
380 case '$(am__configure_deps)' in \
381 *$$dep*) \
382 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
383 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
384 && exit 0; \
385 exit 1;; \
386 esac; \
387 done; \
388 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
389 $(am__cd) $(top_srcdir) && \
390 $(AUTOMAKE) --foreign Makefile
391 .PRECIOUS: Makefile
392 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
393 @case '$?' in \
394 *config.status*) \
395 echo ' $(SHELL) ./config.status'; \
396 $(SHELL) ./config.status;; \
397 *) \
398 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
399 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
400 esac;
401
402 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
403 $(SHELL) ./config.status --recheck
404
405 $(top_srcdir)/configure: $(am__configure_deps)
406 $(am__cd) $(srcdir) && $(AUTOCONF)
407 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
408 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
409 $(am__aclocal_m4_deps):
410 frei0r.pc: $(top_builddir)/config.status $(srcdir)/frei0r.pc.in
411 cd $(top_builddir) && $(SHELL) ./config.status $@
412
413 mostlyclean-libtool:
414 -rm -f *.lo
415
416 clean-libtool:
417 -rm -rf .libs _libs
418
419 distclean-libtool:
420 -rm -f libtool config.lt
421 install-docsDATA: $(docs_DATA)
422 @$(NORMAL_INSTALL)
423 @list='$(docs_DATA)'; test -n "$(docsdir)" || list=; \
424 if test -n "$$list"; then \
425 echo " $(MKDIR_P) '$(DESTDIR)$(docsdir)'"; \
426 $(MKDIR_P) "$(DESTDIR)$(docsdir)" || exit 1; \
427 fi; \
428 for p in $$list; do \
429 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
430 echo "$$d$$p"; \
431 done | $(am__base_list) | \
432 while read files; do \
433 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docsdir)'"; \
434 $(INSTALL_DATA) $$files "$(DESTDIR)$(docsdir)" || exit $$?; \
435 done
436
437 uninstall-docsDATA:
438 @$(NORMAL_UNINSTALL)
439 @list='$(docs_DATA)'; test -n "$(docsdir)" || list=; \
440 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
441 dir='$(DESTDIR)$(docsdir)'; $(am__uninstall_files_from_dir)
442 install-pkgconfigDATA: $(pkgconfig_DATA)
443 @$(NORMAL_INSTALL)
444 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
445 if test -n "$$list"; then \
446 echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
447 $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
448 fi; \
449 for p in $$list; do \
450 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
451 echo "$$d$$p"; \
452 done | $(am__base_list) | \
453 while read files; do \
454 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
455 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
456 done
457
458 uninstall-pkgconfigDATA:
459 @$(NORMAL_UNINSTALL)
460 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
461 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
462 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
463
464 # This directory's subdirectories are mostly independent; you can cd
465 # into them and run 'make' without going through this Makefile.
466 # To change the values of 'make' variables: instead of editing Makefiles,
467 # (1) if the variable is set in 'config.status', edit 'config.status'
468 # (which will cause the Makefiles to be regenerated when you run 'make');
469 # (2) otherwise, pass the desired values on the 'make' command line.
470 $(am__recursive_targets):
471 @fail=; \
472 if $(am__make_keepgoing); then \
473 failcom='fail=yes'; \
474 else \
475 failcom='exit 1'; \
476 fi; \
477 dot_seen=no; \
478 target=`echo $@ | sed s/-recursive//`; \
479 case "$@" in \
480 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
481 *) list='$(SUBDIRS)' ;; \
482 esac; \
483 for subdir in $$list; do \
484 echo "Making $$target in $$subdir"; \
485 if test "$$subdir" = "."; then \
486 dot_seen=yes; \
487 local_target="$$target-am"; \
488 else \
489 local_target="$$target"; \
490 fi; \
491 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
492 || eval $$failcom; \
493 done; \
494 if test "$$dot_seen" = "no"; then \
495 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
496 fi; test -z "$$fail"
497
498 ID: $(am__tagged_files)
499 $(am__define_uniq_tagged_files); mkid -fID $$unique
500 tags: tags-recursive
501 TAGS: tags
502
503 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
504 set x; \
505 here=`pwd`; \
506 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
507 include_option=--etags-include; \
508 empty_fix=.; \
509 else \
510 include_option=--include; \
511 empty_fix=; \
512 fi; \
513 list='$(SUBDIRS)'; for subdir in $$list; do \
514 if test "$$subdir" = .; then :; else \
515 test ! -f $$subdir/TAGS || \
516 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
517 fi; \
518 done; \
519 $(am__define_uniq_tagged_files); \
520 shift; \
521 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
522 test -n "$$unique" || unique=$$empty_fix; \
523 if test $$# -gt 0; then \
524 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
525 "$$@" $$unique; \
526 else \
527 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
528 $$unique; \
529 fi; \
530 fi
531 ctags: ctags-recursive
532
533 CTAGS: ctags
534 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
535 $(am__define_uniq_tagged_files); \
536 test -z "$(CTAGS_ARGS)$$unique" \
537 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
538 $$unique
539
540 GTAGS:
541 here=`$(am__cd) $(top_builddir) && pwd` \
542 && $(am__cd) $(top_srcdir) \
543 && gtags -i $(GTAGS_ARGS) "$$here"
544 cscope: cscope.files
545 test ! -s cscope.files \
546 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
547 clean-cscope:
548 -rm -f cscope.files
549 cscope.files: clean-cscope cscopelist
550 cscopelist: cscopelist-recursive
551
552 cscopelist-am: $(am__tagged_files)
553 list='$(am__tagged_files)'; \
554 case "$(srcdir)" in \
555 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
556 *) sdir=$(subdir)/$(srcdir) ;; \
557 esac; \
558 for i in $$list; do \
559 if test -f "$$i"; then \
560 echo "$(subdir)/$$i"; \
561 else \
562 echo "$$sdir/$$i"; \
563 fi; \
564 done >> $(top_builddir)/cscope.files
565
566 distclean-tags:
567 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
568 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
569
570 distdir: $(DISTFILES)
571 $(am__remove_distdir)
572 test -d "$(distdir)" || mkdir "$(distdir)"
573 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
574 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
575 list='$(DISTFILES)'; \
576 dist_files=`for file in $$list; do echo $$file; done | \
577 sed -e "s|^$$srcdirstrip/||;t" \
578 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
579 case $$dist_files in \
580 */*) $(MKDIR_P) `echo "$$dist_files" | \
581 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
582 sort -u` ;; \
583 esac; \
584 for file in $$dist_files; do \
585 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
586 if test -d $$d/$$file; then \
587 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
588 if test -d "$(distdir)/$$file"; then \
589 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
590 fi; \
591 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
592 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
593 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
594 fi; \
595 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
596 else \
597 test -f "$(distdir)/$$file" \
598 || cp -p $$d/$$file "$(distdir)/$$file" \
599 || exit 1; \
600 fi; \
601 done
602 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
603 if test "$$subdir" = .; then :; else \
604 $(am__make_dryrun) \
605 || test -d "$(distdir)/$$subdir" \
606 || $(MKDIR_P) "$(distdir)/$$subdir" \
607 || exit 1; \
608 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
609 $(am__relativize); \
610 new_distdir=$$reldir; \
611 dir1=$$subdir; dir2="$(top_distdir)"; \
612 $(am__relativize); \
613 new_top_distdir=$$reldir; \
614 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
615 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
616 ($(am__cd) $$subdir && \
617 $(MAKE) $(AM_MAKEFLAGS) \
618 top_distdir="$$new_top_distdir" \
619 distdir="$$new_distdir" \
620 am__remove_distdir=: \
621 am__skip_length_check=: \
622 am__skip_mode_fix=: \
623 distdir) \
624 || exit 1; \
625 fi; \
626 done
627 -test -n "$(am__skip_mode_fix)" \
628 || find "$(distdir)" -type d ! -perm -755 \
629 -exec chmod u+rwx,go+rx {} \; -o \
630 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
631 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
632 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
633 || chmod -R a+r "$(distdir)"
634 dist-gzip: distdir
635 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
636 $(am__post_remove_distdir)
637
638 dist-bzip2: distdir
639 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
640 $(am__post_remove_distdir)
641
642 dist-lzip: distdir
643 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
644 $(am__post_remove_distdir)
645
646 dist-xz: distdir
647 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
648 $(am__post_remove_distdir)
649
650 dist-tarZ: distdir
651 @echo WARNING: "Support for shar distribution archives is" \
652 "deprecated." >&2
653 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
654 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
655 $(am__post_remove_distdir)
656
657 dist-shar: distdir
658 @echo WARNING: "Support for distribution archives compressed with" \
659 "legacy program 'compress' is deprecated." >&2
660 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
661 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
662 $(am__post_remove_distdir)
663
664 dist-zip: distdir
665 -rm -f $(distdir).zip
666 zip -rq $(distdir).zip $(distdir)
667 $(am__post_remove_distdir)
668
669 dist dist-all:
670 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
671 $(am__post_remove_distdir)
672
673 # This target untars the dist file and tries a VPATH configuration. Then
674 # it guarantees that the distribution is self-contained by making another
675 # tarfile.
676 distcheck: dist
677 case '$(DIST_ARCHIVES)' in \
678 *.tar.gz*) \
679 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
680 *.tar.bz2*) \
681 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
682 *.tar.lz*) \
683 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
684 *.tar.xz*) \
685 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
686 *.tar.Z*) \
687 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
688 *.shar.gz*) \
689 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
690 *.zip*) \
691 unzip $(distdir).zip ;;\
692 esac
693 chmod -R a-w $(distdir)
694 chmod u+w $(distdir)
695 mkdir $(distdir)/_build $(distdir)/_inst
696 chmod a-w $(distdir)
697 test -d $(distdir)/_build || exit 0; \
698 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
699 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
700 && am__cwd=`pwd` \
701 && $(am__cd) $(distdir)/_build \
702 && ../configure \
703 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
704 $(DISTCHECK_CONFIGURE_FLAGS) \
705 --srcdir=.. --prefix="$$dc_install_base" \
706 && $(MAKE) $(AM_MAKEFLAGS) \
707 && $(MAKE) $(AM_MAKEFLAGS) dvi \
708 && $(MAKE) $(AM_MAKEFLAGS) check \
709 && $(MAKE) $(AM_MAKEFLAGS) install \
710 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
711 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
712 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
713 distuninstallcheck \
714 && chmod -R a-w "$$dc_install_base" \
715 && ({ \
716 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
717 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
718 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
719 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
720 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
721 } || { rm -rf "$$dc_destdir"; exit 1; }) \
722 && rm -rf "$$dc_destdir" \
723 && $(MAKE) $(AM_MAKEFLAGS) dist \
724 && rm -rf $(DIST_ARCHIVES) \
725 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
726 && cd "$$am__cwd" \
727 || exit 1
728 $(am__post_remove_distdir)
729 @(echo "$(distdir) archives ready for distribution: "; \
730 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
731 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
732 distuninstallcheck:
733 @test -n '$(distuninstallcheck_dir)' || { \
734 echo 'ERROR: trying to run $@ with an empty' \
735 '$$(distuninstallcheck_dir)' >&2; \
736 exit 1; \
737 }; \
738 $(am__cd) '$(distuninstallcheck_dir)' || { \
739 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
740 exit 1; \
741 }; \
742 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
743 || { echo "ERROR: files left after uninstall:" ; \
744 if test -n "$(DESTDIR)"; then \
745 echo " (check DESTDIR support)"; \
746 fi ; \
747 $(distuninstallcheck_listfiles) ; \
748 exit 1; } >&2
749 distcleancheck: distclean
750 @if test '$(srcdir)' = . ; then \
751 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
752 exit 1 ; \
753 fi
754 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
755 || { echo "ERROR: files left in build directory after distclean:" ; \
756 $(distcleancheck_listfiles) ; \
757 exit 1; } >&2
758 check-am: all-am
759 check: check-recursive
760 all-am: Makefile $(DATA)
761 installdirs: installdirs-recursive
762 installdirs-am:
763 for dir in "$(DESTDIR)$(docsdir)" "$(DESTDIR)$(pkgconfigdir)"; do \
764 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
765 done
766 install: install-recursive
767 install-exec: install-exec-recursive
768 install-data: install-data-recursive
769 uninstall: uninstall-recursive
770
771 install-am: all-am
772 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
773
774 installcheck: installcheck-recursive
775 install-strip:
776 if test -z '$(STRIP)'; then \
777 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
778 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
779 install; \
780 else \
781 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
782 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
783 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
784 fi
785 mostlyclean-generic:
786
787 clean-generic:
788
789 distclean-generic:
790 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
791 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
792
793 maintainer-clean-generic:
794 @echo "This command is intended for maintainers to use"
795 @echo "it deletes files that may require special tools to rebuild."
796 clean: clean-recursive
797
798 clean-am: clean-generic clean-libtool mostlyclean-am
799
800 distclean: distclean-recursive
801 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
802 -rm -f Makefile
803 distclean-am: clean-am distclean-generic distclean-libtool \
804 distclean-tags
805
806 dvi: dvi-recursive
807
808 dvi-am:
809
810 html: html-recursive
811
812 html-am:
813
814 info: info-recursive
815
816 info-am:
817
818 install-data-am: install-docsDATA install-pkgconfigDATA
819
820 install-dvi: install-dvi-recursive
821
822 install-dvi-am:
823
824 install-exec-am:
825
826 install-html: install-html-recursive
827
828 install-html-am:
829
830 install-info: install-info-recursive
831
832 install-info-am:
833
834 install-man:
835
836 install-pdf: install-pdf-recursive
837
838 install-pdf-am:
839
840 install-ps: install-ps-recursive
841
842 install-ps-am:
843
844 installcheck-am:
845
846 maintainer-clean: maintainer-clean-recursive
847 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
848 -rm -rf $(top_srcdir)/autom4te.cache
849 -rm -f Makefile
850 maintainer-clean-am: distclean-am maintainer-clean-generic
851
852 mostlyclean: mostlyclean-recursive
853
854 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
855
856 pdf: pdf-recursive
857
858 pdf-am:
859
860 ps: ps-recursive
861
862 ps-am:
863
864 uninstall-am: uninstall-docsDATA uninstall-pkgconfigDATA
865
866 .MAKE: $(am__recursive_targets) install-am install-strip
867
868 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
869 am--refresh check check-am clean clean-cscope clean-generic \
870 clean-libtool cscope cscopelist-am ctags ctags-am dist \
871 dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
872 dist-xz dist-zip distcheck distclean distclean-generic \
873 distclean-libtool distclean-tags distcleancheck distdir \
874 distuninstallcheck dvi dvi-am html html-am info info-am \
875 install install-am install-data install-data-am \
876 install-docsDATA install-dvi install-dvi-am install-exec \
877 install-exec-am install-html install-html-am install-info \
878 install-info-am install-man install-pdf install-pdf-am \
879 install-pkgconfigDATA install-ps install-ps-am install-strip \
880 installcheck installcheck-am installdirs installdirs-am \
881 maintainer-clean maintainer-clean-generic mostlyclean \
882 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
883 tags tags-am uninstall uninstall-am uninstall-docsDATA \
884 uninstall-pkgconfigDATA
885
886
887 # Tell versions [3.59,3.63) of GNU make to not export all variables.
888 # Otherwise a system limit (for SysV at least) may be exceeded.
889 .NOEXPORT:
66 \/ \/ \/
77
88 ```
9 Minimalistic plugin API for video effects v1.6
10 by the Piksel Developers Union
119
12 Updated info on https://frei0r.dyne.org
10 *Minimalistic plugin API for video effects, by the Piksel Developers Union*
1311
12 Updated info on https://frei0r.dyne.org
13
14 [![software by Dyne.org](https://www.dyne.org/wp-content/uploads/2015/12/software_by_dyne.png)](http://www.dyne.org)
15
16 [![Build Status](https://travis-ci.org/dyne/frei0r.svg?branch=master)](https://travis-ci.org/dyne/frei0r)
1417
1518 # What frei0r is
1619
00 #! /bin/sh
11 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.69 for frei0r-plugins 1.5.0.
2 # Generated by GNU Autoconf 2.69 for frei0r-plugins 1.6.1.
33 #
44 # Report bugs to <frei0r-devel@dyne.org>.
55 #
589589 # Identity of this package.
590590 PACKAGE_NAME='frei0r-plugins'
591591 PACKAGE_TARNAME='frei0r-plugins'
592 PACKAGE_VERSION='1.5.0'
593 PACKAGE_STRING='frei0r-plugins 1.5.0'
592 PACKAGE_VERSION='1.6.1'
593 PACKAGE_STRING='frei0r-plugins 1.6.1'
594594 PACKAGE_BUGREPORT='frei0r-devel@dyne.org'
595595 PACKAGE_URL=''
596596
13481348 # Omit some internal or obsolete options to make the list less imposing.
13491349 # This message is too long to be a string in the A/UX 3.1 sh.
13501350 cat <<_ACEOF
1351 \`configure' configures frei0r-plugins 1.5.0 to adapt to many kinds of systems.
1351 \`configure' configures frei0r-plugins 1.6.1 to adapt to many kinds of systems.
13521352
13531353 Usage: $0 [OPTION]... [VAR=VALUE]...
13541354
14181418
14191419 if test -n "$ac_init_help"; then
14201420 case $ac_init_help in
1421 short | recursive ) echo "Configuration of frei0r-plugins 1.5.0:";;
1421 short | recursive ) echo "Configuration of frei0r-plugins 1.6.1:";;
14221422 esac
14231423 cat <<\_ACEOF
14241424
15401540 test -n "$ac_init_help" && exit $ac_status
15411541 if $ac_init_version; then
15421542 cat <<\_ACEOF
1543 frei0r-plugins configure 1.5.0
1543 frei0r-plugins configure 1.6.1
15441544 generated by GNU Autoconf 2.69
15451545
15461546 Copyright (C) 2012 Free Software Foundation, Inc.
20842084 This file contains any messages produced by compilers while
20852085 running configure, to aid debugging if configure makes a mistake.
20862086
2087 It was created by frei0r-plugins $as_me 1.5.0, which was
2087 It was created by frei0r-plugins $as_me 1.6.1, which was
20882088 generated by GNU Autoconf 2.69. Invocation command line was
20892089
20902090 $ $0 $@
29492949
29502950 # Define the identity of the package.
29512951 PACKAGE='frei0r-plugins'
2952 VERSION='1.5.0'
2952 VERSION='1.6.1'
29532953
29542954
29552955 cat >>confdefs.h <<_ACEOF
1691616916 # report actual input values of CONFIG_FILES etc. instead of their
1691716917 # values after options handling.
1691816918 ac_log="
16919 This file was extended by frei0r-plugins $as_me 1.5.0, which was
16919 This file was extended by frei0r-plugins $as_me 1.6.1, which was
1692016920 generated by GNU Autoconf 2.69. Invocation command line was
1692116921
1692216922 CONFIG_FILES = $CONFIG_FILES
1698216982 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1698316983 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1698416984 ac_cs_version="\\
16985 frei0r-plugins config.status 1.5.0
16985 frei0r-plugins config.status 1.6.1
1698616986 configured by $0, generated by GNU Autoconf 2.69,
1698716987 with options \\"\$ac_cs_config\\"
1698816988
11 # Process this file with autoconf to produce a configure script.
22
33 AC_PREREQ(2.59c)
4 AC_INIT(frei0r-plugins, [1.5.0], [frei0r-devel@dyne.org])
4 AC_INIT(frei0r-plugins, [1.6.1], [frei0r-devel@dyne.org])
55 AC_CONFIG_MACRO_DIR([m4])
66
7 AM_INIT_AUTOMAKE
7 AM_INIT_AUTOMAKE([foreign])
88
99 # Checks for programs.
1010 AC_PROG_CXX
0 # Makefile.in generated by automake 1.14.1 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
4
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 # Copyright (C) 2007 Richard Spindler <richard.spindler AT gmail.com>
17 #
18 # This file is free software; as a special exception the author gives
19 # unlimited permission to copy and/or distribute it, with or without
20 # modifications, as long as this notice is preserved.
21 #
22 # This program is distributed in the hope that it will be useful, but
23 # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
24 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
25
26 VPATH = @srcdir@
27 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
40 case $$MAKEFLAGS in \
41 *\\[\ \ ]*) \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
45 esac; \
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 build_triplet = @build@
89 host_triplet = @host@
90 subdir = doc
91 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
94 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
95 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
96 $(top_srcdir)/configure.ac
97 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
98 $(ACLOCAL_M4)
99 mkinstalldirs = $(install_sh) -d
100 CONFIG_HEADER = $(top_builddir)/include/config.h
101 CONFIG_CLEAN_FILES =
102 CONFIG_CLEAN_VPATH_FILES =
103 AM_V_P = $(am__v_P_@AM_V@)
104 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
105 am__v_P_0 = false
106 am__v_P_1 = :
107 AM_V_GEN = $(am__v_GEN_@AM_V@)
108 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
109 am__v_GEN_0 = @echo " GEN " $@;
110 am__v_GEN_1 =
111 AM_V_at = $(am__v_at_@AM_V@)
112 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
113 am__v_at_0 = @
114 am__v_at_1 =
115 SOURCES =
116 DIST_SOURCES =
117 am__can_run_installinfo = \
118 case $$AM_UPDATE_INFO_DIR in \
119 n|no|NO) false;; \
120 *) (install-info --version) >/dev/null 2>&1;; \
121 esac
122 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
123 am__vpath_adj = case $$p in \
124 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
125 *) f=$$p;; \
126 esac;
127 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
128 am__install_max = 40
129 am__nobase_strip_setup = \
130 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
131 am__nobase_strip = \
132 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
133 am__nobase_list = $(am__nobase_strip_setup); \
134 for p in $$list; do echo "$$p $$p"; done | \
135 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
136 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
137 if (++n[$$2] == $(am__install_max)) \
138 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
139 END { for (dir in files) print dir, files[dir] }'
140 am__base_list = \
141 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
142 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
143 am__uninstall_files_from_dir = { \
144 test -z "$$files" \
145 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
146 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
147 $(am__cd) "$$dir" && rm -f $$files; }; \
148 }
149 am__installdirs = "$(DESTDIR)$(htmldocsdir)"
150 DATA = $(htmldocs_DATA)
151 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
152 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
153 ACLOCAL = @ACLOCAL@
154 AMTAR = @AMTAR@
155 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
156 AR = @AR@
157 AUTOCONF = @AUTOCONF@
158 AUTOHEADER = @AUTOHEADER@
159 AUTOMAKE = @AUTOMAKE@
160 AWK = @AWK@
161 CAIRO_CFLAGS = @CAIRO_CFLAGS@
162 CAIRO_LIBS = @CAIRO_LIBS@
163 CC = @CC@
164 CCDEPMODE = @CCDEPMODE@
165 CFLAGS = @CFLAGS@
166 CPP = @CPP@
167 CPPFLAGS = @CPPFLAGS@
168 CXX = @CXX@
169 CXXCPP = @CXXCPP@
170 CXXDEPMODE = @CXXDEPMODE@
171 CXXFLAGS = @CXXFLAGS@
172 CYGPATH_W = @CYGPATH_W@
173 DEFS = @DEFS@
174 DEPDIR = @DEPDIR@
175 DLLTOOL = @DLLTOOL@
176 DOXYGEN = @DOXYGEN@
177 DSYMUTIL = @DSYMUTIL@
178 DUMPBIN = @DUMPBIN@
179 ECHO_C = @ECHO_C@
180 ECHO_N = @ECHO_N@
181 ECHO_T = @ECHO_T@
182 EGREP = @EGREP@
183 EXEEXT = @EXEEXT@
184 FGREP = @FGREP@
185 GAVL_CFLAGS = @GAVL_CFLAGS@
186 GAVL_LIBS = @GAVL_LIBS@
187 GREP = @GREP@
188 HAVE_OPENCV = @HAVE_OPENCV@
189 INSTALL = @INSTALL@
190 INSTALL_DATA = @INSTALL_DATA@
191 INSTALL_PROGRAM = @INSTALL_PROGRAM@
192 INSTALL_SCRIPT = @INSTALL_SCRIPT@
193 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
194 LD = @LD@
195 LDFLAGS = @LDFLAGS@
196 LIBOBJS = @LIBOBJS@
197 LIBS = @LIBS@
198 LIBTOOL = @LIBTOOL@
199 LIPO = @LIPO@
200 LN_S = @LN_S@
201 LTLIBOBJS = @LTLIBOBJS@
202 MAKEINFO = @MAKEINFO@
203 MANIFEST_TOOL = @MANIFEST_TOOL@
204 MKDIR_P = @MKDIR_P@
205 NM = @NM@
206 NMEDIT = @NMEDIT@
207 OBJDUMP = @OBJDUMP@
208 OBJEXT = @OBJEXT@
209 OPENCV_CFLAGS = @OPENCV_CFLAGS@
210 OPENCV_LIBS = @OPENCV_LIBS@
211 OTOOL = @OTOOL@
212 OTOOL64 = @OTOOL64@
213 PACKAGE = @PACKAGE@
214 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
215 PACKAGE_DATA_DIR = @PACKAGE_DATA_DIR@
216 PACKAGE_LIB_DIR = @PACKAGE_LIB_DIR@
217 PACKAGE_NAME = @PACKAGE_NAME@
218 PACKAGE_STRING = @PACKAGE_STRING@
219 PACKAGE_TARNAME = @PACKAGE_TARNAME@
220 PACKAGE_URL = @PACKAGE_URL@
221 PACKAGE_VERSION = @PACKAGE_VERSION@
222 PATH_SEPARATOR = @PATH_SEPARATOR@
223 PKG_CONFIG = @PKG_CONFIG@
224 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
225 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
226 RANLIB = @RANLIB@
227 SED = @SED@
228 SET_MAKE = @SET_MAKE@
229 SHELL = @SHELL@
230 STRIP = @STRIP@
231 VERSION = @VERSION@
232 abs_builddir = @abs_builddir@
233 abs_srcdir = @abs_srcdir@
234 abs_top_builddir = @abs_top_builddir@
235 abs_top_srcdir = @abs_top_srcdir@
236 ac_ct_AR = @ac_ct_AR@
237 ac_ct_CC = @ac_ct_CC@
238 ac_ct_CXX = @ac_ct_CXX@
239 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
240 am__include = @am__include@
241 am__leading_dot = @am__leading_dot@
242 am__quote = @am__quote@
243 am__tar = @am__tar@
244 am__untar = @am__untar@
245 bindir = @bindir@
246 build = @build@
247 build_alias = @build_alias@
248 build_cpu = @build_cpu@
249 build_os = @build_os@
250 build_vendor = @build_vendor@
251 builddir = @builddir@
252 datadir = @datadir@
253 datarootdir = @datarootdir@
254 docdir = @docdir@
255 dvidir = @dvidir@
256 exec_prefix = @exec_prefix@
257 host = @host@
258 host_alias = @host_alias@
259 host_cpu = @host_cpu@
260 host_os = @host_os@
261 host_vendor = @host_vendor@
262 htmldir = @htmldir@
263 includedir = @includedir@
264 infodir = @infodir@
265 install_sh = @install_sh@
266 libdir = @libdir@
267 libexecdir = @libexecdir@
268 localedir = @localedir@
269 localstatedir = @localstatedir@
270 mandir = @mandir@
271 mkdir_p = @mkdir_p@
272 oldincludedir = @oldincludedir@
273 pdfdir = @pdfdir@
274 prefix = @prefix@
275 program_transform_name = @program_transform_name@
276 psdir = @psdir@
277 sbindir = @sbindir@
278 sharedstatedir = @sharedstatedir@
279 srcdir = @srcdir@
280 sysconfdir = @sysconfdir@
281 target_alias = @target_alias@
282 top_build_prefix = @top_build_prefix@
283 top_builddir = @top_builddir@
284 top_srcdir = @top_srcdir@
285 htmldocs_DATA = html
286 htmldocsdir = ${prefix}/share/doc/${PACKAGE}
287 all: all-am
288
289 .SUFFIXES:
290 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
291 @for dep in $?; do \
292 case '$(am__configure_deps)' in \
293 *$$dep*) \
294 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
295 && { if test -f $@; then exit 0; else break; fi; }; \
296 exit 1;; \
297 esac; \
298 done; \
299 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
300 $(am__cd) $(top_srcdir) && \
301 $(AUTOMAKE) --foreign doc/Makefile
302 .PRECIOUS: Makefile
303 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
304 @case '$?' in \
305 *config.status*) \
306 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
307 *) \
308 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
309 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
310 esac;
311
312 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
313 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
314
315 $(top_srcdir)/configure: $(am__configure_deps)
316 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
317 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
318 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
319 $(am__aclocal_m4_deps):
320
321 mostlyclean-libtool:
322 -rm -f *.lo
323
324 clean-libtool:
325 -rm -rf .libs _libs
326
327 uninstall-htmldocsDATA:
328 @$(NORMAL_UNINSTALL)
329 @list='$(htmldocs_DATA)'; test -n "$(htmldocsdir)" || list=; \
330 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
331 dir='$(DESTDIR)$(htmldocsdir)'; $(am__uninstall_files_from_dir)
332 tags TAGS:
333
334 ctags CTAGS:
335
336 cscope cscopelist:
337
338
339 distdir: $(DISTFILES)
340 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
341 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
342 list='$(DISTFILES)'; \
343 dist_files=`for file in $$list; do echo $$file; done | \
344 sed -e "s|^$$srcdirstrip/||;t" \
345 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
346 case $$dist_files in \
347 */*) $(MKDIR_P) `echo "$$dist_files" | \
348 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
349 sort -u` ;; \
350 esac; \
351 for file in $$dist_files; do \
352 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
353 if test -d $$d/$$file; then \
354 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
355 if test -d "$(distdir)/$$file"; then \
356 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
357 fi; \
358 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
359 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
360 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
361 fi; \
362 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
363 else \
364 test -f "$(distdir)/$$file" \
365 || cp -p $$d/$$file "$(distdir)/$$file" \
366 || exit 1; \
367 fi; \
368 done
369 $(MAKE) $(AM_MAKEFLAGS) \
370 top_distdir="$(top_distdir)" distdir="$(distdir)" \
371 dist-hook
372 check-am: all-am
373 check: check-am
374 all-am: Makefile $(DATA)
375 installdirs:
376 for dir in "$(DESTDIR)$(htmldocsdir)"; do \
377 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
378 done
379 install: install-am
380 install-exec: install-exec-am
381 uninstall: uninstall-am
382
383 install-am: all-am
384 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
385
386 installcheck: installcheck-am
387 install-strip:
388 if test -z '$(STRIP)'; then \
389 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
390 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
391 install; \
392 else \
393 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
394 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
395 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
396 fi
397 mostlyclean-generic:
398
399 clean-generic:
400
401 distclean-generic:
402 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
403 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
404
405 maintainer-clean-generic:
406 @echo "This command is intended for maintainers to use"
407 @echo "it deletes files that may require special tools to rebuild."
408 clean-am: clean-generic clean-libtool mostlyclean-am
409
410 distclean: distclean-am
411 -rm -f Makefile
412 distclean-am: clean-am distclean-generic
413
414 dvi: dvi-am
415
416 dvi-am:
417
418 html-am:
419
420 info: info-am
421
422 info-am:
423
424 install-data-am: install-htmldocsDATA
425
426 install-dvi: install-dvi-am
427
428 install-dvi-am:
429
430 install-exec-am:
431
432 install-html: install-html-am
433
434 install-html-am:
435
436 install-info: install-info-am
437
438 install-info-am:
439
440 install-man:
441
442 install-pdf: install-pdf-am
443
444 install-pdf-am:
445
446 install-ps: install-ps-am
447
448 install-ps-am:
449
450 installcheck-am:
451
452 maintainer-clean: maintainer-clean-am
453 -rm -f Makefile
454 maintainer-clean-am: distclean-am maintainer-clean-generic
455
456 mostlyclean: mostlyclean-am
457
458 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
459
460 pdf: pdf-am
461
462 pdf-am:
463
464 ps: ps-am
465
466 ps-am:
467
468 uninstall-am: uninstall-htmldocsDATA
469
470 .MAKE: install-am install-strip
471
472 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
473 cscopelist-am ctags-am dist-hook distclean distclean-generic \
474 distclean-libtool distdir dvi dvi-am html html-am info info-am \
475 install install-am install-data install-data-am install-dvi \
476 install-dvi-am install-exec install-exec-am install-html \
477 install-html-am install-htmldocsDATA install-info \
478 install-info-am install-man install-pdf install-pdf-am \
479 install-ps install-ps-am install-strip installcheck \
480 installcheck-am installdirs maintainer-clean \
481 maintainer-clean-generic mostlyclean mostlyclean-generic \
482 mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
483 uninstall-am uninstall-htmldocsDATA
484
485
486 html:
487 $(DOXYGEN) Doxyfile
488
489 clean:
490 rm -rf html
491
492 dist-hook:
493 -cp -ra html $(distdir)/doc/
494
495 install-data:
496 install -c -m 644 -d $(htmldocs_DATA) $(DESTDIR)$(htmldocsdir)
497
498 # Modify the install hook, so we can install directories
499 install-htmldocsDATA:
500 mkdir -p $(DESTDIR)$(htmldocsdir)
501 cp -r ./html $(DESTDIR)$(htmldocsdir)/
502
503 # Tell versions [3.59,3.63) of GNU make to not export all variables.
504 # Otherwise a system limit (for SysV at least) may be exceeded.
505 .NOEXPORT:
0 # Makefile.in generated by automake 1.14.1 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
4
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 # Copyright (C) 2007 Richard Spindler <richard.spindler AT gmail.com>
17 #
18 # This file is free software; as a special exception the author gives
19 # unlimited permission to copy and/or distribute it, with or without
20 # modifications, as long as this notice is preserved.
21 #
22 # This program is distributed in the hope that it will be useful, but
23 # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
24 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
25
26 VPATH = @srcdir@
27 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
40 case $$MAKEFLAGS in \
41 *\\[\ \ ]*) \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
45 esac; \
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 build_triplet = @build@
89 host_triplet = @host@
90 subdir = include
91 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
92 $(srcdir)/config.h.in $(include_HEADERS) $(noinst_HEADERS)
93 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
95 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
96 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
97 $(top_srcdir)/configure.ac
98 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
99 $(ACLOCAL_M4)
100 mkinstalldirs = $(install_sh) -d
101 CONFIG_HEADER = config.h
102 CONFIG_CLEAN_FILES =
103 CONFIG_CLEAN_VPATH_FILES =
104 AM_V_P = $(am__v_P_@AM_V@)
105 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
106 am__v_P_0 = false
107 am__v_P_1 = :
108 AM_V_GEN = $(am__v_GEN_@AM_V@)
109 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
110 am__v_GEN_0 = @echo " GEN " $@;
111 am__v_GEN_1 =
112 AM_V_at = $(am__v_at_@AM_V@)
113 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
114 am__v_at_0 = @
115 am__v_at_1 =
116 SOURCES =
117 DIST_SOURCES =
118 am__can_run_installinfo = \
119 case $$AM_UPDATE_INFO_DIR in \
120 n|no|NO) false;; \
121 *) (install-info --version) >/dev/null 2>&1;; \
122 esac
123 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
124 am__vpath_adj = case $$p in \
125 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
126 *) f=$$p;; \
127 esac;
128 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
129 am__install_max = 40
130 am__nobase_strip_setup = \
131 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
132 am__nobase_strip = \
133 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
134 am__nobase_list = $(am__nobase_strip_setup); \
135 for p in $$list; do echo "$$p $$p"; done | \
136 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
137 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
138 if (++n[$$2] == $(am__install_max)) \
139 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
140 END { for (dir in files) print dir, files[dir] }'
141 am__base_list = \
142 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
143 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
144 am__uninstall_files_from_dir = { \
145 test -z "$$files" \
146 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
147 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
148 $(am__cd) "$$dir" && rm -f $$files; }; \
149 }
150 am__installdirs = "$(DESTDIR)$(includedir)"
151 HEADERS = $(include_HEADERS) $(noinst_HEADERS)
152 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
153 $(LISP)config.h.in
154 # Read a list of newline-separated strings from the standard input,
155 # and print each of them once, without duplicates. Input order is
156 # *not* preserved.
157 am__uniquify_input = $(AWK) '\
158 BEGIN { nonempty = 0; } \
159 { items[$$0] = 1; nonempty = 1; } \
160 END { if (nonempty) { for (i in items) print i; }; } \
161 '
162 # Make sure the list of sources is unique. This is necessary because,
163 # e.g., the same source file might be shared among _SOURCES variables
164 # for different programs/libraries.
165 am__define_uniq_tagged_files = \
166 list='$(am__tagged_files)'; \
167 unique=`for i in $$list; do \
168 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
169 done | $(am__uniquify_input)`
170 ETAGS = etags
171 CTAGS = ctags
172 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
173 ACLOCAL = @ACLOCAL@
174 AMTAR = @AMTAR@
175 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
176 AR = @AR@
177 AUTOCONF = @AUTOCONF@
178 AUTOHEADER = @AUTOHEADER@
179 AUTOMAKE = @AUTOMAKE@
180 AWK = @AWK@
181 CAIRO_CFLAGS = @CAIRO_CFLAGS@
182 CAIRO_LIBS = @CAIRO_LIBS@
183 CC = @CC@
184 CCDEPMODE = @CCDEPMODE@
185 CFLAGS = @CFLAGS@
186 CPP = @CPP@
187 CPPFLAGS = @CPPFLAGS@
188 CXX = @CXX@
189 CXXCPP = @CXXCPP@
190 CXXDEPMODE = @CXXDEPMODE@
191 CXXFLAGS = @CXXFLAGS@
192 CYGPATH_W = @CYGPATH_W@
193 DEFS = @DEFS@
194 DEPDIR = @DEPDIR@
195 DLLTOOL = @DLLTOOL@
196 DOXYGEN = @DOXYGEN@
197 DSYMUTIL = @DSYMUTIL@
198 DUMPBIN = @DUMPBIN@
199 ECHO_C = @ECHO_C@
200 ECHO_N = @ECHO_N@
201 ECHO_T = @ECHO_T@
202 EGREP = @EGREP@
203 EXEEXT = @EXEEXT@
204 FGREP = @FGREP@
205 GAVL_CFLAGS = @GAVL_CFLAGS@
206 GAVL_LIBS = @GAVL_LIBS@
207 GREP = @GREP@
208 HAVE_OPENCV = @HAVE_OPENCV@
209 INSTALL = @INSTALL@
210 INSTALL_DATA = @INSTALL_DATA@
211 INSTALL_PROGRAM = @INSTALL_PROGRAM@
212 INSTALL_SCRIPT = @INSTALL_SCRIPT@
213 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
214 LD = @LD@
215 LDFLAGS = @LDFLAGS@
216 LIBOBJS = @LIBOBJS@
217 LIBS = @LIBS@
218 LIBTOOL = @LIBTOOL@
219 LIPO = @LIPO@
220 LN_S = @LN_S@
221 LTLIBOBJS = @LTLIBOBJS@
222 MAKEINFO = @MAKEINFO@
223 MANIFEST_TOOL = @MANIFEST_TOOL@
224 MKDIR_P = @MKDIR_P@
225 NM = @NM@
226 NMEDIT = @NMEDIT@
227 OBJDUMP = @OBJDUMP@
228 OBJEXT = @OBJEXT@
229 OPENCV_CFLAGS = @OPENCV_CFLAGS@
230 OPENCV_LIBS = @OPENCV_LIBS@
231 OTOOL = @OTOOL@
232 OTOOL64 = @OTOOL64@
233 PACKAGE = @PACKAGE@
234 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
235 PACKAGE_DATA_DIR = @PACKAGE_DATA_DIR@
236 PACKAGE_LIB_DIR = @PACKAGE_LIB_DIR@
237 PACKAGE_NAME = @PACKAGE_NAME@
238 PACKAGE_STRING = @PACKAGE_STRING@
239 PACKAGE_TARNAME = @PACKAGE_TARNAME@
240 PACKAGE_URL = @PACKAGE_URL@
241 PACKAGE_VERSION = @PACKAGE_VERSION@
242 PATH_SEPARATOR = @PATH_SEPARATOR@
243 PKG_CONFIG = @PKG_CONFIG@
244 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
245 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
246 RANLIB = @RANLIB@
247 SED = @SED@
248 SET_MAKE = @SET_MAKE@
249 SHELL = @SHELL@
250 STRIP = @STRIP@
251 VERSION = @VERSION@
252 abs_builddir = @abs_builddir@
253 abs_srcdir = @abs_srcdir@
254 abs_top_builddir = @abs_top_builddir@
255 abs_top_srcdir = @abs_top_srcdir@
256 ac_ct_AR = @ac_ct_AR@
257 ac_ct_CC = @ac_ct_CC@
258 ac_ct_CXX = @ac_ct_CXX@
259 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
260 am__include = @am__include@
261 am__leading_dot = @am__leading_dot@
262 am__quote = @am__quote@
263 am__tar = @am__tar@
264 am__untar = @am__untar@
265 bindir = @bindir@
266 build = @build@
267 build_alias = @build_alias@
268 build_cpu = @build_cpu@
269 build_os = @build_os@
270 build_vendor = @build_vendor@
271 builddir = @builddir@
272 datadir = @datadir@
273 datarootdir = @datarootdir@
274 docdir = @docdir@
275 dvidir = @dvidir@
276 exec_prefix = @exec_prefix@
277 host = @host@
278 host_alias = @host_alias@
279 host_cpu = @host_cpu@
280 host_os = @host_os@
281 host_vendor = @host_vendor@
282 htmldir = @htmldir@
283 includedir = @includedir@
284 infodir = @infodir@
285 install_sh = @install_sh@
286 libdir = @libdir@
287 libexecdir = @libexecdir@
288 localedir = @localedir@
289 localstatedir = @localstatedir@
290 mandir = @mandir@
291 mkdir_p = @mkdir_p@
292 oldincludedir = @oldincludedir@
293 pdfdir = @pdfdir@
294 prefix = @prefix@
295 program_transform_name = @program_transform_name@
296 psdir = @psdir@
297 sbindir = @sbindir@
298 sharedstatedir = @sharedstatedir@
299 srcdir = @srcdir@
300 sysconfdir = @sysconfdir@
301 target_alias = @target_alias@
302 top_build_prefix = @top_build_prefix@
303 top_builddir = @top_builddir@
304 top_srcdir = @top_srcdir@
305 include_HEADERS = frei0r.h
306 noinst_HEADERS = frei0r_colorspace.h frei0r.hpp frei0r_math.h
307 all: config.h
308 $(MAKE) $(AM_MAKEFLAGS) all-am
309
310 .SUFFIXES:
311 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
312 @for dep in $?; do \
313 case '$(am__configure_deps)' in \
314 *$$dep*) \
315 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
316 && { if test -f $@; then exit 0; else break; fi; }; \
317 exit 1;; \
318 esac; \
319 done; \
320 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
321 $(am__cd) $(top_srcdir) && \
322 $(AUTOMAKE) --foreign include/Makefile
323 .PRECIOUS: Makefile
324 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
325 @case '$?' in \
326 *config.status*) \
327 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
328 *) \
329 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
330 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
331 esac;
332
333 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
334 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
335
336 $(top_srcdir)/configure: $(am__configure_deps)
337 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
338 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
339 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
340 $(am__aclocal_m4_deps):
341
342 config.h: stamp-h1
343 @test -f $@ || rm -f stamp-h1
344 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
345
346 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
347 @rm -f stamp-h1
348 cd $(top_builddir) && $(SHELL) ./config.status include/config.h
349 $(srcdir)/config.h.in: $(am__configure_deps)
350 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
351 rm -f stamp-h1
352 touch $@
353
354 distclean-hdr:
355 -rm -f config.h stamp-h1
356
357 mostlyclean-libtool:
358 -rm -f *.lo
359
360 clean-libtool:
361 -rm -rf .libs _libs
362 install-includeHEADERS: $(include_HEADERS)
363 @$(NORMAL_INSTALL)
364 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
365 if test -n "$$list"; then \
366 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
367 $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
368 fi; \
369 for p in $$list; do \
370 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
371 echo "$$d$$p"; \
372 done | $(am__base_list) | \
373 while read files; do \
374 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
375 $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
376 done
377
378 uninstall-includeHEADERS:
379 @$(NORMAL_UNINSTALL)
380 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
381 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
382 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
383
384 ID: $(am__tagged_files)
385 $(am__define_uniq_tagged_files); mkid -fID $$unique
386 tags: tags-am
387 TAGS: tags
388
389 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
390 set x; \
391 here=`pwd`; \
392 $(am__define_uniq_tagged_files); \
393 shift; \
394 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
395 test -n "$$unique" || unique=$$empty_fix; \
396 if test $$# -gt 0; then \
397 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
398 "$$@" $$unique; \
399 else \
400 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
401 $$unique; \
402 fi; \
403 fi
404 ctags: ctags-am
405
406 CTAGS: ctags
407 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
408 $(am__define_uniq_tagged_files); \
409 test -z "$(CTAGS_ARGS)$$unique" \
410 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
411 $$unique
412
413 GTAGS:
414 here=`$(am__cd) $(top_builddir) && pwd` \
415 && $(am__cd) $(top_srcdir) \
416 && gtags -i $(GTAGS_ARGS) "$$here"
417 cscopelist: cscopelist-am
418
419 cscopelist-am: $(am__tagged_files)
420 list='$(am__tagged_files)'; \
421 case "$(srcdir)" in \
422 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
423 *) sdir=$(subdir)/$(srcdir) ;; \
424 esac; \
425 for i in $$list; do \
426 if test -f "$$i"; then \
427 echo "$(subdir)/$$i"; \
428 else \
429 echo "$$sdir/$$i"; \
430 fi; \
431 done >> $(top_builddir)/cscope.files
432
433 distclean-tags:
434 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
435
436 distdir: $(DISTFILES)
437 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
438 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
439 list='$(DISTFILES)'; \
440 dist_files=`for file in $$list; do echo $$file; done | \
441 sed -e "s|^$$srcdirstrip/||;t" \
442 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
443 case $$dist_files in \
444 */*) $(MKDIR_P) `echo "$$dist_files" | \
445 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
446 sort -u` ;; \
447 esac; \
448 for file in $$dist_files; do \
449 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
450 if test -d $$d/$$file; then \
451 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
452 if test -d "$(distdir)/$$file"; then \
453 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
454 fi; \
455 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
456 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
457 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
458 fi; \
459 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
460 else \
461 test -f "$(distdir)/$$file" \
462 || cp -p $$d/$$file "$(distdir)/$$file" \
463 || exit 1; \
464 fi; \
465 done
466 check-am: all-am
467 check: check-am
468 all-am: Makefile $(HEADERS) config.h
469 installdirs:
470 for dir in "$(DESTDIR)$(includedir)"; do \
471 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
472 done
473 install: install-am
474 install-exec: install-exec-am
475 install-data: install-data-am
476 uninstall: uninstall-am
477
478 install-am: all-am
479 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
480
481 installcheck: installcheck-am
482 install-strip:
483 if test -z '$(STRIP)'; then \
484 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
485 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
486 install; \
487 else \
488 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
489 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
490 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
491 fi
492 mostlyclean-generic:
493
494 clean-generic:
495
496 distclean-generic:
497 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
498 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
499
500 maintainer-clean-generic:
501 @echo "This command is intended for maintainers to use"
502 @echo "it deletes files that may require special tools to rebuild."
503 clean: clean-am
504
505 clean-am: clean-generic clean-libtool mostlyclean-am
506
507 distclean: distclean-am
508 -rm -f Makefile
509 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
510
511 dvi: dvi-am
512
513 dvi-am:
514
515 html: html-am
516
517 html-am:
518
519 info: info-am
520
521 info-am:
522
523 install-data-am: install-includeHEADERS
524
525 install-dvi: install-dvi-am
526
527 install-dvi-am:
528
529 install-exec-am:
530
531 install-html: install-html-am
532
533 install-html-am:
534
535 install-info: install-info-am
536
537 install-info-am:
538
539 install-man:
540
541 install-pdf: install-pdf-am
542
543 install-pdf-am:
544
545 install-ps: install-ps-am
546
547 install-ps-am:
548
549 installcheck-am:
550
551 maintainer-clean: maintainer-clean-am
552 -rm -f Makefile
553 maintainer-clean-am: distclean-am maintainer-clean-generic
554
555 mostlyclean: mostlyclean-am
556
557 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
558
559 pdf: pdf-am
560
561 pdf-am:
562
563 ps: ps-am
564
565 ps-am:
566
567 uninstall-am: uninstall-includeHEADERS
568
569 .MAKE: all install-am install-strip
570
571 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
572 clean-libtool cscopelist-am ctags ctags-am distclean \
573 distclean-generic distclean-hdr distclean-libtool \
574 distclean-tags distdir dvi dvi-am html html-am info info-am \
575 install install-am install-data install-data-am install-dvi \
576 install-dvi-am install-exec install-exec-am install-html \
577 install-html-am install-includeHEADERS install-info \
578 install-info-am install-man install-pdf install-pdf-am \
579 install-ps install-ps-am install-strip installcheck \
580 installcheck-am installdirs maintainer-clean \
581 maintainer-clean-generic mostlyclean mostlyclean-generic \
582 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
583 uninstall-am uninstall-includeHEADERS
584
585
586 # Tell versions [3.59,3.63) of GNU make to not export all variables.
587 # Otherwise a system limit (for SysV at least) may be exceeded.
588 .NOEXPORT:
0 # Makefile.in generated by automake 1.14.1 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
4
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 # Copyright (C) 2007 Richard Spindler <richard.spindler AT gmail.com>
17 #
18 # This file is free software; as a special exception the author gives
19 # unlimited permission to copy and/or distribute it, with or without
20 # modifications, as long as this notice is preserved.
21 #
22 # This program is distributed in the hope that it will be useful, but
23 # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
24 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
25
26 VPATH = @srcdir@
27 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
40 case $$MAKEFLAGS in \
41 *\\[\ \ ]*) \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
45 esac; \
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 build_triplet = @build@
89 host_triplet = @host@
90 @HAVE_GAVL_TRUE@am__append_1 = scale0tilt.la vectorscope.la \
91 @HAVE_GAVL_TRUE@ rgbparade.la
92 @HAVE_OPENCV_TRUE@am__append_2 = facebl0r.la facedetect.la
93 @HAVE_CAIRO_TRUE@am__append_3 = cairogradient.la cairoimagegrid.la \
94 @HAVE_CAIRO_TRUE@ cairoaffineblend.la cairoblend.la
95 subdir = src
96 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
97 $(top_srcdir)/depcomp
98 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
99 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
100 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
101 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
102 $(top_srcdir)/configure.ac
103 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
104 $(ACLOCAL_M4)
105 mkinstalldirs = $(install_sh) -d
106 CONFIG_HEADER = $(top_builddir)/include/config.h
107 CONFIG_CLEAN_FILES =
108 CONFIG_CLEAN_VPATH_FILES =
109 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
110 am__vpath_adj = case $$p in \
111 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
112 *) f=$$p;; \
113 esac;
114 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
115 am__install_max = 40
116 am__nobase_strip_setup = \
117 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
118 am__nobase_strip = \
119 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
120 am__nobase_list = $(am__nobase_strip_setup); \
121 for p in $$list; do echo "$$p $$p"; done | \
122 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
123 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
124 if (++n[$$2] == $(am__install_max)) \
125 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
126 END { for (dir in files) print dir, files[dir] }'
127 am__base_list = \
128 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
129 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
130 am__uninstall_files_from_dir = { \
131 test -z "$$files" \
132 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
133 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
134 $(am__cd) "$$dir" && rm -f $$files; }; \
135 }
136 am__installdirs = "$(DESTDIR)$(plugindir)"
137 LTLIBRARIES = $(plugin_LTLIBRARIES)
138 3dflippo_la_LIBADD =
139 am_3dflippo_la_OBJECTS = 3dflippo.lo
140 3dflippo_la_OBJECTS = $(am_3dflippo_la_OBJECTS)
141 AM_V_lt = $(am__v_lt_@AM_V@)
142 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
143 am__v_lt_0 = --silent
144 am__v_lt_1 =
145 B_la_LIBADD =
146 am_B_la_OBJECTS = B.lo
147 B_la_OBJECTS = $(am_B_la_OBJECTS)
148 G_la_LIBADD =
149 am_G_la_OBJECTS = G.lo
150 G_la_OBJECTS = $(am_G_la_OBJECTS)
151 IIRblur_la_LIBADD =
152 am_IIRblur_la_OBJECTS = IIRblur.lo
153 IIRblur_la_OBJECTS = $(am_IIRblur_la_OBJECTS)
154 R_la_LIBADD =
155 am_R_la_OBJECTS = R.lo
156 R_la_OBJECTS = $(am_R_la_OBJECTS)
157 RGB_la_LIBADD =
158 am_RGB_la_OBJECTS = RGB.lo
159 RGB_la_OBJECTS = $(am_RGB_la_OBJECTS)
160 addition_la_LIBADD =
161 am_addition_la_OBJECTS = addition.lo
162 addition_la_OBJECTS = $(am_addition_la_OBJECTS)
163 addition_alpha_la_LIBADD =
164 am_addition_alpha_la_OBJECTS = addition_alpha.lo
165 addition_alpha_la_OBJECTS = $(am_addition_alpha_la_OBJECTS)
166 alpha0ps_la_LIBADD =
167 am_alpha0ps_la_OBJECTS = alpha0ps.lo
168 alpha0ps_la_OBJECTS = $(am_alpha0ps_la_OBJECTS)
169 alphaatop_la_LIBADD =
170 am_alphaatop_la_OBJECTS = alphaatop.lo
171 alphaatop_la_OBJECTS = $(am_alphaatop_la_OBJECTS)
172 alphagrad_la_LIBADD =
173 am_alphagrad_la_OBJECTS = alphagrad.lo
174 alphagrad_la_OBJECTS = $(am_alphagrad_la_OBJECTS)
175 alphain_la_LIBADD =
176 am_alphain_la_OBJECTS = alphain.lo
177 alphain_la_OBJECTS = $(am_alphain_la_OBJECTS)
178 alphainjection_la_LIBADD =
179 am_alphainjection_la_OBJECTS = alphainjection.lo
180 alphainjection_la_OBJECTS = $(am_alphainjection_la_OBJECTS)
181 alphaout_la_LIBADD =
182 am_alphaout_la_OBJECTS = alphaout.lo
183 alphaout_la_OBJECTS = $(am_alphaout_la_OBJECTS)
184 alphaover_la_LIBADD =
185 am_alphaover_la_OBJECTS = alphaover.lo
186 alphaover_la_OBJECTS = $(am_alphaover_la_OBJECTS)
187 alphaspot_la_LIBADD =
188 am_alphaspot_la_OBJECTS = alphaspot.lo
189 alphaspot_la_OBJECTS = $(am_alphaspot_la_OBJECTS)
190 alphaxor_la_LIBADD =
191 am_alphaxor_la_OBJECTS = alphaxor.lo
192 alphaxor_la_OBJECTS = $(am_alphaxor_la_OBJECTS)
193 balanc0r_la_LIBADD =
194 am_balanc0r_la_OBJECTS = balanc0r.lo
195 balanc0r_la_OBJECTS = $(am_balanc0r_la_OBJECTS)
196 baltan_la_LIBADD =
197 am_baltan_la_OBJECTS = baltan.lo
198 baltan_la_OBJECTS = $(am_baltan_la_OBJECTS)
199 bgsubtract0r_la_LIBADD =
200 am_bgsubtract0r_la_OBJECTS = bgsubtract0r.lo
201 bgsubtract0r_la_OBJECTS = $(am_bgsubtract0r_la_OBJECTS)
202 blend_la_LIBADD =
203 am_blend_la_OBJECTS = blend.lo
204 blend_la_OBJECTS = $(am_blend_la_OBJECTS)
205 bluescreen0r_la_LIBADD =
206 am_bluescreen0r_la_OBJECTS = bluescreen0r.lo
207 bluescreen0r_la_OBJECTS = $(am_bluescreen0r_la_OBJECTS)
208 brightness_la_LIBADD =
209 am_brightness_la_OBJECTS = brightness.lo
210 brightness_la_OBJECTS = $(am_brightness_la_OBJECTS)
211 burn_la_LIBADD =
212 am_burn_la_OBJECTS = burn.lo
213 burn_la_OBJECTS = $(am_burn_la_OBJECTS)
214 bw0r_la_LIBADD =
215 am_bw0r_la_OBJECTS = bw0r.lo
216 bw0r_la_OBJECTS = $(am_bw0r_la_OBJECTS)
217 c0rners_la_LIBADD =
218 am_c0rners_la_OBJECTS = c0rners.lo
219 c0rners_la_OBJECTS = $(am_c0rners_la_OBJECTS)
220 cairoaffineblend_la_DEPENDENCIES =
221 am__cairoaffineblend_la_SOURCES_DIST = \
222 mixer2/cairoaffineblend/cairoaffineblend.c
223 @HAVE_CAIRO_TRUE@am_cairoaffineblend_la_OBJECTS = \
224 @HAVE_CAIRO_TRUE@ cairoaffineblend_la-cairoaffineblend.lo
225 cairoaffineblend_la_OBJECTS = $(am_cairoaffineblend_la_OBJECTS)
226 cairoaffineblend_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
227 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
228 $(cairoaffineblend_la_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
229 $(LDFLAGS) -o $@
230 @HAVE_CAIRO_TRUE@am_cairoaffineblend_la_rpath = -rpath $(plugindir)
231 cairoblend_la_DEPENDENCIES =
232 am__cairoblend_la_SOURCES_DIST = mixer2/cairoblend/cairoblend.c
233 @HAVE_CAIRO_TRUE@am_cairoblend_la_OBJECTS = \
234 @HAVE_CAIRO_TRUE@ cairoblend_la-cairoblend.lo
235 cairoblend_la_OBJECTS = $(am_cairoblend_la_OBJECTS)
236 cairoblend_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
237 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(cairoblend_la_CFLAGS) \
238 $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
239 @HAVE_CAIRO_TRUE@am_cairoblend_la_rpath = -rpath $(plugindir)
240 cairogradient_la_DEPENDENCIES =
241 am__cairogradient_la_SOURCES_DIST = \
242 filter/cairogradient/cairogradient.c
243 @HAVE_CAIRO_TRUE@am_cairogradient_la_OBJECTS = \
244 @HAVE_CAIRO_TRUE@ cairogradient_la-cairogradient.lo
245 cairogradient_la_OBJECTS = $(am_cairogradient_la_OBJECTS)
246 cairogradient_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
247 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
248 $(cairogradient_la_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
249 -o $@
250 @HAVE_CAIRO_TRUE@am_cairogradient_la_rpath = -rpath $(plugindir)
251 cairoimagegrid_la_DEPENDENCIES =
252 am__cairoimagegrid_la_SOURCES_DIST = \
253 filter/cairoimagegrid/cairoimagegrid.c
254 @HAVE_CAIRO_TRUE@am_cairoimagegrid_la_OBJECTS = \
255 @HAVE_CAIRO_TRUE@ cairoimagegrid_la-cairoimagegrid.lo
256 cairoimagegrid_la_OBJECTS = $(am_cairoimagegrid_la_OBJECTS)
257 cairoimagegrid_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
258 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
259 $(cairoimagegrid_la_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
260 -o $@
261 @HAVE_CAIRO_TRUE@am_cairoimagegrid_la_rpath = -rpath $(plugindir)
262 cartoon_la_LIBADD =
263 am_cartoon_la_OBJECTS = cartoon.lo
264 cartoon_la_OBJECTS = $(am_cartoon_la_OBJECTS)
265 cluster_la_LIBADD =
266 am_cluster_la_OBJECTS = cluster.lo
267 cluster_la_OBJECTS = $(am_cluster_la_OBJECTS)
268 colgate_la_LIBADD =
269 am_colgate_la_OBJECTS = colgate.lo
270 colgate_la_OBJECTS = $(am_colgate_la_OBJECTS)
271 color_only_la_LIBADD =
272 am_color_only_la_OBJECTS = color_only.lo
273 color_only_la_OBJECTS = $(am_color_only_la_OBJECTS)
274 coloradj_RGB_la_LIBADD =
275 am_coloradj_RGB_la_OBJECTS = coloradj_RGB.lo
276 coloradj_RGB_la_OBJECTS = $(am_coloradj_RGB_la_OBJECTS)
277 colordistance_la_LIBADD =
278 am_colordistance_la_OBJECTS = colordistance.lo
279 colordistance_la_OBJECTS = $(am_colordistance_la_OBJECTS)
280 colorhalftone_la_LIBADD =
281 am_colorhalftone_la_OBJECTS = colorhalftone.lo
282 colorhalftone_la_OBJECTS = $(am_colorhalftone_la_OBJECTS)
283 colorize_la_LIBADD =
284 am_colorize_la_OBJECTS = colorize.lo
285 colorize_la_OBJECTS = $(am_colorize_la_OBJECTS)
286 colortap_la_LIBADD =
287 am_colortap_la_OBJECTS = colortap.lo
288 colortap_la_OBJECTS = $(am_colortap_la_OBJECTS)
289 composition_la_LIBADD =
290 am_composition_la_OBJECTS = composition.lo
291 composition_la_OBJECTS = $(am_composition_la_OBJECTS)
292 contrast0r_la_LIBADD =
293 am_contrast0r_la_OBJECTS = contrast0r.lo
294 contrast0r_la_OBJECTS = $(am_contrast0r_la_OBJECTS)
295 curves_la_LIBADD =
296 am_curves_la_OBJECTS = curves.lo
297 curves_la_OBJECTS = $(am_curves_la_OBJECTS)
298 d90stairsteppingfix_la_LIBADD =
299 am_d90stairsteppingfix_la_OBJECTS = d90stairsteppingfix.lo
300 d90stairsteppingfix_la_OBJECTS = $(am_d90stairsteppingfix_la_OBJECTS)
301 darken_la_LIBADD =
302 am_darken_la_OBJECTS = darken.lo
303 darken_la_OBJECTS = $(am_darken_la_OBJECTS)
304 defish0r_la_LIBADD =
305 am_defish0r_la_OBJECTS = defish0r.lo
306 defish0r_la_OBJECTS = $(am_defish0r_la_OBJECTS)
307 delay0r_la_LIBADD =
308 am_delay0r_la_OBJECTS = delay0r.lo
309 delay0r_la_OBJECTS = $(am_delay0r_la_OBJECTS)
310 delaygrab_la_LIBADD =
311 am_delaygrab_la_OBJECTS = delaygrab.lo
312 delaygrab_la_OBJECTS = $(am_delaygrab_la_OBJECTS)
313 difference_la_LIBADD =
314 am_difference_la_OBJECTS = difference.lo
315 difference_la_OBJECTS = $(am_difference_la_OBJECTS)
316 distort0r_la_LIBADD =
317 am_distort0r_la_OBJECTS = distort0r.lo
318 distort0r_la_OBJECTS = $(am_distort0r_la_OBJECTS)
319 dither_la_LIBADD =
320 am_dither_la_OBJECTS = dither.lo
321 dither_la_OBJECTS = $(am_dither_la_OBJECTS)
322 divide_la_LIBADD =
323 am_divide_la_OBJECTS = divide.lo
324 divide_la_OBJECTS = $(am_divide_la_OBJECTS)
325 dodge_la_LIBADD =
326 am_dodge_la_OBJECTS = dodge.lo
327 dodge_la_OBJECTS = $(am_dodge_la_OBJECTS)
328 edgeglow_la_LIBADD =
329 am_edgeglow_la_OBJECTS = edgeglow.lo
330 edgeglow_la_OBJECTS = $(am_edgeglow_la_OBJECTS)
331 emboss_la_LIBADD =
332 am_emboss_la_OBJECTS = emboss.lo
333 emboss_la_OBJECTS = $(am_emboss_la_OBJECTS)
334 equaliz0r_la_LIBADD =
335 am_equaliz0r_la_OBJECTS = equaliz0r.lo
336 equaliz0r_la_OBJECTS = $(am_equaliz0r_la_OBJECTS)
337 facebl0r_la_DEPENDENCIES =
338 am__facebl0r_la_SOURCES_DIST = filter/facebl0r/facebl0r.cpp
339 @HAVE_OPENCV_TRUE@am_facebl0r_la_OBJECTS = facebl0r.lo
340 facebl0r_la_OBJECTS = $(am_facebl0r_la_OBJECTS)
341 @HAVE_OPENCV_TRUE@am_facebl0r_la_rpath = -rpath $(plugindir)
342 facedetect_la_DEPENDENCIES =
343 am__facedetect_la_SOURCES_DIST = filter/facedetect/facedetect.cpp
344 @HAVE_OPENCV_TRUE@am_facedetect_la_OBJECTS = facedetect.lo
345 facedetect_la_OBJECTS = $(am_facedetect_la_OBJECTS)
346 @HAVE_OPENCV_TRUE@am_facedetect_la_rpath = -rpath $(plugindir)
347 flippo_la_LIBADD =
348 am_flippo_la_OBJECTS = flippo.lo
349 flippo_la_OBJECTS = $(am_flippo_la_OBJECTS)
350 gamma_la_LIBADD =
351 am_gamma_la_OBJECTS = gamma.lo
352 gamma_la_OBJECTS = $(am_gamma_la_OBJECTS)
353 glitch0r_la_LIBADD =
354 am_glitch0r_la_OBJECTS = glitch0r.lo
355 glitch0r_la_OBJECTS = $(am_glitch0r_la_OBJECTS)
356 glow_la_LIBADD =
357 am_glow_la_OBJECTS = glow.lo
358 glow_la_OBJECTS = $(am_glow_la_OBJECTS)
359 grain_extract_la_LIBADD =
360 am_grain_extract_la_OBJECTS = grain_extract.lo
361 grain_extract_la_OBJECTS = $(am_grain_extract_la_OBJECTS)
362 grain_merge_la_LIBADD =
363 am_grain_merge_la_OBJECTS = grain_merge.lo
364 grain_merge_la_OBJECTS = $(am_grain_merge_la_OBJECTS)
365 hardlight_la_LIBADD =
366 am_hardlight_la_OBJECTS = hardlight.lo
367 hardlight_la_OBJECTS = $(am_hardlight_la_OBJECTS)
368 hqdn3d_la_LIBADD =
369 am_hqdn3d_la_OBJECTS = hqdn3d.lo
370 hqdn3d_la_OBJECTS = $(am_hqdn3d_la_OBJECTS)
371 hue_la_LIBADD =
372 am_hue_la_OBJECTS = hue.lo
373 hue_la_OBJECTS = $(am_hue_la_OBJECTS)
374 hueshift0r_la_LIBADD =
375 am_hueshift0r_la_OBJECTS = hueshift0r.lo
376 hueshift0r_la_OBJECTS = $(am_hueshift0r_la_OBJECTS)
377 invert0r_la_LIBADD =
378 am_invert0r_la_OBJECTS = invert0r.lo
379 invert0r_la_OBJECTS = $(am_invert0r_la_OBJECTS)
380 ising0r_la_LIBADD =
381 am_ising0r_la_OBJECTS = ising0r.lo
382 ising0r_la_OBJECTS = $(am_ising0r_la_OBJECTS)
383 keyspillm0pup_la_LIBADD =
384 am_keyspillm0pup_la_OBJECTS = keyspillm0pup.lo
385 keyspillm0pup_la_OBJECTS = $(am_keyspillm0pup_la_OBJECTS)
386 lenscorrection_la_LIBADD =
387 am_lenscorrection_la_OBJECTS = lenscorrection.lo
388 lenscorrection_la_OBJECTS = $(am_lenscorrection_la_OBJECTS)
389 letterb0xed_la_LIBADD =
390 am_letterb0xed_la_OBJECTS = letterb0xed.lo
391 letterb0xed_la_OBJECTS = $(am_letterb0xed_la_OBJECTS)
392 levels_la_LIBADD =
393 am_levels_la_OBJECTS = levels.lo
394 levels_la_OBJECTS = $(am_levels_la_OBJECTS)
395 lighten_la_LIBADD =
396 am_lighten_la_OBJECTS = lighten.lo
397 lighten_la_OBJECTS = $(am_lighten_la_OBJECTS)
398 lightgraffiti_la_LIBADD =
399 am_lightgraffiti_la_OBJECTS = lightgraffiti.lo
400 lightgraffiti_la_OBJECTS = $(am_lightgraffiti_la_OBJECTS)
401 lissajous0r_la_LIBADD =
402 am_lissajous0r_la_OBJECTS = lissajous0r.lo
403 lissajous0r_la_OBJECTS = $(am_lissajous0r_la_OBJECTS)
404 luminance_la_LIBADD =
405 am_luminance_la_OBJECTS = luminance.lo
406 luminance_la_OBJECTS = $(am_luminance_la_OBJECTS)
407 mask0mate_la_LIBADD =
408 am_mask0mate_la_OBJECTS = mask0mate.lo
409 mask0mate_la_OBJECTS = $(am_mask0mate_la_OBJECTS)
410 medians_la_LIBADD =
411 am_medians_la_OBJECTS = medians.lo
412 medians_la_OBJECTS = $(am_medians_la_OBJECTS)
413 multiply_la_LIBADD =
414 am_multiply_la_OBJECTS = multiply.lo
415 multiply_la_OBJECTS = $(am_multiply_la_OBJECTS)
416 ndvi_la_DEPENDENCIES =
417 am_ndvi_la_OBJECTS = ndvi_la-ndvi.lo
418 ndvi_la_OBJECTS = $(am_ndvi_la_OBJECTS)
419 nervous_la_LIBADD =
420 am_nervous_la_OBJECTS = nervous.lo
421 nervous_la_OBJECTS = $(am_nervous_la_OBJECTS)
422 nois0r_la_LIBADD =
423 am_nois0r_la_OBJECTS = nois0r.lo
424 nois0r_la_OBJECTS = $(am_nois0r_la_OBJECTS)
425 nosync0r_la_LIBADD =
426 am_nosync0r_la_OBJECTS = nosync0r.lo
427 nosync0r_la_OBJECTS = $(am_nosync0r_la_OBJECTS)
428 onecol0r_la_LIBADD =
429 am_onecol0r_la_OBJECTS = onecol0r.lo
430 onecol0r_la_OBJECTS = $(am_onecol0r_la_OBJECTS)
431 overlay_la_LIBADD =
432 am_overlay_la_OBJECTS = overlay.lo
433 overlay_la_OBJECTS = $(am_overlay_la_OBJECTS)
434 partik0l_la_LIBADD =
435 am_partik0l_la_OBJECTS = partik0l.lo
436 partik0l_la_OBJECTS = $(am_partik0l_la_OBJECTS)
437 perspective_la_LIBADD =
438 am_perspective_la_OBJECTS = perspective.lo
439 perspective_la_OBJECTS = $(am_perspective_la_OBJECTS)
440 pixeliz0r_la_LIBADD =
441 am_pixeliz0r_la_OBJECTS = pixeliz0r.lo
442 pixeliz0r_la_OBJECTS = $(am_pixeliz0r_la_OBJECTS)
443 plasma_la_LIBADD =
444 am_plasma_la_OBJECTS = plasma.lo
445 plasma_la_OBJECTS = $(am_plasma_la_OBJECTS)
446 posterize_la_LIBADD =
447 am_posterize_la_OBJECTS = posterize.lo
448 posterize_la_OBJECTS = $(am_posterize_la_OBJECTS)
449 pr0be_la_LIBADD =
450 am_pr0be_la_OBJECTS = pr0be.lo
451 pr0be_la_OBJECTS = $(am_pr0be_la_OBJECTS)
452 pr0file_la_LIBADD =
453 am_pr0file_la_OBJECTS = pr0file.lo
454 pr0file_la_OBJECTS = $(am_pr0file_la_OBJECTS)
455 primaries_la_LIBADD =
456 am_primaries_la_OBJECTS = primaries.lo
457 primaries_la_OBJECTS = $(am_primaries_la_OBJECTS)
458 rgbnoise_la_LIBADD =
459 am_rgbnoise_la_OBJECTS = rgbnoise.lo
460 rgbnoise_la_OBJECTS = $(am_rgbnoise_la_OBJECTS)
461 rgbparade_la_DEPENDENCIES =
462 am__rgbparade_la_SOURCES_DIST = filter/rgbparade/rgbparade.c \
463 filter/rgbparade/rgbparade_image.h
464 @HAVE_GAVL_TRUE@am_rgbparade_la_OBJECTS = rgbparade_la-rgbparade.lo
465 rgbparade_la_OBJECTS = $(am_rgbparade_la_OBJECTS)
466 rgbparade_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
467 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(rgbparade_la_CFLAGS) \
468 $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
469 @HAVE_GAVL_TRUE@am_rgbparade_la_rpath = -rpath $(plugindir)
470 rgbsplit0r_la_LIBADD =
471 am_rgbsplit0r_la_OBJECTS = rgbsplit0r.lo
472 rgbsplit0r_la_OBJECTS = $(am_rgbsplit0r_la_OBJECTS)
473 saturat0r_la_LIBADD =
474 am_saturat0r_la_OBJECTS = saturat0r.lo
475 saturat0r_la_OBJECTS = $(am_saturat0r_la_OBJECTS)
476 saturation_la_LIBADD =
477 am_saturation_la_OBJECTS = saturation.lo
478 saturation_la_OBJECTS = $(am_saturation_la_OBJECTS)
479 scale0tilt_la_DEPENDENCIES =
480 am__scale0tilt_la_SOURCES_DIST = filter/scale0tilt/scale0tilt.c
481 @HAVE_GAVL_TRUE@am_scale0tilt_la_OBJECTS = \
482 @HAVE_GAVL_TRUE@ scale0tilt_la-scale0tilt.lo
483 scale0tilt_la_OBJECTS = $(am_scale0tilt_la_OBJECTS)
484 scale0tilt_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
485 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(scale0tilt_la_CFLAGS) \
486 $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
487 @HAVE_GAVL_TRUE@am_scale0tilt_la_rpath = -rpath $(plugindir)
488 scanline0r_la_LIBADD =
489 am_scanline0r_la_OBJECTS = scanline0r.lo
490 scanline0r_la_OBJECTS = $(am_scanline0r_la_OBJECTS)
491 screen_la_LIBADD =
492 am_screen_la_OBJECTS = screen.lo
493 screen_la_OBJECTS = $(am_screen_la_OBJECTS)
494 select0r_la_LIBADD =
495 am_select0r_la_OBJECTS = select0r.lo
496 select0r_la_OBJECTS = $(am_select0r_la_OBJECTS)
497 sharpness_la_LIBADD =
498 am_sharpness_la_OBJECTS = sharpness.lo
499 sharpness_la_OBJECTS = $(am_sharpness_la_OBJECTS)
500 sigmoidaltransfer_la_LIBADD =
501 am_sigmoidaltransfer_la_OBJECTS = sigmoidaltransfer.lo
502 sigmoidaltransfer_la_OBJECTS = $(am_sigmoidaltransfer_la_OBJECTS)
503 sobel_la_LIBADD =
504 am_sobel_la_OBJECTS = sobel.lo
505 sobel_la_OBJECTS = $(am_sobel_la_OBJECTS)
506 softglow_la_LIBADD =
507 am_softglow_la_OBJECTS = softglow.lo
508 softglow_la_OBJECTS = $(am_softglow_la_OBJECTS)
509 softlight_la_LIBADD =
510 am_softlight_la_OBJECTS = softlight.lo
511 softlight_la_OBJECTS = $(am_softlight_la_OBJECTS)
512 sopsat_la_LIBADD =
513 am_sopsat_la_OBJECTS = sopsat.lo
514 sopsat_la_OBJECTS = $(am_sopsat_la_OBJECTS)
515 spillsupress_la_LIBADD =
516 am_spillsupress_la_OBJECTS = spillsupress.lo
517 spillsupress_la_OBJECTS = $(am_spillsupress_la_OBJECTS)
518 squareblur_la_LIBADD =
519 am_squareblur_la_OBJECTS = squareblur.lo
520 squareblur_la_OBJECTS = $(am_squareblur_la_OBJECTS)
521 subtract_la_LIBADD =
522 am_subtract_la_OBJECTS = subtract.lo
523 subtract_la_OBJECTS = $(am_subtract_la_OBJECTS)
524 tehroxx0r_la_LIBADD =
525 am_tehroxx0r_la_OBJECTS = tehRoxx0r.lo
526 tehroxx0r_la_OBJECTS = $(am_tehroxx0r_la_OBJECTS)
527 test_pat_B_la_LIBADD =
528 am_test_pat_B_la_OBJECTS = test_pat_B.lo
529 test_pat_B_la_OBJECTS = $(am_test_pat_B_la_OBJECTS)
530 test_pat_C_la_LIBADD =
531 am_test_pat_C_la_OBJECTS = test_pat_C.lo
532 test_pat_C_la_OBJECTS = $(am_test_pat_C_la_OBJECTS)
533 test_pat_G_la_LIBADD =
534 am_test_pat_G_la_OBJECTS = test_pat_G.lo
535 test_pat_G_la_OBJECTS = $(am_test_pat_G_la_OBJECTS)
536 test_pat_I_la_LIBADD =
537 am_test_pat_I_la_OBJECTS = test_pat_I.lo
538 test_pat_I_la_OBJECTS = $(am_test_pat_I_la_OBJECTS)
539 test_pat_L_la_LIBADD =
540 am_test_pat_L_la_OBJECTS = test_pat_L.lo
541 test_pat_L_la_OBJECTS = $(am_test_pat_L_la_OBJECTS)
542 test_pat_R_la_LIBADD =
543 am_test_pat_R_la_OBJECTS = test_pat_R.lo
544 test_pat_R_la_OBJECTS = $(am_test_pat_R_la_OBJECTS)
545 three_point_balance_la_LIBADD =
546 am_three_point_balance_la_OBJECTS = three_point_balance.lo
547 three_point_balance_la_OBJECTS = $(am_three_point_balance_la_OBJECTS)
548 threelay0r_la_LIBADD =
549 am_threelay0r_la_OBJECTS = threelay0r.lo
550 threelay0r_la_OBJECTS = $(am_threelay0r_la_OBJECTS)
551 threshold0r_la_LIBADD =
552 am_threshold0r_la_OBJECTS = threshold0r.lo
553 threshold0r_la_OBJECTS = $(am_threshold0r_la_OBJECTS)
554 timeout_la_LIBADD =
555 am_timeout_la_OBJECTS = timeout.lo
556 timeout_la_OBJECTS = $(am_timeout_la_OBJECTS)
557 tint0r_la_LIBADD =
558 am_tint0r_la_OBJECTS = tint0r.lo
559 tint0r_la_OBJECTS = $(am_tint0r_la_OBJECTS)
560 transparency_la_LIBADD =
561 am_transparency_la_OBJECTS = transparency.lo
562 transparency_la_OBJECTS = $(am_transparency_la_OBJECTS)
563 twolay0r_la_LIBADD =
564 am_twolay0r_la_OBJECTS = twolay0r.lo
565 twolay0r_la_OBJECTS = $(am_twolay0r_la_OBJECTS)
566 uvmap_la_LIBADD =
567 am_uvmap_la_OBJECTS = uvmap.lo
568 uvmap_la_OBJECTS = $(am_uvmap_la_OBJECTS)
569 value_la_LIBADD =
570 am_value_la_OBJECTS = value.lo
571 value_la_OBJECTS = $(am_value_la_OBJECTS)
572 vectorscope_la_DEPENDENCIES =
573 am__vectorscope_la_SOURCES_DIST = filter/vectorscope/vectorscope.c \
574 filter/vectorscope/vectorscope_image.h
575 @HAVE_GAVL_TRUE@am_vectorscope_la_OBJECTS = \
576 @HAVE_GAVL_TRUE@ vectorscope_la-vectorscope.lo
577 vectorscope_la_OBJECTS = $(am_vectorscope_la_OBJECTS)
578 vectorscope_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
579 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
580 $(vectorscope_la_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o \
581 $@
582 @HAVE_GAVL_TRUE@am_vectorscope_la_rpath = -rpath $(plugindir)
583 vertigo_la_LIBADD =
584 am_vertigo_la_OBJECTS = vertigo.lo
585 vertigo_la_OBJECTS = $(am_vertigo_la_OBJECTS)
586 vignette_la_LIBADD =
587 am_vignette_la_OBJECTS = vignette.lo
588 vignette_la_OBJECTS = $(am_vignette_la_OBJECTS)
589 xfade0r_la_LIBADD =
590 am_xfade0r_la_OBJECTS = xfade0r.lo
591 xfade0r_la_OBJECTS = $(am_xfade0r_la_OBJECTS)
592 AM_V_P = $(am__v_P_@AM_V@)
593 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
594 am__v_P_0 = false
595 am__v_P_1 = :
596 AM_V_GEN = $(am__v_GEN_@AM_V@)
597 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
598 am__v_GEN_0 = @echo " GEN " $@;
599 am__v_GEN_1 =
600 AM_V_at = $(am__v_at_@AM_V@)
601 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
602 am__v_at_0 = @
603 am__v_at_1 =
604 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
605 depcomp = $(SHELL) $(top_srcdir)/depcomp
606 am__depfiles_maybe = depfiles
607 am__mv = mv -f
608 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
609 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
610 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
611 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
612 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
613 $(AM_CFLAGS) $(CFLAGS)
614 AM_V_CC = $(am__v_CC_@AM_V@)
615 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
616 am__v_CC_0 = @echo " CC " $@;
617 am__v_CC_1 =
618 CCLD = $(CC)
619 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
620 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
621 $(AM_LDFLAGS) $(LDFLAGS) -o $@
622 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
623 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
624 am__v_CCLD_0 = @echo " CCLD " $@;
625 am__v_CCLD_1 =
626 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
627 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
628 LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
629 $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
630 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
631 $(AM_CXXFLAGS) $(CXXFLAGS)
632 AM_V_CXX = $(am__v_CXX_@AM_V@)
633 am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
634 am__v_CXX_0 = @echo " CXX " $@;
635 am__v_CXX_1 =
636 CXXLD = $(CXX)
637 CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
638 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
639 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
640 AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
641 am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
642 am__v_CXXLD_0 = @echo " CXXLD " $@;
643 am__v_CXXLD_1 =
644 SOURCES = $(3dflippo_la_SOURCES) $(B_la_SOURCES) $(G_la_SOURCES) \
645 $(IIRblur_la_SOURCES) $(R_la_SOURCES) $(RGB_la_SOURCES) \
646 $(addition_la_SOURCES) $(addition_alpha_la_SOURCES) \
647 $(alpha0ps_la_SOURCES) $(alphaatop_la_SOURCES) \
648 $(alphagrad_la_SOURCES) $(alphain_la_SOURCES) \
649 $(alphainjection_la_SOURCES) $(alphaout_la_SOURCES) \
650 $(alphaover_la_SOURCES) $(alphaspot_la_SOURCES) \
651 $(alphaxor_la_SOURCES) $(balanc0r_la_SOURCES) \
652 $(baltan_la_SOURCES) $(bgsubtract0r_la_SOURCES) \
653 $(blend_la_SOURCES) $(bluescreen0r_la_SOURCES) \
654 $(brightness_la_SOURCES) $(burn_la_SOURCES) $(bw0r_la_SOURCES) \
655 $(c0rners_la_SOURCES) $(cairoaffineblend_la_SOURCES) \
656 $(cairoblend_la_SOURCES) $(cairogradient_la_SOURCES) \
657 $(cairoimagegrid_la_SOURCES) $(cartoon_la_SOURCES) \
658 $(cluster_la_SOURCES) $(colgate_la_SOURCES) \
659 $(color_only_la_SOURCES) $(coloradj_RGB_la_SOURCES) \
660 $(colordistance_la_SOURCES) $(colorhalftone_la_SOURCES) \
661 $(colorize_la_SOURCES) $(colortap_la_SOURCES) \
662 $(composition_la_SOURCES) $(contrast0r_la_SOURCES) \
663 $(curves_la_SOURCES) $(d90stairsteppingfix_la_SOURCES) \
664 $(darken_la_SOURCES) $(defish0r_la_SOURCES) \
665 $(delay0r_la_SOURCES) $(delaygrab_la_SOURCES) \
666 $(difference_la_SOURCES) $(distort0r_la_SOURCES) \
667 $(dither_la_SOURCES) $(divide_la_SOURCES) $(dodge_la_SOURCES) \
668 $(edgeglow_la_SOURCES) $(emboss_la_SOURCES) \
669 $(equaliz0r_la_SOURCES) $(facebl0r_la_SOURCES) \
670 $(facedetect_la_SOURCES) $(flippo_la_SOURCES) \
671 $(gamma_la_SOURCES) $(glitch0r_la_SOURCES) $(glow_la_SOURCES) \
672 $(grain_extract_la_SOURCES) $(grain_merge_la_SOURCES) \
673 $(hardlight_la_SOURCES) $(hqdn3d_la_SOURCES) $(hue_la_SOURCES) \
674 $(hueshift0r_la_SOURCES) $(invert0r_la_SOURCES) \
675 $(ising0r_la_SOURCES) $(keyspillm0pup_la_SOURCES) \
676 $(lenscorrection_la_SOURCES) $(letterb0xed_la_SOURCES) \
677 $(levels_la_SOURCES) $(lighten_la_SOURCES) \
678 $(lightgraffiti_la_SOURCES) $(lissajous0r_la_SOURCES) \
679 $(luminance_la_SOURCES) $(mask0mate_la_SOURCES) \
680 $(medians_la_SOURCES) $(multiply_la_SOURCES) \
681 $(ndvi_la_SOURCES) $(nervous_la_SOURCES) $(nois0r_la_SOURCES) \
682 $(nosync0r_la_SOURCES) $(onecol0r_la_SOURCES) \
683 $(overlay_la_SOURCES) $(partik0l_la_SOURCES) \
684 $(perspective_la_SOURCES) $(pixeliz0r_la_SOURCES) \
685 $(plasma_la_SOURCES) $(posterize_la_SOURCES) \
686 $(pr0be_la_SOURCES) $(pr0file_la_SOURCES) \
687 $(primaries_la_SOURCES) $(rgbnoise_la_SOURCES) \
688 $(rgbparade_la_SOURCES) $(rgbsplit0r_la_SOURCES) \
689 $(saturat0r_la_SOURCES) $(saturation_la_SOURCES) \
690 $(scale0tilt_la_SOURCES) $(scanline0r_la_SOURCES) \
691 $(screen_la_SOURCES) $(select0r_la_SOURCES) \
692 $(sharpness_la_SOURCES) $(sigmoidaltransfer_la_SOURCES) \
693 $(sobel_la_SOURCES) $(softglow_la_SOURCES) \
694 $(softlight_la_SOURCES) $(sopsat_la_SOURCES) \
695 $(spillsupress_la_SOURCES) $(squareblur_la_SOURCES) \
696 $(subtract_la_SOURCES) $(tehroxx0r_la_SOURCES) \
697 $(test_pat_B_la_SOURCES) $(test_pat_C_la_SOURCES) \
698 $(test_pat_G_la_SOURCES) $(test_pat_I_la_SOURCES) \
699 $(test_pat_L_la_SOURCES) $(test_pat_R_la_SOURCES) \
700 $(three_point_balance_la_SOURCES) $(threelay0r_la_SOURCES) \
701 $(threshold0r_la_SOURCES) $(timeout_la_SOURCES) \
702 $(tint0r_la_SOURCES) $(transparency_la_SOURCES) \
703 $(twolay0r_la_SOURCES) $(uvmap_la_SOURCES) $(value_la_SOURCES) \
704 $(vectorscope_la_SOURCES) $(vertigo_la_SOURCES) \
705 $(vignette_la_SOURCES) $(xfade0r_la_SOURCES)
706 DIST_SOURCES = $(3dflippo_la_SOURCES) $(B_la_SOURCES) $(G_la_SOURCES) \
707 $(IIRblur_la_SOURCES) $(R_la_SOURCES) $(RGB_la_SOURCES) \
708 $(addition_la_SOURCES) $(addition_alpha_la_SOURCES) \
709 $(alpha0ps_la_SOURCES) $(alphaatop_la_SOURCES) \
710 $(alphagrad_la_SOURCES) $(alphain_la_SOURCES) \
711 $(alphainjection_la_SOURCES) $(alphaout_la_SOURCES) \
712 $(alphaover_la_SOURCES) $(alphaspot_la_SOURCES) \
713 $(alphaxor_la_SOURCES) $(balanc0r_la_SOURCES) \
714 $(baltan_la_SOURCES) $(bgsubtract0r_la_SOURCES) \
715 $(blend_la_SOURCES) $(bluescreen0r_la_SOURCES) \
716 $(brightness_la_SOURCES) $(burn_la_SOURCES) $(bw0r_la_SOURCES) \
717 $(c0rners_la_SOURCES) $(am__cairoaffineblend_la_SOURCES_DIST) \
718 $(am__cairoblend_la_SOURCES_DIST) \
719 $(am__cairogradient_la_SOURCES_DIST) \
720 $(am__cairoimagegrid_la_SOURCES_DIST) $(cartoon_la_SOURCES) \
721 $(cluster_la_SOURCES) $(colgate_la_SOURCES) \
722 $(color_only_la_SOURCES) $(coloradj_RGB_la_SOURCES) \
723 $(colordistance_la_SOURCES) $(colorhalftone_la_SOURCES) \
724 $(colorize_la_SOURCES) $(colortap_la_SOURCES) \
725 $(composition_la_SOURCES) $(contrast0r_la_SOURCES) \
726 $(curves_la_SOURCES) $(d90stairsteppingfix_la_SOURCES) \
727 $(darken_la_SOURCES) $(defish0r_la_SOURCES) \
728 $(delay0r_la_SOURCES) $(delaygrab_la_SOURCES) \
729 $(difference_la_SOURCES) $(distort0r_la_SOURCES) \
730 $(dither_la_SOURCES) $(divide_la_SOURCES) $(dodge_la_SOURCES) \
731 $(edgeglow_la_SOURCES) $(emboss_la_SOURCES) \
732 $(equaliz0r_la_SOURCES) $(am__facebl0r_la_SOURCES_DIST) \
733 $(am__facedetect_la_SOURCES_DIST) $(flippo_la_SOURCES) \
734 $(gamma_la_SOURCES) $(glitch0r_la_SOURCES) $(glow_la_SOURCES) \
735 $(grain_extract_la_SOURCES) $(grain_merge_la_SOURCES) \
736 $(hardlight_la_SOURCES) $(hqdn3d_la_SOURCES) $(hue_la_SOURCES) \
737 $(hueshift0r_la_SOURCES) $(invert0r_la_SOURCES) \
738 $(ising0r_la_SOURCES) $(keyspillm0pup_la_SOURCES) \
739 $(lenscorrection_la_SOURCES) $(letterb0xed_la_SOURCES) \
740 $(levels_la_SOURCES) $(lighten_la_SOURCES) \
741 $(lightgraffiti_la_SOURCES) $(lissajous0r_la_SOURCES) \
742 $(luminance_la_SOURCES) $(mask0mate_la_SOURCES) \
743 $(medians_la_SOURCES) $(multiply_la_SOURCES) \
744 $(ndvi_la_SOURCES) $(nervous_la_SOURCES) $(nois0r_la_SOURCES) \
745 $(nosync0r_la_SOURCES) $(onecol0r_la_SOURCES) \
746 $(overlay_la_SOURCES) $(partik0l_la_SOURCES) \
747 $(perspective_la_SOURCES) $(pixeliz0r_la_SOURCES) \
748 $(plasma_la_SOURCES) $(posterize_la_SOURCES) \
749 $(pr0be_la_SOURCES) $(pr0file_la_SOURCES) \
750 $(primaries_la_SOURCES) $(rgbnoise_la_SOURCES) \
751 $(am__rgbparade_la_SOURCES_DIST) $(rgbsplit0r_la_SOURCES) \
752 $(saturat0r_la_SOURCES) $(saturation_la_SOURCES) \
753 $(am__scale0tilt_la_SOURCES_DIST) $(scanline0r_la_SOURCES) \
754 $(screen_la_SOURCES) $(select0r_la_SOURCES) \
755 $(sharpness_la_SOURCES) $(sigmoidaltransfer_la_SOURCES) \
756 $(sobel_la_SOURCES) $(softglow_la_SOURCES) \
757 $(softlight_la_SOURCES) $(sopsat_la_SOURCES) \
758 $(spillsupress_la_SOURCES) $(squareblur_la_SOURCES) \
759 $(subtract_la_SOURCES) $(tehroxx0r_la_SOURCES) \
760 $(test_pat_B_la_SOURCES) $(test_pat_C_la_SOURCES) \
761 $(test_pat_G_la_SOURCES) $(test_pat_I_la_SOURCES) \
762 $(test_pat_L_la_SOURCES) $(test_pat_R_la_SOURCES) \
763 $(three_point_balance_la_SOURCES) $(threelay0r_la_SOURCES) \
764 $(threshold0r_la_SOURCES) $(timeout_la_SOURCES) \
765 $(tint0r_la_SOURCES) $(transparency_la_SOURCES) \
766 $(twolay0r_la_SOURCES) $(uvmap_la_SOURCES) $(value_la_SOURCES) \
767 $(am__vectorscope_la_SOURCES_DIST) $(vertigo_la_SOURCES) \
768 $(vignette_la_SOURCES) $(xfade0r_la_SOURCES)
769 am__can_run_installinfo = \
770 case $$AM_UPDATE_INFO_DIR in \
771 n|no|NO) false;; \
772 *) (install-info --version) >/dev/null 2>&1;; \
773 esac
774 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
775 # Read a list of newline-separated strings from the standard input,
776 # and print each of them once, without duplicates. Input order is
777 # *not* preserved.
778 am__uniquify_input = $(AWK) '\
779 BEGIN { nonempty = 0; } \
780 { items[$$0] = 1; nonempty = 1; } \
781 END { if (nonempty) { for (i in items) print i; }; } \
782 '
783 # Make sure the list of sources is unique. This is necessary because,
784 # e.g., the same source file might be shared among _SOURCES variables
785 # for different programs/libraries.
786 am__define_uniq_tagged_files = \
787 list='$(am__tagged_files)'; \
788 unique=`for i in $$list; do \
789 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
790 done | $(am__uniquify_input)`
791 ETAGS = etags
792 CTAGS = ctags
793 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
794 ACLOCAL = @ACLOCAL@
795 AMTAR = @AMTAR@
796 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
797 AR = @AR@
798 AUTOCONF = @AUTOCONF@
799 AUTOHEADER = @AUTOHEADER@
800 AUTOMAKE = @AUTOMAKE@
801 AWK = @AWK@
802 CAIRO_CFLAGS = @CAIRO_CFLAGS@
803 CAIRO_LIBS = @CAIRO_LIBS@
804 CC = @CC@
805 CCDEPMODE = @CCDEPMODE@
806 CFLAGS = @CFLAGS@
807 CPP = @CPP@
808 CPPFLAGS = @CPPFLAGS@
809 CXX = @CXX@
810 CXXCPP = @CXXCPP@
811 CXXDEPMODE = @CXXDEPMODE@
812 CXXFLAGS = @CXXFLAGS@
813 CYGPATH_W = @CYGPATH_W@
814 DEFS = @DEFS@
815 DEPDIR = @DEPDIR@
816 DLLTOOL = @DLLTOOL@
817 DOXYGEN = @DOXYGEN@
818 DSYMUTIL = @DSYMUTIL@
819 DUMPBIN = @DUMPBIN@
820 ECHO_C = @ECHO_C@
821 ECHO_N = @ECHO_N@
822 ECHO_T = @ECHO_T@
823 EGREP = @EGREP@
824 EXEEXT = @EXEEXT@
825 FGREP = @FGREP@
826 GAVL_CFLAGS = @GAVL_CFLAGS@
827 GAVL_LIBS = @GAVL_LIBS@
828 GREP = @GREP@
829 HAVE_OPENCV = @HAVE_OPENCV@
830 INSTALL = @INSTALL@
831 INSTALL_DATA = @INSTALL_DATA@
832 INSTALL_PROGRAM = @INSTALL_PROGRAM@
833 INSTALL_SCRIPT = @INSTALL_SCRIPT@
834 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
835 LD = @LD@
836 LDFLAGS = @LDFLAGS@
837 LIBOBJS = @LIBOBJS@
838 LIBS = @LIBS@
839 LIBTOOL = @LIBTOOL@
840 LIPO = @LIPO@
841 LN_S = @LN_S@
842 LTLIBOBJS = @LTLIBOBJS@
843 MAKEINFO = @MAKEINFO@
844 MANIFEST_TOOL = @MANIFEST_TOOL@
845 MKDIR_P = @MKDIR_P@
846 NM = @NM@
847 NMEDIT = @NMEDIT@
848 OBJDUMP = @OBJDUMP@
849 OBJEXT = @OBJEXT@
850 OPENCV_CFLAGS = @OPENCV_CFLAGS@
851 OPENCV_LIBS = @OPENCV_LIBS@
852 OTOOL = @OTOOL@
853 OTOOL64 = @OTOOL64@
854 PACKAGE = @PACKAGE@
855 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
856 PACKAGE_DATA_DIR = @PACKAGE_DATA_DIR@
857 PACKAGE_LIB_DIR = @PACKAGE_LIB_DIR@
858 PACKAGE_NAME = @PACKAGE_NAME@
859 PACKAGE_STRING = @PACKAGE_STRING@
860 PACKAGE_TARNAME = @PACKAGE_TARNAME@
861 PACKAGE_URL = @PACKAGE_URL@
862 PACKAGE_VERSION = @PACKAGE_VERSION@
863 PATH_SEPARATOR = @PATH_SEPARATOR@
864 PKG_CONFIG = @PKG_CONFIG@
865 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
866 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
867 RANLIB = @RANLIB@
868 SED = @SED@
869 SET_MAKE = @SET_MAKE@
870 SHELL = @SHELL@
871 STRIP = @STRIP@
872 VERSION = @VERSION@
873 abs_builddir = @abs_builddir@
874 abs_srcdir = @abs_srcdir@
875 abs_top_builddir = @abs_top_builddir@
876 abs_top_srcdir = @abs_top_srcdir@
877 ac_ct_AR = @ac_ct_AR@
878 ac_ct_CC = @ac_ct_CC@
879 ac_ct_CXX = @ac_ct_CXX@
880 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
881 am__include = @am__include@
882 am__leading_dot = @am__leading_dot@
883 am__quote = @am__quote@
884 am__tar = @am__tar@
885 am__untar = @am__untar@
886 bindir = @bindir@
887 build = @build@
888 build_alias = @build_alias@
889 build_cpu = @build_cpu@
890 build_os = @build_os@
891 build_vendor = @build_vendor@
892 builddir = @builddir@
893 datadir = @datadir@
894 datarootdir = @datarootdir@
895 docdir = @docdir@
896 dvidir = @dvidir@
897 exec_prefix = @exec_prefix@
898 host = @host@
899 host_alias = @host_alias@
900 host_cpu = @host_cpu@
901 host_os = @host_os@
902 host_vendor = @host_vendor@
903 htmldir = @htmldir@
904 includedir = @includedir@
905 infodir = @infodir@
906 install_sh = @install_sh@
907 libdir = @libdir@
908 libexecdir = @libexecdir@
909 localedir = @localedir@
910 localstatedir = @localstatedir@
911 mandir = @mandir@
912 mkdir_p = @mkdir_p@
913 oldincludedir = @oldincludedir@
914 pdfdir = @pdfdir@
915 prefix = @prefix@
916 program_transform_name = @program_transform_name@
917 psdir = @psdir@
918 sbindir = @sbindir@
919 sharedstatedir = @sharedstatedir@
920 srcdir = @srcdir@
921 sysconfdir = @sysconfdir@
922 target_alias = @target_alias@
923 top_build_prefix = @top_build_prefix@
924 top_builddir = @top_builddir@
925 top_srcdir = @top_srcdir@
926 plugin_LTLIBRARIES = 3dflippo.la addition.la addition_alpha.la \
927 alpha0ps.la alphaatop.la alphagrad.la alphain.la \
928 alphainjection.la alphaout.la alphaover.la alphaspot.la \
929 alphaxor.la B.la balanc0r.la baltan.la blend.la \
930 bluescreen0r.la bgsubtract0r.la brightness.la burn.la bw0r.la \
931 c0rners.la cartoon.la cluster.la colgate.la coloradj_RGB.la \
932 colordistance.la colorhalftone.la colorize.la colortap.la \
933 color_only.la composition.la contrast0r.la curves.la \
934 d90stairsteppingfix.la darken.la defish0r.la delay0r.la \
935 delaygrab.la difference.la distort0r.la dither.la divide.la \
936 dodge.la edgeglow.la emboss.la equaliz0r.la flippo.la G.la \
937 gamma.la glow.la glitch0r.la grain_extract.la grain_merge.la \
938 hardlight.la hqdn3d.la hue.la hueshift0r.la IIRblur.la \
939 invert0r.la ising0r.la keyspillm0pup.la lenscorrection.la \
940 letterb0xed.la levels.la lighten.la lightgraffiti.la \
941 lissajous0r.la luminance.la mask0mate.la medians.la \
942 multiply.la ndvi.la nervous.la nois0r.la nosync0r.la \
943 onecol0r.la overlay.la partik0l.la perspective.la pixeliz0r.la \
944 plasma.la posterize.la pr0be.la pr0file.la primaries.la R.la \
945 RGB.la rgbnoise.la rgbsplit0r.la saturation.la saturat0r.la \
946 scanline0r.la screen.la select0r.la sharpness.la \
947 sigmoidaltransfer.la sobel.la softglow.la softlight.la \
948 sopsat.la spillsupress.la squareblur.la subtract.la \
949 tehroxx0r.la test_pat_B.la test_pat_C.la test_pat_G.la \
950 test_pat_I.la test_pat_L.la test_pat_R.la \
951 three_point_balance.la threshold0r.la threelay0r.la timeout.la \
952 tint0r.la transparency.la twolay0r.la uvmap.la value.la \
953 vertigo.la vignette.la xfade0r.la $(am__append_1) \
954 $(am__append_2) $(am__append_3)
955 @HAVE_GAVL_TRUE@scale0tilt_la_SOURCES = filter/scale0tilt/scale0tilt.c
956 @HAVE_GAVL_TRUE@scale0tilt_la_CFLAGS = @GAVL_CFLAGS@ @CFLAGS@
957 @HAVE_GAVL_TRUE@scale0tilt_la_LIBADD = @GAVL_LIBS@
958 @HAVE_GAVL_TRUE@vectorscope_la_SOURCES = filter/vectorscope/vectorscope.c filter/vectorscope/vectorscope_image.h
959 @HAVE_GAVL_TRUE@vectorscope_la_CFLAGS = @GAVL_CFLAGS@ @CFLAGS@
960 @HAVE_GAVL_TRUE@vectorscope_la_LIBADD = @GAVL_LIBS@
961 @HAVE_GAVL_TRUE@rgbparade_la_SOURCES = filter/rgbparade/rgbparade.c filter/rgbparade/rgbparade_image.h
962 @HAVE_GAVL_TRUE@rgbparade_la_CFLAGS = @GAVL_CFLAGS@ @CFLAGS@
963 @HAVE_GAVL_TRUE@rgbparade_la_LIBADD = @GAVL_LIBS@
964 @HAVE_OPENCV_TRUE@facebl0r_la_SOURCES = filter/facebl0r/facebl0r.cpp
965 @HAVE_OPENCV_TRUE@facebl0r_la_CFLAGS = @OPENCV_CFLAGS@ @CFLAGS@
966 @HAVE_OPENCV_TRUE@facebl0r_la_LIBADD = @OPENCV_LIBS@
967 @HAVE_OPENCV_TRUE@facedetect_la_SOURCES = filter/facedetect/facedetect.cpp
968 @HAVE_OPENCV_TRUE@facedetect_la_CFLAGS = @OPENCV_CFLAGS@ @CFLAGS@
969 @HAVE_OPENCV_TRUE@facedetect_la_LIBADD = @OPENCV_LIBS@
970 @HAVE_CAIRO_TRUE@cairogradient_la_SOURCES = filter/cairogradient/cairogradient.c
971 @HAVE_CAIRO_TRUE@cairogradient_la_CFLAGS = @CAIRO_CFLAGS@ @CFLAGS@
972 @HAVE_CAIRO_TRUE@cairogradient_la_LIBADD = @CAIRO_LIBS@
973 @HAVE_CAIRO_TRUE@cairoimagegrid_la_SOURCES = filter/cairoimagegrid/cairoimagegrid.c
974 @HAVE_CAIRO_TRUE@cairoimagegrid_la_CFLAGS = @CAIRO_CFLAGS@ @CFLAGS@
975 @HAVE_CAIRO_TRUE@cairoimagegrid_la_LIBADD = @CAIRO_LIBS@
976 @HAVE_CAIRO_TRUE@cairoaffineblend_la_SOURCES = mixer2/cairoaffineblend/cairoaffineblend.c
977 @HAVE_CAIRO_TRUE@cairoaffineblend_la_CFLAGS = @CAIRO_CFLAGS@ @CFLAGS@
978 @HAVE_CAIRO_TRUE@cairoaffineblend_la_LIBADD = @CAIRO_LIBS@
979 @HAVE_CAIRO_TRUE@cairoblend_la_SOURCES = mixer2/cairoblend/cairoblend.c
980 @HAVE_CAIRO_TRUE@cairoblend_la_CFLAGS = @CAIRO_CFLAGS@ @CFLAGS@
981 @HAVE_CAIRO_TRUE@cairoblend_la_LIBADD = @CAIRO_LIBS@
982 @HAVE_CAIRO_TRUE@ndvi_la_CPPFLAGS = @CAIRO_CFLAGS@ @CPPFLAGS@ -DHAVE_CAIRO
983 @HAVE_CAIRO_TRUE@ndvi_la_LIBADD = @CAIRO_LIBS@
984
985 #
986 # FILTERS
987 #
988 3dflippo_la_SOURCES = filter/3dflippo/3dflippo.c
989 alpha0ps_la_SOURCES = filter/alpha0ps/alpha0ps.c filter/alpha0ps/fibe_f.h
990 alphagrad_la_SOURCES = filter/alpha0ps/alphagrad.c
991 alphaspot_la_SOURCES = filter/alpha0ps/alphaspot.c
992 B_la_SOURCES = filter/RGB/B.c
993 balanc0r_la_SOURCES = filter/balanc0r/balanc0r.c
994 baltan_la_SOURCES = filter/baltan/baltan.cpp
995 bgsubtract0r_la_SOURCES = filter/bgsubtract0r/bgsubtract0r.c
996 bluescreen0r_la_SOURCES = filter/bluescreen0r/bluescreen0r.cpp
997 brightness_la_SOURCES = filter/brightness/brightness.c
998 bw0r_la_SOURCES = filter/bw0r/bw0r.c
999 c0rners_la_SOURCES = filter/c0rners/c0rners.c filter/c0rners/interp.h
1000 cartoon_la_SOURCES = filter/cartoon/cartoon.cpp
1001 cluster_la_SOURCES = filter/cluster/cluster.c
1002 colgate_la_SOURCES = filter/colgate/colgate.c
1003 coloradj_RGB_la_SOURCES = filter/coloradj/coloradj_RGB.c
1004 colordistance_la_SOURCES = filter/colordistance/colordistance.c
1005 colorhalftone_la_SOURCES = filter/colorhalftone/colorhalftone.c
1006 colorize_la_SOURCES = filter/colorize/colorize.c
1007 colortap_la_SOURCES = filter/colortap/colortap.c
1008 contrast0r_la_SOURCES = filter/contrast0r/contrast0r.c
1009 curves_la_SOURCES = filter/curves/curves.c
1010 d90stairsteppingfix_la_SOURCES = filter/d90stairsteppingfix/d90stairsteppingfix.cpp
1011 defish0r_la_SOURCES = filter/defish0r/defish0r.c filter/defish0r/interp.h
1012 delay0r_la_SOURCES = filter/delay0r/delay0r.cpp
1013 delaygrab_la_SOURCES = filter/delaygrab/delaygrab.cpp
1014 distort0r_la_SOURCES = filter/distort0r/distort0r.c
1015 dither_la_SOURCES = filter/dither/dither.c
1016 edgeglow_la_SOURCES = filter/edgeglow/edgeglow.cpp
1017 emboss_la_SOURCES = filter/emboss/emboss.c
1018 equaliz0r_la_SOURCES = filter/equaliz0r/equaliz0r.cpp
1019 flippo_la_SOURCES = filter/flippo/flippo.c
1020 G_la_SOURCES = filter/RGB/G.c
1021 gamma_la_SOURCES = filter/gamma/gamma.c
1022 glow_la_SOURCES = filter/glow/glow.c
1023 glitch0r_la_SOURCES = filter/glitch0r/glitch0r.c
1024 hqdn3d_la_SOURCES = filter/denoise/hqdn3d.c
1025 hueshift0r_la_SOURCES = filter/hueshift0r/hueshift0r.c filter/hueshift0r/matrix.h
1026 IIRblur_la_SOURCES = filter/blur/IIRblur.c filter/blur/fibe.h
1027 invert0r_la_SOURCES = filter/invert0r/invert0r.c
1028 keyspillm0pup_la_SOURCES = filter/keyspillm0pup/keyspillm0pup.c
1029 lenscorrection_la_SOURCES = filter/lenscorrection/lenscorrection.c
1030 letterb0xed_la_SOURCES = filter/letterb0xed/letterb0xed.c
1031 levels_la_SOURCES = filter/levels/levels.c
1032 lightgraffiti_la_SOURCES = filter/lightgraffiti/lightgraffiti.cpp
1033 luminance_la_SOURCES = filter/luminance/luminance.c
1034 mask0mate_la_SOURCES = filter/mask0mate/mask0mate.c
1035 medians_la_SOURCES = filter/medians/medians.c filter/medians/ctmf.h filter/medians/small_medians.h
1036 ndvi_la_SOURCES = filter/ndvi/ndvi.cpp filter/ndvi/gradientlut.hpp
1037 nervous_la_SOURCES = filter/nervous/nervous.cpp
1038 nosync0r_la_SOURCES = filter/nosync0r/nosync0r.cpp
1039 partik0l_la_SOURCES = generator/partik0l/partik0l.cpp
1040 perspective_la_SOURCES = filter/perspective/perspective.c
1041 pixeliz0r_la_SOURCES = filter/pixeliz0r/pixeliz0r.c
1042 posterize_la_SOURCES = filter/posterize/posterize.c
1043 pr0be_la_SOURCES = filter/measure/pr0be.c filter/measure/measure.h filter/measure/font2.h
1044 pr0file_la_SOURCES = filter/measure/pr0file.c filter/measure/measure.h filter/measure/font2.h
1045 primaries_la_SOURCES = filter/primaries/primaries.cpp
1046 R_la_SOURCES = filter/RGB/R.c
1047 rgbnoise_la_SOURCES = filter/rgbnoise/rgbnoise.c
1048 rgbsplit0r_la_SOURCES = filter/rgbsplit0r/rgbsplit0r.c
1049 saturat0r_la_SOURCES = filter/saturat0r/saturat0r.c
1050 scanline0r_la_SOURCES = filter/scanline0r/scanline0r.cpp
1051 select0r_la_SOURCES = filter/select0r/select0r.c
1052 sharpness_la_SOURCES = filter/sharpness/sharpness.c
1053 sigmoidaltransfer_la_SOURCES = filter/sigmoidaltransfer/sigmoidaltransfer.c
1054 sobel_la_SOURCES = filter/sobel/sobel.cpp
1055 softglow_la_SOURCES = filter/softglow/softglow.c
1056 sopsat_la_SOURCES = filter/sopsat/sopsat.cpp
1057 spillsupress_la_SOURCES = filter/spillsupress/spillsupress.c
1058 squareblur_la_SOURCES = filter/squareblur/squareblur.c
1059 tehroxx0r_la_SOURCES = filter/tehroxx0r/tehRoxx0r.c
1060 threelay0r_la_SOURCES = filter/threelay0r/threelay0r.cpp
1061 three_point_balance_la_SOURCES = filter/three_point_balance/three_point_balance.c
1062 threshold0r_la_SOURCES = filter/threshold0r/threshold0r.c
1063 timeout_la_SOURCES = filter/timeout/timeout.cpp
1064 tint0r_la_SOURCES = filter/tint0r/tint0r.c
1065 transparency_la_SOURCES = filter/transparency/transparency.c
1066 twolay0r_la_SOURCES = filter/twolay0r/twolay0r.cpp
1067 vertigo_la_SOURCES = filter/vertigo/vertigo.c
1068 vignette_la_SOURCES = filter/vignette/vignette.cpp
1069
1070 #
1071 # GENERATORS
1072 #
1073 ising0r_la_SOURCES = generator/ising0r/ising0r.c
1074 lissajous0r_la_SOURCES = generator/lissajous0r/lissajous0r.cpp
1075 nois0r_la_SOURCES = generator/nois0r/nois0r.cpp
1076 onecol0r_la_SOURCES = generator/onecol0r/onecol0r.cpp
1077 plasma_la_SOURCES = generator/dem0scene/plasma.cpp
1078 test_pat_B_la_SOURCES = generator/test_pat/test_pat_B.c
1079 test_pat_C_la_SOURCES = generator/test_pat/test_pat_C.c
1080 test_pat_G_la_SOURCES = generator/test_pat/test_pat_G.c
1081 test_pat_I_la_SOURCES = generator/test_pat/test_pat_I.c
1082 test_pat_L_la_SOURCES = generator/test_pat/test_pat_L.c
1083 test_pat_R_la_SOURCES = generator/test_pat/test_pat_R.c
1084
1085 #
1086 # MIXERS
1087 #
1088 addition_la_SOURCES = mixer2/addition/addition.cpp
1089 addition_alpha_la_SOURCES = mixer2/addition_alpha/addition_alpha.cpp
1090 alphaatop_la_SOURCES = mixer2/alphaatop/alphaatop.cpp
1091 alphainjection_la_SOURCES = mixer2/alphainjection/alphainjection.c
1092 alphain_la_SOURCES = mixer2/alphain/alphain.cpp
1093 alphaout_la_SOURCES = mixer2/alphaout/alphaout.cpp
1094 alphaover_la_SOURCES = mixer2/alphaover/alphaover.cpp
1095 alphaxor_la_SOURCES = mixer2/alphaxor/alphaxor.cpp
1096 blend_la_SOURCES = mixer2/blend/blend.cpp
1097 burn_la_SOURCES = mixer2/burn/burn.cpp
1098 color_only_la_SOURCES = mixer2/color_only/color_only.cpp
1099 composition_la_SOURCES = mixer2/composition/composition.c
1100 darken_la_SOURCES = mixer2/darken/darken.cpp
1101 difference_la_SOURCES = mixer2/difference/difference.cpp
1102 divide_la_SOURCES = mixer2/divide/divide.cpp
1103 dodge_la_SOURCES = mixer2/dodge/dodge.cpp
1104 grain_extract_la_SOURCES = mixer2/grain_extract/grain_extract.cpp
1105 grain_merge_la_SOURCES = mixer2/grain_merge/grain_merge.cpp
1106 hardlight_la_SOURCES = mixer2/hardlight/hardlight.cpp
1107 hue_la_SOURCES = mixer2/hue/hue.cpp
1108 lighten_la_SOURCES = mixer2/lighten/lighten.cpp
1109 multiply_la_SOURCES = mixer2/multiply/multiply.cpp
1110 overlay_la_SOURCES = mixer2/overlay/overlay.cpp
1111 RGB_la_SOURCES = mixer3/RGB/RGB.c
1112 saturation_la_SOURCES = mixer2/saturation/saturation.cpp
1113 screen_la_SOURCES = mixer2/screen/screen.cpp
1114 softlight_la_SOURCES = mixer2/softlight/softlight.cpp
1115 subtract_la_SOURCES = mixer2/subtract/subtract.cpp
1116 uvmap_la_SOURCES = mixer2/uvmap/uvmap.c
1117 value_la_SOURCES = mixer2/value/value.cpp
1118 xfade0r_la_SOURCES = mixer2/xfade0r/xfade0r.cpp
1119 AM_CPPFLAGS = -I@top_srcdir@/include
1120 AM_CFLAGS = -I@top_srcdir@/include
1121 AM_LDFLAGS = -module -avoid-version -lm -export-dynamic
1122 AM_LIBTOOLFLAGS = --tag=disable-static
1123 plugindir = @libdir@/frei0r-1
1124 all: all-am
1125
1126 .SUFFIXES:
1127 .SUFFIXES: .c .cpp .lo .o .obj
1128 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
1129 @for dep in $?; do \
1130 case '$(am__configure_deps)' in \
1131 *$$dep*) \
1132 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1133 && { if test -f $@; then exit 0; else break; fi; }; \
1134 exit 1;; \
1135 esac; \
1136 done; \
1137 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
1138 $(am__cd) $(top_srcdir) && \
1139 $(AUTOMAKE) --foreign src/Makefile
1140 .PRECIOUS: Makefile
1141 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1142 @case '$?' in \
1143 *config.status*) \
1144 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
1145 *) \
1146 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
1147 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
1148 esac;
1149
1150 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1151 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1152
1153 $(top_srcdir)/configure: $(am__configure_deps)
1154 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1155 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
1156 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1157 $(am__aclocal_m4_deps):
1158
1159 clean-pluginLTLIBRARIES:
1160 -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
1161 @list='$(plugin_LTLIBRARIES)'; \
1162 locs=`for p in $$list; do echo $$p; done | \
1163 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1164 sort -u`; \
1165 test -z "$$locs" || { \
1166 echo rm -f $${locs}; \
1167 rm -f $${locs}; \
1168 }
1169
1170 3dflippo.la: $(3dflippo_la_OBJECTS) $(3dflippo_la_DEPENDENCIES) $(EXTRA_3dflippo_la_DEPENDENCIES)
1171 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(3dflippo_la_OBJECTS) $(3dflippo_la_LIBADD) $(LIBS)
1172
1173 B.la: $(B_la_OBJECTS) $(B_la_DEPENDENCIES) $(EXTRA_B_la_DEPENDENCIES)
1174 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(B_la_OBJECTS) $(B_la_LIBADD) $(LIBS)
1175
1176 G.la: $(G_la_OBJECTS) $(G_la_DEPENDENCIES) $(EXTRA_G_la_DEPENDENCIES)
1177 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(G_la_OBJECTS) $(G_la_LIBADD) $(LIBS)
1178
1179 IIRblur.la: $(IIRblur_la_OBJECTS) $(IIRblur_la_DEPENDENCIES) $(EXTRA_IIRblur_la_DEPENDENCIES)
1180 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(IIRblur_la_OBJECTS) $(IIRblur_la_LIBADD) $(LIBS)
1181
1182 R.la: $(R_la_OBJECTS) $(R_la_DEPENDENCIES) $(EXTRA_R_la_DEPENDENCIES)
1183 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(R_la_OBJECTS) $(R_la_LIBADD) $(LIBS)
1184
1185 RGB.la: $(RGB_la_OBJECTS) $(RGB_la_DEPENDENCIES) $(EXTRA_RGB_la_DEPENDENCIES)
1186 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(RGB_la_OBJECTS) $(RGB_la_LIBADD) $(LIBS)
1187
1188 addition.la: $(addition_la_OBJECTS) $(addition_la_DEPENDENCIES) $(EXTRA_addition_la_DEPENDENCIES)
1189 $(AM_V_CXXLD)$(CXXLINK) -rpath $(plugindir) $(addition_la_OBJECTS) $(addition_la_LIBADD) $(LIBS)
1190
1191 addition_alpha.la: $(addition_alpha_la_OBJECTS) $(addition_alpha_la_DEPENDENCIES) $(EXTRA_addition_alpha_la_DEPENDENCIES)
1192 $(AM_V_CXXLD)$(CXXLINK) -rpath $(plugindir) $(addition_alpha_la_OBJECTS) $(addition_alpha_la_LIBADD) $(LIBS)
1193
1194 alpha0ps.la: $(alpha0ps_la_OBJECTS) $(alpha0ps_la_DEPENDENCIES) $(EXTRA_alpha0ps_la_DEPENDENCIES)
1195 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(alpha0ps_la_OBJECTS) $(alpha0ps_la_LIBADD) $(LIBS)
1196
1197 alphaatop.la: $(alphaatop_la_OBJECTS) $(alphaatop_la_DEPENDENCIES) $(EXTRA_alphaatop_la_DEPENDENCIES)
1198 $(AM_V_CXXLD)$(CXXLINK) -rpath $(plugindir) $(alphaatop_la_OBJECTS) $(alphaatop_la_LIBADD) $(LIBS)
1199
1200 alphagrad.la: $(alphagrad_la_OBJECTS) $(alphagrad_la_DEPENDENCIES) $(EXTRA_alphagrad_la_DEPENDENCIES)
1201 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(alphagrad_la_OBJECTS) $(alphagrad_la_LIBADD) $(LIBS)
1202
1203 alphain.la: $(alphain_la_OBJECTS) $(alphain_la_DEPENDENCIES) $(EXTRA_alphain_la_DEPENDENCIES)
1204 $(AM_V_CXXLD)$(CXXLINK) -rpath $(plugindir) $(alphain_la_OBJECTS) $(alphain_la_LIBADD) $(LIBS)
1205
1206 alphainjection.la: $(alphainjection_la_OBJECTS) $(alphainjection_la_DEPENDENCIES) $(EXTRA_alphainjection_la_DEPENDENCIES)
1207 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(alphainjection_la_OBJECTS) $(alphainjection_la_LIBADD) $(LIBS)
1208
1209 alphaout.la: $(alphaout_la_OBJECTS) $(alphaout_la_DEPENDENCIES) $(EXTRA_alphaout_la_DEPENDENCIES)
1210 $(AM_V_CXXLD)$(CXXLINK) -rpath $(plugindir) $(alphaout_la_OBJECTS) $(alphaout_la_LIBADD) $(LIBS)
1211
1212 alphaover.la: $(alphaover_la_OBJECTS) $(alphaover_la_DEPENDENCIES) $(EXTRA_alphaover_la_DEPENDENCIES)
1213 $(AM_V_CXXLD)$(CXXLINK) -rpath $(plugindir) $(alphaover_la_OBJECTS) $(alphaover_la_LIBADD) $(LIBS)
1214
1215 alphaspot.la: $(alphaspot_la_OBJECTS) $(alphaspot_la_DEPENDENCIES) $(EXTRA_alphaspot_la_DEPENDENCIES)
1216 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(alphaspot_la_OBJECTS) $(alphaspot_la_LIBADD) $(LIBS)
1217
1218 alphaxor.la: $(alphaxor_la_OBJECTS) $(alphaxor_la_DEPENDENCIES) $(EXTRA_alphaxor_la_DEPENDENCIES)
1219 $(AM_V_CXXLD)$(CXXLINK) -rpath $(plugindir) $(alphaxor_la_OBJECTS) $(alphaxor_la_LIBADD) $(LIBS)
1220
1221 balanc0r.la: $(balanc0r_la_OBJECTS) $(balanc0r_la_DEPENDENCIES) $(EXTRA_balanc0r_la_DEPENDENCIES)
1222 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(balanc0r_la_OBJECTS) $(balanc0r_la_LIBADD) $(LIBS)
1223
1224 baltan.la: $(baltan_la_OBJECTS) $(baltan_la_DEPENDENCIES) $(EXTRA_baltan_la_DEPENDENCIES)
1225 $(AM_V_CXXLD)$(CXXLINK) -rpath $(plugindir) $(baltan_la_OBJECTS) $(baltan_la_LIBADD) $(LIBS)
1226
1227 bgsubtract0r.la: $(bgsubtract0r_la_OBJECTS) $(bgsubtract0r_la_DEPENDENCIES) $(EXTRA_bgsubtract0r_la_DEPENDENCIES)
1228 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(bgsubtract0r_la_OBJECTS) $(bgsubtract0r_la_LIBADD) $(LIBS)
1229
1230 blend.la: $(blend_la_OBJECTS) $(blend_la_DEPENDENCIES) $(EXTRA_blend_la_DEPENDENCIES)
1231 $(AM_V_CXXLD)$(CXXLINK) -rpath $(plugindir) $(blend_la_OBJECTS) $(blend_la_LIBADD) $(LIBS)
1232
1233 bluescreen0r.la: $(bluescreen0r_la_OBJECTS) $(bluescreen0r_la_DEPENDENCIES) $(EXTRA_bluescreen0r_la_DEPENDENCIES)
1234 $(AM_V_CXXLD)$(CXXLINK) -rpath $(plugindir) $(bluescreen0r_la_OBJECTS) $(bluescreen0r_la_LIBADD) $(LIBS)
1235
1236 brightness.la: $(brightness_la_OBJECTS) $(brightness_la_DEPENDENCIES) $(EXTRA_brightness_la_DEPENDENCIES)
1237 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(brightness_la_OBJECTS) $(brightness_la_LIBADD) $(LIBS)
1238
1239 burn.la: $(burn_la_OBJECTS) $(burn_la_DEPENDENCIES) $(EXTRA_burn_la_DEPENDENCIES)
1240 $(AM_V_CXXLD)$(CXXLINK) -rpath $(plugindir) $(burn_la_OBJECTS) $(burn_la_LIBADD) $(LIBS)
1241
1242 bw0r.la: $(bw0r_la_OBJECTS) $(bw0r_la_DEPENDENCIES) $(EXTRA_bw0r_la_DEPENDENCIES)
1243 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(bw0r_la_OBJECTS) $(bw0r_la_LIBADD) $(LIBS)
1244
1245 c0rners.la: $(c0rners_la_OBJECTS) $(c0rners_la_DEPENDENCIES) $(EXTRA_c0rners_la_DEPENDENCIES)
1246 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(c0rners_la_OBJECTS) $(c0rners_la_LIBADD) $(LIBS)
1247
1248 cairoaffineblend.la: $(cairoaffineblend_la_OBJECTS) $(cairoaffineblend_la_DEPENDENCIES) $(EXTRA_cairoaffineblend_la_DEPENDENCIES)
1249 $(AM_V_CCLD)$(cairoaffineblend_la_LINK) $(am_cairoaffineblend_la_rpath) $(cairoaffineblend_la_OBJECTS) $(cairoaffineblend_la_LIBADD) $(LIBS)
1250
1251 cairoblend.la: $(cairoblend_la_OBJECTS) $(cairoblend_la_DEPENDENCIES) $(EXTRA_cairoblend_la_DEPENDENCIES)
1252 $(AM_V_CCLD)$(cairoblend_la_LINK) $(am_cairoblend_la_rpath) $(cairoblend_la_OBJECTS) $(cairoblend_la_LIBADD) $(LIBS)
1253
1254 cairogradient.la: $(cairogradient_la_OBJECTS) $(cairogradient_la_DEPENDENCIES) $(EXTRA_cairogradient_la_DEPENDENCIES)
1255 $(AM_V_CCLD)$(cairogradient_la_LINK) $(am_cairogradient_la_rpath) $(cairogradient_la_OBJECTS) $(cairogradient_la_LIBADD) $(LIBS)
1256
1257 cairoimagegrid.la: $(cairoimagegrid_la_OBJECTS) $(cairoimagegrid_la_DEPENDENCIES) $(EXTRA_cairoimagegrid_la_DEPENDENCIES)
1258 $(AM_V_CCLD)$(cairoimagegrid_la_LINK) $(am_cairoimagegrid_la_rpath) $(cairoimagegrid_la_OBJECTS) $(cairoimagegrid_la_LIBADD) $(LIBS)
1259
1260 cartoon.la: $(cartoon_la_OBJECTS) $(cartoon_la_DEPENDENCIES) $(EXTRA_cartoon_la_DEPENDENCIES)
1261 $(AM_V_CXXLD)$(CXXLINK) -rpath $(plugindir) $(cartoon_la_OBJECTS) $(cartoon_la_LIBADD) $(LIBS)
1262
1263 cluster.la: $(cluster_la_OBJECTS) $(cluster_la_DEPENDENCIES) $(EXTRA_cluster_la_DEPENDENCIES)
1264 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(cluster_la_OBJECTS) $(cluster_la_LIBADD) $(LIBS)
1265
1266 colgate.la: $(colgate_la_OBJECTS) $(colgate_la_DEPENDENCIES) $(EXTRA_colgate_la_DEPENDENCIES)
1267 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(colgate_la_OBJECTS) $(colgate_la_LIBADD) $(LIBS)
1268
1269 color_only.la: $(color_only_la_OBJECTS) $(color_only_la_DEPENDENCIES) $(EXTRA_color_only_la_DEPENDENCIES)
1270 $(AM_V_CXXLD)$(CXXLINK) -rpath $(plugindir) $(color_only_la_OBJECTS) $(color_only_la_LIBADD) $(LIBS)
1271
1272 coloradj_RGB.la: $(coloradj_RGB_la_OBJECTS) $(coloradj_RGB_la_DEPENDENCIES) $(EXTRA_coloradj_RGB_la_DEPENDENCIES)
1273 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(coloradj_RGB_la_OBJECTS) $(coloradj_RGB_la_LIBADD) $(LIBS)
1274
1275 colordistance.la: $(colordistance_la_OBJECTS) $(colordistance_la_DEPENDENCIES) $(EXTRA_colordistance_la_DEPENDENCIES)
1276 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(colordistance_la_OBJECTS) $(colordistance_la_LIBADD) $(LIBS)
1277
1278 colorhalftone.la: $(colorhalftone_la_OBJECTS) $(colorhalftone_la_DEPENDENCIES) $(EXTRA_colorhalftone_la_DEPENDENCIES)
1279 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(colorhalftone_la_OBJECTS) $(colorhalftone_la_LIBADD) $(LIBS)
1280
1281 colorize.la: $(colorize_la_OBJECTS) $(colorize_la_DEPENDENCIES) $(EXTRA_colorize_la_DEPENDENCIES)
1282 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(colorize_la_OBJECTS) $(colorize_la_LIBADD) $(LIBS)
1283
1284 colortap.la: $(colortap_la_OBJECTS) $(colortap_la_DEPENDENCIES) $(EXTRA_colortap_la_DEPENDENCIES)
1285 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(colortap_la_OBJECTS) $(colortap_la_LIBADD) $(LIBS)
1286
1287 composition.la: $(composition_la_OBJECTS) $(composition_la_DEPENDENCIES) $(EXTRA_composition_la_DEPENDENCIES)
1288 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(composition_la_OBJECTS) $(composition_la_LIBADD) $(LIBS)
1289
1290 contrast0r.la: $(contrast0r_la_OBJECTS) $(contrast0r_la_DEPENDENCIES) $(EXTRA_contrast0r_la_DEPENDENCIES)
1291 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(contrast0r_la_OBJECTS) $(contrast0r_la_LIBADD) $(LIBS)
1292
1293 curves.la: $(curves_la_OBJECTS) $(curves_la_DEPENDENCIES) $(EXTRA_curves_la_DEPENDENCIES)
1294 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(curves_la_OBJECTS) $(curves_la_LIBADD) $(LIBS)
1295
1296 d90stairsteppingfix.la: $(d90stairsteppingfix_la_OBJECTS) $(d90stairsteppingfix_la_DEPENDENCIES) $(EXTRA_d90stairsteppingfix_la_DEPENDENCIES)
1297 $(AM_V_CXXLD)$(CXXLINK) -rpath $(plugindir) $(d90stairsteppingfix_la_OBJECTS) $(d90stairsteppingfix_la_LIBADD) $(LIBS)
1298
1299 darken.la: $(darken_la_OBJECTS) $(darken_la_DEPENDENCIES) $(EXTRA_darken_la_DEPENDENCIES)
1300 $(AM_V_CXXLD)$(CXXLINK) -rpath $(plugindir) $(darken_la_OBJECTS) $(darken_la_LIBADD) $(LIBS)
1301
1302 defish0r.la: $(defish0r_la_OBJECTS) $(defish0r_la_DEPENDENCIES) $(EXTRA_defish0r_la_DEPENDENCIES)
1303 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(defish0r_la_OBJECTS) $(defish0r_la_LIBADD) $(LIBS)
1304
1305 delay0r.la: $(delay0r_la_OBJECTS) $(delay0r_la_DEPENDENCIES) $(EXTRA_delay0r_la_DEPENDENCIES)
1306 $(AM_V_CXXLD)$(CXXLINK) -rpath $(plugindir) $(delay0r_la_OBJECTS) $(delay0r_la_LIBADD) $(LIBS)
1307
1308 delaygrab.la: $(delaygrab_la_OBJECTS) $(delaygrab_la_DEPENDENCIES) $(EXTRA_delaygrab_la_DEPENDENCIES)
1309 $(AM_V_CXXLD)$(CXXLINK) -rpath $(plugindir) $(delaygrab_la_OBJECTS) $(delaygrab_la_LIBADD) $(LIBS)
1310
1311 difference.la: $(difference_la_OBJECTS) $(difference_la_DEPENDENCIES) $(EXTRA_difference_la_DEPENDENCIES)
1312 $(AM_V_CXXLD)$(CXXLINK) -rpath $(plugindir) $(difference_la_OBJECTS) $(difference_la_LIBADD) $(LIBS)
1313
1314 distort0r.la: $(distort0r_la_OBJECTS) $(distort0r_la_DEPENDENCIES) $(EXTRA_distort0r_la_DEPENDENCIES)
1315 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(distort0r_la_OBJECTS) $(distort0r_la_LIBADD) $(LIBS)
1316
1317 dither.la: $(dither_la_OBJECTS) $(dither_la_DEPENDENCIES) $(EXTRA_dither_la_DEPENDENCIES)
1318 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(dither_la_OBJECTS) $(dither_la_LIBADD) $(LIBS)
1319
1320 divide.la: $(divide_la_OBJECTS) $(divide_la_DEPENDENCIES) $(EXTRA_divide_la_DEPENDENCIES)
1321 $(AM_V_CXXLD)$(CXXLINK) -rpath $(plugindir) $(divide_la_OBJECTS) $(divide_la_LIBADD) $(LIBS)
1322
1323 dodge.la: $(dodge_la_OBJECTS) $(dodge_la_DEPENDENCIES) $(EXTRA_dodge_la_DEPENDENCIES)
1324 $(AM_V_CXXLD)$(CXXLINK) -rpath $(plugindir) $(dodge_la_OBJECTS) $(dodge_la_LIBADD) $(LIBS)
1325
1326 edgeglow.la: $(edgeglow_la_OBJECTS) $(edgeglow_la_DEPENDENCIES) $(EXTRA_edgeglow_la_DEPENDENCIES)
1327 $(AM_V_CXXLD)$(CXXLINK) -rpath $(plugindir) $(edgeglow_la_OBJECTS) $(edgeglow_la_LIBADD) $(LIBS)
1328
1329 emboss.la: $(emboss_la_OBJECTS) $(emboss_la_DEPENDENCIES) $(EXTRA_emboss_la_DEPENDENCIES)
1330 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(emboss_la_OBJECTS) $(emboss_la_LIBADD) $(LIBS)
1331
1332 equaliz0r.la: $(equaliz0r_la_OBJECTS) $(equaliz0r_la_DEPENDENCIES) $(EXTRA_equaliz0r_la_DEPENDENCIES)
1333 $(AM_V_CXXLD)$(CXXLINK) -rpath $(plugindir) $(equaliz0r_la_OBJECTS) $(equaliz0r_la_LIBADD) $(LIBS)
1334
1335 facebl0r.la: $(facebl0r_la_OBJECTS) $(facebl0r_la_DEPENDENCIES) $(EXTRA_facebl0r_la_DEPENDENCIES)
1336 $(AM_V_CXXLD)$(CXXLINK) $(am_facebl0r_la_rpath) $(facebl0r_la_OBJECTS) $(facebl0r_la_LIBADD) $(LIBS)
1337
1338 facedetect.la: $(facedetect_la_OBJECTS) $(facedetect_la_DEPENDENCIES) $(EXTRA_facedetect_la_DEPENDENCIES)
1339 $(AM_V_CXXLD)$(CXXLINK) $(am_facedetect_la_rpath) $(facedetect_la_OBJECTS) $(facedetect_la_LIBADD) $(LIBS)
1340
1341 flippo.la: $(flippo_la_OBJECTS) $(flippo_la_DEPENDENCIES) $(EXTRA_flippo_la_DEPENDENCIES)
1342 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(flippo_la_OBJECTS) $(flippo_la_LIBADD) $(LIBS)
1343
1344 gamma.la: $(gamma_la_OBJECTS) $(gamma_la_DEPENDENCIES) $(EXTRA_gamma_la_DEPENDENCIES)
1345 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(gamma_la_OBJECTS) $(gamma_la_LIBADD) $(LIBS)
1346
1347 glitch0r.la: $(glitch0r_la_OBJECTS) $(glitch0r_la_DEPENDENCIES) $(EXTRA_glitch0r_la_DEPENDENCIES)
1348 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(glitch0r_la_OBJECTS) $(glitch0r_la_LIBADD) $(LIBS)
1349
1350 glow.la: $(glow_la_OBJECTS) $(glow_la_DEPENDENCIES) $(EXTRA_glow_la_DEPENDENCIES)
1351 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(glow_la_OBJECTS) $(glow_la_LIBADD) $(LIBS)
1352
1353 grain_extract.la: $(grain_extract_la_OBJECTS) $(grain_extract_la_DEPENDENCIES) $(EXTRA_grain_extract_la_DEPENDENCIES)
1354 $(AM_V_CXXLD)$(CXXLINK) -rpath $(plugindir) $(grain_extract_la_OBJECTS) $(grain_extract_la_LIBADD) $(LIBS)
1355
1356 grain_merge.la: $(grain_merge_la_OBJECTS) $(grain_merge_la_DEPENDENCIES) $(EXTRA_grain_merge_la_DEPENDENCIES)
1357 $(AM_V_CXXLD)$(CXXLINK) -rpath $(plugindir) $(grain_merge_la_OBJECTS) $(grain_merge_la_LIBADD) $(LIBS)
1358
1359 hardlight.la: $(hardlight_la_OBJECTS) $(hardlight_la_DEPENDENCIES) $(EXTRA_hardlight_la_DEPENDENCIES)
1360 $(AM_V_CXXLD)$(CXXLINK) -rpath $(plugindir) $(hardlight_la_OBJECTS) $(hardlight_la_LIBADD) $(LIBS)
1361
1362 hqdn3d.la: $(hqdn3d_la_OBJECTS) $(hqdn3d_la_DEPENDENCIES) $(EXTRA_hqdn3d_la_DEPENDENCIES)
1363 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(hqdn3d_la_OBJECTS) $(hqdn3d_la_LIBADD) $(LIBS)
1364
1365 hue.la: $(hue_la_OBJECTS) $(hue_la_DEPENDENCIES) $(EXTRA_hue_la_DEPENDENCIES)
1366 $(AM_V_CXXLD)$(CXXLINK) -rpath $(plugindir) $(hue_la_OBJECTS) $(hue_la_LIBADD) $(LIBS)
1367
1368 hueshift0r.la: $(hueshift0r_la_OBJECTS) $(hueshift0r_la_DEPENDENCIES) $(EXTRA_hueshift0r_la_DEPENDENCIES)
1369 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(hueshift0r_la_OBJECTS) $(hueshift0r_la_LIBADD) $(LIBS)
1370
1371 invert0r.la: $(invert0r_la_OBJECTS) $(invert0r_la_DEPENDENCIES) $(EXTRA_invert0r_la_DEPENDENCIES)
1372 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(invert0r_la_OBJECTS) $(invert0r_la_LIBADD) $(LIBS)
1373
1374 ising0r.la: $(ising0r_la_OBJECTS) $(ising0r_la_DEPENDENCIES) $(EXTRA_ising0r_la_DEPENDENCIES)
1375 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(ising0r_la_OBJECTS) $(ising0r_la_LIBADD) $(LIBS)
1376
1377 keyspillm0pup.la: $(keyspillm0pup_la_OBJECTS) $(keyspillm0pup_la_DEPENDENCIES) $(EXTRA_keyspillm0pup_la_DEPENDENCIES)
1378 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(keyspillm0pup_la_OBJECTS) $(keyspillm0pup_la_LIBADD) $(LIBS)
1379
1380 lenscorrection.la: $(lenscorrection_la_OBJECTS) $(lenscorrection_la_DEPENDENCIES) $(EXTRA_lenscorrection_la_DEPENDENCIES)
1381 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(lenscorrection_la_OBJECTS) $(lenscorrection_la_LIBADD) $(LIBS)
1382
1383 letterb0xed.la: $(letterb0xed_la_OBJECTS) $(letterb0xed_la_DEPENDENCIES) $(EXTRA_letterb0xed_la_DEPENDENCIES)
1384 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(letterb0xed_la_OBJECTS) $(letterb0xed_la_LIBADD) $(LIBS)
1385
1386 levels.la: $(levels_la_OBJECTS) $(levels_la_DEPENDENCIES) $(EXTRA_levels_la_DEPENDENCIES)
1387 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(levels_la_OBJECTS) $(levels_la_LIBADD) $(LIBS)
1388
1389 lighten.la: $(lighten_la_OBJECTS) $(lighten_la_DEPENDENCIES) $(EXTRA_lighten_la_DEPENDENCIES)
1390 $(AM_V_CXXLD)$(CXXLINK) -rpath $(plugindir) $(lighten_la_OBJECTS) $(lighten_la_LIBADD) $(LIBS)
1391
1392 lightgraffiti.la: $(lightgraffiti_la_OBJECTS) $(lightgraffiti_la_DEPENDENCIES) $(EXTRA_lightgraffiti_la_DEPENDENCIES)
1393 $(AM_V_CXXLD)$(CXXLINK) -rpath $(plugindir) $(lightgraffiti_la_OBJECTS) $(lightgraffiti_la_LIBADD) $(LIBS)
1394
1395 lissajous0r.la: $(lissajous0r_la_OBJECTS) $(lissajous0r_la_DEPENDENCIES) $(EXTRA_lissajous0r_la_DEPENDENCIES)
1396 $(AM_V_CXXLD)$(CXXLINK) -rpath $(plugindir) $(lissajous0r_la_OBJECTS) $(lissajous0r_la_LIBADD) $(LIBS)
1397
1398 luminance.la: $(luminance_la_OBJECTS) $(luminance_la_DEPENDENCIES) $(EXTRA_luminance_la_DEPENDENCIES)
1399 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(luminance_la_OBJECTS) $(luminance_la_LIBADD) $(LIBS)
1400
1401 mask0mate.la: $(mask0mate_la_OBJECTS) $(mask0mate_la_DEPENDENCIES) $(EXTRA_mask0mate_la_DEPENDENCIES)
1402 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(mask0mate_la_OBJECTS) $(mask0mate_la_LIBADD) $(LIBS)
1403
1404 medians.la: $(medians_la_OBJECTS) $(medians_la_DEPENDENCIES) $(EXTRA_medians_la_DEPENDENCIES)
1405 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(medians_la_OBJECTS) $(medians_la_LIBADD) $(LIBS)
1406
1407 multiply.la: $(multiply_la_OBJECTS) $(multiply_la_DEPENDENCIES) $(EXTRA_multiply_la_DEPENDENCIES)
1408 $(AM_V_CXXLD)$(CXXLINK) -rpath $(plugindir) $(multiply_la_OBJECTS) $(multiply_la_LIBADD) $(LIBS)
1409
1410 ndvi.la: $(ndvi_la_OBJECTS) $(ndvi_la_DEPENDENCIES) $(EXTRA_ndvi_la_DEPENDENCIES)
1411 $(AM_V_CXXLD)$(CXXLINK) -rpath $(plugindir) $(ndvi_la_OBJECTS) $(ndvi_la_LIBADD) $(LIBS)
1412
1413 nervous.la: $(nervous_la_OBJECTS) $(nervous_la_DEPENDENCIES) $(EXTRA_nervous_la_DEPENDENCIES)
1414 $(AM_V_CXXLD)$(CXXLINK) -rpath $(plugindir) $(nervous_la_OBJECTS) $(nervous_la_LIBADD) $(LIBS)
1415
1416 nois0r.la: $(nois0r_la_OBJECTS) $(nois0r_la_DEPENDENCIES) $(EXTRA_nois0r_la_DEPENDENCIES)
1417 $(AM_V_CXXLD)$(CXXLINK) -rpath $(plugindir) $(nois0r_la_OBJECTS) $(nois0r_la_LIBADD) $(LIBS)
1418
1419 nosync0r.la: $(nosync0r_la_OBJECTS) $(nosync0r_la_DEPENDENCIES) $(EXTRA_nosync0r_la_DEPENDENCIES)
1420 $(AM_V_CXXLD)$(CXXLINK) -rpath $(plugindir) $(nosync0r_la_OBJECTS) $(nosync0r_la_LIBADD) $(LIBS)
1421
1422 onecol0r.la: $(onecol0r_la_OBJECTS) $(onecol0r_la_DEPENDENCIES) $(EXTRA_onecol0r_la_DEPENDENCIES)
1423 $(AM_V_CXXLD)$(CXXLINK) -rpath $(plugindir) $(onecol0r_la_OBJECTS) $(onecol0r_la_LIBADD) $(LIBS)
1424
1425 overlay.la: $(overlay_la_OBJECTS) $(overlay_la_DEPENDENCIES) $(EXTRA_overlay_la_DEPENDENCIES)
1426 $(AM_V_CXXLD)$(CXXLINK) -rpath $(plugindir) $(overlay_la_OBJECTS) $(overlay_la_LIBADD) $(LIBS)
1427
1428 partik0l.la: $(partik0l_la_OBJECTS) $(partik0l_la_DEPENDENCIES) $(EXTRA_partik0l_la_DEPENDENCIES)
1429 $(AM_V_CXXLD)$(CXXLINK) -rpath $(plugindir) $(partik0l_la_OBJECTS) $(partik0l_la_LIBADD) $(LIBS)
1430
1431 perspective.la: $(perspective_la_OBJECTS) $(perspective_la_DEPENDENCIES) $(EXTRA_perspective_la_DEPENDENCIES)
1432 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(perspective_la_OBJECTS) $(perspective_la_LIBADD) $(LIBS)
1433
1434 pixeliz0r.la: $(pixeliz0r_la_OBJECTS) $(pixeliz0r_la_DEPENDENCIES) $(EXTRA_pixeliz0r_la_DEPENDENCIES)
1435 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(pixeliz0r_la_OBJECTS) $(pixeliz0r_la_LIBADD) $(LIBS)
1436
1437 plasma.la: $(plasma_la_OBJECTS) $(plasma_la_DEPENDENCIES) $(EXTRA_plasma_la_DEPENDENCIES)
1438 $(AM_V_CXXLD)$(CXXLINK) -rpath $(plugindir) $(plasma_la_OBJECTS) $(plasma_la_LIBADD) $(LIBS)
1439
1440 posterize.la: $(posterize_la_OBJECTS) $(posterize_la_DEPENDENCIES) $(EXTRA_posterize_la_DEPENDENCIES)
1441 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(posterize_la_OBJECTS) $(posterize_la_LIBADD) $(LIBS)
1442
1443 pr0be.la: $(pr0be_la_OBJECTS) $(pr0be_la_DEPENDENCIES) $(EXTRA_pr0be_la_DEPENDENCIES)
1444 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(pr0be_la_OBJECTS) $(pr0be_la_LIBADD) $(LIBS)
1445
1446 pr0file.la: $(pr0file_la_OBJECTS) $(pr0file_la_DEPENDENCIES) $(EXTRA_pr0file_la_DEPENDENCIES)
1447 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(pr0file_la_OBJECTS) $(pr0file_la_LIBADD) $(LIBS)
1448
1449 primaries.la: $(primaries_la_OBJECTS) $(primaries_la_DEPENDENCIES) $(EXTRA_primaries_la_DEPENDENCIES)
1450 $(AM_V_CXXLD)$(CXXLINK) -rpath $(plugindir) $(primaries_la_OBJECTS) $(primaries_la_LIBADD) $(LIBS)
1451
1452 rgbnoise.la: $(rgbnoise_la_OBJECTS) $(rgbnoise_la_DEPENDENCIES) $(EXTRA_rgbnoise_la_DEPENDENCIES)
1453 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(rgbnoise_la_OBJECTS) $(rgbnoise_la_LIBADD) $(LIBS)
1454
1455 rgbparade.la: $(rgbparade_la_OBJECTS) $(rgbparade_la_DEPENDENCIES) $(EXTRA_rgbparade_la_DEPENDENCIES)
1456 $(AM_V_CCLD)$(rgbparade_la_LINK) $(am_rgbparade_la_rpath) $(rgbparade_la_OBJECTS) $(rgbparade_la_LIBADD) $(LIBS)
1457
1458 rgbsplit0r.la: $(rgbsplit0r_la_OBJECTS) $(rgbsplit0r_la_DEPENDENCIES) $(EXTRA_rgbsplit0r_la_DEPENDENCIES)
1459 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(rgbsplit0r_la_OBJECTS) $(rgbsplit0r_la_LIBADD) $(LIBS)
1460
1461 saturat0r.la: $(saturat0r_la_OBJECTS) $(saturat0r_la_DEPENDENCIES) $(EXTRA_saturat0r_la_DEPENDENCIES)
1462 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(saturat0r_la_OBJECTS) $(saturat0r_la_LIBADD) $(LIBS)
1463
1464 saturation.la: $(saturation_la_OBJECTS) $(saturation_la_DEPENDENCIES) $(EXTRA_saturation_la_DEPENDENCIES)
1465 $(AM_V_CXXLD)$(CXXLINK) -rpath $(plugindir) $(saturation_la_OBJECTS) $(saturation_la_LIBADD) $(LIBS)
1466
1467 scale0tilt.la: $(scale0tilt_la_OBJECTS) $(scale0tilt_la_DEPENDENCIES) $(EXTRA_scale0tilt_la_DEPENDENCIES)
1468 $(AM_V_CCLD)$(scale0tilt_la_LINK) $(am_scale0tilt_la_rpath) $(scale0tilt_la_OBJECTS) $(scale0tilt_la_LIBADD) $(LIBS)
1469
1470 scanline0r.la: $(scanline0r_la_OBJECTS) $(scanline0r_la_DEPENDENCIES) $(EXTRA_scanline0r_la_DEPENDENCIES)
1471 $(AM_V_CXXLD)$(CXXLINK) -rpath $(plugindir) $(scanline0r_la_OBJECTS) $(scanline0r_la_LIBADD) $(LIBS)
1472
1473 screen.la: $(screen_la_OBJECTS) $(screen_la_DEPENDENCIES) $(EXTRA_screen_la_DEPENDENCIES)
1474 $(AM_V_CXXLD)$(CXXLINK) -rpath $(plugindir) $(screen_la_OBJECTS) $(screen_la_LIBADD) $(LIBS)
1475
1476 select0r.la: $(select0r_la_OBJECTS) $(select0r_la_DEPENDENCIES) $(EXTRA_select0r_la_DEPENDENCIES)
1477 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(select0r_la_OBJECTS) $(select0r_la_LIBADD) $(LIBS)
1478
1479 sharpness.la: $(sharpness_la_OBJECTS) $(sharpness_la_DEPENDENCIES) $(EXTRA_sharpness_la_DEPENDENCIES)
1480 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(sharpness_la_OBJECTS) $(sharpness_la_LIBADD) $(LIBS)
1481
1482 sigmoidaltransfer.la: $(sigmoidaltransfer_la_OBJECTS) $(sigmoidaltransfer_la_DEPENDENCIES) $(EXTRA_sigmoidaltransfer_la_DEPENDENCIES)
1483 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(sigmoidaltransfer_la_OBJECTS) $(sigmoidaltransfer_la_LIBADD) $(LIBS)
1484
1485 sobel.la: $(sobel_la_OBJECTS) $(sobel_la_DEPENDENCIES) $(EXTRA_sobel_la_DEPENDENCIES)
1486 $(AM_V_CXXLD)$(CXXLINK) -rpath $(plugindir) $(sobel_la_OBJECTS) $(sobel_la_LIBADD) $(LIBS)
1487
1488 softglow.la: $(softglow_la_OBJECTS) $(softglow_la_DEPENDENCIES) $(EXTRA_softglow_la_DEPENDENCIES)
1489 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(softglow_la_OBJECTS) $(softglow_la_LIBADD) $(LIBS)
1490
1491 softlight.la: $(softlight_la_OBJECTS) $(softlight_la_DEPENDENCIES) $(EXTRA_softlight_la_DEPENDENCIES)
1492 $(AM_V_CXXLD)$(CXXLINK) -rpath $(plugindir) $(softlight_la_OBJECTS) $(softlight_la_LIBADD) $(LIBS)
1493
1494 sopsat.la: $(sopsat_la_OBJECTS) $(sopsat_la_DEPENDENCIES) $(EXTRA_sopsat_la_DEPENDENCIES)
1495 $(AM_V_CXXLD)$(CXXLINK) -rpath $(plugindir) $(sopsat_la_OBJECTS) $(sopsat_la_LIBADD) $(LIBS)
1496
1497 spillsupress.la: $(spillsupress_la_OBJECTS) $(spillsupress_la_DEPENDENCIES) $(EXTRA_spillsupress_la_DEPENDENCIES)
1498 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(spillsupress_la_OBJECTS) $(spillsupress_la_LIBADD) $(LIBS)
1499
1500 squareblur.la: $(squareblur_la_OBJECTS) $(squareblur_la_DEPENDENCIES) $(EXTRA_squareblur_la_DEPENDENCIES)
1501 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(squareblur_la_OBJECTS) $(squareblur_la_LIBADD) $(LIBS)
1502
1503 subtract.la: $(subtract_la_OBJECTS) $(subtract_la_DEPENDENCIES) $(EXTRA_subtract_la_DEPENDENCIES)
1504 $(AM_V_CXXLD)$(CXXLINK) -rpath $(plugindir) $(subtract_la_OBJECTS) $(subtract_la_LIBADD) $(LIBS)
1505
1506 tehroxx0r.la: $(tehroxx0r_la_OBJECTS) $(tehroxx0r_la_DEPENDENCIES) $(EXTRA_tehroxx0r_la_DEPENDENCIES)
1507 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(tehroxx0r_la_OBJECTS) $(tehroxx0r_la_LIBADD) $(LIBS)
1508
1509 test_pat_B.la: $(test_pat_B_la_OBJECTS) $(test_pat_B_la_DEPENDENCIES) $(EXTRA_test_pat_B_la_DEPENDENCIES)
1510 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(test_pat_B_la_OBJECTS) $(test_pat_B_la_LIBADD) $(LIBS)
1511
1512 test_pat_C.la: $(test_pat_C_la_OBJECTS) $(test_pat_C_la_DEPENDENCIES) $(EXTRA_test_pat_C_la_DEPENDENCIES)
1513 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(test_pat_C_la_OBJECTS) $(test_pat_C_la_LIBADD) $(LIBS)
1514
1515 test_pat_G.la: $(test_pat_G_la_OBJECTS) $(test_pat_G_la_DEPENDENCIES) $(EXTRA_test_pat_G_la_DEPENDENCIES)
1516 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(test_pat_G_la_OBJECTS) $(test_pat_G_la_LIBADD) $(LIBS)
1517
1518 test_pat_I.la: $(test_pat_I_la_OBJECTS) $(test_pat_I_la_DEPENDENCIES) $(EXTRA_test_pat_I_la_DEPENDENCIES)
1519 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(test_pat_I_la_OBJECTS) $(test_pat_I_la_LIBADD) $(LIBS)
1520
1521 test_pat_L.la: $(test_pat_L_la_OBJECTS) $(test_pat_L_la_DEPENDENCIES) $(EXTRA_test_pat_L_la_DEPENDENCIES)
1522 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(test_pat_L_la_OBJECTS) $(test_pat_L_la_LIBADD) $(LIBS)
1523
1524 test_pat_R.la: $(test_pat_R_la_OBJECTS) $(test_pat_R_la_DEPENDENCIES) $(EXTRA_test_pat_R_la_DEPENDENCIES)
1525 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(test_pat_R_la_OBJECTS) $(test_pat_R_la_LIBADD) $(LIBS)
1526
1527 three_point_balance.la: $(three_point_balance_la_OBJECTS) $(three_point_balance_la_DEPENDENCIES) $(EXTRA_three_point_balance_la_DEPENDENCIES)
1528 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(three_point_balance_la_OBJECTS) $(three_point_balance_la_LIBADD) $(LIBS)
1529
1530 threelay0r.la: $(threelay0r_la_OBJECTS) $(threelay0r_la_DEPENDENCIES) $(EXTRA_threelay0r_la_DEPENDENCIES)
1531 $(AM_V_CXXLD)$(CXXLINK) -rpath $(plugindir) $(threelay0r_la_OBJECTS) $(threelay0r_la_LIBADD) $(LIBS)
1532
1533 threshold0r.la: $(threshold0r_la_OBJECTS) $(threshold0r_la_DEPENDENCIES) $(EXTRA_threshold0r_la_DEPENDENCIES)
1534 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(threshold0r_la_OBJECTS) $(threshold0r_la_LIBADD) $(LIBS)
1535
1536 timeout.la: $(timeout_la_OBJECTS) $(timeout_la_DEPENDENCIES) $(EXTRA_timeout_la_DEPENDENCIES)
1537 $(AM_V_CXXLD)$(CXXLINK) -rpath $(plugindir) $(timeout_la_OBJECTS) $(timeout_la_LIBADD) $(LIBS)
1538
1539 tint0r.la: $(tint0r_la_OBJECTS) $(tint0r_la_DEPENDENCIES) $(EXTRA_tint0r_la_DEPENDENCIES)
1540 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(tint0r_la_OBJECTS) $(tint0r_la_LIBADD) $(LIBS)
1541
1542 transparency.la: $(transparency_la_OBJECTS) $(transparency_la_DEPENDENCIES) $(EXTRA_transparency_la_DEPENDENCIES)
1543 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(transparency_la_OBJECTS) $(transparency_la_LIBADD) $(LIBS)
1544
1545 twolay0r.la: $(twolay0r_la_OBJECTS) $(twolay0r_la_DEPENDENCIES) $(EXTRA_twolay0r_la_DEPENDENCIES)
1546 $(AM_V_CXXLD)$(CXXLINK) -rpath $(plugindir) $(twolay0r_la_OBJECTS) $(twolay0r_la_LIBADD) $(LIBS)
1547
1548 uvmap.la: $(uvmap_la_OBJECTS) $(uvmap_la_DEPENDENCIES) $(EXTRA_uvmap_la_DEPENDENCIES)
1549 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(uvmap_la_OBJECTS) $(uvmap_la_LIBADD) $(LIBS)
1550
1551 value.la: $(value_la_OBJECTS) $(value_la_DEPENDENCIES) $(EXTRA_value_la_DEPENDENCIES)
1552 $(AM_V_CXXLD)$(CXXLINK) -rpath $(plugindir) $(value_la_OBJECTS) $(value_la_LIBADD) $(LIBS)
1553
1554 vectorscope.la: $(vectorscope_la_OBJECTS) $(vectorscope_la_DEPENDENCIES) $(EXTRA_vectorscope_la_DEPENDENCIES)
1555 $(AM_V_CCLD)$(vectorscope_la_LINK) $(am_vectorscope_la_rpath) $(vectorscope_la_OBJECTS) $(vectorscope_la_LIBADD) $(LIBS)
1556
1557 vertigo.la: $(vertigo_la_OBJECTS) $(vertigo_la_DEPENDENCIES) $(EXTRA_vertigo_la_DEPENDENCIES)
1558 $(AM_V_CCLD)$(LINK) -rpath $(plugindir) $(vertigo_la_OBJECTS) $(vertigo_la_LIBADD) $(LIBS)
1559
1560 vignette.la: $(vignette_la_OBJECTS) $(vignette_la_DEPENDENCIES) $(EXTRA_vignette_la_DEPENDENCIES)
1561 $(AM_V_CXXLD)$(CXXLINK) -rpath $(plugindir) $(vignette_la_OBJECTS) $(vignette_la_LIBADD) $(LIBS)
1562
1563 xfade0r.la: $(xfade0r_la_OBJECTS) $(xfade0r_la_DEPENDENCIES) $(EXTRA_xfade0r_la_DEPENDENCIES)
1564 $(AM_V_CXXLD)$(CXXLINK) -rpath $(plugindir) $(xfade0r_la_OBJECTS) $(xfade0r_la_LIBADD) $(LIBS)
1565
1566 mostlyclean-compile:
1567 -rm -f *.$(OBJEXT)
1568
1569 distclean-compile:
1570 -rm -f *.tab.c
1571
1572 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/3dflippo.Plo@am__quote@
1573 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/B.Plo@am__quote@
1574 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/G.Plo@am__quote@
1575 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/IIRblur.Plo@am__quote@
1576 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/R.Plo@am__quote@
1577 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RGB.Plo@am__quote@
1578 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addition.Plo@am__quote@
1579 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addition_alpha.Plo@am__quote@
1580 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alpha0ps.Plo@am__quote@
1581 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alphaatop.Plo@am__quote@
1582 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alphagrad.Plo@am__quote@
1583 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alphain.Plo@am__quote@
1584 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alphainjection.Plo@am__quote@
1585 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alphaout.Plo@am__quote@
1586 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alphaover.Plo@am__quote@
1587 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alphaspot.Plo@am__quote@
1588 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alphaxor.Plo@am__quote@
1589 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/balanc0r.Plo@am__quote@
1590 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/baltan.Plo@am__quote@
1591 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bgsubtract0r.Plo@am__quote@
1592 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/blend.Plo@am__quote@
1593 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bluescreen0r.Plo@am__quote@
1594 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brightness.Plo@am__quote@
1595 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn.Plo@am__quote@
1596 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bw0r.Plo@am__quote@
1597 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c0rners.Plo@am__quote@
1598 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cairoaffineblend_la-cairoaffineblend.Plo@am__quote@
1599 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cairoblend_la-cairoblend.Plo@am__quote@
1600 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cairogradient_la-cairogradient.Plo@am__quote@
1601 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cairoimagegrid_la-cairoimagegrid.Plo@am__quote@
1602 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cartoon.Plo@am__quote@
1603 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cluster.Plo@am__quote@
1604 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/colgate.Plo@am__quote@
1605 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/color_only.Plo@am__quote@
1606 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coloradj_RGB.Plo@am__quote@
1607 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/colordistance.Plo@am__quote@
1608 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/colorhalftone.Plo@am__quote@
1609 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/colorize.Plo@am__quote@
1610 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/colortap.Plo@am__quote@
1611 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/composition.Plo@am__quote@
1612 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/contrast0r.Plo@am__quote@
1613 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/curves.Plo@am__quote@
1614 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/d90stairsteppingfix.Plo@am__quote@
1615 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/darken.Plo@am__quote@
1616 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/defish0r.Plo@am__quote@
1617 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/delay0r.Plo@am__quote@
1618 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/delaygrab.Plo@am__quote@
1619 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/difference.Plo@am__quote@
1620 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/distort0r.Plo@am__quote@
1621 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dither.Plo@am__quote@
1622 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/divide.Plo@am__quote@
1623 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dodge.Plo@am__quote@
1624 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/edgeglow.Plo@am__quote@
1625 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emboss.Plo@am__quote@
1626 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/equaliz0r.Plo@am__quote@
1627 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/facebl0r.Plo@am__quote@
1628 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/facedetect.Plo@am__quote@
1629 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/flippo.Plo@am__quote@
1630 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gamma.Plo@am__quote@
1631 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glitch0r.Plo@am__quote@
1632 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glow.Plo@am__quote@
1633 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/grain_extract.Plo@am__quote@
1634 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/grain_merge.Plo@am__quote@
1635 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hardlight.Plo@am__quote@
1636 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hqdn3d.Plo@am__quote@
1637 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hue.Plo@am__quote@
1638 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hueshift0r.Plo@am__quote@
1639 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/invert0r.Plo@am__quote@
1640 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ising0r.Plo@am__quote@
1641 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keyspillm0pup.Plo@am__quote@
1642 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lenscorrection.Plo@am__quote@
1643 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/letterb0xed.Plo@am__quote@
1644 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/levels.Plo@am__quote@
1645 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighten.Plo@am__quote@
1646 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lightgraffiti.Plo@am__quote@
1647 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lissajous0r.Plo@am__quote@
1648 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/luminance.Plo@am__quote@
1649 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mask0mate.Plo@am__quote@
1650 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/medians.Plo@am__quote@
1651 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/multiply.Plo@am__quote@
1652 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ndvi_la-ndvi.Plo@am__quote@
1653 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nervous.Plo@am__quote@
1654 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nois0r.Plo@am__quote@
1655 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nosync0r.Plo@am__quote@
1656 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/onecol0r.Plo@am__quote@
1657 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/overlay.Plo@am__quote@
1658 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/partik0l.Plo@am__quote@
1659 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/perspective.Plo@am__quote@
1660 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pixeliz0r.Plo@am__quote@
1661 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plasma.Plo@am__quote@
1662 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/posterize.Plo@am__quote@
1663 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pr0be.Plo@am__quote@
1664 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pr0file.Plo@am__quote@
1665 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/primaries.Plo@am__quote@
1666 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rgbnoise.Plo@am__quote@
1667 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rgbparade_la-rgbparade.Plo@am__quote@
1668 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rgbsplit0r.Plo@am__quote@
1669 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/saturat0r.Plo@am__quote@
1670 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/saturation.Plo@am__quote@
1671 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scale0tilt_la-scale0tilt.Plo@am__quote@
1672 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scanline0r.Plo@am__quote@
1673 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/screen.Plo@am__quote@
1674 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/select0r.Plo@am__quote@
1675 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sharpness.Plo@am__quote@
1676 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sigmoidaltransfer.Plo@am__quote@
1677 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sobel.Plo@am__quote@
1678 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/softglow.Plo@am__quote@
1679 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/softlight.Plo@am__quote@
1680 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sopsat.Plo@am__quote@
1681 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spillsupress.Plo@am__quote@
1682 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/squareblur.Plo@am__quote@
1683 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/subtract.Plo@am__quote@
1684 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tehRoxx0r.Plo@am__quote@
1685 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_pat_B.Plo@am__quote@
1686 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_pat_C.Plo@am__quote@
1687 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_pat_G.Plo@am__quote@
1688 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_pat_I.Plo@am__quote@
1689 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_pat_L.Plo@am__quote@
1690 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_pat_R.Plo@am__quote@
1691 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/three_point_balance.Plo@am__quote@
1692 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/threelay0r.Plo@am__quote@
1693 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/threshold0r.Plo@am__quote@
1694 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timeout.Plo@am__quote@
1695 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tint0r.Plo@am__quote@
1696 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/transparency.Plo@am__quote@
1697 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/twolay0r.Plo@am__quote@
1698 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uvmap.Plo@am__quote@
1699 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/value.Plo@am__quote@
1700 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vectorscope_la-vectorscope.Plo@am__quote@
1701 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vertigo.Plo@am__quote@
1702 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vignette.Plo@am__quote@
1703 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xfade0r.Plo@am__quote@
1704
1705 .c.o:
1706 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1707 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1708 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1709 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1710 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1711
1712 .c.obj:
1713 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1714 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1715 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1716 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1717 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1718
1719 .c.lo:
1720 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1721 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1722 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1723 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1724 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
1725
1726 3dflippo.lo: filter/3dflippo/3dflippo.c
1727 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT 3dflippo.lo -MD -MP -MF $(DEPDIR)/3dflippo.Tpo -c -o 3dflippo.lo `test -f 'filter/3dflippo/3dflippo.c' || echo '$(srcdir)/'`filter/3dflippo/3dflippo.c
1728 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/3dflippo.Tpo $(DEPDIR)/3dflippo.Plo
1729 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/3dflippo/3dflippo.c' object='3dflippo.lo' libtool=yes @AMDEPBACKSLASH@
1730 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1731 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o 3dflippo.lo `test -f 'filter/3dflippo/3dflippo.c' || echo '$(srcdir)/'`filter/3dflippo/3dflippo.c
1732
1733 B.lo: filter/RGB/B.c
1734 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT B.lo -MD -MP -MF $(DEPDIR)/B.Tpo -c -o B.lo `test -f 'filter/RGB/B.c' || echo '$(srcdir)/'`filter/RGB/B.c
1735 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/B.Tpo $(DEPDIR)/B.Plo
1736 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/RGB/B.c' object='B.lo' libtool=yes @AMDEPBACKSLASH@
1737 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1738 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o B.lo `test -f 'filter/RGB/B.c' || echo '$(srcdir)/'`filter/RGB/B.c
1739
1740 G.lo: filter/RGB/G.c
1741 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT G.lo -MD -MP -MF $(DEPDIR)/G.Tpo -c -o G.lo `test -f 'filter/RGB/G.c' || echo '$(srcdir)/'`filter/RGB/G.c
1742 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/G.Tpo $(DEPDIR)/G.Plo
1743 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/RGB/G.c' object='G.lo' libtool=yes @AMDEPBACKSLASH@
1744 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1745 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o G.lo `test -f 'filter/RGB/G.c' || echo '$(srcdir)/'`filter/RGB/G.c
1746
1747 IIRblur.lo: filter/blur/IIRblur.c
1748 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT IIRblur.lo -MD -MP -MF $(DEPDIR)/IIRblur.Tpo -c -o IIRblur.lo `test -f 'filter/blur/IIRblur.c' || echo '$(srcdir)/'`filter/blur/IIRblur.c
1749 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/IIRblur.Tpo $(DEPDIR)/IIRblur.Plo
1750 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/blur/IIRblur.c' object='IIRblur.lo' libtool=yes @AMDEPBACKSLASH@
1751 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1752 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o IIRblur.lo `test -f 'filter/blur/IIRblur.c' || echo '$(srcdir)/'`filter/blur/IIRblur.c
1753
1754 R.lo: filter/RGB/R.c
1755 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT R.lo -MD -MP -MF $(DEPDIR)/R.Tpo -c -o R.lo `test -f 'filter/RGB/R.c' || echo '$(srcdir)/'`filter/RGB/R.c
1756 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/R.Tpo $(DEPDIR)/R.Plo
1757 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/RGB/R.c' object='R.lo' libtool=yes @AMDEPBACKSLASH@
1758 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1759 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o R.lo `test -f 'filter/RGB/R.c' || echo '$(srcdir)/'`filter/RGB/R.c
1760
1761 RGB.lo: mixer3/RGB/RGB.c
1762 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT RGB.lo -MD -MP -MF $(DEPDIR)/RGB.Tpo -c -o RGB.lo `test -f 'mixer3/RGB/RGB.c' || echo '$(srcdir)/'`mixer3/RGB/RGB.c
1763 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/RGB.Tpo $(DEPDIR)/RGB.Plo
1764 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='mixer3/RGB/RGB.c' object='RGB.lo' libtool=yes @AMDEPBACKSLASH@
1765 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1766 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o RGB.lo `test -f 'mixer3/RGB/RGB.c' || echo '$(srcdir)/'`mixer3/RGB/RGB.c
1767
1768 alpha0ps.lo: filter/alpha0ps/alpha0ps.c
1769 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT alpha0ps.lo -MD -MP -MF $(DEPDIR)/alpha0ps.Tpo -c -o alpha0ps.lo `test -f 'filter/alpha0ps/alpha0ps.c' || echo '$(srcdir)/'`filter/alpha0ps/alpha0ps.c
1770 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/alpha0ps.Tpo $(DEPDIR)/alpha0ps.Plo
1771 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/alpha0ps/alpha0ps.c' object='alpha0ps.lo' libtool=yes @AMDEPBACKSLASH@
1772 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1773 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o alpha0ps.lo `test -f 'filter/alpha0ps/alpha0ps.c' || echo '$(srcdir)/'`filter/alpha0ps/alpha0ps.c
1774
1775 alphagrad.lo: filter/alpha0ps/alphagrad.c
1776 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT alphagrad.lo -MD -MP -MF $(DEPDIR)/alphagrad.Tpo -c -o alphagrad.lo `test -f 'filter/alpha0ps/alphagrad.c' || echo '$(srcdir)/'`filter/alpha0ps/alphagrad.c
1777 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/alphagrad.Tpo $(DEPDIR)/alphagrad.Plo
1778 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/alpha0ps/alphagrad.c' object='alphagrad.lo' libtool=yes @AMDEPBACKSLASH@
1779 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1780 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o alphagrad.lo `test -f 'filter/alpha0ps/alphagrad.c' || echo '$(srcdir)/'`filter/alpha0ps/alphagrad.c
1781
1782 alphainjection.lo: mixer2/alphainjection/alphainjection.c
1783 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT alphainjection.lo -MD -MP -MF $(DEPDIR)/alphainjection.Tpo -c -o alphainjection.lo `test -f 'mixer2/alphainjection/alphainjection.c' || echo '$(srcdir)/'`mixer2/alphainjection/alphainjection.c
1784 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/alphainjection.Tpo $(DEPDIR)/alphainjection.Plo
1785 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='mixer2/alphainjection/alphainjection.c' object='alphainjection.lo' libtool=yes @AMDEPBACKSLASH@
1786 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1787 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o alphainjection.lo `test -f 'mixer2/alphainjection/alphainjection.c' || echo '$(srcdir)/'`mixer2/alphainjection/alphainjection.c
1788
1789 alphaspot.lo: filter/alpha0ps/alphaspot.c
1790 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT alphaspot.lo -MD -MP -MF $(DEPDIR)/alphaspot.Tpo -c -o alphaspot.lo `test -f 'filter/alpha0ps/alphaspot.c' || echo '$(srcdir)/'`filter/alpha0ps/alphaspot.c
1791 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/alphaspot.Tpo $(DEPDIR)/alphaspot.Plo
1792 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/alpha0ps/alphaspot.c' object='alphaspot.lo' libtool=yes @AMDEPBACKSLASH@
1793 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1794 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o alphaspot.lo `test -f 'filter/alpha0ps/alphaspot.c' || echo '$(srcdir)/'`filter/alpha0ps/alphaspot.c
1795
1796 balanc0r.lo: filter/balanc0r/balanc0r.c
1797 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT balanc0r.lo -MD -MP -MF $(DEPDIR)/balanc0r.Tpo -c -o balanc0r.lo `test -f 'filter/balanc0r/balanc0r.c' || echo '$(srcdir)/'`filter/balanc0r/balanc0r.c
1798 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/balanc0r.Tpo $(DEPDIR)/balanc0r.Plo
1799 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/balanc0r/balanc0r.c' object='balanc0r.lo' libtool=yes @AMDEPBACKSLASH@
1800 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1801 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o balanc0r.lo `test -f 'filter/balanc0r/balanc0r.c' || echo '$(srcdir)/'`filter/balanc0r/balanc0r.c
1802
1803 bgsubtract0r.lo: filter/bgsubtract0r/bgsubtract0r.c
1804 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT bgsubtract0r.lo -MD -MP -MF $(DEPDIR)/bgsubtract0r.Tpo -c -o bgsubtract0r.lo `test -f 'filter/bgsubtract0r/bgsubtract0r.c' || echo '$(srcdir)/'`filter/bgsubtract0r/bgsubtract0r.c
1805 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/bgsubtract0r.Tpo $(DEPDIR)/bgsubtract0r.Plo
1806 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/bgsubtract0r/bgsubtract0r.c' object='bgsubtract0r.lo' libtool=yes @AMDEPBACKSLASH@
1807 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1808 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o bgsubtract0r.lo `test -f 'filter/bgsubtract0r/bgsubtract0r.c' || echo '$(srcdir)/'`filter/bgsubtract0r/bgsubtract0r.c
1809
1810 brightness.lo: filter/brightness/brightness.c
1811 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT brightness.lo -MD -MP -MF $(DEPDIR)/brightness.Tpo -c -o brightness.lo `test -f 'filter/brightness/brightness.c' || echo '$(srcdir)/'`filter/brightness/brightness.c
1812 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/brightness.Tpo $(DEPDIR)/brightness.Plo
1813 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/brightness/brightness.c' object='brightness.lo' libtool=yes @AMDEPBACKSLASH@
1814 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1815 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o brightness.lo `test -f 'filter/brightness/brightness.c' || echo '$(srcdir)/'`filter/brightness/brightness.c
1816
1817 bw0r.lo: filter/bw0r/bw0r.c
1818 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT bw0r.lo -MD -MP -MF $(DEPDIR)/bw0r.Tpo -c -o bw0r.lo `test -f 'filter/bw0r/bw0r.c' || echo '$(srcdir)/'`filter/bw0r/bw0r.c
1819 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/bw0r.Tpo $(DEPDIR)/bw0r.Plo
1820 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/bw0r/bw0r.c' object='bw0r.lo' libtool=yes @AMDEPBACKSLASH@
1821 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1822 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o bw0r.lo `test -f 'filter/bw0r/bw0r.c' || echo '$(srcdir)/'`filter/bw0r/bw0r.c
1823
1824 c0rners.lo: filter/c0rners/c0rners.c
1825 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT c0rners.lo -MD -MP -MF $(DEPDIR)/c0rners.Tpo -c -o c0rners.lo `test -f 'filter/c0rners/c0rners.c' || echo '$(srcdir)/'`filter/c0rners/c0rners.c
1826 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/c0rners.Tpo $(DEPDIR)/c0rners.Plo
1827 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/c0rners/c0rners.c' object='c0rners.lo' libtool=yes @AMDEPBACKSLASH@
1828 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1829 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o c0rners.lo `test -f 'filter/c0rners/c0rners.c' || echo '$(srcdir)/'`filter/c0rners/c0rners.c
1830
1831 cairoaffineblend_la-cairoaffineblend.lo: mixer2/cairoaffineblend/cairoaffineblend.c
1832 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cairoaffineblend_la_CFLAGS) $(CFLAGS) -MT cairoaffineblend_la-cairoaffineblend.lo -MD -MP -MF $(DEPDIR)/cairoaffineblend_la-cairoaffineblend.Tpo -c -o cairoaffineblend_la-cairoaffineblend.lo `test -f 'mixer2/cairoaffineblend/cairoaffineblend.c' || echo '$(srcdir)/'`mixer2/cairoaffineblend/cairoaffineblend.c
1833 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cairoaffineblend_la-cairoaffineblend.Tpo $(DEPDIR)/cairoaffineblend_la-cairoaffineblend.Plo
1834 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='mixer2/cairoaffineblend/cairoaffineblend.c' object='cairoaffineblend_la-cairoaffineblend.lo' libtool=yes @AMDEPBACKSLASH@
1835 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1836 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cairoaffineblend_la_CFLAGS) $(CFLAGS) -c -o cairoaffineblend_la-cairoaffineblend.lo `test -f 'mixer2/cairoaffineblend/cairoaffineblend.c' || echo '$(srcdir)/'`mixer2/cairoaffineblend/cairoaffineblend.c
1837
1838 cairoblend_la-cairoblend.lo: mixer2/cairoblend/cairoblend.c
1839 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cairoblend_la_CFLAGS) $(CFLAGS) -MT cairoblend_la-cairoblend.lo -MD -MP -MF $(DEPDIR)/cairoblend_la-cairoblend.Tpo -c -o cairoblend_la-cairoblend.lo `test -f 'mixer2/cairoblend/cairoblend.c' || echo '$(srcdir)/'`mixer2/cairoblend/cairoblend.c
1840 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cairoblend_la-cairoblend.Tpo $(DEPDIR)/cairoblend_la-cairoblend.Plo
1841 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='mixer2/cairoblend/cairoblend.c' object='cairoblend_la-cairoblend.lo' libtool=yes @AMDEPBACKSLASH@
1842 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1843 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cairoblend_la_CFLAGS) $(CFLAGS) -c -o cairoblend_la-cairoblend.lo `test -f 'mixer2/cairoblend/cairoblend.c' || echo '$(srcdir)/'`mixer2/cairoblend/cairoblend.c
1844
1845 cairogradient_la-cairogradient.lo: filter/cairogradient/cairogradient.c
1846 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cairogradient_la_CFLAGS) $(CFLAGS) -MT cairogradient_la-cairogradient.lo -MD -MP -MF $(DEPDIR)/cairogradient_la-cairogradient.Tpo -c -o cairogradient_la-cairogradient.lo `test -f 'filter/cairogradient/cairogradient.c' || echo '$(srcdir)/'`filter/cairogradient/cairogradient.c
1847 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cairogradient_la-cairogradient.Tpo $(DEPDIR)/cairogradient_la-cairogradient.Plo
1848 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/cairogradient/cairogradient.c' object='cairogradient_la-cairogradient.lo' libtool=yes @AMDEPBACKSLASH@
1849 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1850 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cairogradient_la_CFLAGS) $(CFLAGS) -c -o cairogradient_la-cairogradient.lo `test -f 'filter/cairogradient/cairogradient.c' || echo '$(srcdir)/'`filter/cairogradient/cairogradient.c
1851
1852 cairoimagegrid_la-cairoimagegrid.lo: filter/cairoimagegrid/cairoimagegrid.c
1853 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cairoimagegrid_la_CFLAGS) $(CFLAGS) -MT cairoimagegrid_la-cairoimagegrid.lo -MD -MP -MF $(DEPDIR)/cairoimagegrid_la-cairoimagegrid.Tpo -c -o cairoimagegrid_la-cairoimagegrid.lo `test -f 'filter/cairoimagegrid/cairoimagegrid.c' || echo '$(srcdir)/'`filter/cairoimagegrid/cairoimagegrid.c
1854 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cairoimagegrid_la-cairoimagegrid.Tpo $(DEPDIR)/cairoimagegrid_la-cairoimagegrid.Plo
1855 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/cairoimagegrid/cairoimagegrid.c' object='cairoimagegrid_la-cairoimagegrid.lo' libtool=yes @AMDEPBACKSLASH@
1856 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1857 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cairoimagegrid_la_CFLAGS) $(CFLAGS) -c -o cairoimagegrid_la-cairoimagegrid.lo `test -f 'filter/cairoimagegrid/cairoimagegrid.c' || echo '$(srcdir)/'`filter/cairoimagegrid/cairoimagegrid.c
1858
1859 cluster.lo: filter/cluster/cluster.c
1860 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cluster.lo -MD -MP -MF $(DEPDIR)/cluster.Tpo -c -o cluster.lo `test -f 'filter/cluster/cluster.c' || echo '$(srcdir)/'`filter/cluster/cluster.c
1861 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cluster.Tpo $(DEPDIR)/cluster.Plo
1862 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/cluster/cluster.c' object='cluster.lo' libtool=yes @AMDEPBACKSLASH@
1863 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1864 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cluster.lo `test -f 'filter/cluster/cluster.c' || echo '$(srcdir)/'`filter/cluster/cluster.c
1865
1866 colgate.lo: filter/colgate/colgate.c
1867 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT colgate.lo -MD -MP -MF $(DEPDIR)/colgate.Tpo -c -o colgate.lo `test -f 'filter/colgate/colgate.c' || echo '$(srcdir)/'`filter/colgate/colgate.c
1868 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/colgate.Tpo $(DEPDIR)/colgate.Plo
1869 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/colgate/colgate.c' object='colgate.lo' libtool=yes @AMDEPBACKSLASH@
1870 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1871 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o colgate.lo `test -f 'filter/colgate/colgate.c' || echo '$(srcdir)/'`filter/colgate/colgate.c
1872
1873 coloradj_RGB.lo: filter/coloradj/coloradj_RGB.c
1874 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT coloradj_RGB.lo -MD -MP -MF $(DEPDIR)/coloradj_RGB.Tpo -c -o coloradj_RGB.lo `test -f 'filter/coloradj/coloradj_RGB.c' || echo '$(srcdir)/'`filter/coloradj/coloradj_RGB.c
1875 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/coloradj_RGB.Tpo $(DEPDIR)/coloradj_RGB.Plo
1876 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/coloradj/coloradj_RGB.c' object='coloradj_RGB.lo' libtool=yes @AMDEPBACKSLASH@
1877 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1878 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o coloradj_RGB.lo `test -f 'filter/coloradj/coloradj_RGB.c' || echo '$(srcdir)/'`filter/coloradj/coloradj_RGB.c
1879
1880 colordistance.lo: filter/colordistance/colordistance.c
1881 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT colordistance.lo -MD -MP -MF $(DEPDIR)/colordistance.Tpo -c -o colordistance.lo `test -f 'filter/colordistance/colordistance.c' || echo '$(srcdir)/'`filter/colordistance/colordistance.c
1882 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/colordistance.Tpo $(DEPDIR)/colordistance.Plo
1883 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/colordistance/colordistance.c' object='colordistance.lo' libtool=yes @AMDEPBACKSLASH@
1884 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1885 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o colordistance.lo `test -f 'filter/colordistance/colordistance.c' || echo '$(srcdir)/'`filter/colordistance/colordistance.c
1886
1887 colorhalftone.lo: filter/colorhalftone/colorhalftone.c
1888 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT colorhalftone.lo -MD -MP -MF $(DEPDIR)/colorhalftone.Tpo -c -o colorhalftone.lo `test -f 'filter/colorhalftone/colorhalftone.c' || echo '$(srcdir)/'`filter/colorhalftone/colorhalftone.c
1889 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/colorhalftone.Tpo $(DEPDIR)/colorhalftone.Plo
1890 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/colorhalftone/colorhalftone.c' object='colorhalftone.lo' libtool=yes @AMDEPBACKSLASH@
1891 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1892 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o colorhalftone.lo `test -f 'filter/colorhalftone/colorhalftone.c' || echo '$(srcdir)/'`filter/colorhalftone/colorhalftone.c
1893
1894 colorize.lo: filter/colorize/colorize.c
1895 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT colorize.lo -MD -MP -MF $(DEPDIR)/colorize.Tpo -c -o colorize.lo `test -f 'filter/colorize/colorize.c' || echo '$(srcdir)/'`filter/colorize/colorize.c
1896 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/colorize.Tpo $(DEPDIR)/colorize.Plo
1897 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/colorize/colorize.c' object='colorize.lo' libtool=yes @AMDEPBACKSLASH@
1898 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1899 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o colorize.lo `test -f 'filter/colorize/colorize.c' || echo '$(srcdir)/'`filter/colorize/colorize.c
1900
1901 colortap.lo: filter/colortap/colortap.c
1902 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT colortap.lo -MD -MP -MF $(DEPDIR)/colortap.Tpo -c -o colortap.lo `test -f 'filter/colortap/colortap.c' || echo '$(srcdir)/'`filter/colortap/colortap.c
1903 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/colortap.Tpo $(DEPDIR)/colortap.Plo
1904 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/colortap/colortap.c' object='colortap.lo' libtool=yes @AMDEPBACKSLASH@
1905 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1906 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o colortap.lo `test -f 'filter/colortap/colortap.c' || echo '$(srcdir)/'`filter/colortap/colortap.c
1907
1908 composition.lo: mixer2/composition/composition.c
1909 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT composition.lo -MD -MP -MF $(DEPDIR)/composition.Tpo -c -o composition.lo `test -f 'mixer2/composition/composition.c' || echo '$(srcdir)/'`mixer2/composition/composition.c
1910 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/composition.Tpo $(DEPDIR)/composition.Plo
1911 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='mixer2/composition/composition.c' object='composition.lo' libtool=yes @AMDEPBACKSLASH@
1912 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1913 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o composition.lo `test -f 'mixer2/composition/composition.c' || echo '$(srcdir)/'`mixer2/composition/composition.c
1914
1915 contrast0r.lo: filter/contrast0r/contrast0r.c
1916 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT contrast0r.lo -MD -MP -MF $(DEPDIR)/contrast0r.Tpo -c -o contrast0r.lo `test -f 'filter/contrast0r/contrast0r.c' || echo '$(srcdir)/'`filter/contrast0r/contrast0r.c
1917 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/contrast0r.Tpo $(DEPDIR)/contrast0r.Plo
1918 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/contrast0r/contrast0r.c' object='contrast0r.lo' libtool=yes @AMDEPBACKSLASH@
1919 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1920 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o contrast0r.lo `test -f 'filter/contrast0r/contrast0r.c' || echo '$(srcdir)/'`filter/contrast0r/contrast0r.c
1921
1922 curves.lo: filter/curves/curves.c
1923 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT curves.lo -MD -MP -MF $(DEPDIR)/curves.Tpo -c -o curves.lo `test -f 'filter/curves/curves.c' || echo '$(srcdir)/'`filter/curves/curves.c
1924 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/curves.Tpo $(DEPDIR)/curves.Plo
1925 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/curves/curves.c' object='curves.lo' libtool=yes @AMDEPBACKSLASH@
1926 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1927 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o curves.lo `test -f 'filter/curves/curves.c' || echo '$(srcdir)/'`filter/curves/curves.c
1928
1929 defish0r.lo: filter/defish0r/defish0r.c
1930 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT defish0r.lo -MD -MP -MF $(DEPDIR)/defish0r.Tpo -c -o defish0r.lo `test -f 'filter/defish0r/defish0r.c' || echo '$(srcdir)/'`filter/defish0r/defish0r.c
1931 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/defish0r.Tpo $(DEPDIR)/defish0r.Plo
1932 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/defish0r/defish0r.c' object='defish0r.lo' libtool=yes @AMDEPBACKSLASH@
1933 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1934 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o defish0r.lo `test -f 'filter/defish0r/defish0r.c' || echo '$(srcdir)/'`filter/defish0r/defish0r.c
1935
1936 distort0r.lo: filter/distort0r/distort0r.c
1937 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT distort0r.lo -MD -MP -MF $(DEPDIR)/distort0r.Tpo -c -o distort0r.lo `test -f 'filter/distort0r/distort0r.c' || echo '$(srcdir)/'`filter/distort0r/distort0r.c
1938 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/distort0r.Tpo $(DEPDIR)/distort0r.Plo
1939 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/distort0r/distort0r.c' object='distort0r.lo' libtool=yes @AMDEPBACKSLASH@
1940 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1941 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o distort0r.lo `test -f 'filter/distort0r/distort0r.c' || echo '$(srcdir)/'`filter/distort0r/distort0r.c
1942
1943 dither.lo: filter/dither/dither.c
1944 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dither.lo -MD -MP -MF $(DEPDIR)/dither.Tpo -c -o dither.lo `test -f 'filter/dither/dither.c' || echo '$(srcdir)/'`filter/dither/dither.c
1945 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/dither.Tpo $(DEPDIR)/dither.Plo
1946 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/dither/dither.c' object='dither.lo' libtool=yes @AMDEPBACKSLASH@
1947 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1948 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dither.lo `test -f 'filter/dither/dither.c' || echo '$(srcdir)/'`filter/dither/dither.c
1949
1950 emboss.lo: filter/emboss/emboss.c
1951 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT emboss.lo -MD -MP -MF $(DEPDIR)/emboss.Tpo -c -o emboss.lo `test -f 'filter/emboss/emboss.c' || echo '$(srcdir)/'`filter/emboss/emboss.c
1952 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/emboss.Tpo $(DEPDIR)/emboss.Plo
1953 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/emboss/emboss.c' object='emboss.lo' libtool=yes @AMDEPBACKSLASH@
1954 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1955 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o emboss.lo `test -f 'filter/emboss/emboss.c' || echo '$(srcdir)/'`filter/emboss/emboss.c
1956
1957 flippo.lo: filter/flippo/flippo.c
1958 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT flippo.lo -MD -MP -MF $(DEPDIR)/flippo.Tpo -c -o flippo.lo `test -f 'filter/flippo/flippo.c' || echo '$(srcdir)/'`filter/flippo/flippo.c
1959 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/flippo.Tpo $(DEPDIR)/flippo.Plo
1960 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/flippo/flippo.c' object='flippo.lo' libtool=yes @AMDEPBACKSLASH@
1961 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1962 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o flippo.lo `test -f 'filter/flippo/flippo.c' || echo '$(srcdir)/'`filter/flippo/flippo.c
1963
1964 gamma.lo: filter/gamma/gamma.c
1965 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gamma.lo -MD -MP -MF $(DEPDIR)/gamma.Tpo -c -o gamma.lo `test -f 'filter/gamma/gamma.c' || echo '$(srcdir)/'`filter/gamma/gamma.c
1966 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gamma.Tpo $(DEPDIR)/gamma.Plo
1967 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/gamma/gamma.c' object='gamma.lo' libtool=yes @AMDEPBACKSLASH@
1968 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1969 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gamma.lo `test -f 'filter/gamma/gamma.c' || echo '$(srcdir)/'`filter/gamma/gamma.c
1970
1971 glitch0r.lo: filter/glitch0r/glitch0r.c
1972 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT glitch0r.lo -MD -MP -MF $(DEPDIR)/glitch0r.Tpo -c -o glitch0r.lo `test -f 'filter/glitch0r/glitch0r.c' || echo '$(srcdir)/'`filter/glitch0r/glitch0r.c
1973 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/glitch0r.Tpo $(DEPDIR)/glitch0r.Plo
1974 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/glitch0r/glitch0r.c' object='glitch0r.lo' libtool=yes @AMDEPBACKSLASH@
1975 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1976 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o glitch0r.lo `test -f 'filter/glitch0r/glitch0r.c' || echo '$(srcdir)/'`filter/glitch0r/glitch0r.c
1977
1978 glow.lo: filter/glow/glow.c
1979 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT glow.lo -MD -MP -MF $(DEPDIR)/glow.Tpo -c -o glow.lo `test -f 'filter/glow/glow.c' || echo '$(srcdir)/'`filter/glow/glow.c
1980 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/glow.Tpo $(DEPDIR)/glow.Plo
1981 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/glow/glow.c' object='glow.lo' libtool=yes @AMDEPBACKSLASH@
1982 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1983 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o glow.lo `test -f 'filter/glow/glow.c' || echo '$(srcdir)/'`filter/glow/glow.c
1984
1985 hqdn3d.lo: filter/denoise/hqdn3d.c
1986 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hqdn3d.lo -MD -MP -MF $(DEPDIR)/hqdn3d.Tpo -c -o hqdn3d.lo `test -f 'filter/denoise/hqdn3d.c' || echo '$(srcdir)/'`filter/denoise/hqdn3d.c
1987 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/hqdn3d.Tpo $(DEPDIR)/hqdn3d.Plo
1988 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/denoise/hqdn3d.c' object='hqdn3d.lo' libtool=yes @AMDEPBACKSLASH@
1989 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1990 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hqdn3d.lo `test -f 'filter/denoise/hqdn3d.c' || echo '$(srcdir)/'`filter/denoise/hqdn3d.c
1991
1992 hueshift0r.lo: filter/hueshift0r/hueshift0r.c
1993 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hueshift0r.lo -MD -MP -MF $(DEPDIR)/hueshift0r.Tpo -c -o hueshift0r.lo `test -f 'filter/hueshift0r/hueshift0r.c' || echo '$(srcdir)/'`filter/hueshift0r/hueshift0r.c
1994 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/hueshift0r.Tpo $(DEPDIR)/hueshift0r.Plo
1995 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/hueshift0r/hueshift0r.c' object='hueshift0r.lo' libtool=yes @AMDEPBACKSLASH@
1996 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1997 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hueshift0r.lo `test -f 'filter/hueshift0r/hueshift0r.c' || echo '$(srcdir)/'`filter/hueshift0r/hueshift0r.c
1998
1999 invert0r.lo: filter/invert0r/invert0r.c
2000 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT invert0r.lo -MD -MP -MF $(DEPDIR)/invert0r.Tpo -c -o invert0r.lo `test -f 'filter/invert0r/invert0r.c' || echo '$(srcdir)/'`filter/invert0r/invert0r.c
2001 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/invert0r.Tpo $(DEPDIR)/invert0r.Plo
2002 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/invert0r/invert0r.c' object='invert0r.lo' libtool=yes @AMDEPBACKSLASH@
2003 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2004 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o invert0r.lo `test -f 'filter/invert0r/invert0r.c' || echo '$(srcdir)/'`filter/invert0r/invert0r.c
2005
2006 ising0r.lo: generator/ising0r/ising0r.c
2007 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ising0r.lo -MD -MP -MF $(DEPDIR)/ising0r.Tpo -c -o ising0r.lo `test -f 'generator/ising0r/ising0r.c' || echo '$(srcdir)/'`generator/ising0r/ising0r.c
2008 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ising0r.Tpo $(DEPDIR)/ising0r.Plo
2009 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='generator/ising0r/ising0r.c' object='ising0r.lo' libtool=yes @AMDEPBACKSLASH@
2010 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2011 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ising0r.lo `test -f 'generator/ising0r/ising0r.c' || echo '$(srcdir)/'`generator/ising0r/ising0r.c
2012
2013 keyspillm0pup.lo: filter/keyspillm0pup/keyspillm0pup.c
2014 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT keyspillm0pup.lo -MD -MP -MF $(DEPDIR)/keyspillm0pup.Tpo -c -o keyspillm0pup.lo `test -f 'filter/keyspillm0pup/keyspillm0pup.c' || echo '$(srcdir)/'`filter/keyspillm0pup/keyspillm0pup.c
2015 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/keyspillm0pup.Tpo $(DEPDIR)/keyspillm0pup.Plo
2016 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/keyspillm0pup/keyspillm0pup.c' object='keyspillm0pup.lo' libtool=yes @AMDEPBACKSLASH@
2017 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2018 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o keyspillm0pup.lo `test -f 'filter/keyspillm0pup/keyspillm0pup.c' || echo '$(srcdir)/'`filter/keyspillm0pup/keyspillm0pup.c
2019
2020 lenscorrection.lo: filter/lenscorrection/lenscorrection.c
2021 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lenscorrection.lo -MD -MP -MF $(DEPDIR)/lenscorrection.Tpo -c -o lenscorrection.lo `test -f 'filter/lenscorrection/lenscorrection.c' || echo '$(srcdir)/'`filter/lenscorrection/lenscorrection.c
2022 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lenscorrection.Tpo $(DEPDIR)/lenscorrection.Plo
2023 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/lenscorrection/lenscorrection.c' object='lenscorrection.lo' libtool=yes @AMDEPBACKSLASH@
2024 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2025 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lenscorrection.lo `test -f 'filter/lenscorrection/lenscorrection.c' || echo '$(srcdir)/'`filter/lenscorrection/lenscorrection.c
2026
2027 letterb0xed.lo: filter/letterb0xed/letterb0xed.c
2028 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT letterb0xed.lo -MD -MP -MF $(DEPDIR)/letterb0xed.Tpo -c -o letterb0xed.lo `test -f 'filter/letterb0xed/letterb0xed.c' || echo '$(srcdir)/'`filter/letterb0xed/letterb0xed.c
2029 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/letterb0xed.Tpo $(DEPDIR)/letterb0xed.Plo
2030 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/letterb0xed/letterb0xed.c' object='letterb0xed.lo' libtool=yes @AMDEPBACKSLASH@
2031 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2032 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o letterb0xed.lo `test -f 'filter/letterb0xed/letterb0xed.c' || echo '$(srcdir)/'`filter/letterb0xed/letterb0xed.c
2033
2034 levels.lo: filter/levels/levels.c
2035 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT levels.lo -MD -MP -MF $(DEPDIR)/levels.Tpo -c -o levels.lo `test -f 'filter/levels/levels.c' || echo '$(srcdir)/'`filter/levels/levels.c
2036 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/levels.Tpo $(DEPDIR)/levels.Plo
2037 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/levels/levels.c' object='levels.lo' libtool=yes @AMDEPBACKSLASH@
2038 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2039 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o levels.lo `test -f 'filter/levels/levels.c' || echo '$(srcdir)/'`filter/levels/levels.c
2040
2041 luminance.lo: filter/luminance/luminance.c
2042 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT luminance.lo -MD -MP -MF $(DEPDIR)/luminance.Tpo -c -o luminance.lo `test -f 'filter/luminance/luminance.c' || echo '$(srcdir)/'`filter/luminance/luminance.c
2043 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/luminance.Tpo $(DEPDIR)/luminance.Plo
2044 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/luminance/luminance.c' object='luminance.lo' libtool=yes @AMDEPBACKSLASH@
2045 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2046 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o luminance.lo `test -f 'filter/luminance/luminance.c' || echo '$(srcdir)/'`filter/luminance/luminance.c
2047
2048 mask0mate.lo: filter/mask0mate/mask0mate.c
2049 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mask0mate.lo -MD -MP -MF $(DEPDIR)/mask0mate.Tpo -c -o mask0mate.lo `test -f 'filter/mask0mate/mask0mate.c' || echo '$(srcdir)/'`filter/mask0mate/mask0mate.c
2050 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/mask0mate.Tpo $(DEPDIR)/mask0mate.Plo
2051 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/mask0mate/mask0mate.c' object='mask0mate.lo' libtool=yes @AMDEPBACKSLASH@
2052 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2053 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mask0mate.lo `test -f 'filter/mask0mate/mask0mate.c' || echo '$(srcdir)/'`filter/mask0mate/mask0mate.c
2054
2055 medians.lo: filter/medians/medians.c
2056 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT medians.lo -MD -MP -MF $(DEPDIR)/medians.Tpo -c -o medians.lo `test -f 'filter/medians/medians.c' || echo '$(srcdir)/'`filter/medians/medians.c
2057 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/medians.Tpo $(DEPDIR)/medians.Plo
2058 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/medians/medians.c' object='medians.lo' libtool=yes @AMDEPBACKSLASH@
2059 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2060 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o medians.lo `test -f 'filter/medians/medians.c' || echo '$(srcdir)/'`filter/medians/medians.c
2061
2062 perspective.lo: filter/perspective/perspective.c
2063 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT perspective.lo -MD -MP -MF $(DEPDIR)/perspective.Tpo -c -o perspective.lo `test -f 'filter/perspective/perspective.c' || echo '$(srcdir)/'`filter/perspective/perspective.c
2064 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/perspective.Tpo $(DEPDIR)/perspective.Plo
2065 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/perspective/perspective.c' object='perspective.lo' libtool=yes @AMDEPBACKSLASH@
2066 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2067 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o perspective.lo `test -f 'filter/perspective/perspective.c' || echo '$(srcdir)/'`filter/perspective/perspective.c
2068
2069 pixeliz0r.lo: filter/pixeliz0r/pixeliz0r.c
2070 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pixeliz0r.lo -MD -MP -MF $(DEPDIR)/pixeliz0r.Tpo -c -o pixeliz0r.lo `test -f 'filter/pixeliz0r/pixeliz0r.c' || echo '$(srcdir)/'`filter/pixeliz0r/pixeliz0r.c
2071 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/pixeliz0r.Tpo $(DEPDIR)/pixeliz0r.Plo
2072 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/pixeliz0r/pixeliz0r.c' object='pixeliz0r.lo' libtool=yes @AMDEPBACKSLASH@
2073 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2074 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pixeliz0r.lo `test -f 'filter/pixeliz0r/pixeliz0r.c' || echo '$(srcdir)/'`filter/pixeliz0r/pixeliz0r.c
2075
2076 posterize.lo: filter/posterize/posterize.c
2077 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT posterize.lo -MD -MP -MF $(DEPDIR)/posterize.Tpo -c -o posterize.lo `test -f 'filter/posterize/posterize.c' || echo '$(srcdir)/'`filter/posterize/posterize.c
2078 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/posterize.Tpo $(DEPDIR)/posterize.Plo
2079 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/posterize/posterize.c' object='posterize.lo' libtool=yes @AMDEPBACKSLASH@
2080 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2081 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o posterize.lo `test -f 'filter/posterize/posterize.c' || echo '$(srcdir)/'`filter/posterize/posterize.c
2082
2083 pr0be.lo: filter/measure/pr0be.c
2084 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pr0be.lo -MD -MP -MF $(DEPDIR)/pr0be.Tpo -c -o pr0be.lo `test -f 'filter/measure/pr0be.c' || echo '$(srcdir)/'`filter/measure/pr0be.c
2085 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/pr0be.Tpo $(DEPDIR)/pr0be.Plo
2086 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/measure/pr0be.c' object='pr0be.lo' libtool=yes @AMDEPBACKSLASH@
2087 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2088 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pr0be.lo `test -f 'filter/measure/pr0be.c' || echo '$(srcdir)/'`filter/measure/pr0be.c
2089
2090 pr0file.lo: filter/measure/pr0file.c
2091 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pr0file.lo -MD -MP -MF $(DEPDIR)/pr0file.Tpo -c -o pr0file.lo `test -f 'filter/measure/pr0file.c' || echo '$(srcdir)/'`filter/measure/pr0file.c
2092 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/pr0file.Tpo $(DEPDIR)/pr0file.Plo
2093 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/measure/pr0file.c' object='pr0file.lo' libtool=yes @AMDEPBACKSLASH@
2094 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2095 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pr0file.lo `test -f 'filter/measure/pr0file.c' || echo '$(srcdir)/'`filter/measure/pr0file.c
2096
2097 rgbnoise.lo: filter/rgbnoise/rgbnoise.c
2098 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rgbnoise.lo -MD -MP -MF $(DEPDIR)/rgbnoise.Tpo -c -o rgbnoise.lo `test -f 'filter/rgbnoise/rgbnoise.c' || echo '$(srcdir)/'`filter/rgbnoise/rgbnoise.c
2099 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/rgbnoise.Tpo $(DEPDIR)/rgbnoise.Plo
2100 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/rgbnoise/rgbnoise.c' object='rgbnoise.lo' libtool=yes @AMDEPBACKSLASH@
2101 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2102 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rgbnoise.lo `test -f 'filter/rgbnoise/rgbnoise.c' || echo '$(srcdir)/'`filter/rgbnoise/rgbnoise.c
2103
2104 rgbparade_la-rgbparade.lo: filter/rgbparade/rgbparade.c
2105 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rgbparade_la_CFLAGS) $(CFLAGS) -MT rgbparade_la-rgbparade.lo -MD -MP -MF $(DEPDIR)/rgbparade_la-rgbparade.Tpo -c -o rgbparade_la-rgbparade.lo `test -f 'filter/rgbparade/rgbparade.c' || echo '$(srcdir)/'`filter/rgbparade/rgbparade.c
2106 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/rgbparade_la-rgbparade.Tpo $(DEPDIR)/rgbparade_la-rgbparade.Plo
2107 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/rgbparade/rgbparade.c' object='rgbparade_la-rgbparade.lo' libtool=yes @AMDEPBACKSLASH@
2108 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2109 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rgbparade_la_CFLAGS) $(CFLAGS) -c -o rgbparade_la-rgbparade.lo `test -f 'filter/rgbparade/rgbparade.c' || echo '$(srcdir)/'`filter/rgbparade/rgbparade.c
2110
2111 rgbsplit0r.lo: filter/rgbsplit0r/rgbsplit0r.c
2112 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rgbsplit0r.lo -MD -MP -MF $(DEPDIR)/rgbsplit0r.Tpo -c -o rgbsplit0r.lo `test -f 'filter/rgbsplit0r/rgbsplit0r.c' || echo '$(srcdir)/'`filter/rgbsplit0r/rgbsplit0r.c
2113 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/rgbsplit0r.Tpo $(DEPDIR)/rgbsplit0r.Plo
2114 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/rgbsplit0r/rgbsplit0r.c' object='rgbsplit0r.lo' libtool=yes @AMDEPBACKSLASH@
2115 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2116 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rgbsplit0r.lo `test -f 'filter/rgbsplit0r/rgbsplit0r.c' || echo '$(srcdir)/'`filter/rgbsplit0r/rgbsplit0r.c
2117
2118 saturat0r.lo: filter/saturat0r/saturat0r.c
2119 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT saturat0r.lo -MD -MP -MF $(DEPDIR)/saturat0r.Tpo -c -o saturat0r.lo `test -f 'filter/saturat0r/saturat0r.c' || echo '$(srcdir)/'`filter/saturat0r/saturat0r.c
2120 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/saturat0r.Tpo $(DEPDIR)/saturat0r.Plo
2121 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/saturat0r/saturat0r.c' object='saturat0r.lo' libtool=yes @AMDEPBACKSLASH@
2122 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2123 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o saturat0r.lo `test -f 'filter/saturat0r/saturat0r.c' || echo '$(srcdir)/'`filter/saturat0r/saturat0r.c
2124
2125 scale0tilt_la-scale0tilt.lo: filter/scale0tilt/scale0tilt.c
2126 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(scale0tilt_la_CFLAGS) $(CFLAGS) -MT scale0tilt_la-scale0tilt.lo -MD -MP -MF $(DEPDIR)/scale0tilt_la-scale0tilt.Tpo -c -o scale0tilt_la-scale0tilt.lo `test -f 'filter/scale0tilt/scale0tilt.c' || echo '$(srcdir)/'`filter/scale0tilt/scale0tilt.c
2127 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/scale0tilt_la-scale0tilt.Tpo $(DEPDIR)/scale0tilt_la-scale0tilt.Plo
2128 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/scale0tilt/scale0tilt.c' object='scale0tilt_la-scale0tilt.lo' libtool=yes @AMDEPBACKSLASH@
2129 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2130 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(scale0tilt_la_CFLAGS) $(CFLAGS) -c -o scale0tilt_la-scale0tilt.lo `test -f 'filter/scale0tilt/scale0tilt.c' || echo '$(srcdir)/'`filter/scale0tilt/scale0tilt.c
2131
2132 select0r.lo: filter/select0r/select0r.c
2133 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT select0r.lo -MD -MP -MF $(DEPDIR)/select0r.Tpo -c -o select0r.lo `test -f 'filter/select0r/select0r.c' || echo '$(srcdir)/'`filter/select0r/select0r.c
2134 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/select0r.Tpo $(DEPDIR)/select0r.Plo
2135 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/select0r/select0r.c' object='select0r.lo' libtool=yes @AMDEPBACKSLASH@
2136 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2137 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o select0r.lo `test -f 'filter/select0r/select0r.c' || echo '$(srcdir)/'`filter/select0r/select0r.c
2138
2139 sharpness.lo: filter/sharpness/sharpness.c
2140 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sharpness.lo -MD -MP -MF $(DEPDIR)/sharpness.Tpo -c -o sharpness.lo `test -f 'filter/sharpness/sharpness.c' || echo '$(srcdir)/'`filter/sharpness/sharpness.c
2141 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/sharpness.Tpo $(DEPDIR)/sharpness.Plo
2142 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/sharpness/sharpness.c' object='sharpness.lo' libtool=yes @AMDEPBACKSLASH@
2143 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2144 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sharpness.lo `test -f 'filter/sharpness/sharpness.c' || echo '$(srcdir)/'`filter/sharpness/sharpness.c
2145
2146 sigmoidaltransfer.lo: filter/sigmoidaltransfer/sigmoidaltransfer.c
2147 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sigmoidaltransfer.lo -MD -MP -MF $(DEPDIR)/sigmoidaltransfer.Tpo -c -o sigmoidaltransfer.lo `test -f 'filter/sigmoidaltransfer/sigmoidaltransfer.c' || echo '$(srcdir)/'`filter/sigmoidaltransfer/sigmoidaltransfer.c
2148 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/sigmoidaltransfer.Tpo $(DEPDIR)/sigmoidaltransfer.Plo
2149 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/sigmoidaltransfer/sigmoidaltransfer.c' object='sigmoidaltransfer.lo' libtool=yes @AMDEPBACKSLASH@
2150 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2151 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sigmoidaltransfer.lo `test -f 'filter/sigmoidaltransfer/sigmoidaltransfer.c' || echo '$(srcdir)/'`filter/sigmoidaltransfer/sigmoidaltransfer.c
2152
2153 softglow.lo: filter/softglow/softglow.c
2154 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT softglow.lo -MD -MP -MF $(DEPDIR)/softglow.Tpo -c -o softglow.lo `test -f 'filter/softglow/softglow.c' || echo '$(srcdir)/'`filter/softglow/softglow.c
2155 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/softglow.Tpo $(DEPDIR)/softglow.Plo
2156 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/softglow/softglow.c' object='softglow.lo' libtool=yes @AMDEPBACKSLASH@
2157 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2158 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o softglow.lo `test -f 'filter/softglow/softglow.c' || echo '$(srcdir)/'`filter/softglow/softglow.c
2159
2160 spillsupress.lo: filter/spillsupress/spillsupress.c
2161 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT spillsupress.lo -MD -MP -MF $(DEPDIR)/spillsupress.Tpo -c -o spillsupress.lo `test -f 'filter/spillsupress/spillsupress.c' || echo '$(srcdir)/'`filter/spillsupress/spillsupress.c
2162 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/spillsupress.Tpo $(DEPDIR)/spillsupress.Plo
2163 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/spillsupress/spillsupress.c' object='spillsupress.lo' libtool=yes @AMDEPBACKSLASH@
2164 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2165 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o spillsupress.lo `test -f 'filter/spillsupress/spillsupress.c' || echo '$(srcdir)/'`filter/spillsupress/spillsupress.c
2166
2167 squareblur.lo: filter/squareblur/squareblur.c
2168 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT squareblur.lo -MD -MP -MF $(DEPDIR)/squareblur.Tpo -c -o squareblur.lo `test -f 'filter/squareblur/squareblur.c' || echo '$(srcdir)/'`filter/squareblur/squareblur.c
2169 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/squareblur.Tpo $(DEPDIR)/squareblur.Plo
2170 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/squareblur/squareblur.c' object='squareblur.lo' libtool=yes @AMDEPBACKSLASH@
2171 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2172 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o squareblur.lo `test -f 'filter/squareblur/squareblur.c' || echo '$(srcdir)/'`filter/squareblur/squareblur.c
2173
2174 tehRoxx0r.lo: filter/tehroxx0r/tehRoxx0r.c
2175 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tehRoxx0r.lo -MD -MP -MF $(DEPDIR)/tehRoxx0r.Tpo -c -o tehRoxx0r.lo `test -f 'filter/tehroxx0r/tehRoxx0r.c' || echo '$(srcdir)/'`filter/tehroxx0r/tehRoxx0r.c
2176 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tehRoxx0r.Tpo $(DEPDIR)/tehRoxx0r.Plo
2177 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/tehroxx0r/tehRoxx0r.c' object='tehRoxx0r.lo' libtool=yes @AMDEPBACKSLASH@
2178 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2179 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tehRoxx0r.lo `test -f 'filter/tehroxx0r/tehRoxx0r.c' || echo '$(srcdir)/'`filter/tehroxx0r/tehRoxx0r.c
2180
2181 test_pat_B.lo: generator/test_pat/test_pat_B.c
2182 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_pat_B.lo -MD -MP -MF $(DEPDIR)/test_pat_B.Tpo -c -o test_pat_B.lo `test -f 'generator/test_pat/test_pat_B.c' || echo '$(srcdir)/'`generator/test_pat/test_pat_B.c
2183 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_pat_B.Tpo $(DEPDIR)/test_pat_B.Plo
2184 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='generator/test_pat/test_pat_B.c' object='test_pat_B.lo' libtool=yes @AMDEPBACKSLASH@
2185 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2186 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_pat_B.lo `test -f 'generator/test_pat/test_pat_B.c' || echo '$(srcdir)/'`generator/test_pat/test_pat_B.c
2187
2188 test_pat_C.lo: generator/test_pat/test_pat_C.c
2189 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_pat_C.lo -MD -MP -MF $(DEPDIR)/test_pat_C.Tpo -c -o test_pat_C.lo `test -f 'generator/test_pat/test_pat_C.c' || echo '$(srcdir)/'`generator/test_pat/test_pat_C.c
2190 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_pat_C.Tpo $(DEPDIR)/test_pat_C.Plo
2191 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='generator/test_pat/test_pat_C.c' object='test_pat_C.lo' libtool=yes @AMDEPBACKSLASH@
2192 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2193 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_pat_C.lo `test -f 'generator/test_pat/test_pat_C.c' || echo '$(srcdir)/'`generator/test_pat/test_pat_C.c
2194
2195 test_pat_G.lo: generator/test_pat/test_pat_G.c
2196 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_pat_G.lo -MD -MP -MF $(DEPDIR)/test_pat_G.Tpo -c -o test_pat_G.lo `test -f 'generator/test_pat/test_pat_G.c' || echo '$(srcdir)/'`generator/test_pat/test_pat_G.c
2197 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_pat_G.Tpo $(DEPDIR)/test_pat_G.Plo
2198 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='generator/test_pat/test_pat_G.c' object='test_pat_G.lo' libtool=yes @AMDEPBACKSLASH@
2199 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2200 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_pat_G.lo `test -f 'generator/test_pat/test_pat_G.c' || echo '$(srcdir)/'`generator/test_pat/test_pat_G.c
2201
2202 test_pat_I.lo: generator/test_pat/test_pat_I.c
2203 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_pat_I.lo -MD -MP -MF $(DEPDIR)/test_pat_I.Tpo -c -o test_pat_I.lo `test -f 'generator/test_pat/test_pat_I.c' || echo '$(srcdir)/'`generator/test_pat/test_pat_I.c
2204 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_pat_I.Tpo $(DEPDIR)/test_pat_I.Plo
2205 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='generator/test_pat/test_pat_I.c' object='test_pat_I.lo' libtool=yes @AMDEPBACKSLASH@
2206 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2207 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_pat_I.lo `test -f 'generator/test_pat/test_pat_I.c' || echo '$(srcdir)/'`generator/test_pat/test_pat_I.c
2208
2209 test_pat_L.lo: generator/test_pat/test_pat_L.c
2210 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_pat_L.lo -MD -MP -MF $(DEPDIR)/test_pat_L.Tpo -c -o test_pat_L.lo `test -f 'generator/test_pat/test_pat_L.c' || echo '$(srcdir)/'`generator/test_pat/test_pat_L.c
2211 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_pat_L.Tpo $(DEPDIR)/test_pat_L.Plo
2212 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='generator/test_pat/test_pat_L.c' object='test_pat_L.lo' libtool=yes @AMDEPBACKSLASH@
2213 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2214 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_pat_L.lo `test -f 'generator/test_pat/test_pat_L.c' || echo '$(srcdir)/'`generator/test_pat/test_pat_L.c
2215
2216 test_pat_R.lo: generator/test_pat/test_pat_R.c
2217 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_pat_R.lo -MD -MP -MF $(DEPDIR)/test_pat_R.Tpo -c -o test_pat_R.lo `test -f 'generator/test_pat/test_pat_R.c' || echo '$(srcdir)/'`generator/test_pat/test_pat_R.c
2218 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_pat_R.Tpo $(DEPDIR)/test_pat_R.Plo
2219 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='generator/test_pat/test_pat_R.c' object='test_pat_R.lo' libtool=yes @AMDEPBACKSLASH@
2220 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2221 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_pat_R.lo `test -f 'generator/test_pat/test_pat_R.c' || echo '$(srcdir)/'`generator/test_pat/test_pat_R.c
2222
2223 three_point_balance.lo: filter/three_point_balance/three_point_balance.c
2224 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT three_point_balance.lo -MD -MP -MF $(DEPDIR)/three_point_balance.Tpo -c -o three_point_balance.lo `test -f 'filter/three_point_balance/three_point_balance.c' || echo '$(srcdir)/'`filter/three_point_balance/three_point_balance.c
2225 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/three_point_balance.Tpo $(DEPDIR)/three_point_balance.Plo
2226 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/three_point_balance/three_point_balance.c' object='three_point_balance.lo' libtool=yes @AMDEPBACKSLASH@
2227 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2228 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o three_point_balance.lo `test -f 'filter/three_point_balance/three_point_balance.c' || echo '$(srcdir)/'`filter/three_point_balance/three_point_balance.c
2229
2230 threshold0r.lo: filter/threshold0r/threshold0r.c
2231 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT threshold0r.lo -MD -MP -MF $(DEPDIR)/threshold0r.Tpo -c -o threshold0r.lo `test -f 'filter/threshold0r/threshold0r.c' || echo '$(srcdir)/'`filter/threshold0r/threshold0r.c
2232 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/threshold0r.Tpo $(DEPDIR)/threshold0r.Plo
2233 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/threshold0r/threshold0r.c' object='threshold0r.lo' libtool=yes @AMDEPBACKSLASH@
2234 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2235 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o threshold0r.lo `test -f 'filter/threshold0r/threshold0r.c' || echo '$(srcdir)/'`filter/threshold0r/threshold0r.c
2236
2237 tint0r.lo: filter/tint0r/tint0r.c
2238 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tint0r.lo -MD -MP -MF $(DEPDIR)/tint0r.Tpo -c -o tint0r.lo `test -f 'filter/tint0r/tint0r.c' || echo '$(srcdir)/'`filter/tint0r/tint0r.c
2239 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tint0r.Tpo $(DEPDIR)/tint0r.Plo
2240 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/tint0r/tint0r.c' object='tint0r.lo' libtool=yes @AMDEPBACKSLASH@
2241 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2242 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tint0r.lo `test -f 'filter/tint0r/tint0r.c' || echo '$(srcdir)/'`filter/tint0r/tint0r.c
2243
2244 transparency.lo: filter/transparency/transparency.c
2245 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT transparency.lo -MD -MP -MF $(DEPDIR)/transparency.Tpo -c -o transparency.lo `test -f 'filter/transparency/transparency.c' || echo '$(srcdir)/'`filter/transparency/transparency.c
2246 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/transparency.Tpo $(DEPDIR)/transparency.Plo
2247 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/transparency/transparency.c' object='transparency.lo' libtool=yes @AMDEPBACKSLASH@
2248 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2249 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o transparency.lo `test -f 'filter/transparency/transparency.c' || echo '$(srcdir)/'`filter/transparency/transparency.c
2250
2251 uvmap.lo: mixer2/uvmap/uvmap.c
2252 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT uvmap.lo -MD -MP -MF $(DEPDIR)/uvmap.Tpo -c -o uvmap.lo `test -f 'mixer2/uvmap/uvmap.c' || echo '$(srcdir)/'`mixer2/uvmap/uvmap.c
2253 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/uvmap.Tpo $(DEPDIR)/uvmap.Plo
2254 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='mixer2/uvmap/uvmap.c' object='uvmap.lo' libtool=yes @AMDEPBACKSLASH@
2255 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2256 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o uvmap.lo `test -f 'mixer2/uvmap/uvmap.c' || echo '$(srcdir)/'`mixer2/uvmap/uvmap.c
2257
2258 vectorscope_la-vectorscope.lo: filter/vectorscope/vectorscope.c
2259 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vectorscope_la_CFLAGS) $(CFLAGS) -MT vectorscope_la-vectorscope.lo -MD -MP -MF $(DEPDIR)/vectorscope_la-vectorscope.Tpo -c -o vectorscope_la-vectorscope.lo `test -f 'filter/vectorscope/vectorscope.c' || echo '$(srcdir)/'`filter/vectorscope/vectorscope.c
2260 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/vectorscope_la-vectorscope.Tpo $(DEPDIR)/vectorscope_la-vectorscope.Plo
2261 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/vectorscope/vectorscope.c' object='vectorscope_la-vectorscope.lo' libtool=yes @AMDEPBACKSLASH@
2262 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2263 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vectorscope_la_CFLAGS) $(CFLAGS) -c -o vectorscope_la-vectorscope.lo `test -f 'filter/vectorscope/vectorscope.c' || echo '$(srcdir)/'`filter/vectorscope/vectorscope.c
2264
2265 vertigo.lo: filter/vertigo/vertigo.c
2266 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT vertigo.lo -MD -MP -MF $(DEPDIR)/vertigo.Tpo -c -o vertigo.lo `test -f 'filter/vertigo/vertigo.c' || echo '$(srcdir)/'`filter/vertigo/vertigo.c
2267 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/vertigo.Tpo $(DEPDIR)/vertigo.Plo
2268 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter/vertigo/vertigo.c' object='vertigo.lo' libtool=yes @AMDEPBACKSLASH@
2269 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2270 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o vertigo.lo `test -f 'filter/vertigo/vertigo.c' || echo '$(srcdir)/'`filter/vertigo/vertigo.c
2271
2272 .cpp.o:
2273 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
2274 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
2275 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
2276 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2277 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
2278
2279 .cpp.obj:
2280 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
2281 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
2282 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
2283 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2284 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
2285
2286 .cpp.lo:
2287 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
2288 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
2289 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
2290 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2291 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
2292
2293 addition.lo: mixer2/addition/addition.cpp
2294 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT addition.lo -MD -MP -MF $(DEPDIR)/addition.Tpo -c -o addition.lo `test -f 'mixer2/addition/addition.cpp' || echo '$(srcdir)/'`mixer2/addition/addition.cpp
2295 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/addition.Tpo $(DEPDIR)/addition.Plo
2296 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='mixer2/addition/addition.cpp' object='addition.lo' libtool=yes @AMDEPBACKSLASH@
2297 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2298 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o addition.lo `test -f 'mixer2/addition/addition.cpp' || echo '$(srcdir)/'`mixer2/addition/addition.cpp
2299
2300 addition_alpha.lo: mixer2/addition_alpha/addition_alpha.cpp
2301 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT addition_alpha.lo -MD -MP -MF $(DEPDIR)/addition_alpha.Tpo -c -o addition_alpha.lo `test -f 'mixer2/addition_alpha/addition_alpha.cpp' || echo '$(srcdir)/'`mixer2/addition_alpha/addition_alpha.cpp
2302 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/addition_alpha.Tpo $(DEPDIR)/addition_alpha.Plo
2303 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='mixer2/addition_alpha/addition_alpha.cpp' object='addition_alpha.lo' libtool=yes @AMDEPBACKSLASH@
2304 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2305 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o addition_alpha.lo `test -f 'mixer2/addition_alpha/addition_alpha.cpp' || echo '$(srcdir)/'`mixer2/addition_alpha/addition_alpha.cpp
2306
2307 alphaatop.lo: mixer2/alphaatop/alphaatop.cpp
2308 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT alphaatop.lo -MD -MP -MF $(DEPDIR)/alphaatop.Tpo -c -o alphaatop.lo `test -f 'mixer2/alphaatop/alphaatop.cpp' || echo '$(srcdir)/'`mixer2/alphaatop/alphaatop.cpp
2309 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/alphaatop.Tpo $(DEPDIR)/alphaatop.Plo
2310 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='mixer2/alphaatop/alphaatop.cpp' object='alphaatop.lo' libtool=yes @AMDEPBACKSLASH@
2311 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2312 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o alphaatop.lo `test -f 'mixer2/alphaatop/alphaatop.cpp' || echo '$(srcdir)/'`mixer2/alphaatop/alphaatop.cpp
2313
2314 alphain.lo: mixer2/alphain/alphain.cpp
2315 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT alphain.lo -MD -MP -MF $(DEPDIR)/alphain.Tpo -c -o alphain.lo `test -f 'mixer2/alphain/alphain.cpp' || echo '$(srcdir)/'`mixer2/alphain/alphain.cpp
2316 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/alphain.Tpo $(DEPDIR)/alphain.Plo
2317 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='mixer2/alphain/alphain.cpp' object='alphain.lo' libtool=yes @AMDEPBACKSLASH@
2318 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2319 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o alphain.lo `test -f 'mixer2/alphain/alphain.cpp' || echo '$(srcdir)/'`mixer2/alphain/alphain.cpp
2320
2321 alphaout.lo: mixer2/alphaout/alphaout.cpp
2322 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT alphaout.lo -MD -MP -MF $(DEPDIR)/alphaout.Tpo -c -o alphaout.lo `test -f 'mixer2/alphaout/alphaout.cpp' || echo '$(srcdir)/'`mixer2/alphaout/alphaout.cpp
2323 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/alphaout.Tpo $(DEPDIR)/alphaout.Plo
2324 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='mixer2/alphaout/alphaout.cpp' object='alphaout.lo' libtool=yes @AMDEPBACKSLASH@
2325 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2326 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o alphaout.lo `test -f 'mixer2/alphaout/alphaout.cpp' || echo '$(srcdir)/'`mixer2/alphaout/alphaout.cpp
2327
2328 alphaover.lo: mixer2/alphaover/alphaover.cpp
2329 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT alphaover.lo -MD -MP -MF $(DEPDIR)/alphaover.Tpo -c -o alphaover.lo `test -f 'mixer2/alphaover/alphaover.cpp' || echo '$(srcdir)/'`mixer2/alphaover/alphaover.cpp
2330 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/alphaover.Tpo $(DEPDIR)/alphaover.Plo
2331 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='mixer2/alphaover/alphaover.cpp' object='alphaover.lo' libtool=yes @AMDEPBACKSLASH@
2332 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2333 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o alphaover.lo `test -f 'mixer2/alphaover/alphaover.cpp' || echo '$(srcdir)/'`mixer2/alphaover/alphaover.cpp
2334
2335 alphaxor.lo: mixer2/alphaxor/alphaxor.cpp
2336 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT alphaxor.lo -MD -MP -MF $(DEPDIR)/alphaxor.Tpo -c -o alphaxor.lo `test -f 'mixer2/alphaxor/alphaxor.cpp' || echo '$(srcdir)/'`mixer2/alphaxor/alphaxor.cpp
2337 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/alphaxor.Tpo $(DEPDIR)/alphaxor.Plo
2338 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='mixer2/alphaxor/alphaxor.cpp' object='alphaxor.lo' libtool=yes @AMDEPBACKSLASH@
2339 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2340 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o alphaxor.lo `test -f 'mixer2/alphaxor/alphaxor.cpp' || echo '$(srcdir)/'`mixer2/alphaxor/alphaxor.cpp
2341
2342 baltan.lo: filter/baltan/baltan.cpp
2343 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT baltan.lo -MD -MP -MF $(DEPDIR)/baltan.Tpo -c -o baltan.lo `test -f 'filter/baltan/baltan.cpp' || echo '$(srcdir)/'`filter/baltan/baltan.cpp
2344 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/baltan.Tpo $(DEPDIR)/baltan.Plo
2345 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='filter/baltan/baltan.cpp' object='baltan.lo' libtool=yes @AMDEPBACKSLASH@
2346 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2347 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o baltan.lo `test -f 'filter/baltan/baltan.cpp' || echo '$(srcdir)/'`filter/baltan/baltan.cpp
2348
2349 blend.lo: mixer2/blend/blend.cpp
2350 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT blend.lo -MD -MP -MF $(DEPDIR)/blend.Tpo -c -o blend.lo `test -f 'mixer2/blend/blend.cpp' || echo '$(srcdir)/'`mixer2/blend/blend.cpp
2351 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/blend.Tpo $(DEPDIR)/blend.Plo
2352 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='mixer2/blend/blend.cpp' object='blend.lo' libtool=yes @AMDEPBACKSLASH@
2353 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2354 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o blend.lo `test -f 'mixer2/blend/blend.cpp' || echo '$(srcdir)/'`mixer2/blend/blend.cpp
2355
2356 bluescreen0r.lo: filter/bluescreen0r/bluescreen0r.cpp
2357 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT bluescreen0r.lo -MD -MP -MF $(DEPDIR)/bluescreen0r.Tpo -c -o bluescreen0r.lo `test -f 'filter/bluescreen0r/bluescreen0r.cpp' || echo '$(srcdir)/'`filter/bluescreen0r/bluescreen0r.cpp
2358 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/bluescreen0r.Tpo $(DEPDIR)/bluescreen0r.Plo
2359 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='filter/bluescreen0r/bluescreen0r.cpp' object='bluescreen0r.lo' libtool=yes @AMDEPBACKSLASH@
2360 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2361 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o bluescreen0r.lo `test -f 'filter/bluescreen0r/bluescreen0r.cpp' || echo '$(srcdir)/'`filter/bluescreen0r/bluescreen0r.cpp
2362
2363 burn.lo: mixer2/burn/burn.cpp
2364 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT burn.lo -MD -MP -MF $(DEPDIR)/burn.Tpo -c -o burn.lo `test -f 'mixer2/burn/burn.cpp' || echo '$(srcdir)/'`mixer2/burn/burn.cpp
2365 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/burn.Tpo $(DEPDIR)/burn.Plo
2366 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='mixer2/burn/burn.cpp' object='burn.lo' libtool=yes @AMDEPBACKSLASH@
2367 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2368 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o burn.lo `test -f 'mixer2/burn/burn.cpp' || echo '$(srcdir)/'`mixer2/burn/burn.cpp
2369
2370 cartoon.lo: filter/cartoon/cartoon.cpp
2371 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT cartoon.lo -MD -MP -MF $(DEPDIR)/cartoon.Tpo -c -o cartoon.lo `test -f 'filter/cartoon/cartoon.cpp' || echo '$(srcdir)/'`filter/cartoon/cartoon.cpp
2372 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cartoon.Tpo $(DEPDIR)/cartoon.Plo
2373 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='filter/cartoon/cartoon.cpp' object='cartoon.lo' libtool=yes @AMDEPBACKSLASH@
2374 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2375 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o cartoon.lo `test -f 'filter/cartoon/cartoon.cpp' || echo '$(srcdir)/'`filter/cartoon/cartoon.cpp
2376
2377 color_only.lo: mixer2/color_only/color_only.cpp
2378 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT color_only.lo -MD -MP -MF $(DEPDIR)/color_only.Tpo -c -o color_only.lo `test -f 'mixer2/color_only/color_only.cpp' || echo '$(srcdir)/'`mixer2/color_only/color_only.cpp
2379 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/color_only.Tpo $(DEPDIR)/color_only.Plo
2380 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='mixer2/color_only/color_only.cpp' object='color_only.lo' libtool=yes @AMDEPBACKSLASH@
2381 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2382 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o color_only.lo `test -f 'mixer2/color_only/color_only.cpp' || echo '$(srcdir)/'`mixer2/color_only/color_only.cpp
2383
2384 d90stairsteppingfix.lo: filter/d90stairsteppingfix/d90stairsteppingfix.cpp
2385 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT d90stairsteppingfix.lo -MD -MP -MF $(DEPDIR)/d90stairsteppingfix.Tpo -c -o d90stairsteppingfix.lo `test -f 'filter/d90stairsteppingfix/d90stairsteppingfix.cpp' || echo '$(srcdir)/'`filter/d90stairsteppingfix/d90stairsteppingfix.cpp
2386 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/d90stairsteppingfix.Tpo $(DEPDIR)/d90stairsteppingfix.Plo
2387 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='filter/d90stairsteppingfix/d90stairsteppingfix.cpp' object='d90stairsteppingfix.lo' libtool=yes @AMDEPBACKSLASH@
2388 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2389 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o d90stairsteppingfix.lo `test -f 'filter/d90stairsteppingfix/d90stairsteppingfix.cpp' || echo '$(srcdir)/'`filter/d90stairsteppingfix/d90stairsteppingfix.cpp
2390
2391 darken.lo: mixer2/darken/darken.cpp
2392 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT darken.lo -MD -MP -MF $(DEPDIR)/darken.Tpo -c -o darken.lo `test -f 'mixer2/darken/darken.cpp' || echo '$(srcdir)/'`mixer2/darken/darken.cpp
2393 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/darken.Tpo $(DEPDIR)/darken.Plo
2394 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='mixer2/darken/darken.cpp' object='darken.lo' libtool=yes @AMDEPBACKSLASH@
2395 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2396 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o darken.lo `test -f 'mixer2/darken/darken.cpp' || echo '$(srcdir)/'`mixer2/darken/darken.cpp
2397
2398 delay0r.lo: filter/delay0r/delay0r.cpp
2399 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT delay0r.lo -MD -MP -MF $(DEPDIR)/delay0r.Tpo -c -o delay0r.lo `test -f 'filter/delay0r/delay0r.cpp' || echo '$(srcdir)/'`filter/delay0r/delay0r.cpp
2400 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/delay0r.Tpo $(DEPDIR)/delay0r.Plo
2401 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='filter/delay0r/delay0r.cpp' object='delay0r.lo' libtool=yes @AMDEPBACKSLASH@
2402 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2403 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o delay0r.lo `test -f 'filter/delay0r/delay0r.cpp' || echo '$(srcdir)/'`filter/delay0r/delay0r.cpp
2404
2405 delaygrab.lo: filter/delaygrab/delaygrab.cpp
2406 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT delaygrab.lo -MD -MP -MF $(DEPDIR)/delaygrab.Tpo -c -o delaygrab.lo `test -f 'filter/delaygrab/delaygrab.cpp' || echo '$(srcdir)/'`filter/delaygrab/delaygrab.cpp
2407 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/delaygrab.Tpo $(DEPDIR)/delaygrab.Plo
2408 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='filter/delaygrab/delaygrab.cpp' object='delaygrab.lo' libtool=yes @AMDEPBACKSLASH@
2409 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2410 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o delaygrab.lo `test -f 'filter/delaygrab/delaygrab.cpp' || echo '$(srcdir)/'`filter/delaygrab/delaygrab.cpp
2411
2412 difference.lo: mixer2/difference/difference.cpp
2413 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT difference.lo -MD -MP -MF $(DEPDIR)/difference.Tpo -c -o difference.lo `test -f 'mixer2/difference/difference.cpp' || echo '$(srcdir)/'`mixer2/difference/difference.cpp
2414 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/difference.Tpo $(DEPDIR)/difference.Plo
2415 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='mixer2/difference/difference.cpp' object='difference.lo' libtool=yes @AMDEPBACKSLASH@
2416 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2417 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o difference.lo `test -f 'mixer2/difference/difference.cpp' || echo '$(srcdir)/'`mixer2/difference/difference.cpp
2418
2419 divide.lo: mixer2/divide/divide.cpp
2420 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT divide.lo -MD -MP -MF $(DEPDIR)/divide.Tpo -c -o divide.lo `test -f 'mixer2/divide/divide.cpp' || echo '$(srcdir)/'`mixer2/divide/divide.cpp
2421 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/divide.Tpo $(DEPDIR)/divide.Plo
2422 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='mixer2/divide/divide.cpp' object='divide.lo' libtool=yes @AMDEPBACKSLASH@
2423 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2424 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o divide.lo `test -f 'mixer2/divide/divide.cpp' || echo '$(srcdir)/'`mixer2/divide/divide.cpp
2425
2426 dodge.lo: mixer2/dodge/dodge.cpp
2427 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT dodge.lo -MD -MP -MF $(DEPDIR)/dodge.Tpo -c -o dodge.lo `test -f 'mixer2/dodge/dodge.cpp' || echo '$(srcdir)/'`mixer2/dodge/dodge.cpp
2428 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/dodge.Tpo $(DEPDIR)/dodge.Plo
2429 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='mixer2/dodge/dodge.cpp' object='dodge.lo' libtool=yes @AMDEPBACKSLASH@
2430 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2431 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o dodge.lo `test -f 'mixer2/dodge/dodge.cpp' || echo '$(srcdir)/'`mixer2/dodge/dodge.cpp
2432
2433 edgeglow.lo: filter/edgeglow/edgeglow.cpp
2434 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT edgeglow.lo -MD -MP -MF $(DEPDIR)/edgeglow.Tpo -c -o edgeglow.lo `test -f 'filter/edgeglow/edgeglow.cpp' || echo '$(srcdir)/'`filter/edgeglow/edgeglow.cpp
2435 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/edgeglow.Tpo $(DEPDIR)/edgeglow.Plo
2436 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='filter/edgeglow/edgeglow.cpp' object='edgeglow.lo' libtool=yes @AMDEPBACKSLASH@
2437 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2438 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o edgeglow.lo `test -f 'filter/edgeglow/edgeglow.cpp' || echo '$(srcdir)/'`filter/edgeglow/edgeglow.cpp
2439
2440 equaliz0r.lo: filter/equaliz0r/equaliz0r.cpp
2441 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT equaliz0r.lo -MD -MP -MF $(DEPDIR)/equaliz0r.Tpo -c -o equaliz0r.lo `test -f 'filter/equaliz0r/equaliz0r.cpp' || echo '$(srcdir)/'`filter/equaliz0r/equaliz0r.cpp
2442 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/equaliz0r.Tpo $(DEPDIR)/equaliz0r.Plo
2443 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='filter/equaliz0r/equaliz0r.cpp' object='equaliz0r.lo' libtool=yes @AMDEPBACKSLASH@
2444 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2445 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o equaliz0r.lo `test -f 'filter/equaliz0r/equaliz0r.cpp' || echo '$(srcdir)/'`filter/equaliz0r/equaliz0r.cpp
2446
2447 facebl0r.lo: filter/facebl0r/facebl0r.cpp
2448 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT facebl0r.lo -MD -MP -MF $(DEPDIR)/facebl0r.Tpo -c -o facebl0r.lo `test -f 'filter/facebl0r/facebl0r.cpp' || echo '$(srcdir)/'`filter/facebl0r/facebl0r.cpp
2449 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/facebl0r.Tpo $(DEPDIR)/facebl0r.Plo
2450 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='filter/facebl0r/facebl0r.cpp' object='facebl0r.lo' libtool=yes @AMDEPBACKSLASH@
2451 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2452 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o facebl0r.lo `test -f 'filter/facebl0r/facebl0r.cpp' || echo '$(srcdir)/'`filter/facebl0r/facebl0r.cpp
2453
2454 facedetect.lo: filter/facedetect/facedetect.cpp
2455 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT facedetect.lo -MD -MP -MF $(DEPDIR)/facedetect.Tpo -c -o facedetect.lo `test -f 'filter/facedetect/facedetect.cpp' || echo '$(srcdir)/'`filter/facedetect/facedetect.cpp
2456 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/facedetect.Tpo $(DEPDIR)/facedetect.Plo
2457 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='filter/facedetect/facedetect.cpp' object='facedetect.lo' libtool=yes @AMDEPBACKSLASH@
2458 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2459 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o facedetect.lo `test -f 'filter/facedetect/facedetect.cpp' || echo '$(srcdir)/'`filter/facedetect/facedetect.cpp
2460
2461 grain_extract.lo: mixer2/grain_extract/grain_extract.cpp
2462 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT grain_extract.lo -MD -MP -MF $(DEPDIR)/grain_extract.Tpo -c -o grain_extract.lo `test -f 'mixer2/grain_extract/grain_extract.cpp' || echo '$(srcdir)/'`mixer2/grain_extract/grain_extract.cpp
2463 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/grain_extract.Tpo $(DEPDIR)/grain_extract.Plo
2464 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='mixer2/grain_extract/grain_extract.cpp' object='grain_extract.lo' libtool=yes @AMDEPBACKSLASH@
2465 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2466 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o grain_extract.lo `test -f 'mixer2/grain_extract/grain_extract.cpp' || echo '$(srcdir)/'`mixer2/grain_extract/grain_extract.cpp
2467
2468 grain_merge.lo: mixer2/grain_merge/grain_merge.cpp
2469 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT grain_merge.lo -MD -MP -MF $(DEPDIR)/grain_merge.Tpo -c -o grain_merge.lo `test -f 'mixer2/grain_merge/grain_merge.cpp' || echo '$(srcdir)/'`mixer2/grain_merge/grain_merge.cpp
2470 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/grain_merge.Tpo $(DEPDIR)/grain_merge.Plo
2471 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='mixer2/grain_merge/grain_merge.cpp' object='grain_merge.lo' libtool=yes @AMDEPBACKSLASH@
2472 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2473 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o grain_merge.lo `test -f 'mixer2/grain_merge/grain_merge.cpp' || echo '$(srcdir)/'`mixer2/grain_merge/grain_merge.cpp
2474
2475 hardlight.lo: mixer2/hardlight/hardlight.cpp
2476 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT hardlight.lo -MD -MP -MF $(DEPDIR)/hardlight.Tpo -c -o hardlight.lo `test -f 'mixer2/hardlight/hardlight.cpp' || echo '$(srcdir)/'`mixer2/hardlight/hardlight.cpp
2477 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/hardlight.Tpo $(DEPDIR)/hardlight.Plo
2478 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='mixer2/hardlight/hardlight.cpp' object='hardlight.lo' libtool=yes @AMDEPBACKSLASH@
2479 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2480 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o hardlight.lo `test -f 'mixer2/hardlight/hardlight.cpp' || echo '$(srcdir)/'`mixer2/hardlight/hardlight.cpp
2481
2482 hue.lo: mixer2/hue/hue.cpp
2483 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT hue.lo -MD -MP -MF $(DEPDIR)/hue.Tpo -c -o hue.lo `test -f 'mixer2/hue/hue.cpp' || echo '$(srcdir)/'`mixer2/hue/hue.cpp
2484 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/hue.Tpo $(DEPDIR)/hue.Plo
2485 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='mixer2/hue/hue.cpp' object='hue.lo' libtool=yes @AMDEPBACKSLASH@
2486 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2487 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o hue.lo `test -f 'mixer2/hue/hue.cpp' || echo '$(srcdir)/'`mixer2/hue/hue.cpp
2488
2489 lighten.lo: mixer2/lighten/lighten.cpp
2490 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT lighten.lo -MD -MP -MF $(DEPDIR)/lighten.Tpo -c -o lighten.lo `test -f 'mixer2/lighten/lighten.cpp' || echo '$(srcdir)/'`mixer2/lighten/lighten.cpp
2491 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lighten.Tpo $(DEPDIR)/lighten.Plo
2492 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='mixer2/lighten/lighten.cpp' object='lighten.lo' libtool=yes @AMDEPBACKSLASH@
2493 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2494 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o lighten.lo `test -f 'mixer2/lighten/lighten.cpp' || echo '$(srcdir)/'`mixer2/lighten/lighten.cpp
2495
2496 lightgraffiti.lo: filter/lightgraffiti/lightgraffiti.cpp
2497 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT lightgraffiti.lo -MD -MP -MF $(DEPDIR)/lightgraffiti.Tpo -c -o lightgraffiti.lo `test -f 'filter/lightgraffiti/lightgraffiti.cpp' || echo '$(srcdir)/'`filter/lightgraffiti/lightgraffiti.cpp
2498 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lightgraffiti.Tpo $(DEPDIR)/lightgraffiti.Plo
2499 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='filter/lightgraffiti/lightgraffiti.cpp' object='lightgraffiti.lo' libtool=yes @AMDEPBACKSLASH@
2500 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2501 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o lightgraffiti.lo `test -f 'filter/lightgraffiti/lightgraffiti.cpp' || echo '$(srcdir)/'`filter/lightgraffiti/lightgraffiti.cpp
2502
2503 lissajous0r.lo: generator/lissajous0r/lissajous0r.cpp
2504 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT lissajous0r.lo -MD -MP -MF $(DEPDIR)/lissajous0r.Tpo -c -o lissajous0r.lo `test -f 'generator/lissajous0r/lissajous0r.cpp' || echo '$(srcdir)/'`generator/lissajous0r/lissajous0r.cpp
2505 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lissajous0r.Tpo $(DEPDIR)/lissajous0r.Plo
2506 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='generator/lissajous0r/lissajous0r.cpp' object='lissajous0r.lo' libtool=yes @AMDEPBACKSLASH@
2507 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2508 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o lissajous0r.lo `test -f 'generator/lissajous0r/lissajous0r.cpp' || echo '$(srcdir)/'`generator/lissajous0r/lissajous0r.cpp
2509
2510 multiply.lo: mixer2/multiply/multiply.cpp
2511 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT multiply.lo -MD -MP -MF $(DEPDIR)/multiply.Tpo -c -o multiply.lo `test -f 'mixer2/multiply/multiply.cpp' || echo '$(srcdir)/'`mixer2/multiply/multiply.cpp
2512 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/multiply.Tpo $(DEPDIR)/multiply.Plo
2513 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='mixer2/multiply/multiply.cpp' object='multiply.lo' libtool=yes @AMDEPBACKSLASH@
2514 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2515 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o multiply.lo `test -f 'mixer2/multiply/multiply.cpp' || echo '$(srcdir)/'`mixer2/multiply/multiply.cpp
2516
2517 ndvi_la-ndvi.lo: filter/ndvi/ndvi.cpp
2518 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ndvi_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ndvi_la-ndvi.lo -MD -MP -MF $(DEPDIR)/ndvi_la-ndvi.Tpo -c -o ndvi_la-ndvi.lo `test -f 'filter/ndvi/ndvi.cpp' || echo '$(srcdir)/'`filter/ndvi/ndvi.cpp
2519 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ndvi_la-ndvi.Tpo $(DEPDIR)/ndvi_la-ndvi.Plo
2520 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='filter/ndvi/ndvi.cpp' object='ndvi_la-ndvi.lo' libtool=yes @AMDEPBACKSLASH@
2521 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2522 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ndvi_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ndvi_la-ndvi.lo `test -f 'filter/ndvi/ndvi.cpp' || echo '$(srcdir)/'`filter/ndvi/ndvi.cpp
2523
2524 nervous.lo: filter/nervous/nervous.cpp
2525 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT nervous.lo -MD -MP -MF $(DEPDIR)/nervous.Tpo -c -o nervous.lo `test -f 'filter/nervous/nervous.cpp' || echo '$(srcdir)/'`filter/nervous/nervous.cpp
2526 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/nervous.Tpo $(DEPDIR)/nervous.Plo
2527 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='filter/nervous/nervous.cpp' object='nervous.lo' libtool=yes @AMDEPBACKSLASH@
2528 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2529 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o nervous.lo `test -f 'filter/nervous/nervous.cpp' || echo '$(srcdir)/'`filter/nervous/nervous.cpp
2530
2531 nois0r.lo: generator/nois0r/nois0r.cpp
2532 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT nois0r.lo -MD -MP -MF $(DEPDIR)/nois0r.Tpo -c -o nois0r.lo `test -f 'generator/nois0r/nois0r.cpp' || echo '$(srcdir)/'`generator/nois0r/nois0r.cpp
2533 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/nois0r.Tpo $(DEPDIR)/nois0r.Plo
2534 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='generator/nois0r/nois0r.cpp' object='nois0r.lo' libtool=yes @AMDEPBACKSLASH@
2535 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2536 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o nois0r.lo `test -f 'generator/nois0r/nois0r.cpp' || echo '$(srcdir)/'`generator/nois0r/nois0r.cpp
2537
2538 nosync0r.lo: filter/nosync0r/nosync0r.cpp
2539 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT nosync0r.lo -MD -MP -MF $(DEPDIR)/nosync0r.Tpo -c -o nosync0r.lo `test -f 'filter/nosync0r/nosync0r.cpp' || echo '$(srcdir)/'`filter/nosync0r/nosync0r.cpp
2540 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/nosync0r.Tpo $(DEPDIR)/nosync0r.Plo
2541 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='filter/nosync0r/nosync0r.cpp' object='nosync0r.lo' libtool=yes @AMDEPBACKSLASH@
2542 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2543 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o nosync0r.lo `test -f 'filter/nosync0r/nosync0r.cpp' || echo '$(srcdir)/'`filter/nosync0r/nosync0r.cpp
2544
2545 onecol0r.lo: generator/onecol0r/onecol0r.cpp
2546 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT onecol0r.lo -MD -MP -MF $(DEPDIR)/onecol0r.Tpo -c -o onecol0r.lo `test -f 'generator/onecol0r/onecol0r.cpp' || echo '$(srcdir)/'`generator/onecol0r/onecol0r.cpp
2547 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/onecol0r.Tpo $(DEPDIR)/onecol0r.Plo
2548 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='generator/onecol0r/onecol0r.cpp' object='onecol0r.lo' libtool=yes @AMDEPBACKSLASH@
2549 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2550 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o onecol0r.lo `test -f 'generator/onecol0r/onecol0r.cpp' || echo '$(srcdir)/'`generator/onecol0r/onecol0r.cpp
2551
2552 overlay.lo: mixer2/overlay/overlay.cpp
2553 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT overlay.lo -MD -MP -MF $(DEPDIR)/overlay.Tpo -c -o overlay.lo `test -f 'mixer2/overlay/overlay.cpp' || echo '$(srcdir)/'`mixer2/overlay/overlay.cpp
2554 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/overlay.Tpo $(DEPDIR)/overlay.Plo
2555 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='mixer2/overlay/overlay.cpp' object='overlay.lo' libtool=yes @AMDEPBACKSLASH@
2556 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2557 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o overlay.lo `test -f 'mixer2/overlay/overlay.cpp' || echo '$(srcdir)/'`mixer2/overlay/overlay.cpp
2558
2559 partik0l.lo: generator/partik0l/partik0l.cpp
2560 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT partik0l.lo -MD -MP -MF $(DEPDIR)/partik0l.Tpo -c -o partik0l.lo `test -f 'generator/partik0l/partik0l.cpp' || echo '$(srcdir)/'`generator/partik0l/partik0l.cpp
2561 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/partik0l.Tpo $(DEPDIR)/partik0l.Plo
2562 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='generator/partik0l/partik0l.cpp' object='partik0l.lo' libtool=yes @AMDEPBACKSLASH@
2563 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2564 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o partik0l.lo `test -f 'generator/partik0l/partik0l.cpp' || echo '$(srcdir)/'`generator/partik0l/partik0l.cpp
2565
2566 plasma.lo: generator/dem0scene/plasma.cpp
2567 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT plasma.lo -MD -MP -MF $(DEPDIR)/plasma.Tpo -c -o plasma.lo `test -f 'generator/dem0scene/plasma.cpp' || echo '$(srcdir)/'`generator/dem0scene/plasma.cpp
2568 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/plasma.Tpo $(DEPDIR)/plasma.Plo
2569 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='generator/dem0scene/plasma.cpp' object='plasma.lo' libtool=yes @AMDEPBACKSLASH@
2570 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2571 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o plasma.lo `test -f 'generator/dem0scene/plasma.cpp' || echo '$(srcdir)/'`generator/dem0scene/plasma.cpp
2572
2573 primaries.lo: filter/primaries/primaries.cpp
2574 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT primaries.lo -MD -MP -MF $(DEPDIR)/primaries.Tpo -c -o primaries.lo `test -f 'filter/primaries/primaries.cpp' || echo '$(srcdir)/'`filter/primaries/primaries.cpp
2575 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/primaries.Tpo $(DEPDIR)/primaries.Plo
2576 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='filter/primaries/primaries.cpp' object='primaries.lo' libtool=yes @AMDEPBACKSLASH@
2577 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2578 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o primaries.lo `test -f 'filter/primaries/primaries.cpp' || echo '$(srcdir)/'`filter/primaries/primaries.cpp
2579
2580 saturation.lo: mixer2/saturation/saturation.cpp
2581 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT saturation.lo -MD -MP -MF $(DEPDIR)/saturation.Tpo -c -o saturation.lo `test -f 'mixer2/saturation/saturation.cpp' || echo '$(srcdir)/'`mixer2/saturation/saturation.cpp
2582 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/saturation.Tpo $(DEPDIR)/saturation.Plo
2583 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='mixer2/saturation/saturation.cpp' object='saturation.lo' libtool=yes @AMDEPBACKSLASH@
2584 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2585 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o saturation.lo `test -f 'mixer2/saturation/saturation.cpp' || echo '$(srcdir)/'`mixer2/saturation/saturation.cpp
2586
2587 scanline0r.lo: filter/scanline0r/scanline0r.cpp
2588 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT scanline0r.lo -MD -MP -MF $(DEPDIR)/scanline0r.Tpo -c -o scanline0r.lo `test -f 'filter/scanline0r/scanline0r.cpp' || echo '$(srcdir)/'`filter/scanline0r/scanline0r.cpp
2589 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/scanline0r.Tpo $(DEPDIR)/scanline0r.Plo
2590 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='filter/scanline0r/scanline0r.cpp' object='scanline0r.lo' libtool=yes @AMDEPBACKSLASH@
2591 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2592 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o scanline0r.lo `test -f 'filter/scanline0r/scanline0r.cpp' || echo '$(srcdir)/'`filter/scanline0r/scanline0r.cpp
2593
2594 screen.lo: mixer2/screen/screen.cpp
2595 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT screen.lo -MD -MP -MF $(DEPDIR)/screen.Tpo -c -o screen.lo `test -f 'mixer2/screen/screen.cpp' || echo '$(srcdir)/'`mixer2/screen/screen.cpp
2596 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/screen.Tpo $(DEPDIR)/screen.Plo
2597 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='mixer2/screen/screen.cpp' object='screen.lo' libtool=yes @AMDEPBACKSLASH@
2598 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2599 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o screen.lo `test -f 'mixer2/screen/screen.cpp' || echo '$(srcdir)/'`mixer2/screen/screen.cpp
2600
2601 sobel.lo: filter/sobel/sobel.cpp
2602 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sobel.lo -MD -MP -MF $(DEPDIR)/sobel.Tpo -c -o sobel.lo `test -f 'filter/sobel/sobel.cpp' || echo '$(srcdir)/'`filter/sobel/sobel.cpp
2603 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/sobel.Tpo $(DEPDIR)/sobel.Plo
2604 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='filter/sobel/sobel.cpp' object='sobel.lo' libtool=yes @AMDEPBACKSLASH@
2605 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2606 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sobel.lo `test -f 'filter/sobel/sobel.cpp' || echo '$(srcdir)/'`filter/sobel/sobel.cpp
2607
2608 softlight.lo: mixer2/softlight/softlight.cpp
2609 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT softlight.lo -MD -MP -MF $(DEPDIR)/softlight.Tpo -c -o softlight.lo `test -f 'mixer2/softlight/softlight.cpp' || echo '$(srcdir)/'`mixer2/softlight/softlight.cpp
2610 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/softlight.Tpo $(DEPDIR)/softlight.Plo
2611 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='mixer2/softlight/softlight.cpp' object='softlight.lo' libtool=yes @AMDEPBACKSLASH@
2612 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2613 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o softlight.lo `test -f 'mixer2/softlight/softlight.cpp' || echo '$(srcdir)/'`mixer2/softlight/softlight.cpp
2614
2615 sopsat.lo: filter/sopsat/sopsat.cpp
2616 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sopsat.lo -MD -MP -MF $(DEPDIR)/sopsat.Tpo -c -o sopsat.lo `test -f 'filter/sopsat/sopsat.cpp' || echo '$(srcdir)/'`filter/sopsat/sopsat.cpp
2617 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/sopsat.Tpo $(DEPDIR)/sopsat.Plo
2618 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='filter/sopsat/sopsat.cpp' object='sopsat.lo' libtool=yes @AMDEPBACKSLASH@
2619 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2620 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sopsat.lo `test -f 'filter/sopsat/sopsat.cpp' || echo '$(srcdir)/'`filter/sopsat/sopsat.cpp
2621
2622 subtract.lo: mixer2/subtract/subtract.cpp
2623 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT subtract.lo -MD -MP -MF $(DEPDIR)/subtract.Tpo -c -o subtract.lo `test -f 'mixer2/subtract/subtract.cpp' || echo '$(srcdir)/'`mixer2/subtract/subtract.cpp
2624 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/subtract.Tpo $(DEPDIR)/subtract.Plo
2625 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='mixer2/subtract/subtract.cpp' object='subtract.lo' libtool=yes @AMDEPBACKSLASH@
2626 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2627 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o subtract.lo `test -f 'mixer2/subtract/subtract.cpp' || echo '$(srcdir)/'`mixer2/subtract/subtract.cpp
2628
2629 threelay0r.lo: filter/threelay0r/threelay0r.cpp
2630 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT threelay0r.lo -MD -MP -MF $(DEPDIR)/threelay0r.Tpo -c -o threelay0r.lo `test -f 'filter/threelay0r/threelay0r.cpp' || echo '$(srcdir)/'`filter/threelay0r/threelay0r.cpp
2631 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/threelay0r.Tpo $(DEPDIR)/threelay0r.Plo
2632 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='filter/threelay0r/threelay0r.cpp' object='threelay0r.lo' libtool=yes @AMDEPBACKSLASH@
2633 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2634 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o threelay0r.lo `test -f 'filter/threelay0r/threelay0r.cpp' || echo '$(srcdir)/'`filter/threelay0r/threelay0r.cpp
2635
2636 timeout.lo: filter/timeout/timeout.cpp
2637 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT timeout.lo -MD -MP -MF $(DEPDIR)/timeout.Tpo -c -o timeout.lo `test -f 'filter/timeout/timeout.cpp' || echo '$(srcdir)/'`filter/timeout/timeout.cpp
2638 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/timeout.Tpo $(DEPDIR)/timeout.Plo
2639 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='filter/timeout/timeout.cpp' object='timeout.lo' libtool=yes @AMDEPBACKSLASH@
2640 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2641 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o timeout.lo `test -f 'filter/timeout/timeout.cpp' || echo '$(srcdir)/'`filter/timeout/timeout.cpp
2642
2643 twolay0r.lo: filter/twolay0r/twolay0r.cpp
2644 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT twolay0r.lo -MD -MP -MF $(DEPDIR)/twolay0r.Tpo -c -o twolay0r.lo `test -f 'filter/twolay0r/twolay0r.cpp' || echo '$(srcdir)/'`filter/twolay0r/twolay0r.cpp
2645 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/twolay0r.Tpo $(DEPDIR)/twolay0r.Plo
2646 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='filter/twolay0r/twolay0r.cpp' object='twolay0r.lo' libtool=yes @AMDEPBACKSLASH@
2647 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2648 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o twolay0r.lo `test -f 'filter/twolay0r/twolay0r.cpp' || echo '$(srcdir)/'`filter/twolay0r/twolay0r.cpp
2649
2650 value.lo: mixer2/value/value.cpp
2651 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT value.lo -MD -MP -MF $(DEPDIR)/value.Tpo -c -o value.lo `test -f 'mixer2/value/value.cpp' || echo '$(srcdir)/'`mixer2/value/value.cpp
2652 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/value.Tpo $(DEPDIR)/value.Plo
2653 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='mixer2/value/value.cpp' object='value.lo' libtool=yes @AMDEPBACKSLASH@
2654 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2655 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o value.lo `test -f 'mixer2/value/value.cpp' || echo '$(srcdir)/'`mixer2/value/value.cpp
2656
2657 vignette.lo: filter/vignette/vignette.cpp
2658 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT vignette.lo -MD -MP -MF $(DEPDIR)/vignette.Tpo -c -o vignette.lo `test -f 'filter/vignette/vignette.cpp' || echo '$(srcdir)/'`filter/vignette/vignette.cpp
2659 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/vignette.Tpo $(DEPDIR)/vignette.Plo
2660 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='filter/vignette/vignette.cpp' object='vignette.lo' libtool=yes @AMDEPBACKSLASH@
2661 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2662 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o vignette.lo `test -f 'filter/vignette/vignette.cpp' || echo '$(srcdir)/'`filter/vignette/vignette.cpp
2663
2664 xfade0r.lo: mixer2/xfade0r/xfade0r.cpp
2665 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT xfade0r.lo -MD -MP -MF $(DEPDIR)/xfade0r.Tpo -c -o xfade0r.lo `test -f 'mixer2/xfade0r/xfade0r.cpp' || echo '$(srcdir)/'`mixer2/xfade0r/xfade0r.cpp
2666 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xfade0r.Tpo $(DEPDIR)/xfade0r.Plo
2667 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='mixer2/xfade0r/xfade0r.cpp' object='xfade0r.lo' libtool=yes @AMDEPBACKSLASH@
2668 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2669 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o xfade0r.lo `test -f 'mixer2/xfade0r/xfade0r.cpp' || echo '$(srcdir)/'`mixer2/xfade0r/xfade0r.cpp
2670
2671 mostlyclean-libtool:
2672 -rm -f *.lo
2673
2674 clean-libtool:
2675 -rm -rf .libs _libs
2676
2677 ID: $(am__tagged_files)
2678 $(am__define_uniq_tagged_files); mkid -fID $$unique
2679 tags: tags-am
2680 TAGS: tags
2681
2682 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
2683 set x; \
2684 here=`pwd`; \
2685 $(am__define_uniq_tagged_files); \
2686 shift; \
2687 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
2688 test -n "$$unique" || unique=$$empty_fix; \
2689 if test $$# -gt 0; then \
2690 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
2691 "$$@" $$unique; \
2692 else \
2693 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
2694 $$unique; \
2695 fi; \
2696 fi
2697 ctags: ctags-am
2698
2699 CTAGS: ctags
2700 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
2701 $(am__define_uniq_tagged_files); \
2702 test -z "$(CTAGS_ARGS)$$unique" \
2703 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
2704 $$unique
2705
2706 GTAGS:
2707 here=`$(am__cd) $(top_builddir) && pwd` \
2708 && $(am__cd) $(top_srcdir) \
2709 && gtags -i $(GTAGS_ARGS) "$$here"
2710 cscopelist: cscopelist-am
2711
2712 cscopelist-am: $(am__tagged_files)
2713 list='$(am__tagged_files)'; \
2714 case "$(srcdir)" in \
2715 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
2716 *) sdir=$(subdir)/$(srcdir) ;; \
2717 esac; \
2718 for i in $$list; do \
2719 if test -f "$$i"; then \
2720 echo "$(subdir)/$$i"; \
2721 else \
2722 echo "$$sdir/$$i"; \
2723 fi; \
2724 done >> $(top_builddir)/cscope.files
2725
2726 distclean-tags:
2727 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
2728
2729 distdir: $(DISTFILES)
2730 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
2731 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
2732 list='$(DISTFILES)'; \
2733 dist_files=`for file in $$list; do echo $$file; done | \
2734 sed -e "s|^$$srcdirstrip/||;t" \
2735 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
2736 case $$dist_files in \
2737 */*) $(MKDIR_P) `echo "$$dist_files" | \
2738 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
2739 sort -u` ;; \
2740 esac; \
2741 for file in $$dist_files; do \
2742 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
2743 if test -d $$d/$$file; then \
2744 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
2745 if test -d "$(distdir)/$$file"; then \
2746 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
2747 fi; \
2748 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
2749 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
2750 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
2751 fi; \
2752 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
2753 else \
2754 test -f "$(distdir)/$$file" \
2755 || cp -p $$d/$$file "$(distdir)/$$file" \
2756 || exit 1; \
2757 fi; \
2758 done
2759 check-am: all-am
2760 check: check-am
2761 all-am: Makefile $(LTLIBRARIES)
2762 installdirs:
2763 for dir in "$(DESTDIR)$(plugindir)"; do \
2764 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
2765 done
2766 install: install-am
2767 install-exec: install-exec-am
2768 install-data: install-data-am
2769 uninstall: uninstall-am
2770
2771 install-am: all-am
2772 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
2773
2774 installcheck: installcheck-am
2775 install-strip:
2776 if test -z '$(STRIP)'; then \
2777 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2778 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2779 install; \
2780 else \
2781 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2782 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2783 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
2784 fi
2785 mostlyclean-generic:
2786
2787 clean-generic:
2788
2789 distclean-generic:
2790 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
2791 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
2792
2793 maintainer-clean-generic:
2794 @echo "This command is intended for maintainers to use"
2795 @echo "it deletes files that may require special tools to rebuild."
2796 clean: clean-am
2797
2798 clean-am: clean-generic clean-libtool clean-pluginLTLIBRARIES \
2799 mostlyclean-am
2800
2801 distclean: distclean-am
2802 -rm -rf ./$(DEPDIR)
2803 -rm -f Makefile
2804 distclean-am: clean-am distclean-compile distclean-generic \
2805 distclean-tags
2806
2807 dvi: dvi-am
2808
2809 dvi-am:
2810
2811 html: html-am
2812
2813 html-am:
2814
2815 info: info-am
2816
2817 info-am:
2818
2819 install-data-am: install-pluginLTLIBRARIES
2820
2821 install-dvi: install-dvi-am
2822
2823 install-dvi-am:
2824
2825 install-exec-am:
2826
2827 install-html: install-html-am
2828
2829 install-html-am:
2830
2831 install-info: install-info-am
2832
2833 install-info-am:
2834
2835 install-man:
2836
2837 install-pdf: install-pdf-am
2838
2839 install-pdf-am:
2840
2841 install-ps: install-ps-am
2842
2843 install-ps-am:
2844
2845 installcheck-am:
2846
2847 maintainer-clean: maintainer-clean-am
2848 -rm -rf ./$(DEPDIR)
2849 -rm -f Makefile
2850 maintainer-clean-am: distclean-am maintainer-clean-generic
2851
2852 mostlyclean: mostlyclean-am
2853
2854 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
2855 mostlyclean-libtool
2856
2857 pdf: pdf-am
2858
2859 pdf-am:
2860
2861 ps: ps-am
2862
2863 ps-am:
2864
2865 uninstall-am: uninstall-pluginLTLIBRARIES
2866
2867 .MAKE: install-am install-strip
2868
2869 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
2870 clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \
2871 ctags-am distclean distclean-compile distclean-generic \
2872 distclean-libtool distclean-tags distdir dvi dvi-am html \
2873 html-am info info-am install install-am install-data \
2874 install-data-am install-dvi install-dvi-am install-exec \
2875 install-exec-am install-html install-html-am install-info \
2876 install-info-am install-man install-pdf install-pdf-am \
2877 install-pluginLTLIBRARIES install-ps install-ps-am \
2878 install-strip installcheck installcheck-am installdirs \
2879 maintainer-clean maintainer-clean-generic mostlyclean \
2880 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
2881 pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
2882 uninstall-pluginLTLIBRARIES
2883
2884
2885 install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
2886 mkdir -p $(DESTDIR)/$(plugindir)
2887 list='$(plugin_LTLIBRARIES)'; \
2888 for file in $$list; do \
2889 sofile=`basename $$file .la`.so; \
2890 $(INSTALL_PROGRAM) .libs/$$sofile $(DESTDIR)/$(plugindir); \
2891 done
2892
2893 uninstall-pluginLTLIBRARIES:
2894 list='$(plugin_LTLIBRARIES)'; \
2895 for file in $$list; do \
2896 sofile=`basename $$file .la`.so; \
2897 rm -f $(DESTDIR)/$(plugindir)/$$sofile; \
2898 done
2899
2900 # Tell versions [3.59,3.63) of GNU make to not export all variables.
2901 # Otherwise a system limit (for SysV at least) may be exceeded.
2902 .NOEXPORT: