mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-11 02:28:05 +00:00
Created Async libusb branch. Still working on it.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
Copyright (C) 2007 Daniel Drake <dsd@gentoo.org>
|
||||
Copyright (C) 2006-2007 Timo Hoenig <thoenig@suse.de>
|
||||
Copyright (C) 2006 Pavel Machek <pavel@suse.cz>
|
||||
Copyright (C) 1999 Erik Walthinsen <omega@cse.ogi.edu>
|
||||
Copyright (C) 2004,2006 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
Copyright (C) 2007 Cyrille Bagard
|
||||
Copyright (C) 2007 Vasily Khoruzhick
|
||||
Copyright (C) 2007 Jan-Michael Brummer <buzz2@gmx.de>
|
||||
Copyright (C) 2007 Anthony Bretaudeau <wxcover@users.sourceforge.net>
|
||||
@@ -0,0 +1,504 @@
|
||||
GNU LESSER GENERAL PUBLIC LICENSE
|
||||
Version 2.1, February 1999
|
||||
|
||||
Copyright (C) 1991, 1999 Free Software Foundation, Inc.
|
||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
[This is the first released version of the Lesser GPL. It also counts
|
||||
as the successor of the GNU Library Public License, version 2, hence
|
||||
the version number 2.1.]
|
||||
|
||||
Preamble
|
||||
|
||||
The licenses for most software are designed to take away your
|
||||
freedom to share and change it. By contrast, the GNU General Public
|
||||
Licenses are intended to guarantee your freedom to share and change
|
||||
free software--to make sure the software is free for all its users.
|
||||
|
||||
This license, the Lesser General Public License, applies to some
|
||||
specially designated software packages--typically libraries--of the
|
||||
Free Software Foundation and other authors who decide to use it. You
|
||||
can use it too, but we suggest you first think carefully about whether
|
||||
this license or the ordinary General Public License is the better
|
||||
strategy to use in any particular case, based on the explanations below.
|
||||
|
||||
When we speak of free software, we are referring to freedom of use,
|
||||
not price. Our General Public Licenses are designed to make sure that
|
||||
you have the freedom to distribute copies of free software (and charge
|
||||
for this service if you wish); that you receive source code or can get
|
||||
it if you want it; that you can change the software and use pieces of
|
||||
it in new free programs; and that you are informed that you can do
|
||||
these things.
|
||||
|
||||
To protect your rights, we need to make restrictions that forbid
|
||||
distributors to deny you these rights or to ask you to surrender these
|
||||
rights. These restrictions translate to certain responsibilities for
|
||||
you if you distribute copies of the library or if you modify it.
|
||||
|
||||
For example, if you distribute copies of the library, whether gratis
|
||||
or for a fee, you must give the recipients all the rights that we gave
|
||||
you. You must make sure that they, too, receive or can get the source
|
||||
code. If you link other code with the library, you must provide
|
||||
complete object files to the recipients, so that they can relink them
|
||||
with the library after making changes to the library and recompiling
|
||||
it. And you must show them these terms so they know their rights.
|
||||
|
||||
We protect your rights with a two-step method: (1) we copyright the
|
||||
library, and (2) we offer you this license, which gives you legal
|
||||
permission to copy, distribute and/or modify the library.
|
||||
|
||||
To protect each distributor, we want to make it very clear that
|
||||
there is no warranty for the free library. Also, if the library is
|
||||
modified by someone else and passed on, the recipients should know
|
||||
that what they have is not the original version, so that the original
|
||||
author's reputation will not be affected by problems that might be
|
||||
introduced by others.
|
||||
|
||||
Finally, software patents pose a constant threat to the existence of
|
||||
any free program. We wish to make sure that a company cannot
|
||||
effectively restrict the users of a free program by obtaining a
|
||||
restrictive license from a patent holder. Therefore, we insist that
|
||||
any patent license obtained for a version of the library must be
|
||||
consistent with the full freedom of use specified in this license.
|
||||
|
||||
Most GNU software, including some libraries, is covered by the
|
||||
ordinary GNU General Public License. This license, the GNU Lesser
|
||||
General Public License, applies to certain designated libraries, and
|
||||
is quite different from the ordinary General Public License. We use
|
||||
this license for certain libraries in order to permit linking those
|
||||
libraries into non-free programs.
|
||||
|
||||
When a program is linked with a library, whether statically or using
|
||||
a shared library, the combination of the two is legally speaking a
|
||||
combined work, a derivative of the original library. The ordinary
|
||||
General Public License therefore permits such linking only if the
|
||||
entire combination fits its criteria of freedom. The Lesser General
|
||||
Public License permits more lax criteria for linking other code with
|
||||
the library.
|
||||
|
||||
We call this license the "Lesser" General Public License because it
|
||||
does Less to protect the user's freedom than the ordinary General
|
||||
Public License. It also provides other free software developers Less
|
||||
of an advantage over competing non-free programs. These disadvantages
|
||||
are the reason we use the ordinary General Public License for many
|
||||
libraries. However, the Lesser license provides advantages in certain
|
||||
special circumstances.
|
||||
|
||||
For example, on rare occasions, there may be a special need to
|
||||
encourage the widest possible use of a certain library, so that it becomes
|
||||
a de-facto standard. To achieve this, non-free programs must be
|
||||
allowed to use the library. A more frequent case is that a free
|
||||
library does the same job as widely used non-free libraries. In this
|
||||
case, there is little to gain by limiting the free library to free
|
||||
software only, so we use the Lesser General Public License.
|
||||
|
||||
In other cases, permission to use a particular library in non-free
|
||||
programs enables a greater number of people to use a large body of
|
||||
free software. For example, permission to use the GNU C Library in
|
||||
non-free programs enables many more people to use the whole GNU
|
||||
operating system, as well as its variant, the GNU/Linux operating
|
||||
system.
|
||||
|
||||
Although the Lesser General Public License is Less protective of the
|
||||
users' freedom, it does ensure that the user of a program that is
|
||||
linked with the Library has the freedom and the wherewithal to run
|
||||
that program using a modified version of the Library.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow. Pay close attention to the difference between a
|
||||
"work based on the library" and a "work that uses the library". The
|
||||
former contains code derived from the library, whereas the latter must
|
||||
be combined with the library in order to run.
|
||||
|
||||
GNU LESSER GENERAL PUBLIC LICENSE
|
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
|
||||
0. This License Agreement applies to any software library or other
|
||||
program which contains a notice placed by the copyright holder or
|
||||
other authorized party saying it may be distributed under the terms of
|
||||
this Lesser General Public License (also called "this License").
|
||||
Each licensee is addressed as "you".
|
||||
|
||||
A "library" means a collection of software functions and/or data
|
||||
prepared so as to be conveniently linked with application programs
|
||||
(which use some of those functions and data) to form executables.
|
||||
|
||||
The "Library", below, refers to any such software library or work
|
||||
which has been distributed under these terms. A "work based on the
|
||||
Library" means either the Library or any derivative work under
|
||||
copyright law: that is to say, a work containing the Library or a
|
||||
portion of it, either verbatim or with modifications and/or translated
|
||||
straightforwardly into another language. (Hereinafter, translation is
|
||||
included without limitation in the term "modification".)
|
||||
|
||||
"Source code" for a work means the preferred form of the work for
|
||||
making modifications to it. For a library, complete source code means
|
||||
all the source code for all modules it contains, plus any associated
|
||||
interface definition files, plus the scripts used to control compilation
|
||||
and installation of the library.
|
||||
|
||||
Activities other than copying, distribution and modification are not
|
||||
covered by this License; they are outside its scope. The act of
|
||||
running a program using the Library is not restricted, and output from
|
||||
such a program is covered only if its contents constitute a work based
|
||||
on the Library (independent of the use of the Library in a tool for
|
||||
writing it). Whether that is true depends on what the Library does
|
||||
and what the program that uses the Library does.
|
||||
|
||||
1. You may copy and distribute verbatim copies of the Library's
|
||||
complete source code as you receive it, in any medium, provided that
|
||||
you conspicuously and appropriately publish on each copy an
|
||||
appropriate copyright notice and disclaimer of warranty; keep intact
|
||||
all the notices that refer to this License and to the absence of any
|
||||
warranty; and distribute a copy of this License along with the
|
||||
Library.
|
||||
|
||||
You may charge a fee for the physical act of transferring a copy,
|
||||
and you may at your option offer warranty protection in exchange for a
|
||||
fee.
|
||||
|
||||
2. You may modify your copy or copies of the Library or any portion
|
||||
of it, thus forming a work based on the Library, and copy and
|
||||
distribute such modifications or work under the terms of Section 1
|
||||
above, provided that you also meet all of these conditions:
|
||||
|
||||
a) The modified work must itself be a software library.
|
||||
|
||||
b) You must cause the files modified to carry prominent notices
|
||||
stating that you changed the files and the date of any change.
|
||||
|
||||
c) You must cause the whole of the work to be licensed at no
|
||||
charge to all third parties under the terms of this License.
|
||||
|
||||
d) If a facility in the modified Library refers to a function or a
|
||||
table of data to be supplied by an application program that uses
|
||||
the facility, other than as an argument passed when the facility
|
||||
is invoked, then you must make a good faith effort to ensure that,
|
||||
in the event an application does not supply such function or
|
||||
table, the facility still operates, and performs whatever part of
|
||||
its purpose remains meaningful.
|
||||
|
||||
(For example, a function in a library to compute square roots has
|
||||
a purpose that is entirely well-defined independent of the
|
||||
application. Therefore, Subsection 2d requires that any
|
||||
application-supplied function or table used by this function must
|
||||
be optional: if the application does not supply it, the square
|
||||
root function must still compute square roots.)
|
||||
|
||||
These requirements apply to the modified work as a whole. If
|
||||
identifiable sections of that work are not derived from the Library,
|
||||
and can be reasonably considered independent and separate works in
|
||||
themselves, then this License, and its terms, do not apply to those
|
||||
sections when you distribute them as separate works. But when you
|
||||
distribute the same sections as part of a whole which is a work based
|
||||
on the Library, the distribution of the whole must be on the terms of
|
||||
this License, whose permissions for other licensees extend to the
|
||||
entire whole, and thus to each and every part regardless of who wrote
|
||||
it.
|
||||
|
||||
Thus, it is not the intent of this section to claim rights or contest
|
||||
your rights to work written entirely by you; rather, the intent is to
|
||||
exercise the right to control the distribution of derivative or
|
||||
collective works based on the Library.
|
||||
|
||||
In addition, mere aggregation of another work not based on the Library
|
||||
with the Library (or with a work based on the Library) on a volume of
|
||||
a storage or distribution medium does not bring the other work under
|
||||
the scope of this License.
|
||||
|
||||
3. You may opt to apply the terms of the ordinary GNU General Public
|
||||
License instead of this License to a given copy of the Library. To do
|
||||
this, you must alter all the notices that refer to this License, so
|
||||
that they refer to the ordinary GNU General Public License, version 2,
|
||||
instead of to this License. (If a newer version than version 2 of the
|
||||
ordinary GNU General Public License has appeared, then you can specify
|
||||
that version instead if you wish.) Do not make any other change in
|
||||
these notices.
|
||||
|
||||
Once this change is made in a given copy, it is irreversible for
|
||||
that copy, so the ordinary GNU General Public License applies to all
|
||||
subsequent copies and derivative works made from that copy.
|
||||
|
||||
This option is useful when you wish to copy part of the code of
|
||||
the Library into a program that is not a library.
|
||||
|
||||
4. You may copy and distribute the Library (or a portion or
|
||||
derivative of it, under Section 2) in object code or executable form
|
||||
under the terms of Sections 1 and 2 above provided that you accompany
|
||||
it with the complete corresponding machine-readable source code, which
|
||||
must be distributed under the terms of Sections 1 and 2 above on a
|
||||
medium customarily used for software interchange.
|
||||
|
||||
If distribution of object code is made by offering access to copy
|
||||
from a designated place, then offering equivalent access to copy the
|
||||
source code from the same place satisfies the requirement to
|
||||
distribute the source code, even though third parties are not
|
||||
compelled to copy the source along with the object code.
|
||||
|
||||
5. A program that contains no derivative of any portion of the
|
||||
Library, but is designed to work with the Library by being compiled or
|
||||
linked with it, is called a "work that uses the Library". Such a
|
||||
work, in isolation, is not a derivative work of the Library, and
|
||||
therefore falls outside the scope of this License.
|
||||
|
||||
However, linking a "work that uses the Library" with the Library
|
||||
creates an executable that is a derivative of the Library (because it
|
||||
contains portions of the Library), rather than a "work that uses the
|
||||
library". The executable is therefore covered by this License.
|
||||
Section 6 states terms for distribution of such executables.
|
||||
|
||||
When a "work that uses the Library" uses material from a header file
|
||||
that is part of the Library, the object code for the work may be a
|
||||
derivative work of the Library even though the source code is not.
|
||||
Whether this is true is especially significant if the work can be
|
||||
linked without the Library, or if the work is itself a library. The
|
||||
threshold for this to be true is not precisely defined by law.
|
||||
|
||||
If such an object file uses only numerical parameters, data
|
||||
structure layouts and accessors, and small macros and small inline
|
||||
functions (ten lines or less in length), then the use of the object
|
||||
file is unrestricted, regardless of whether it is legally a derivative
|
||||
work. (Executables containing this object code plus portions of the
|
||||
Library will still fall under Section 6.)
|
||||
|
||||
Otherwise, if the work is a derivative of the Library, you may
|
||||
distribute the object code for the work under the terms of Section 6.
|
||||
Any executables containing that work also fall under Section 6,
|
||||
whether or not they are linked directly with the Library itself.
|
||||
|
||||
6. As an exception to the Sections above, you may also combine or
|
||||
link a "work that uses the Library" with the Library to produce a
|
||||
work containing portions of the Library, and distribute that work
|
||||
under terms of your choice, provided that the terms permit
|
||||
modification of the work for the customer's own use and reverse
|
||||
engineering for debugging such modifications.
|
||||
|
||||
You must give prominent notice with each copy of the work that the
|
||||
Library is used in it and that the Library and its use are covered by
|
||||
this License. You must supply a copy of this License. If the work
|
||||
during execution displays copyright notices, you must include the
|
||||
copyright notice for the Library among them, as well as a reference
|
||||
directing the user to the copy of this License. Also, you must do one
|
||||
of these things:
|
||||
|
||||
a) Accompany the work with the complete corresponding
|
||||
machine-readable source code for the Library including whatever
|
||||
changes were used in the work (which must be distributed under
|
||||
Sections 1 and 2 above); and, if the work is an executable linked
|
||||
with the Library, with the complete machine-readable "work that
|
||||
uses the Library", as object code and/or source code, so that the
|
||||
user can modify the Library and then relink to produce a modified
|
||||
executable containing the modified Library. (It is understood
|
||||
that the user who changes the contents of definitions files in the
|
||||
Library will not necessarily be able to recompile the application
|
||||
to use the modified definitions.)
|
||||
|
||||
b) Use a suitable shared library mechanism for linking with the
|
||||
Library. A suitable mechanism is one that (1) uses at run time a
|
||||
copy of the library already present on the user's computer system,
|
||||
rather than copying library functions into the executable, and (2)
|
||||
will operate properly with a modified version of the library, if
|
||||
the user installs one, as long as the modified version is
|
||||
interface-compatible with the version that the work was made with.
|
||||
|
||||
c) Accompany the work with a written offer, valid for at
|
||||
least three years, to give the same user the materials
|
||||
specified in Subsection 6a, above, for a charge no more
|
||||
than the cost of performing this distribution.
|
||||
|
||||
d) If distribution of the work is made by offering access to copy
|
||||
from a designated place, offer equivalent access to copy the above
|
||||
specified materials from the same place.
|
||||
|
||||
e) Verify that the user has already received a copy of these
|
||||
materials or that you have already sent this user a copy.
|
||||
|
||||
For an executable, the required form of the "work that uses the
|
||||
Library" must include any data and utility programs needed for
|
||||
reproducing the executable from it. However, as a special exception,
|
||||
the materials to be distributed need not include anything that is
|
||||
normally distributed (in either source or binary form) with the major
|
||||
components (compiler, kernel, and so on) of the operating system on
|
||||
which the executable runs, unless that component itself accompanies
|
||||
the executable.
|
||||
|
||||
It may happen that this requirement contradicts the license
|
||||
restrictions of other proprietary libraries that do not normally
|
||||
accompany the operating system. Such a contradiction means you cannot
|
||||
use both them and the Library together in an executable that you
|
||||
distribute.
|
||||
|
||||
7. You may place library facilities that are a work based on the
|
||||
Library side-by-side in a single library together with other library
|
||||
facilities not covered by this License, and distribute such a combined
|
||||
library, provided that the separate distribution of the work based on
|
||||
the Library and of the other library facilities is otherwise
|
||||
permitted, and provided that you do these two things:
|
||||
|
||||
a) Accompany the combined library with a copy of the same work
|
||||
based on the Library, uncombined with any other library
|
||||
facilities. This must be distributed under the terms of the
|
||||
Sections above.
|
||||
|
||||
b) Give prominent notice with the combined library of the fact
|
||||
that part of it is a work based on the Library, and explaining
|
||||
where to find the accompanying uncombined form of the same work.
|
||||
|
||||
8. You may not copy, modify, sublicense, link with, or distribute
|
||||
the Library except as expressly provided under this License. Any
|
||||
attempt otherwise to copy, modify, sublicense, link with, or
|
||||
distribute the Library is void, and will automatically terminate your
|
||||
rights under this License. However, parties who have received copies,
|
||||
or rights, from you under this License will not have their licenses
|
||||
terminated so long as such parties remain in full compliance.
|
||||
|
||||
9. You are not required to accept this License, since you have not
|
||||
signed it. However, nothing else grants you permission to modify or
|
||||
distribute the Library or its derivative works. These actions are
|
||||
prohibited by law if you do not accept this License. Therefore, by
|
||||
modifying or distributing the Library (or any work based on the
|
||||
Library), you indicate your acceptance of this License to do so, and
|
||||
all its terms and conditions for copying, distributing or modifying
|
||||
the Library or works based on it.
|
||||
|
||||
10. Each time you redistribute the Library (or any work based on the
|
||||
Library), the recipient automatically receives a license from the
|
||||
original licensor to copy, distribute, link with or modify the Library
|
||||
subject to these terms and conditions. You may not impose any further
|
||||
restrictions on the recipients' exercise of the rights granted herein.
|
||||
You are not responsible for enforcing compliance by third parties with
|
||||
this License.
|
||||
|
||||
11. If, as a consequence of a court judgment or allegation of patent
|
||||
infringement or for any other reason (not limited to patent issues),
|
||||
conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot
|
||||
distribute so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you
|
||||
may not distribute the Library at all. For example, if a patent
|
||||
license would not permit royalty-free redistribution of the Library by
|
||||
all those who receive copies directly or indirectly through you, then
|
||||
the only way you could satisfy both it and this License would be to
|
||||
refrain entirely from distribution of the Library.
|
||||
|
||||
If any portion of this section is held invalid or unenforceable under any
|
||||
particular circumstance, the balance of the section is intended to apply,
|
||||
and the section as a whole is intended to apply in other circumstances.
|
||||
|
||||
It is not the purpose of this section to induce you to infringe any
|
||||
patents or other property right claims or to contest validity of any
|
||||
such claims; this section has the sole purpose of protecting the
|
||||
integrity of the free software distribution system which is
|
||||
implemented by public license practices. Many people have made
|
||||
generous contributions to the wide range of software distributed
|
||||
through that system in reliance on consistent application of that
|
||||
system; it is up to the author/donor to decide if he or she is willing
|
||||
to distribute software through any other system and a licensee cannot
|
||||
impose that choice.
|
||||
|
||||
This section is intended to make thoroughly clear what is believed to
|
||||
be a consequence of the rest of this License.
|
||||
|
||||
12. If the distribution and/or use of the Library is restricted in
|
||||
certain countries either by patents or by copyrighted interfaces, the
|
||||
original copyright holder who places the Library under this License may add
|
||||
an explicit geographical distribution limitation excluding those countries,
|
||||
so that distribution is permitted only in or among countries not thus
|
||||
excluded. In such case, this License incorporates the limitation as if
|
||||
written in the body of this License.
|
||||
|
||||
13. The Free Software Foundation may publish revised and/or new
|
||||
versions of the Lesser General Public License from time to time.
|
||||
Such new versions will be similar in spirit to the present version,
|
||||
but may differ in detail to address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the Library
|
||||
specifies a version number of this License which applies to it and
|
||||
"any later version", you have the option of following the terms and
|
||||
conditions either of that version or of any later version published by
|
||||
the Free Software Foundation. If the Library does not specify a
|
||||
license version number, you may choose any version ever published by
|
||||
the Free Software Foundation.
|
||||
|
||||
14. If you wish to incorporate parts of the Library into other free
|
||||
programs whose distribution conditions are incompatible with these,
|
||||
write to the author to ask for permission. For software which is
|
||||
copyrighted by the Free Software Foundation, write to the Free
|
||||
Software Foundation; we sometimes make exceptions for this. Our
|
||||
decision will be guided by the two goals of preserving the free status
|
||||
of all derivatives of our free software and of promoting the sharing
|
||||
and reuse of software generally.
|
||||
|
||||
NO WARRANTY
|
||||
|
||||
15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
|
||||
WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
|
||||
EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
|
||||
OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
|
||||
KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
|
||||
LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
|
||||
THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
||||
|
||||
16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
|
||||
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
|
||||
AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
|
||||
FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
|
||||
CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
|
||||
LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
|
||||
RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
|
||||
FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
|
||||
SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
||||
DAMAGES.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
How to Apply These Terms to Your New Libraries
|
||||
|
||||
If you develop a new library, and you want it to be of the greatest
|
||||
possible use to the public, we recommend making it free software that
|
||||
everyone can redistribute and change. You can do so by permitting
|
||||
redistribution under these terms (or, alternatively, under the terms of the
|
||||
ordinary General Public License).
|
||||
|
||||
To apply these terms, attach the following notices to the library. It is
|
||||
safest to attach them to the start of each source file to most effectively
|
||||
convey the exclusion of warranty; and each file should have at least the
|
||||
"copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
<one line to give the library's name and a brief idea of what it does.>
|
||||
Copyright (C) <year> <name of author>
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
License as published by the Free Software Foundation; either
|
||||
version 2.1 of the License, or (at your option) any later version.
|
||||
|
||||
This library is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
Lesser General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU Lesser General Public
|
||||
License along with this library; if not, write to the Free Software
|
||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
You should also get your employer (if you work as a programmer) or your
|
||||
school, if any, to sign a "copyright disclaimer" for the library, if
|
||||
necessary. Here is a sample; alter the names:
|
||||
|
||||
Yoyodyne, Inc., hereby disclaims all copyright interest in the
|
||||
library `Frob' (a library for tweaking knobs) written by James Random Hacker.
|
||||
|
||||
<signature of Ty Coon>, 1 April 1990
|
||||
Ty Coon, President of Vice
|
||||
|
||||
That's all there is to it!
|
||||
|
||||
|
||||
@@ -0,0 +1,96 @@
|
||||
Copyright notices
|
||||
=================
|
||||
|
||||
If you make a contribution substantial enough to add or update a copyright
|
||||
notice on a file, such notice must be mirrored in the AUTHORS file. This is
|
||||
to make it easy for people to comply to section 6 of the LGPL, which states
|
||||
that a "work that uses the Library" must include copyright notices from
|
||||
this library. By providing them all in one place, hopefully we save such
|
||||
users some time.
|
||||
|
||||
|
||||
USB
|
||||
===
|
||||
|
||||
At the time of development, there are no known consumer fingerprint readers
|
||||
which do not operate over the USB bus. Therefore the library is designed around
|
||||
the fact that each driver drivers USB devices, and each device is a USB device.
|
||||
If we were to ever support a non-USB device, some rearchitecting would be
|
||||
needed, but this would not be a substantial task.
|
||||
|
||||
|
||||
GLib
|
||||
====
|
||||
|
||||
Although the library uses GLib internally, libfprint is designed to provide
|
||||
a completely neutral interface to it's application users. So, the public
|
||||
APIs should never return GLib data types or anything like that.
|
||||
|
||||
|
||||
Two-faced-ness
|
||||
==============
|
||||
|
||||
Like any decent library, this one is designed to provide a stable and
|
||||
documented API to it's users: applications. Clear distinction is made between
|
||||
data available internally in the library, and data/functions available to
|
||||
the applications.
|
||||
|
||||
This library is confused a little by the fact that there is another 'interface'
|
||||
at hand: the internal interface provided to drivers. So, we effectively end
|
||||
up with 2 APIs:
|
||||
|
||||
1. The external-facing API for applications
|
||||
2. The internal API for fingerprint drivers
|
||||
|
||||
Non-static functions which are intended for internal use only are prepended
|
||||
with the "fpi_" prefix.
|
||||
|
||||
|
||||
API stability
|
||||
=============
|
||||
|
||||
No API stability has been promised to anyone: go wild, there's no issue with
|
||||
breaking APIs at this point in time.
|
||||
|
||||
|
||||
Portability
|
||||
===========
|
||||
|
||||
libfprint is primarily written for Linux. However, I'm interested in
|
||||
supporting efforts to port this to other operating systems too.
|
||||
|
||||
You should ensure code is portable wherever possible. Try and use GLib rather
|
||||
than OS-specific features.
|
||||
|
||||
Endianness must be considered in all code. libfprint must support both big-
|
||||
and little-endian systems.
|
||||
|
||||
|
||||
Coding Style
|
||||
============
|
||||
|
||||
This project follows Linux kernel coding style but with a tab width of 4.
|
||||
|
||||
|
||||
Documentation
|
||||
=============
|
||||
|
||||
All additions of public API functions must be accompanied with doxygen
|
||||
comments.
|
||||
|
||||
All changes which potentially change the behaviour of the public API must
|
||||
be reflected by updating the appropriate doxygen comments.
|
||||
|
||||
|
||||
Contributing
|
||||
============
|
||||
|
||||
Patches should be sent to the fprint mailing list detailed on the website.
|
||||
A subscription is required.
|
||||
|
||||
Information about libfprint development repositories can be found here:
|
||||
http://www.reactivated.net/fprint/Libfprint_development
|
||||
|
||||
If you're looking for ideas for things to work on, look at the TODO file or
|
||||
grep the source code for FIXMEs.
|
||||
|
||||
@@ -0,0 +1,234 @@
|
||||
Installation Instructions
|
||||
*************************
|
||||
|
||||
Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
|
||||
2006 Free Software Foundation, Inc.
|
||||
|
||||
This file is free documentation; the Free Software Foundation gives
|
||||
unlimited permission to copy, distribute and modify it.
|
||||
|
||||
Basic Installation
|
||||
==================
|
||||
|
||||
Briefly, the shell commands `./configure; make; make install' should
|
||||
configure, build, and install this package. The following
|
||||
more-detailed instructions are generic; see the `README' file for
|
||||
instructions specific to this package.
|
||||
|
||||
The `configure' shell script attempts to guess correct values for
|
||||
various system-dependent variables used during compilation. It uses
|
||||
those values to create a `Makefile' in each directory of the package.
|
||||
It may also create one or more `.h' files containing system-dependent
|
||||
definitions. Finally, it creates a shell script `config.status' that
|
||||
you can run in the future to recreate the current configuration, and a
|
||||
file `config.log' containing compiler output (useful mainly for
|
||||
debugging `configure').
|
||||
|
||||
It can also use an optional file (typically called `config.cache'
|
||||
and enabled with `--cache-file=config.cache' or simply `-C') that saves
|
||||
the results of its tests to speed up reconfiguring. Caching is
|
||||
disabled by default to prevent problems with accidental use of stale
|
||||
cache files.
|
||||
|
||||
If you need to do unusual things to compile the package, please try
|
||||
to figure out how `configure' could check whether to do them, and mail
|
||||
diffs or instructions to the address given in the `README' so they can
|
||||
be considered for the next release. If you are using the cache, and at
|
||||
some point `config.cache' contains results you don't want to keep, you
|
||||
may remove or edit it.
|
||||
|
||||
The file `configure.ac' (or `configure.in') is used to create
|
||||
`configure' by a program called `autoconf'. You need `configure.ac' if
|
||||
you want to change it or regenerate `configure' using a newer version
|
||||
of `autoconf'.
|
||||
|
||||
The simplest way to compile this package is:
|
||||
|
||||
1. `cd' to the directory containing the package's source code and type
|
||||
`./configure' to configure the package for your system.
|
||||
|
||||
Running `configure' might take a while. While running, it prints
|
||||
some messages telling which features it is checking for.
|
||||
|
||||
2. Type `make' to compile the package.
|
||||
|
||||
3. Optionally, type `make check' to run any self-tests that come with
|
||||
the package.
|
||||
|
||||
4. Type `make install' to install the programs and any data files and
|
||||
documentation.
|
||||
|
||||
5. You can remove the program binaries and object files from the
|
||||
source code directory by typing `make clean'. To also remove the
|
||||
files that `configure' created (so you can compile the package for
|
||||
a different kind of computer), type `make distclean'. There is
|
||||
also a `make maintainer-clean' target, but that is intended mainly
|
||||
for the package's developers. If you use it, you may have to get
|
||||
all sorts of other programs in order to regenerate files that came
|
||||
with the distribution.
|
||||
|
||||
Compilers and Options
|
||||
=====================
|
||||
|
||||
Some systems require unusual options for compilation or linking that the
|
||||
`configure' script does not know about. Run `./configure --help' for
|
||||
details on some of the pertinent environment variables.
|
||||
|
||||
You can give `configure' initial values for configuration parameters
|
||||
by setting variables in the command line or in the environment. Here
|
||||
is an example:
|
||||
|
||||
./configure CC=c99 CFLAGS=-g LIBS=-lposix
|
||||
|
||||
*Note Defining Variables::, for more details.
|
||||
|
||||
Compiling For Multiple Architectures
|
||||
====================================
|
||||
|
||||
You can compile the package for more than one kind of computer at the
|
||||
same time, by placing the object files for each architecture in their
|
||||
own directory. To do this, you can use GNU `make'. `cd' to the
|
||||
directory where you want the object files and executables to go and run
|
||||
the `configure' script. `configure' automatically checks for the
|
||||
source code in the directory that `configure' is in and in `..'.
|
||||
|
||||
With a non-GNU `make', it is safer to compile the package for one
|
||||
architecture at a time in the source code directory. After you have
|
||||
installed the package for one architecture, use `make distclean' before
|
||||
reconfiguring for another architecture.
|
||||
|
||||
Installation Names
|
||||
==================
|
||||
|
||||
By default, `make install' installs the package's commands under
|
||||
`/usr/local/bin', include files under `/usr/local/include', etc. You
|
||||
can specify an installation prefix other than `/usr/local' by giving
|
||||
`configure' the option `--prefix=PREFIX'.
|
||||
|
||||
You can specify separate installation prefixes for
|
||||
architecture-specific files and architecture-independent files. If you
|
||||
pass the option `--exec-prefix=PREFIX' to `configure', the package uses
|
||||
PREFIX as the prefix for installing programs and libraries.
|
||||
Documentation and other data files still use the regular prefix.
|
||||
|
||||
In addition, if you use an unusual directory layout you can give
|
||||
options like `--bindir=DIR' to specify different values for particular
|
||||
kinds of files. Run `configure --help' for a list of the directories
|
||||
you can set and what kinds of files go in them.
|
||||
|
||||
If the package supports it, you can cause programs to be installed
|
||||
with an extra prefix or suffix on their names by giving `configure' the
|
||||
option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
|
||||
|
||||
Optional Features
|
||||
=================
|
||||
|
||||
Some packages pay attention to `--enable-FEATURE' options to
|
||||
`configure', where FEATURE indicates an optional part of the package.
|
||||
They may also pay attention to `--with-PACKAGE' options, where PACKAGE
|
||||
is something like `gnu-as' or `x' (for the X Window System). The
|
||||
`README' should mention any `--enable-' and `--with-' options that the
|
||||
package recognizes.
|
||||
|
||||
For packages that use the X Window System, `configure' can usually
|
||||
find the X include and library files automatically, but if it doesn't,
|
||||
you can use the `configure' options `--x-includes=DIR' and
|
||||
`--x-libraries=DIR' to specify their locations.
|
||||
|
||||
Specifying the System Type
|
||||
==========================
|
||||
|
||||
There may be some features `configure' cannot figure out automatically,
|
||||
but needs to determine by the type of machine the package will run on.
|
||||
Usually, assuming the package is built to be run on the _same_
|
||||
architectures, `configure' can figure that out, but if it prints a
|
||||
message saying it cannot guess the machine type, give it the
|
||||
`--build=TYPE' option. TYPE can either be a short name for the system
|
||||
type, such as `sun4', or a canonical name which has the form:
|
||||
|
||||
CPU-COMPANY-SYSTEM
|
||||
|
||||
where SYSTEM can have one of these forms:
|
||||
|
||||
OS KERNEL-OS
|
||||
|
||||
See the file `config.sub' for the possible values of each field. If
|
||||
`config.sub' isn't included in this package, then this package doesn't
|
||||
need to know the machine type.
|
||||
|
||||
If you are _building_ compiler tools for cross-compiling, you should
|
||||
use the option `--target=TYPE' to select the type of system they will
|
||||
produce code for.
|
||||
|
||||
If you want to _use_ a cross compiler, that generates code for a
|
||||
platform different from the build platform, you should specify the
|
||||
"host" platform (i.e., that on which the generated programs will
|
||||
eventually be run) with `--host=TYPE'.
|
||||
|
||||
Sharing Defaults
|
||||
================
|
||||
|
||||
If you want to set default values for `configure' scripts to share, you
|
||||
can create a site shell script called `config.site' that gives default
|
||||
values for variables like `CC', `cache_file', and `prefix'.
|
||||
`configure' looks for `PREFIX/share/config.site' if it exists, then
|
||||
`PREFIX/etc/config.site' if it exists. Or, you can set the
|
||||
`CONFIG_SITE' environment variable to the location of the site script.
|
||||
A warning: not all `configure' scripts look for a site script.
|
||||
|
||||
Defining Variables
|
||||
==================
|
||||
|
||||
Variables not defined in a site shell script can be set in the
|
||||
environment passed to `configure'. However, some packages may run
|
||||
configure again during the build, and the customized values of these
|
||||
variables may be lost. In order to avoid this problem, you should set
|
||||
them in the `configure' command line, using `VAR=value'. For example:
|
||||
|
||||
./configure CC=/usr/local2/bin/gcc
|
||||
|
||||
causes the specified `gcc' to be used as the C compiler (unless it is
|
||||
overridden in the site shell script).
|
||||
|
||||
Unfortunately, this technique does not work for `CONFIG_SHELL' due to
|
||||
an Autoconf bug. Until the bug is fixed you can use this workaround:
|
||||
|
||||
CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash
|
||||
|
||||
`configure' Invocation
|
||||
======================
|
||||
|
||||
`configure' recognizes the following options to control how it operates.
|
||||
|
||||
`--help'
|
||||
`-h'
|
||||
Print a summary of the options to `configure', and exit.
|
||||
|
||||
`--version'
|
||||
`-V'
|
||||
Print the version of Autoconf used to generate the `configure'
|
||||
script, and exit.
|
||||
|
||||
`--cache-file=FILE'
|
||||
Enable the cache: use and save the results of the tests in FILE,
|
||||
traditionally `config.cache'. FILE defaults to `/dev/null' to
|
||||
disable caching.
|
||||
|
||||
`--config-cache'
|
||||
`-C'
|
||||
Alias for `--cache-file=config.cache'.
|
||||
|
||||
`--quiet'
|
||||
`--silent'
|
||||
`-q'
|
||||
Do not print messages saying which checks are being made. To
|
||||
suppress all normal output, redirect it to `/dev/null' (any error
|
||||
messages will still be shown).
|
||||
|
||||
`--srcdir=DIR'
|
||||
Look for the package's source code in directory DIR. Usually
|
||||
`configure' can determine that directory automatically.
|
||||
|
||||
`configure' also accepts some other, not widely useful, options. Run
|
||||
`configure --help' for more details.
|
||||
|
||||
@@ -0,0 +1,700 @@
|
||||
# Makefile.in generated by automake 1.10.1 from Makefile.am.
|
||||
# Makefile. Generated from Makefile.in by configure.
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||
# This Makefile.in is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
|
||||
|
||||
|
||||
pkgdatadir = $(datadir)/libfprint
|
||||
pkglibdir = $(libdir)/libfprint
|
||||
pkgincludedir = $(includedir)/libfprint
|
||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||
install_sh_DATA = $(install_sh) -c -m 644
|
||||
install_sh_PROGRAM = $(install_sh) -c
|
||||
install_sh_SCRIPT = $(install_sh) -c
|
||||
INSTALL_HEADER = $(INSTALL_DATA)
|
||||
transform = $(program_transform_name)
|
||||
NORMAL_INSTALL = :
|
||||
PRE_INSTALL = :
|
||||
POST_INSTALL = :
|
||||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
build_triplet = x86_64-pc-linux-gnu
|
||||
host_triplet = x86_64-pc-linux-gnu
|
||||
#am__append_1 = examples
|
||||
subdir = .
|
||||
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
|
||||
$(srcdir)/Makefile.in $(srcdir)/config.h.in \
|
||||
$(srcdir)/libfprint.pc.in $(top_srcdir)/configure AUTHORS \
|
||||
COPYING ChangeLog INSTALL NEWS THANKS TODO compile \
|
||||
config.guess config.sub depcomp install-sh ltmain.sh missing
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
||||
configure.lineno config.status.lineno
|
||||
mkinstalldirs = $(install_sh) -d
|
||||
CONFIG_HEADER = config.h
|
||||
CONFIG_CLEAN_FILES = libfprint.pc
|
||||
SOURCES =
|
||||
DIST_SOURCES =
|
||||
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
|
||||
html-recursive info-recursive install-data-recursive \
|
||||
install-dvi-recursive install-exec-recursive \
|
||||
install-html-recursive install-info-recursive \
|
||||
install-pdf-recursive install-ps-recursive install-recursive \
|
||||
installcheck-recursive installdirs-recursive pdf-recursive \
|
||||
ps-recursive uninstall-recursive
|
||||
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
||||
am__vpath_adj = case $$p in \
|
||||
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
||||
*) f=$$p;; \
|
||||
esac;
|
||||
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
|
||||
am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
|
||||
pkgconfigDATA_INSTALL = $(INSTALL_DATA)
|
||||
DATA = $(pkgconfig_DATA)
|
||||
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
|
||||
distclean-recursive maintainer-clean-recursive
|
||||
ETAGS = etags
|
||||
CTAGS = ctags
|
||||
DIST_SUBDIRS = libfprint doc examples
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
distdir = $(PACKAGE)-$(VERSION)
|
||||
top_distdir = $(distdir)
|
||||
am__remove_distdir = \
|
||||
{ test ! -d $(distdir) \
|
||||
|| { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
|
||||
&& rm -fr $(distdir); }; }
|
||||
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
|
||||
GZIP_ENV = --best
|
||||
distuninstallcheck_listfiles = find . -type f -print
|
||||
distcleancheck_listfiles = find . -type f -print
|
||||
ACLOCAL = ${SHELL} /home/vlady/debian/packages/fprint/libfprint/async-lib/trunk/missing --run aclocal-1.10
|
||||
AMTAR = ${SHELL} /home/vlady/debian/packages/fprint/libfprint/async-lib/trunk/missing --run tar
|
||||
AM_CFLAGS = -std=gnu99 -fgnu89-inline -Wall -Wundef -Wunused -Wstrict-prototypes -Werror-implicit-function-declaration -Wno-pointer-sign -Wshadow
|
||||
AR = ar
|
||||
AUTOCONF = ${SHELL} /home/vlady/debian/packages/fprint/libfprint/async-lib/trunk/missing --run autoconf
|
||||
AUTOHEADER = ${SHELL} /home/vlady/debian/packages/fprint/libfprint/async-lib/trunk/missing --run autoheader
|
||||
AUTOMAKE = ${SHELL} /home/vlady/debian/packages/fprint/libfprint/async-lib/trunk/missing --run automake-1.10
|
||||
AWK = gawk
|
||||
CC = x86_64-linux-gnu-gcc
|
||||
CCDEPMODE = depmode=gcc3
|
||||
CFLAGS = -g -O2
|
||||
CPP = x86_64-linux-gnu-gcc -E
|
||||
CPPFLAGS =
|
||||
CRYPTO_CFLAGS =
|
||||
CRYPTO_LIBS = -lcrypto
|
||||
CXX = x86_64-linux-gnu-g++
|
||||
CXXCPP = x86_64-linux-gnu-g++ -E
|
||||
CXXDEPMODE = depmode=gcc3
|
||||
CXXFLAGS = -g -O2
|
||||
CYGPATH_W = echo
|
||||
DEFS = -DHAVE_CONFIG_H
|
||||
DEPDIR = .deps
|
||||
DSYMUTIL =
|
||||
ECHO = echo
|
||||
ECHO_C =
|
||||
ECHO_N = -n
|
||||
ECHO_T =
|
||||
EGREP = /bin/grep -E
|
||||
EXEEXT =
|
||||
F77 =
|
||||
FFLAGS = -g -O2
|
||||
GLIB_CFLAGS = -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
|
||||
GLIB_LIBS = -lglib-2.0
|
||||
GREP = /bin/grep
|
||||
IMAGEMAGICK_CFLAGS =
|
||||
IMAGEMAGICK_LIBS = -lWand -lMagick
|
||||
INSTALL = /usr/bin/install -c
|
||||
INSTALL_DATA = ${INSTALL} -m 644
|
||||
INSTALL_PROGRAM = ${INSTALL}
|
||||
INSTALL_SCRIPT = ${INSTALL}
|
||||
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
|
||||
LDFLAGS = -Wl,-z,defs
|
||||
LIBOBJS =
|
||||
LIBS =
|
||||
LIBTOOL = $(SHELL) $(top_builddir)/libtool
|
||||
LIBUSB_CFLAGS = -I/usr/include/libusb-1.0
|
||||
LIBUSB_LIBS = -lusb-1.0
|
||||
LN_S = ln -s
|
||||
LTLIBOBJS =
|
||||
MAKEINFO = ${SHELL} /home/vlady/debian/packages/fprint/libfprint/async-lib/trunk/missing --run makeinfo
|
||||
MKDIR_P = /bin/mkdir -p
|
||||
NMEDIT =
|
||||
OBJEXT = o
|
||||
PACKAGE = libfprint
|
||||
PACKAGE_BUGREPORT =
|
||||
PACKAGE_NAME = libfprint
|
||||
PACKAGE_STRING = libfprint 0.1.0-pre
|
||||
PACKAGE_TARNAME = libfprint
|
||||
PACKAGE_VERSION = 0.1.0-pre
|
||||
PATH_SEPARATOR = :
|
||||
PKG_CONFIG = /usr/bin/pkg-config
|
||||
RANLIB = ranlib
|
||||
SED = /bin/sed
|
||||
SET_MAKE =
|
||||
SHELL = /bin/sh
|
||||
STRIP = strip
|
||||
VERSION = 0.1.0-pre
|
||||
XV_CFLAGS =
|
||||
XV_LIBS =
|
||||
abs_builddir = /home/vlady/debian/packages/fprint/libfprint/async-lib/trunk
|
||||
abs_srcdir = /home/vlady/debian/packages/fprint/libfprint/async-lib/trunk
|
||||
abs_top_builddir = /home/vlady/debian/packages/fprint/libfprint/async-lib/trunk
|
||||
abs_top_srcdir = /home/vlady/debian/packages/fprint/libfprint/async-lib/trunk
|
||||
ac_ct_CC =
|
||||
ac_ct_CXX =
|
||||
ac_ct_F77 =
|
||||
am__include = include
|
||||
am__leading_dot = .
|
||||
am__quote =
|
||||
am__tar = ${AMTAR} chof - "$$tardir"
|
||||
am__untar = ${AMTAR} xf -
|
||||
bindir = ${exec_prefix}/bin
|
||||
build = x86_64-pc-linux-gnu
|
||||
build_alias = x86_64-linux-gnu
|
||||
build_cpu = x86_64
|
||||
build_os = linux-gnu
|
||||
build_vendor = pc
|
||||
builddir = .
|
||||
datadir = ${datarootdir}
|
||||
datarootdir = ${prefix}/share
|
||||
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
|
||||
dvidir = ${docdir}
|
||||
exec_prefix = ${prefix}
|
||||
host = x86_64-pc-linux-gnu
|
||||
host_alias = x86_64-linux-gnu
|
||||
host_cpu = x86_64
|
||||
host_os = linux-gnu
|
||||
host_vendor = pc
|
||||
htmldir = ${docdir}
|
||||
includedir = ${prefix}/include
|
||||
infodir = ${prefix}/share/info
|
||||
install_sh = $(SHELL) /home/vlady/debian/packages/fprint/libfprint/async-lib/trunk/install-sh
|
||||
libdir = ${exec_prefix}/lib
|
||||
libexecdir = ${exec_prefix}/libexec
|
||||
localedir = ${datarootdir}/locale
|
||||
localstatedir = ${prefix}/var
|
||||
lt_age = 0
|
||||
lt_major = 0
|
||||
lt_revision = 0
|
||||
mandir = ${prefix}/share/man
|
||||
mkdir_p = /bin/mkdir -p
|
||||
oldincludedir = /usr/include
|
||||
pdfdir = ${docdir}
|
||||
prefix = /usr
|
||||
program_transform_name = s,x,x,
|
||||
psdir = ${docdir}
|
||||
sbindir = ${exec_prefix}/sbin
|
||||
sharedstatedir = ${prefix}/com
|
||||
srcdir = .
|
||||
sysconfdir = ${prefix}/etc
|
||||
target_alias =
|
||||
top_builddir = .
|
||||
top_srcdir = .
|
||||
AUTOMAKE_OPTIONS = dist-bzip2
|
||||
EXTRA_DIST = THANKS TODO HACKING libfprint.pc.in
|
||||
DISTCLEANFILES = ChangeLog libfprint.pc
|
||||
SUBDIRS = libfprint doc $(am__append_1)
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = libfprint.pc
|
||||
all: config.h
|
||||
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|
||||
|
||||
.SUFFIXES:
|
||||
am--refresh:
|
||||
@:
|
||||
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
||||
@for dep in $?; do \
|
||||
case '$(am__configure_deps)' in \
|
||||
*$$dep*) \
|
||||
echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
|
||||
cd $(srcdir) && $(AUTOMAKE) --gnu \
|
||||
&& exit 0; \
|
||||
exit 1;; \
|
||||
esac; \
|
||||
done; \
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu Makefile
|
||||
.PRECIOUS: Makefile
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
@case '$?' in \
|
||||
*config.status*) \
|
||||
echo ' $(SHELL) ./config.status'; \
|
||||
$(SHELL) ./config.status;; \
|
||||
*) \
|
||||
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
|
||||
esac;
|
||||
|
||||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||||
$(SHELL) ./config.status --recheck
|
||||
|
||||
$(top_srcdir)/configure: $(am__configure_deps)
|
||||
cd $(srcdir) && $(AUTOCONF)
|
||||
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
||||
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
|
||||
|
||||
config.h: stamp-h1
|
||||
@if test ! -f $@; then \
|
||||
rm -f stamp-h1; \
|
||||
$(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
|
||||
else :; fi
|
||||
|
||||
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
|
||||
@rm -f stamp-h1
|
||||
cd $(top_builddir) && $(SHELL) ./config.status config.h
|
||||
$(srcdir)/config.h.in: $(am__configure_deps)
|
||||
cd $(top_srcdir) && $(AUTOHEADER)
|
||||
rm -f stamp-h1
|
||||
touch $@
|
||||
|
||||
distclean-hdr:
|
||||
-rm -f config.h stamp-h1
|
||||
libfprint.pc: $(top_builddir)/config.status $(srcdir)/libfprint.pc.in
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $@
|
||||
|
||||
mostlyclean-libtool:
|
||||
-rm -f *.lo
|
||||
|
||||
clean-libtool:
|
||||
-rm -rf .libs _libs
|
||||
|
||||
distclean-libtool:
|
||||
-rm -f libtool
|
||||
install-pkgconfigDATA: $(pkgconfig_DATA)
|
||||
@$(NORMAL_INSTALL)
|
||||
test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
|
||||
@list='$(pkgconfig_DATA)'; for p in $$list; do \
|
||||
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
||||
f=$(am__strip_dir) \
|
||||
echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
|
||||
$(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
|
||||
done
|
||||
|
||||
uninstall-pkgconfigDATA:
|
||||
@$(NORMAL_UNINSTALL)
|
||||
@list='$(pkgconfig_DATA)'; for p in $$list; do \
|
||||
f=$(am__strip_dir) \
|
||||
echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
|
||||
rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
|
||||
done
|
||||
|
||||
# This directory's subdirectories are mostly independent; you can cd
|
||||
# into them and run `make' without going through this Makefile.
|
||||
# To change the values of `make' variables: instead of editing Makefiles,
|
||||
# (1) if the variable is set in `config.status', edit `config.status'
|
||||
# (which will cause the Makefiles to be regenerated when you run `make');
|
||||
# (2) otherwise, pass the desired values on the `make' command line.
|
||||
$(RECURSIVE_TARGETS):
|
||||
@failcom='exit 1'; \
|
||||
for f in x $$MAKEFLAGS; do \
|
||||
case $$f in \
|
||||
*=* | --[!k]*);; \
|
||||
*k*) failcom='fail=yes';; \
|
||||
esac; \
|
||||
done; \
|
||||
dot_seen=no; \
|
||||
target=`echo $@ | sed s/-recursive//`; \
|
||||
list='$(SUBDIRS)'; for subdir in $$list; do \
|
||||
echo "Making $$target in $$subdir"; \
|
||||
if test "$$subdir" = "."; then \
|
||||
dot_seen=yes; \
|
||||
local_target="$$target-am"; \
|
||||
else \
|
||||
local_target="$$target"; \
|
||||
fi; \
|
||||
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
||||
|| eval $$failcom; \
|
||||
done; \
|
||||
if test "$$dot_seen" = "no"; then \
|
||||
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
||||
fi; test -z "$$fail"
|
||||
|
||||
$(RECURSIVE_CLEAN_TARGETS):
|
||||
@failcom='exit 1'; \
|
||||
for f in x $$MAKEFLAGS; do \
|
||||
case $$f in \
|
||||
*=* | --[!k]*);; \
|
||||
*k*) failcom='fail=yes';; \
|
||||
esac; \
|
||||
done; \
|
||||
dot_seen=no; \
|
||||
case "$@" in \
|
||||
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
||||
*) list='$(SUBDIRS)' ;; \
|
||||
esac; \
|
||||
rev=''; for subdir in $$list; do \
|
||||
if test "$$subdir" = "."; then :; else \
|
||||
rev="$$subdir $$rev"; \
|
||||
fi; \
|
||||
done; \
|
||||
rev="$$rev ."; \
|
||||
target=`echo $@ | sed s/-recursive//`; \
|
||||
for subdir in $$rev; do \
|
||||
echo "Making $$target in $$subdir"; \
|
||||
if test "$$subdir" = "."; then \
|
||||
local_target="$$target-am"; \
|
||||
else \
|
||||
local_target="$$target"; \
|
||||
fi; \
|
||||
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
||||
|| eval $$failcom; \
|
||||
done && test -z "$$fail"
|
||||
tags-recursive:
|
||||
list='$(SUBDIRS)'; for subdir in $$list; do \
|
||||
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
|
||||
done
|
||||
ctags-recursive:
|
||||
list='$(SUBDIRS)'; for subdir in $$list; do \
|
||||
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
|
||||
done
|
||||
|
||||
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
||||
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
||||
unique=`for i in $$list; do \
|
||||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
||||
done | \
|
||||
$(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
mkid -fID $$unique
|
||||
tags: TAGS
|
||||
|
||||
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
|
||||
$(TAGS_FILES) $(LISP)
|
||||
tags=; \
|
||||
here=`pwd`; \
|
||||
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
|
||||
include_option=--etags-include; \
|
||||
empty_fix=.; \
|
||||
else \
|
||||
include_option=--include; \
|
||||
empty_fix=; \
|
||||
fi; \
|
||||
list='$(SUBDIRS)'; for subdir in $$list; do \
|
||||
if test "$$subdir" = .; then :; else \
|
||||
test ! -f $$subdir/TAGS || \
|
||||
tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
|
||||
fi; \
|
||||
done; \
|
||||
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
|
||||
unique=`for i in $$list; do \
|
||||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
||||
done | \
|
||||
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
|
||||
test -n "$$unique" || unique=$$empty_fix; \
|
||||
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
||||
$$tags $$unique; \
|
||||
fi
|
||||
ctags: CTAGS
|
||||
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
|
||||
$(TAGS_FILES) $(LISP)
|
||||
tags=; \
|
||||
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
|
||||
unique=`for i in $$list; do \
|
||||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
||||
done | \
|
||||
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|
||||
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
||||
$$tags $$unique
|
||||
|
||||
GTAGS:
|
||||
here=`$(am__cd) $(top_builddir) && pwd` \
|
||||
&& cd $(top_srcdir) \
|
||||
&& gtags -i $(GTAGS_ARGS) $$here
|
||||
|
||||
distclean-tags:
|
||||
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
||||
|
||||
distdir: $(DISTFILES)
|
||||
$(am__remove_distdir)
|
||||
test -d $(distdir) || mkdir $(distdir)
|
||||
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
list='$(DISTFILES)'; \
|
||||
dist_files=`for file in $$list; do echo $$file; done | \
|
||||
sed -e "s|^$$srcdirstrip/||;t" \
|
||||
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
||||
case $$dist_files in \
|
||||
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
||||
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
||||
sort -u` ;; \
|
||||
esac; \
|
||||
for file in $$dist_files; do \
|
||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||
if test -d $$d/$$file; then \
|
||||
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
||||
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
||||
fi; \
|
||||
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
||||
else \
|
||||
test -f $(distdir)/$$file \
|
||||
|| cp -p $$d/$$file $(distdir)/$$file \
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
done
|
||||
list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
||||
if test "$$subdir" = .; then :; else \
|
||||
test -d "$(distdir)/$$subdir" \
|
||||
|| $(MKDIR_P) "$(distdir)/$$subdir" \
|
||||
|| exit 1; \
|
||||
distdir=`$(am__cd) $(distdir) && pwd`; \
|
||||
top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
|
||||
(cd $$subdir && \
|
||||
$(MAKE) $(AM_MAKEFLAGS) \
|
||||
top_distdir="$$top_distdir" \
|
||||
distdir="$$distdir/$$subdir" \
|
||||
am__remove_distdir=: \
|
||||
am__skip_length_check=: \
|
||||
distdir) \
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
done
|
||||
$(MAKE) $(AM_MAKEFLAGS) \
|
||||
top_distdir="$(top_distdir)" distdir="$(distdir)" \
|
||||
dist-hook
|
||||
-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
|
||||
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
|
||||
! -type d ! -perm -400 -exec chmod a+r {} \; -o \
|
||||
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|
||||
|| chmod -R a+r $(distdir)
|
||||
dist-gzip: distdir
|
||||
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
||||
$(am__remove_distdir)
|
||||
dist-bzip2: distdir
|
||||
tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
|
||||
$(am__remove_distdir)
|
||||
|
||||
dist-lzma: distdir
|
||||
tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
|
||||
$(am__remove_distdir)
|
||||
|
||||
dist-tarZ: distdir
|
||||
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
|
||||
$(am__remove_distdir)
|
||||
|
||||
dist-shar: distdir
|
||||
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
|
||||
$(am__remove_distdir)
|
||||
|
||||
dist-zip: distdir
|
||||
-rm -f $(distdir).zip
|
||||
zip -rq $(distdir).zip $(distdir)
|
||||
$(am__remove_distdir)
|
||||
|
||||
dist dist-all: distdir
|
||||
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
||||
tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
|
||||
$(am__remove_distdir)
|
||||
|
||||
# This target untars the dist file and tries a VPATH configuration. Then
|
||||
# it guarantees that the distribution is self-contained by making another
|
||||
# tarfile.
|
||||
distcheck: dist
|
||||
case '$(DIST_ARCHIVES)' in \
|
||||
*.tar.gz*) \
|
||||
GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
|
||||
*.tar.bz2*) \
|
||||
bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
|
||||
*.tar.lzma*) \
|
||||
unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
|
||||
*.tar.Z*) \
|
||||
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
|
||||
*.shar.gz*) \
|
||||
GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
|
||||
*.zip*) \
|
||||
unzip $(distdir).zip ;;\
|
||||
esac
|
||||
chmod -R a-w $(distdir); chmod a+w $(distdir)
|
||||
mkdir $(distdir)/_build
|
||||
mkdir $(distdir)/_inst
|
||||
chmod a-w $(distdir)
|
||||
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
|
||||
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
|
||||
&& cd $(distdir)/_build \
|
||||
&& ../configure --srcdir=.. --prefix="$$dc_install_base" \
|
||||
$(DISTCHECK_CONFIGURE_FLAGS) \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) check \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) install \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) uninstall \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
|
||||
distuninstallcheck \
|
||||
&& chmod -R a-w "$$dc_install_base" \
|
||||
&& ({ \
|
||||
(cd ../.. && umask 077 && mkdir "$$dc_destdir") \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
|
||||
distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
|
||||
} || { rm -rf "$$dc_destdir"; exit 1; }) \
|
||||
&& rm -rf "$$dc_destdir" \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) dist \
|
||||
&& rm -rf $(DIST_ARCHIVES) \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck
|
||||
$(am__remove_distdir)
|
||||
@(echo "$(distdir) archives ready for distribution: "; \
|
||||
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
|
||||
sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
|
||||
distuninstallcheck:
|
||||
@cd $(distuninstallcheck_dir) \
|
||||
&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
|
||||
|| { echo "ERROR: files left after uninstall:" ; \
|
||||
if test -n "$(DESTDIR)"; then \
|
||||
echo " (check DESTDIR support)"; \
|
||||
fi ; \
|
||||
$(distuninstallcheck_listfiles) ; \
|
||||
exit 1; } >&2
|
||||
distcleancheck: distclean
|
||||
@if test '$(srcdir)' = . ; then \
|
||||
echo "ERROR: distcleancheck can only run from a VPATH build" ; \
|
||||
exit 1 ; \
|
||||
fi
|
||||
@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
|
||||
|| { echo "ERROR: files left in build directory after distclean:" ; \
|
||||
$(distcleancheck_listfiles) ; \
|
||||
exit 1; } >&2
|
||||
check-am: all-am
|
||||
check: check-recursive
|
||||
all-am: Makefile $(DATA) config.h
|
||||
installdirs: installdirs-recursive
|
||||
installdirs-am:
|
||||
for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
|
||||
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
||||
done
|
||||
install: install-recursive
|
||||
install-exec: install-exec-recursive
|
||||
install-data: install-data-recursive
|
||||
uninstall: uninstall-recursive
|
||||
|
||||
install-am: all-am
|
||||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
||||
|
||||
installcheck: installcheck-recursive
|
||||
install-strip:
|
||||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
`test -z '$(STRIP)' || \
|
||||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||
mostlyclean-generic:
|
||||
|
||||
clean-generic:
|
||||
|
||||
distclean-generic:
|
||||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
||||
-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
|
||||
|
||||
maintainer-clean-generic:
|
||||
@echo "This command is intended for maintainers to use"
|
||||
@echo "it deletes files that may require special tools to rebuild."
|
||||
clean: clean-recursive
|
||||
|
||||
clean-am: clean-generic clean-libtool mostlyclean-am
|
||||
|
||||
distclean: distclean-recursive
|
||||
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
||||
-rm -f Makefile
|
||||
distclean-am: clean-am distclean-generic distclean-hdr \
|
||||
distclean-libtool distclean-tags
|
||||
|
||||
dvi: dvi-recursive
|
||||
|
||||
dvi-am:
|
||||
|
||||
html: html-recursive
|
||||
|
||||
info: info-recursive
|
||||
|
||||
info-am:
|
||||
|
||||
install-data-am: install-pkgconfigDATA
|
||||
|
||||
install-dvi: install-dvi-recursive
|
||||
|
||||
install-exec-am:
|
||||
|
||||
install-html: install-html-recursive
|
||||
|
||||
install-info: install-info-recursive
|
||||
|
||||
install-man:
|
||||
|
||||
install-pdf: install-pdf-recursive
|
||||
|
||||
install-ps: install-ps-recursive
|
||||
|
||||
installcheck-am:
|
||||
|
||||
maintainer-clean: maintainer-clean-recursive
|
||||
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
||||
-rm -rf $(top_srcdir)/autom4te.cache
|
||||
-rm -f Makefile
|
||||
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||||
|
||||
mostlyclean: mostlyclean-recursive
|
||||
|
||||
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
||||
|
||||
pdf: pdf-recursive
|
||||
|
||||
pdf-am:
|
||||
|
||||
ps: ps-recursive
|
||||
|
||||
ps-am:
|
||||
|
||||
uninstall-am: uninstall-pkgconfigDATA
|
||||
|
||||
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
|
||||
install-strip
|
||||
|
||||
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
|
||||
all all-am am--refresh check check-am clean clean-generic \
|
||||
clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
|
||||
dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-zip \
|
||||
distcheck distclean distclean-generic distclean-hdr \
|
||||
distclean-libtool distclean-tags distcleancheck distdir \
|
||||
distuninstallcheck dvi dvi-am html html-am info info-am \
|
||||
install install-am install-data install-data-am install-dvi \
|
||||
install-dvi-am install-exec install-exec-am install-html \
|
||||
install-html-am install-info install-info-am install-man \
|
||||
install-pdf install-pdf-am install-pkgconfigDATA install-ps \
|
||||
install-ps-am install-strip installcheck installcheck-am \
|
||||
installdirs installdirs-am maintainer-clean \
|
||||
maintainer-clean-generic mostlyclean mostlyclean-generic \
|
||||
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
|
||||
uninstall uninstall-am uninstall-pkgconfigDATA
|
||||
|
||||
|
||||
.PHONY: ChangeLog dist-up
|
||||
ChangeLog:
|
||||
git --git-dir $(top_srcdir)/.git log > ChangeLog || touch ChangeLog
|
||||
|
||||
dist-hook: ChangeLog
|
||||
|
||||
dist-up: dist
|
||||
ncftpput upload.sourceforge.net incoming $(distdir).tar.bz2
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
||||
+21
@@ -0,0 +1,21 @@
|
||||
AUTOMAKE_OPTIONS = dist-bzip2
|
||||
EXTRA_DIST = THANKS TODO HACKING libfprint.pc.in
|
||||
DISTCLEANFILES = ChangeLog libfprint.pc
|
||||
|
||||
SUBDIRS = libfprint doc
|
||||
|
||||
if BUILD_EXAMPLES
|
||||
SUBDIRS += examples
|
||||
endif
|
||||
|
||||
pkgconfigdir=$(libdir)/pkgconfig
|
||||
pkgconfig_DATA=libfprint.pc
|
||||
|
||||
.PHONY: ChangeLog dist-up
|
||||
ChangeLog:
|
||||
git --git-dir $(top_srcdir)/.git log > ChangeLog || touch ChangeLog
|
||||
|
||||
dist-hook: ChangeLog
|
||||
|
||||
dist-up: dist
|
||||
ncftpput upload.sourceforge.net incoming $(distdir).tar.bz2
|
||||
+700
@@ -0,0 +1,700 @@
|
||||
# Makefile.in generated by automake 1.10.1 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||
# This Makefile.in is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
@SET_MAKE@
|
||||
|
||||
VPATH = @srcdir@
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||
install_sh_DATA = $(install_sh) -c -m 644
|
||||
install_sh_PROGRAM = $(install_sh) -c
|
||||
install_sh_SCRIPT = $(install_sh) -c
|
||||
INSTALL_HEADER = $(INSTALL_DATA)
|
||||
transform = $(program_transform_name)
|
||||
NORMAL_INSTALL = :
|
||||
PRE_INSTALL = :
|
||||
POST_INSTALL = :
|
||||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
build_triplet = @build@
|
||||
host_triplet = @host@
|
||||
@BUILD_EXAMPLES_TRUE@am__append_1 = examples
|
||||
subdir = .
|
||||
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
|
||||
$(srcdir)/Makefile.in $(srcdir)/config.h.in \
|
||||
$(srcdir)/libfprint.pc.in $(top_srcdir)/configure AUTHORS \
|
||||
COPYING ChangeLog INSTALL NEWS THANKS TODO compile \
|
||||
config.guess config.sub depcomp install-sh ltmain.sh missing
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
||||
configure.lineno config.status.lineno
|
||||
mkinstalldirs = $(install_sh) -d
|
||||
CONFIG_HEADER = config.h
|
||||
CONFIG_CLEAN_FILES = libfprint.pc
|
||||
SOURCES =
|
||||
DIST_SOURCES =
|
||||
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
|
||||
html-recursive info-recursive install-data-recursive \
|
||||
install-dvi-recursive install-exec-recursive \
|
||||
install-html-recursive install-info-recursive \
|
||||
install-pdf-recursive install-ps-recursive install-recursive \
|
||||
installcheck-recursive installdirs-recursive pdf-recursive \
|
||||
ps-recursive uninstall-recursive
|
||||
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
||||
am__vpath_adj = case $$p in \
|
||||
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
||||
*) f=$$p;; \
|
||||
esac;
|
||||
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
|
||||
am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
|
||||
pkgconfigDATA_INSTALL = $(INSTALL_DATA)
|
||||
DATA = $(pkgconfig_DATA)
|
||||
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
|
||||
distclean-recursive maintainer-clean-recursive
|
||||
ETAGS = etags
|
||||
CTAGS = ctags
|
||||
DIST_SUBDIRS = libfprint doc examples
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
distdir = $(PACKAGE)-$(VERSION)
|
||||
top_distdir = $(distdir)
|
||||
am__remove_distdir = \
|
||||
{ test ! -d $(distdir) \
|
||||
|| { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
|
||||
&& rm -fr $(distdir); }; }
|
||||
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
|
||||
GZIP_ENV = --best
|
||||
distuninstallcheck_listfiles = find . -type f -print
|
||||
distcleancheck_listfiles = find . -type f -print
|
||||
ACLOCAL = @ACLOCAL@
|
||||
AMTAR = @AMTAR@
|
||||
AM_CFLAGS = @AM_CFLAGS@
|
||||
AR = @AR@
|
||||
AUTOCONF = @AUTOCONF@
|
||||
AUTOHEADER = @AUTOHEADER@
|
||||
AUTOMAKE = @AUTOMAKE@
|
||||
AWK = @AWK@
|
||||
CC = @CC@
|
||||
CCDEPMODE = @CCDEPMODE@
|
||||
CFLAGS = @CFLAGS@
|
||||
CPP = @CPP@
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
CRYPTO_CFLAGS = @CRYPTO_CFLAGS@
|
||||
CRYPTO_LIBS = @CRYPTO_LIBS@
|
||||
CXX = @CXX@
|
||||
CXXCPP = @CXXCPP@
|
||||
CXXDEPMODE = @CXXDEPMODE@
|
||||
CXXFLAGS = @CXXFLAGS@
|
||||
CYGPATH_W = @CYGPATH_W@
|
||||
DEFS = @DEFS@
|
||||
DEPDIR = @DEPDIR@
|
||||
DSYMUTIL = @DSYMUTIL@
|
||||
ECHO = @ECHO@
|
||||
ECHO_C = @ECHO_C@
|
||||
ECHO_N = @ECHO_N@
|
||||
ECHO_T = @ECHO_T@
|
||||
EGREP = @EGREP@
|
||||
EXEEXT = @EXEEXT@
|
||||
F77 = @F77@
|
||||
FFLAGS = @FFLAGS@
|
||||
GLIB_CFLAGS = @GLIB_CFLAGS@
|
||||
GLIB_LIBS = @GLIB_LIBS@
|
||||
GREP = @GREP@
|
||||
IMAGEMAGICK_CFLAGS = @IMAGEMAGICK_CFLAGS@
|
||||
IMAGEMAGICK_LIBS = @IMAGEMAGICK_LIBS@
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LIBUSB_CFLAGS = @LIBUSB_CFLAGS@
|
||||
LIBUSB_LIBS = @LIBUSB_LIBS@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
MAKEINFO = @MAKEINFO@
|
||||
MKDIR_P = @MKDIR_P@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJEXT = @OBJEXT@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
PACKAGE_STRING = @PACKAGE_STRING@
|
||||
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
PKG_CONFIG = @PKG_CONFIG@
|
||||
RANLIB = @RANLIB@
|
||||
SED = @SED@
|
||||
SET_MAKE = @SET_MAKE@
|
||||
SHELL = @SHELL@
|
||||
STRIP = @STRIP@
|
||||
VERSION = @VERSION@
|
||||
XV_CFLAGS = @XV_CFLAGS@
|
||||
XV_LIBS = @XV_LIBS@
|
||||
abs_builddir = @abs_builddir@
|
||||
abs_srcdir = @abs_srcdir@
|
||||
abs_top_builddir = @abs_top_builddir@
|
||||
abs_top_srcdir = @abs_top_srcdir@
|
||||
ac_ct_CC = @ac_ct_CC@
|
||||
ac_ct_CXX = @ac_ct_CXX@
|
||||
ac_ct_F77 = @ac_ct_F77@
|
||||
am__include = @am__include@
|
||||
am__leading_dot = @am__leading_dot@
|
||||
am__quote = @am__quote@
|
||||
am__tar = @am__tar@
|
||||
am__untar = @am__untar@
|
||||
bindir = @bindir@
|
||||
build = @build@
|
||||
build_alias = @build_alias@
|
||||
build_cpu = @build_cpu@
|
||||
build_os = @build_os@
|
||||
build_vendor = @build_vendor@
|
||||
builddir = @builddir@
|
||||
datadir = @datadir@
|
||||
datarootdir = @datarootdir@
|
||||
docdir = @docdir@
|
||||
dvidir = @dvidir@
|
||||
exec_prefix = @exec_prefix@
|
||||
host = @host@
|
||||
host_alias = @host_alias@
|
||||
host_cpu = @host_cpu@
|
||||
host_os = @host_os@
|
||||
host_vendor = @host_vendor@
|
||||
htmldir = @htmldir@
|
||||
includedir = @includedir@
|
||||
infodir = @infodir@
|
||||
install_sh = @install_sh@
|
||||
libdir = @libdir@
|
||||
libexecdir = @libexecdir@
|
||||
localedir = @localedir@
|
||||
localstatedir = @localstatedir@
|
||||
lt_age = @lt_age@
|
||||
lt_major = @lt_major@
|
||||
lt_revision = @lt_revision@
|
||||
mandir = @mandir@
|
||||
mkdir_p = @mkdir_p@
|
||||
oldincludedir = @oldincludedir@
|
||||
pdfdir = @pdfdir@
|
||||
prefix = @prefix@
|
||||
program_transform_name = @program_transform_name@
|
||||
psdir = @psdir@
|
||||
sbindir = @sbindir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
srcdir = @srcdir@
|
||||
sysconfdir = @sysconfdir@
|
||||
target_alias = @target_alias@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
AUTOMAKE_OPTIONS = dist-bzip2
|
||||
EXTRA_DIST = THANKS TODO HACKING libfprint.pc.in
|
||||
DISTCLEANFILES = ChangeLog libfprint.pc
|
||||
SUBDIRS = libfprint doc $(am__append_1)
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = libfprint.pc
|
||||
all: config.h
|
||||
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|
||||
|
||||
.SUFFIXES:
|
||||
am--refresh:
|
||||
@:
|
||||
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
||||
@for dep in $?; do \
|
||||
case '$(am__configure_deps)' in \
|
||||
*$$dep*) \
|
||||
echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
|
||||
cd $(srcdir) && $(AUTOMAKE) --gnu \
|
||||
&& exit 0; \
|
||||
exit 1;; \
|
||||
esac; \
|
||||
done; \
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu Makefile
|
||||
.PRECIOUS: Makefile
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
@case '$?' in \
|
||||
*config.status*) \
|
||||
echo ' $(SHELL) ./config.status'; \
|
||||
$(SHELL) ./config.status;; \
|
||||
*) \
|
||||
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
|
||||
esac;
|
||||
|
||||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||||
$(SHELL) ./config.status --recheck
|
||||
|
||||
$(top_srcdir)/configure: $(am__configure_deps)
|
||||
cd $(srcdir) && $(AUTOCONF)
|
||||
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
||||
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
|
||||
|
||||
config.h: stamp-h1
|
||||
@if test ! -f $@; then \
|
||||
rm -f stamp-h1; \
|
||||
$(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
|
||||
else :; fi
|
||||
|
||||
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
|
||||
@rm -f stamp-h1
|
||||
cd $(top_builddir) && $(SHELL) ./config.status config.h
|
||||
$(srcdir)/config.h.in: $(am__configure_deps)
|
||||
cd $(top_srcdir) && $(AUTOHEADER)
|
||||
rm -f stamp-h1
|
||||
touch $@
|
||||
|
||||
distclean-hdr:
|
||||
-rm -f config.h stamp-h1
|
||||
libfprint.pc: $(top_builddir)/config.status $(srcdir)/libfprint.pc.in
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $@
|
||||
|
||||
mostlyclean-libtool:
|
||||
-rm -f *.lo
|
||||
|
||||
clean-libtool:
|
||||
-rm -rf .libs _libs
|
||||
|
||||
distclean-libtool:
|
||||
-rm -f libtool
|
||||
install-pkgconfigDATA: $(pkgconfig_DATA)
|
||||
@$(NORMAL_INSTALL)
|
||||
test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
|
||||
@list='$(pkgconfig_DATA)'; for p in $$list; do \
|
||||
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
||||
f=$(am__strip_dir) \
|
||||
echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
|
||||
$(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
|
||||
done
|
||||
|
||||
uninstall-pkgconfigDATA:
|
||||
@$(NORMAL_UNINSTALL)
|
||||
@list='$(pkgconfig_DATA)'; for p in $$list; do \
|
||||
f=$(am__strip_dir) \
|
||||
echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
|
||||
rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
|
||||
done
|
||||
|
||||
# This directory's subdirectories are mostly independent; you can cd
|
||||
# into them and run `make' without going through this Makefile.
|
||||
# To change the values of `make' variables: instead of editing Makefiles,
|
||||
# (1) if the variable is set in `config.status', edit `config.status'
|
||||
# (which will cause the Makefiles to be regenerated when you run `make');
|
||||
# (2) otherwise, pass the desired values on the `make' command line.
|
||||
$(RECURSIVE_TARGETS):
|
||||
@failcom='exit 1'; \
|
||||
for f in x $$MAKEFLAGS; do \
|
||||
case $$f in \
|
||||
*=* | --[!k]*);; \
|
||||
*k*) failcom='fail=yes';; \
|
||||
esac; \
|
||||
done; \
|
||||
dot_seen=no; \
|
||||
target=`echo $@ | sed s/-recursive//`; \
|
||||
list='$(SUBDIRS)'; for subdir in $$list; do \
|
||||
echo "Making $$target in $$subdir"; \
|
||||
if test "$$subdir" = "."; then \
|
||||
dot_seen=yes; \
|
||||
local_target="$$target-am"; \
|
||||
else \
|
||||
local_target="$$target"; \
|
||||
fi; \
|
||||
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
||||
|| eval $$failcom; \
|
||||
done; \
|
||||
if test "$$dot_seen" = "no"; then \
|
||||
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
||||
fi; test -z "$$fail"
|
||||
|
||||
$(RECURSIVE_CLEAN_TARGETS):
|
||||
@failcom='exit 1'; \
|
||||
for f in x $$MAKEFLAGS; do \
|
||||
case $$f in \
|
||||
*=* | --[!k]*);; \
|
||||
*k*) failcom='fail=yes';; \
|
||||
esac; \
|
||||
done; \
|
||||
dot_seen=no; \
|
||||
case "$@" in \
|
||||
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
||||
*) list='$(SUBDIRS)' ;; \
|
||||
esac; \
|
||||
rev=''; for subdir in $$list; do \
|
||||
if test "$$subdir" = "."; then :; else \
|
||||
rev="$$subdir $$rev"; \
|
||||
fi; \
|
||||
done; \
|
||||
rev="$$rev ."; \
|
||||
target=`echo $@ | sed s/-recursive//`; \
|
||||
for subdir in $$rev; do \
|
||||
echo "Making $$target in $$subdir"; \
|
||||
if test "$$subdir" = "."; then \
|
||||
local_target="$$target-am"; \
|
||||
else \
|
||||
local_target="$$target"; \
|
||||
fi; \
|
||||
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
||||
|| eval $$failcom; \
|
||||
done && test -z "$$fail"
|
||||
tags-recursive:
|
||||
list='$(SUBDIRS)'; for subdir in $$list; do \
|
||||
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
|
||||
done
|
||||
ctags-recursive:
|
||||
list='$(SUBDIRS)'; for subdir in $$list; do \
|
||||
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
|
||||
done
|
||||
|
||||
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
||||
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
||||
unique=`for i in $$list; do \
|
||||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
||||
done | \
|
||||
$(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
mkid -fID $$unique
|
||||
tags: TAGS
|
||||
|
||||
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
|
||||
$(TAGS_FILES) $(LISP)
|
||||
tags=; \
|
||||
here=`pwd`; \
|
||||
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
|
||||
include_option=--etags-include; \
|
||||
empty_fix=.; \
|
||||
else \
|
||||
include_option=--include; \
|
||||
empty_fix=; \
|
||||
fi; \
|
||||
list='$(SUBDIRS)'; for subdir in $$list; do \
|
||||
if test "$$subdir" = .; then :; else \
|
||||
test ! -f $$subdir/TAGS || \
|
||||
tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
|
||||
fi; \
|
||||
done; \
|
||||
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
|
||||
unique=`for i in $$list; do \
|
||||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
||||
done | \
|
||||
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
|
||||
test -n "$$unique" || unique=$$empty_fix; \
|
||||
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
||||
$$tags $$unique; \
|
||||
fi
|
||||
ctags: CTAGS
|
||||
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
|
||||
$(TAGS_FILES) $(LISP)
|
||||
tags=; \
|
||||
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
|
||||
unique=`for i in $$list; do \
|
||||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
||||
done | \
|
||||
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|
||||
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
||||
$$tags $$unique
|
||||
|
||||
GTAGS:
|
||||
here=`$(am__cd) $(top_builddir) && pwd` \
|
||||
&& cd $(top_srcdir) \
|
||||
&& gtags -i $(GTAGS_ARGS) $$here
|
||||
|
||||
distclean-tags:
|
||||
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
||||
|
||||
distdir: $(DISTFILES)
|
||||
$(am__remove_distdir)
|
||||
test -d $(distdir) || mkdir $(distdir)
|
||||
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
list='$(DISTFILES)'; \
|
||||
dist_files=`for file in $$list; do echo $$file; done | \
|
||||
sed -e "s|^$$srcdirstrip/||;t" \
|
||||
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
||||
case $$dist_files in \
|
||||
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
||||
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
||||
sort -u` ;; \
|
||||
esac; \
|
||||
for file in $$dist_files; do \
|
||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||
if test -d $$d/$$file; then \
|
||||
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
||||
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
||||
fi; \
|
||||
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
||||
else \
|
||||
test -f $(distdir)/$$file \
|
||||
|| cp -p $$d/$$file $(distdir)/$$file \
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
done
|
||||
list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
||||
if test "$$subdir" = .; then :; else \
|
||||
test -d "$(distdir)/$$subdir" \
|
||||
|| $(MKDIR_P) "$(distdir)/$$subdir" \
|
||||
|| exit 1; \
|
||||
distdir=`$(am__cd) $(distdir) && pwd`; \
|
||||
top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
|
||||
(cd $$subdir && \
|
||||
$(MAKE) $(AM_MAKEFLAGS) \
|
||||
top_distdir="$$top_distdir" \
|
||||
distdir="$$distdir/$$subdir" \
|
||||
am__remove_distdir=: \
|
||||
am__skip_length_check=: \
|
||||
distdir) \
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
done
|
||||
$(MAKE) $(AM_MAKEFLAGS) \
|
||||
top_distdir="$(top_distdir)" distdir="$(distdir)" \
|
||||
dist-hook
|
||||
-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
|
||||
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
|
||||
! -type d ! -perm -400 -exec chmod a+r {} \; -o \
|
||||
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|
||||
|| chmod -R a+r $(distdir)
|
||||
dist-gzip: distdir
|
||||
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
||||
$(am__remove_distdir)
|
||||
dist-bzip2: distdir
|
||||
tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
|
||||
$(am__remove_distdir)
|
||||
|
||||
dist-lzma: distdir
|
||||
tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
|
||||
$(am__remove_distdir)
|
||||
|
||||
dist-tarZ: distdir
|
||||
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
|
||||
$(am__remove_distdir)
|
||||
|
||||
dist-shar: distdir
|
||||
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
|
||||
$(am__remove_distdir)
|
||||
|
||||
dist-zip: distdir
|
||||
-rm -f $(distdir).zip
|
||||
zip -rq $(distdir).zip $(distdir)
|
||||
$(am__remove_distdir)
|
||||
|
||||
dist dist-all: distdir
|
||||
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
||||
tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
|
||||
$(am__remove_distdir)
|
||||
|
||||
# This target untars the dist file and tries a VPATH configuration. Then
|
||||
# it guarantees that the distribution is self-contained by making another
|
||||
# tarfile.
|
||||
distcheck: dist
|
||||
case '$(DIST_ARCHIVES)' in \
|
||||
*.tar.gz*) \
|
||||
GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
|
||||
*.tar.bz2*) \
|
||||
bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
|
||||
*.tar.lzma*) \
|
||||
unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
|
||||
*.tar.Z*) \
|
||||
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
|
||||
*.shar.gz*) \
|
||||
GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
|
||||
*.zip*) \
|
||||
unzip $(distdir).zip ;;\
|
||||
esac
|
||||
chmod -R a-w $(distdir); chmod a+w $(distdir)
|
||||
mkdir $(distdir)/_build
|
||||
mkdir $(distdir)/_inst
|
||||
chmod a-w $(distdir)
|
||||
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
|
||||
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
|
||||
&& cd $(distdir)/_build \
|
||||
&& ../configure --srcdir=.. --prefix="$$dc_install_base" \
|
||||
$(DISTCHECK_CONFIGURE_FLAGS) \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) check \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) install \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) uninstall \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
|
||||
distuninstallcheck \
|
||||
&& chmod -R a-w "$$dc_install_base" \
|
||||
&& ({ \
|
||||
(cd ../.. && umask 077 && mkdir "$$dc_destdir") \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
|
||||
distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
|
||||
} || { rm -rf "$$dc_destdir"; exit 1; }) \
|
||||
&& rm -rf "$$dc_destdir" \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) dist \
|
||||
&& rm -rf $(DIST_ARCHIVES) \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck
|
||||
$(am__remove_distdir)
|
||||
@(echo "$(distdir) archives ready for distribution: "; \
|
||||
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
|
||||
sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
|
||||
distuninstallcheck:
|
||||
@cd $(distuninstallcheck_dir) \
|
||||
&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
|
||||
|| { echo "ERROR: files left after uninstall:" ; \
|
||||
if test -n "$(DESTDIR)"; then \
|
||||
echo " (check DESTDIR support)"; \
|
||||
fi ; \
|
||||
$(distuninstallcheck_listfiles) ; \
|
||||
exit 1; } >&2
|
||||
distcleancheck: distclean
|
||||
@if test '$(srcdir)' = . ; then \
|
||||
echo "ERROR: distcleancheck can only run from a VPATH build" ; \
|
||||
exit 1 ; \
|
||||
fi
|
||||
@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
|
||||
|| { echo "ERROR: files left in build directory after distclean:" ; \
|
||||
$(distcleancheck_listfiles) ; \
|
||||
exit 1; } >&2
|
||||
check-am: all-am
|
||||
check: check-recursive
|
||||
all-am: Makefile $(DATA) config.h
|
||||
installdirs: installdirs-recursive
|
||||
installdirs-am:
|
||||
for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
|
||||
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
||||
done
|
||||
install: install-recursive
|
||||
install-exec: install-exec-recursive
|
||||
install-data: install-data-recursive
|
||||
uninstall: uninstall-recursive
|
||||
|
||||
install-am: all-am
|
||||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
||||
|
||||
installcheck: installcheck-recursive
|
||||
install-strip:
|
||||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
`test -z '$(STRIP)' || \
|
||||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||
mostlyclean-generic:
|
||||
|
||||
clean-generic:
|
||||
|
||||
distclean-generic:
|
||||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
||||
-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
|
||||
|
||||
maintainer-clean-generic:
|
||||
@echo "This command is intended for maintainers to use"
|
||||
@echo "it deletes files that may require special tools to rebuild."
|
||||
clean: clean-recursive
|
||||
|
||||
clean-am: clean-generic clean-libtool mostlyclean-am
|
||||
|
||||
distclean: distclean-recursive
|
||||
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
||||
-rm -f Makefile
|
||||
distclean-am: clean-am distclean-generic distclean-hdr \
|
||||
distclean-libtool distclean-tags
|
||||
|
||||
dvi: dvi-recursive
|
||||
|
||||
dvi-am:
|
||||
|
||||
html: html-recursive
|
||||
|
||||
info: info-recursive
|
||||
|
||||
info-am:
|
||||
|
||||
install-data-am: install-pkgconfigDATA
|
||||
|
||||
install-dvi: install-dvi-recursive
|
||||
|
||||
install-exec-am:
|
||||
|
||||
install-html: install-html-recursive
|
||||
|
||||
install-info: install-info-recursive
|
||||
|
||||
install-man:
|
||||
|
||||
install-pdf: install-pdf-recursive
|
||||
|
||||
install-ps: install-ps-recursive
|
||||
|
||||
installcheck-am:
|
||||
|
||||
maintainer-clean: maintainer-clean-recursive
|
||||
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
||||
-rm -rf $(top_srcdir)/autom4te.cache
|
||||
-rm -f Makefile
|
||||
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||||
|
||||
mostlyclean: mostlyclean-recursive
|
||||
|
||||
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
||||
|
||||
pdf: pdf-recursive
|
||||
|
||||
pdf-am:
|
||||
|
||||
ps: ps-recursive
|
||||
|
||||
ps-am:
|
||||
|
||||
uninstall-am: uninstall-pkgconfigDATA
|
||||
|
||||
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
|
||||
install-strip
|
||||
|
||||
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
|
||||
all all-am am--refresh check check-am clean clean-generic \
|
||||
clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
|
||||
dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-zip \
|
||||
distcheck distclean distclean-generic distclean-hdr \
|
||||
distclean-libtool distclean-tags distcleancheck distdir \
|
||||
distuninstallcheck dvi dvi-am html html-am info info-am \
|
||||
install install-am install-data install-data-am install-dvi \
|
||||
install-dvi-am install-exec install-exec-am install-html \
|
||||
install-html-am install-info install-info-am install-man \
|
||||
install-pdf install-pdf-am install-pkgconfigDATA install-ps \
|
||||
install-ps-am install-strip installcheck installcheck-am \
|
||||
installdirs installdirs-am maintainer-clean \
|
||||
maintainer-clean-generic mostlyclean mostlyclean-generic \
|
||||
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
|
||||
uninstall uninstall-am uninstall-pkgconfigDATA
|
||||
|
||||
|
||||
.PHONY: ChangeLog dist-up
|
||||
ChangeLog:
|
||||
git --git-dir $(top_srcdir)/.git log > ChangeLog || touch ChangeLog
|
||||
|
||||
dist-hook: ChangeLog
|
||||
|
||||
dist-up: dist
|
||||
ncftpput upload.sourceforge.net incoming $(distdir).tar.bz2
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
||||
@@ -0,0 +1,27 @@
|
||||
This file lists notable changes in each release. For the full history of all
|
||||
changes, see ChangeLog.
|
||||
|
||||
2007-12-07: v0.0.5 release
|
||||
* AES1610 imaging improvements
|
||||
* Internal cleanups for Authentec drivers
|
||||
* Add support for latest Microsoft Fingerprint Scanner hardware revision
|
||||
|
||||
2007-11-22: v0.0.4 release
|
||||
* Enable AES1610 driver thanks to Michele B
|
||||
* Implement identification: one-to-many fingerprint matching (Daniel Drake)
|
||||
|
||||
2007-11-19: v0.0.3 release
|
||||
* Add API to access minutiae (Daniel Drake)
|
||||
* Add API to delete enroll data (Daniel Drake)
|
||||
* Add Authentec AES1610 driver (Anthony Bretaudeau)
|
||||
|
||||
2007-11-17: v0.0.2 release
|
||||
* Detect reversed scans on AES2501 (Vasily Khoruzhick)
|
||||
* Improved AES2501 scanning
|
||||
* Compatibility with older ImageMagick versions
|
||||
* Add UPEK TouchChip driver (Jan-Michael Brummer)
|
||||
* Add binarization API
|
||||
|
||||
2007-11-15: v0.0.1 release
|
||||
* Initial release
|
||||
|
||||
@@ -0,0 +1,41 @@
|
||||
libfprint
|
||||
=========
|
||||
|
||||
libfprint is part of the fprint project:
|
||||
http://www.reactivated.net/fprint
|
||||
|
||||
libfprint was originally developed as part of an academic project at the
|
||||
University of Manchester with the aim of hiding differences between different
|
||||
consumer fingerprint scanners and providing a single uniform API to application
|
||||
developers. The ultimate goal of the fprint project is to make fingerprint
|
||||
scanners widely and easily usable under common Linux environments.
|
||||
|
||||
The academic university project runs off a codebase maintained separately
|
||||
from this one, although I try to keep them as similar as possible (I'm not
|
||||
hiding anything in the academic branch, it's just the open source release
|
||||
contains some commits excluded from the academic project).
|
||||
|
||||
THE UNIVERSITY OF MANCHESTER DOES NOT ENDORSE THIS THIS SOFTWARE RELEASE AND
|
||||
IS IN NO WAY RESPONSIBLE FOR THE CODE CONTAINED WITHIN, OR ANY DAMAGES CAUSED
|
||||
BY USING OR DISTRIBUTING THE SOFTWARE. Development does not happen on
|
||||
university computers and the project is not hosted at the university either.
|
||||
|
||||
For more information on libfprint, supported devices, API documentation, etc.,
|
||||
see the homepage:
|
||||
http://www.reactivated.net/fprint/Libfprint
|
||||
|
||||
libfprint is licensed under the GNU LGPL version 2.1. See the COPYING file
|
||||
for the license text.
|
||||
|
||||
Section 6 of the license states that for compiled works that use this
|
||||
library, such works must include libfprint copyright notices alongside the
|
||||
copyright notices for the other parts of the work. We have attempted to
|
||||
make this process slightly easier for you by grouping these all in one place:
|
||||
the AUTHORS file.
|
||||
|
||||
libfprint includes code from NIST's NBIS software distribution:
|
||||
http://fingerprint.nist.gov/NBIS/index.html
|
||||
We include bozorth3 from the US export controlled distribution. We have
|
||||
determined that it is fine to ship bozorth3 in an open source project,
|
||||
see http://reactivated.net/fprint/wiki/US_export_control
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
Tony Vroon - hardware donations
|
||||
Gerrie Mansur from Security Database BV (http://www.securitydatabase.net/) - hardware donations
|
||||
Joaquin Custodio - hardware donations
|
||||
TimeTrex (http://www.timetrex.com/) - hardware donations
|
||||
Craig Watson (NIST)
|
||||
James Vasile (SFLC)
|
||||
Toby Howard (University of Manchester)
|
||||
Seemant Kulleen
|
||||
Pavel Herrman
|
||||
@@ -0,0 +1,30 @@
|
||||
LIBRARY
|
||||
=======
|
||||
test suite against NFIQ compliance set
|
||||
make library optionally asynchronous and maybe thread-safe
|
||||
nbis cleanups
|
||||
API function to determine if img device supports uncond. capture
|
||||
race-free way of saying "save this print but don't overwrite"
|
||||
|
||||
NEW DRIVERS
|
||||
===========
|
||||
Sunplus 895 driver
|
||||
AES3400/3500 driver
|
||||
ID Mouse driver
|
||||
Support for 2nd generation MS devices
|
||||
Support for 2nd generation UPEK devices
|
||||
|
||||
IMAGING
|
||||
=======
|
||||
ignore first frame or two with aes2501
|
||||
aes2501: increase threshold "sum" for end-of-image detection
|
||||
aes2501 gain calibration
|
||||
aes4000 gain calibration
|
||||
aes4000 resampling
|
||||
PPMM parameter to get_minutiae seems to have no effect
|
||||
nbis minutiae should be stored in endian-independent format
|
||||
|
||||
PORTABILITY
|
||||
===========
|
||||
OpenBSD can't do -Wshadow or visibility
|
||||
OpenBSD: add compat codes for ENOTSUP ENODATA and EPROTO
|
||||
Vendored
+7724
File diff suppressed because it is too large
Load Diff
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
libtoolize --copy --force || exit 1
|
||||
aclocal || exit 1
|
||||
autoheader || exit 1
|
||||
autoconf || exit 1
|
||||
automake -a -c || exit 1
|
||||
./configure --enable-maintainer-mode --enable-examples-build \
|
||||
--enable-x11-examples-build --enable-debug-log $*
|
||||
@@ -0,0 +1,142 @@
|
||||
#! /bin/sh
|
||||
# Wrapper for compilers which do not understand `-c -o'.
|
||||
|
||||
scriptversion=2005-05-14.22
|
||||
|
||||
# Copyright (C) 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
# Written by Tom Tromey <tromey@cygnus.com>.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
|
||||
# As a special exception to the GNU General Public License, if you
|
||||
# distribute this file as part of a program that contains a
|
||||
# configuration script generated by Autoconf, you may include it under
|
||||
# the same distribution terms that you use for the rest of that program.
|
||||
|
||||
# This file is maintained in Automake, please report
|
||||
# bugs to <bug-automake@gnu.org> or send patches to
|
||||
# <automake-patches@gnu.org>.
|
||||
|
||||
case $1 in
|
||||
'')
|
||||
echo "$0: No command. Try \`$0 --help' for more information." 1>&2
|
||||
exit 1;
|
||||
;;
|
||||
-h | --h*)
|
||||
cat <<\EOF
|
||||
Usage: compile [--help] [--version] PROGRAM [ARGS]
|
||||
|
||||
Wrapper for compilers which do not understand `-c -o'.
|
||||
Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
|
||||
arguments, and rename the output as expected.
|
||||
|
||||
If you are trying to build a whole package this is not the
|
||||
right script to run: please start by reading the file `INSTALL'.
|
||||
|
||||
Report bugs to <bug-automake@gnu.org>.
|
||||
EOF
|
||||
exit $?
|
||||
;;
|
||||
-v | --v*)
|
||||
echo "compile $scriptversion"
|
||||
exit $?
|
||||
;;
|
||||
esac
|
||||
|
||||
ofile=
|
||||
cfile=
|
||||
eat=
|
||||
|
||||
for arg
|
||||
do
|
||||
if test -n "$eat"; then
|
||||
eat=
|
||||
else
|
||||
case $1 in
|
||||
-o)
|
||||
# configure might choose to run compile as `compile cc -o foo foo.c'.
|
||||
# So we strip `-o arg' only if arg is an object.
|
||||
eat=1
|
||||
case $2 in
|
||||
*.o | *.obj)
|
||||
ofile=$2
|
||||
;;
|
||||
*)
|
||||
set x "$@" -o "$2"
|
||||
shift
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
*.c)
|
||||
cfile=$1
|
||||
set x "$@" "$1"
|
||||
shift
|
||||
;;
|
||||
*)
|
||||
set x "$@" "$1"
|
||||
shift
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
shift
|
||||
done
|
||||
|
||||
if test -z "$ofile" || test -z "$cfile"; then
|
||||
# If no `-o' option was seen then we might have been invoked from a
|
||||
# pattern rule where we don't need one. That is ok -- this is a
|
||||
# normal compilation that the losing compiler can handle. If no
|
||||
# `.c' file was seen then we are probably linking. That is also
|
||||
# ok.
|
||||
exec "$@"
|
||||
fi
|
||||
|
||||
# Name of file we expect compiler to create.
|
||||
cofile=`echo "$cfile" | sed -e 's|^.*/||' -e 's/\.c$/.o/'`
|
||||
|
||||
# Create the lock directory.
|
||||
# Note: use `[/.-]' here to ensure that we don't use the same name
|
||||
# that we are using for the .o file. Also, base the name on the expected
|
||||
# object file name, since that is what matters with a parallel build.
|
||||
lockdir=`echo "$cofile" | sed -e 's|[/.-]|_|g'`.d
|
||||
while true; do
|
||||
if mkdir "$lockdir" >/dev/null 2>&1; then
|
||||
break
|
||||
fi
|
||||
sleep 1
|
||||
done
|
||||
# FIXME: race condition here if user kills between mkdir and trap.
|
||||
trap "rmdir '$lockdir'; exit 1" 1 2 15
|
||||
|
||||
# Run the compile.
|
||||
"$@"
|
||||
ret=$?
|
||||
|
||||
if test -f "$cofile"; then
|
||||
mv "$cofile" "$ofile"
|
||||
elif test -f "${cofile}bj"; then
|
||||
mv "${cofile}bj" "$ofile"
|
||||
fi
|
||||
|
||||
rmdir "$lockdir"
|
||||
exit $ret
|
||||
|
||||
# Local Variables:
|
||||
# mode: shell-script
|
||||
# sh-indentation: 2
|
||||
# eval: (add-hook 'write-file-hooks 'time-stamp)
|
||||
# time-stamp-start: "scriptversion="
|
||||
# time-stamp-format: "%:y-%02m-%02d.%02H"
|
||||
# time-stamp-end: "$"
|
||||
# End:
|
||||
+1526
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,107 @@
|
||||
/* config.h. Generated from config.h.in by configure. */
|
||||
/* config.h.in. Generated from configure.ac by autoheader. */
|
||||
|
||||
/* Default visibility */
|
||||
#define API_EXPORTED __attribute__((visibility("default")))
|
||||
|
||||
/* Build AuthenTec AES1610 driver */
|
||||
#define ENABLE_AES1610
|
||||
|
||||
/* Build AuthenTec AES2501 driver */
|
||||
#define ENABLE_AES2501
|
||||
|
||||
/* Build AuthenTec AES4000 driver */
|
||||
#define ENABLE_AES4000
|
||||
|
||||
/* Debug message logging */
|
||||
/* #undef ENABLE_DEBUG_LOGGING */
|
||||
|
||||
/* Build Secugen FDU 2000 driver */
|
||||
#define ENABLE_FDU2000
|
||||
|
||||
/* Message logging */
|
||||
#define ENABLE_LOGGING 1
|
||||
|
||||
/* Build UPEK TouchStrip sensor-only driver */
|
||||
#define ENABLE_UPEKSONLY
|
||||
|
||||
/* Build UPEK TouchChip driver */
|
||||
#define ENABLE_UPEKTC
|
||||
|
||||
/* Build UPEK TouchStrip driver */
|
||||
#define ENABLE_UPEKTS
|
||||
|
||||
/* Build Digital Persona U.are.U 4000 driver */
|
||||
#define ENABLE_URU4000
|
||||
|
||||
/* Build Veridicom 5thSense driver */
|
||||
#define ENABLE_VCOM5S
|
||||
|
||||
/* Define to 1 if you have the <dlfcn.h> header file. */
|
||||
#define HAVE_DLFCN_H 1
|
||||
|
||||
/* Define to 1 if you have the <inttypes.h> header file. */
|
||||
#define HAVE_INTTYPES_H 1
|
||||
|
||||
/* Define to 1 if you have the <memory.h> header file. */
|
||||
#define HAVE_MEMORY_H 1
|
||||
|
||||
/* Define to 1 if you have the <stdint.h> header file. */
|
||||
#define HAVE_STDINT_H 1
|
||||
|
||||
/* Define to 1 if you have the <stdlib.h> header file. */
|
||||
#define HAVE_STDLIB_H 1
|
||||
|
||||
/* Define to 1 if you have the <strings.h> header file. */
|
||||
#define HAVE_STRINGS_H 1
|
||||
|
||||
/* Define to 1 if you have the <string.h> header file. */
|
||||
#define HAVE_STRING_H 1
|
||||
|
||||
/* Define to 1 if you have the <sys/stat.h> header file. */
|
||||
#define HAVE_SYS_STAT_H 1
|
||||
|
||||
/* Define to 1 if you have the <sys/types.h> header file. */
|
||||
#define HAVE_SYS_TYPES_H 1
|
||||
|
||||
/* Define to 1 if you have the <unistd.h> header file. */
|
||||
#define HAVE_UNISTD_H 1
|
||||
|
||||
/* defined if XV video overlay is available */
|
||||
/* #undef HAVE_XV */
|
||||
|
||||
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
|
||||
/* #undef NO_MINUS_C_MINUS_O */
|
||||
|
||||
/* Name of package */
|
||||
#define PACKAGE "libfprint"
|
||||
|
||||
/* Define to the address where bug reports for this package should be sent. */
|
||||
#define PACKAGE_BUGREPORT ""
|
||||
|
||||
/* Define to the full name of this package. */
|
||||
#define PACKAGE_NAME "libfprint"
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#define PACKAGE_STRING "libfprint 0.1.0-pre"
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#define PACKAGE_TARNAME "libfprint"
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#define PACKAGE_VERSION "0.1.0-pre"
|
||||
|
||||
/* Define to 1 if you have the ANSI C header files. */
|
||||
#define STDC_HEADERS 1
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "0.1.0-pre"
|
||||
|
||||
/* Use GNU extensions */
|
||||
#define _GNU_SOURCE
|
||||
|
||||
/* Define to `__inline__' or `__inline' if that's what the C compiler
|
||||
calls it, or to nothing if 'inline' is not supported under any name. */
|
||||
#ifndef __cplusplus
|
||||
/* #undef inline */
|
||||
#endif
|
||||
+106
@@ -0,0 +1,106 @@
|
||||
/* config.h.in. Generated from configure.ac by autoheader. */
|
||||
|
||||
/* Default visibility */
|
||||
#undef API_EXPORTED
|
||||
|
||||
/* Build AuthenTec AES1610 driver */
|
||||
#undef ENABLE_AES1610
|
||||
|
||||
/* Build AuthenTec AES2501 driver */
|
||||
#undef ENABLE_AES2501
|
||||
|
||||
/* Build AuthenTec AES4000 driver */
|
||||
#undef ENABLE_AES4000
|
||||
|
||||
/* Debug message logging */
|
||||
#undef ENABLE_DEBUG_LOGGING
|
||||
|
||||
/* Build Secugen FDU 2000 driver */
|
||||
#undef ENABLE_FDU2000
|
||||
|
||||
/* Message logging */
|
||||
#undef ENABLE_LOGGING
|
||||
|
||||
/* Build UPEK TouchStrip sensor-only driver */
|
||||
#undef ENABLE_UPEKSONLY
|
||||
|
||||
/* Build UPEK TouchChip driver */
|
||||
#undef ENABLE_UPEKTC
|
||||
|
||||
/* Build UPEK TouchStrip driver */
|
||||
#undef ENABLE_UPEKTS
|
||||
|
||||
/* Build Digital Persona U.are.U 4000 driver */
|
||||
#undef ENABLE_URU4000
|
||||
|
||||
/* Build Veridicom 5thSense driver */
|
||||
#undef ENABLE_VCOM5S
|
||||
|
||||
/* Define to 1 if you have the <dlfcn.h> header file. */
|
||||
#undef HAVE_DLFCN_H
|
||||
|
||||
/* Define to 1 if you have the <inttypes.h> header file. */
|
||||
#undef HAVE_INTTYPES_H
|
||||
|
||||
/* Define to 1 if you have the <memory.h> header file. */
|
||||
#undef HAVE_MEMORY_H
|
||||
|
||||
/* Define to 1 if you have the <stdint.h> header file. */
|
||||
#undef HAVE_STDINT_H
|
||||
|
||||
/* Define to 1 if you have the <stdlib.h> header file. */
|
||||
#undef HAVE_STDLIB_H
|
||||
|
||||
/* Define to 1 if you have the <strings.h> header file. */
|
||||
#undef HAVE_STRINGS_H
|
||||
|
||||
/* Define to 1 if you have the <string.h> header file. */
|
||||
#undef HAVE_STRING_H
|
||||
|
||||
/* Define to 1 if you have the <sys/stat.h> header file. */
|
||||
#undef HAVE_SYS_STAT_H
|
||||
|
||||
/* Define to 1 if you have the <sys/types.h> header file. */
|
||||
#undef HAVE_SYS_TYPES_H
|
||||
|
||||
/* Define to 1 if you have the <unistd.h> header file. */
|
||||
#undef HAVE_UNISTD_H
|
||||
|
||||
/* defined if XV video overlay is available */
|
||||
#undef HAVE_XV
|
||||
|
||||
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
|
||||
#undef NO_MINUS_C_MINUS_O
|
||||
|
||||
/* Name of package */
|
||||
#undef PACKAGE
|
||||
|
||||
/* Define to the address where bug reports for this package should be sent. */
|
||||
#undef PACKAGE_BUGREPORT
|
||||
|
||||
/* Define to the full name of this package. */
|
||||
#undef PACKAGE_NAME
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#undef PACKAGE_STRING
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#undef PACKAGE_TARNAME
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#undef PACKAGE_VERSION
|
||||
|
||||
/* Define to 1 if you have the ANSI C header files. */
|
||||
#undef STDC_HEADERS
|
||||
|
||||
/* Version number of package */
|
||||
#undef VERSION
|
||||
|
||||
/* Use GNU extensions */
|
||||
#undef _GNU_SOURCE
|
||||
|
||||
/* Define to `__inline__' or `__inline' if that's what the C compiler
|
||||
calls it, or to nothing if 'inline' is not supported under any name. */
|
||||
#ifndef __cplusplus
|
||||
#undef inline
|
||||
#endif
|
||||
+912
@@ -0,0 +1,912 @@
|
||||
This file contains any messages produced by compilers while
|
||||
running configure, to aid debugging if configure makes a mistake.
|
||||
|
||||
It was created by libfprint configure 0.1.0-pre, which was
|
||||
generated by GNU Autoconf 2.61. Invocation command line was
|
||||
|
||||
$ ./configure --host=x86_64-linux-gnu --build=x86_64-linux-gnu --prefix=/usr --mandir=${prefix}/share/man --infodir=${prefix}/share/info CFLAGS=-g -O2 LDFLAGS=-Wl,-z,defs
|
||||
|
||||
## --------- ##
|
||||
## Platform. ##
|
||||
## --------- ##
|
||||
|
||||
hostname = melee
|
||||
uname -m = x86_64
|
||||
uname -r = 2.6.25-2-amd64
|
||||
uname -s = Linux
|
||||
uname -v = #1 SMP Mon Jul 14 11:05:23 UTC 2008
|
||||
|
||||
/usr/bin/uname -p = unknown
|
||||
/bin/uname -X = unknown
|
||||
|
||||
/bin/arch = unknown
|
||||
/usr/bin/arch -k = unknown
|
||||
/usr/convex/getsysinfo = unknown
|
||||
/usr/bin/hostinfo = unknown
|
||||
/bin/machine = unknown
|
||||
/usr/bin/oslevel = unknown
|
||||
/bin/universe = unknown
|
||||
|
||||
PATH: /usr/sbin
|
||||
PATH: /usr/bin
|
||||
PATH: /sbin
|
||||
PATH: /bin
|
||||
PATH: /usr/bin/X11
|
||||
|
||||
|
||||
## ----------- ##
|
||||
## Core tests. ##
|
||||
## ----------- ##
|
||||
|
||||
configure:2041: checking for a BSD-compatible install
|
||||
configure:2097: result: /usr/bin/install -c
|
||||
configure:2108: checking whether build environment is sane
|
||||
configure:2151: result: yes
|
||||
configure:2179: checking for a thread-safe mkdir -p
|
||||
configure:2218: result: /bin/mkdir -p
|
||||
configure:2231: checking for gawk
|
||||
configure:2247: found /usr/bin/gawk
|
||||
configure:2258: result: gawk
|
||||
configure:2269: checking whether make sets $(MAKE)
|
||||
configure:2290: result: yes
|
||||
configure:2491: checking for x86_64-linux-gnu-gcc
|
||||
configure:2507: found /usr/bin/x86_64-linux-gnu-gcc
|
||||
configure:2518: result: x86_64-linux-gnu-gcc
|
||||
configure:2796: checking for C compiler version
|
||||
configure:2803: x86_64-linux-gnu-gcc --version >&5
|
||||
x86_64-linux-gnu-gcc (Debian 4.3.1-9) 4.3.1
|
||||
Copyright (C) 2008 Free Software Foundation, Inc.
|
||||
This is free software; see the source for copying conditions. There is NO
|
||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
configure:2806: $? = 0
|
||||
configure:2813: x86_64-linux-gnu-gcc -v >&5
|
||||
Using built-in specs.
|
||||
Target: x86_64-linux-gnu
|
||||
Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.1-9' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-cld --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
|
||||
Thread model: posix
|
||||
gcc version 4.3.1 (Debian 4.3.1-9)
|
||||
configure:2816: $? = 0
|
||||
configure:2823: x86_64-linux-gnu-gcc -V >&5
|
||||
x86_64-linux-gnu-gcc: '-V' option must have argument
|
||||
configure:2826: $? = 1
|
||||
configure:2849: checking for C compiler default output file name
|
||||
configure:2876: x86_64-linux-gnu-gcc -g -O2 -Wl,-z,defs conftest.c >&5
|
||||
configure:2879: $? = 0
|
||||
configure:2917: result: a.out
|
||||
configure:2934: checking whether the C compiler works
|
||||
configure:2944: ./a.out
|
||||
configure:2947: $? = 0
|
||||
configure:2964: result: yes
|
||||
configure:2971: checking whether we are cross compiling
|
||||
configure:2973: result: no
|
||||
configure:2976: checking for suffix of executables
|
||||
configure:2983: x86_64-linux-gnu-gcc -o conftest -g -O2 -Wl,-z,defs conftest.c >&5
|
||||
configure:2986: $? = 0
|
||||
configure:3010: result:
|
||||
configure:3016: checking for suffix of object files
|
||||
configure:3042: x86_64-linux-gnu-gcc -c -g -O2 conftest.c >&5
|
||||
configure:3045: $? = 0
|
||||
configure:3068: result: o
|
||||
configure:3072: checking whether we are using the GNU C compiler
|
||||
configure:3101: x86_64-linux-gnu-gcc -c -g -O2 conftest.c >&5
|
||||
configure:3107: $? = 0
|
||||
configure:3124: result: yes
|
||||
configure:3129: checking whether x86_64-linux-gnu-gcc accepts -g
|
||||
configure:3159: x86_64-linux-gnu-gcc -c -g conftest.c >&5
|
||||
configure:3165: $? = 0
|
||||
configure:3264: result: yes
|
||||
configure:3281: checking for x86_64-linux-gnu-gcc option to accept ISO C89
|
||||
configure:3355: x86_64-linux-gnu-gcc -c -g -O2 conftest.c >&5
|
||||
configure:3361: $? = 0
|
||||
configure:3384: result: none needed
|
||||
configure:3413: checking for style of include used by make
|
||||
configure:3441: result: GNU
|
||||
configure:3466: checking dependency style of x86_64-linux-gnu-gcc
|
||||
configure:3557: result: gcc3
|
||||
configure:3650: checking build system type
|
||||
configure:3668: result: x86_64-pc-linux-gnu
|
||||
configure:3690: checking host system type
|
||||
configure:3705: result: x86_64-pc-linux-gnu
|
||||
configure:3727: checking for a sed that does not truncate output
|
||||
configure:3783: result: /bin/sed
|
||||
configure:3786: checking for grep that handles long lines and -e
|
||||
configure:3860: result: /bin/grep
|
||||
configure:3865: checking for egrep
|
||||
configure:3943: result: /bin/grep -E
|
||||
configure:3959: checking for ld used by x86_64-linux-gnu-gcc
|
||||
configure:4026: result: /usr/bin/ld
|
||||
configure:4035: checking if the linker (/usr/bin/ld) is GNU ld
|
||||
configure:4050: result: yes
|
||||
configure:4055: checking for /usr/bin/ld option to reload object files
|
||||
configure:4062: result: -r
|
||||
configure:4080: checking for BSD-compatible nm
|
||||
configure:4129: result: /usr/bin/nm -B
|
||||
configure:4133: checking whether ln -s works
|
||||
configure:4137: result: yes
|
||||
configure:4144: checking how to recognize dependent libraries
|
||||
configure:4330: result: pass_all
|
||||
configure:4419: x86_64-linux-gnu-gcc -c -g -O2 conftest.c >&5
|
||||
configure:4422: $? = 0
|
||||
configure:4575: checking how to run the C preprocessor
|
||||
configure:4615: x86_64-linux-gnu-gcc -E conftest.c
|
||||
configure:4621: $? = 0
|
||||
configure:4652: x86_64-linux-gnu-gcc -E conftest.c
|
||||
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
|
||||
configure:4658: $? = 1
|
||||
configure: failed program was:
|
||||
| /* confdefs.h. */
|
||||
| #define PACKAGE_NAME "libfprint"
|
||||
| #define PACKAGE_TARNAME "libfprint"
|
||||
| #define PACKAGE_VERSION "0.1.0-pre"
|
||||
| #define PACKAGE_STRING "libfprint 0.1.0-pre"
|
||||
| #define PACKAGE_BUGREPORT ""
|
||||
| #define PACKAGE "libfprint"
|
||||
| #define VERSION "0.1.0-pre"
|
||||
| /* end confdefs.h. */
|
||||
| #include <ac_nonexistent.h>
|
||||
configure:4691: result: x86_64-linux-gnu-gcc -E
|
||||
configure:4720: x86_64-linux-gnu-gcc -E conftest.c
|
||||
configure:4726: $? = 0
|
||||
configure:4757: x86_64-linux-gnu-gcc -E conftest.c
|
||||
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
|
||||
configure:4763: $? = 1
|
||||
configure: failed program was:
|
||||
| /* confdefs.h. */
|
||||
| #define PACKAGE_NAME "libfprint"
|
||||
| #define PACKAGE_TARNAME "libfprint"
|
||||
| #define PACKAGE_VERSION "0.1.0-pre"
|
||||
| #define PACKAGE_STRING "libfprint 0.1.0-pre"
|
||||
| #define PACKAGE_BUGREPORT ""
|
||||
| #define PACKAGE "libfprint"
|
||||
| #define VERSION "0.1.0-pre"
|
||||
| /* end confdefs.h. */
|
||||
| #include <ac_nonexistent.h>
|
||||
configure:4801: checking for ANSI C header files
|
||||
configure:4831: x86_64-linux-gnu-gcc -c -g -O2 conftest.c >&5
|
||||
configure:4837: $? = 0
|
||||
configure:4936: x86_64-linux-gnu-gcc -o conftest -g -O2 -Wl,-z,defs conftest.c >&5
|
||||
configure:4939: $? = 0
|
||||
configure:4945: ./conftest
|
||||
configure:4948: $? = 0
|
||||
configure:4965: result: yes
|
||||
configure:4989: checking for sys/types.h
|
||||
configure:5010: x86_64-linux-gnu-gcc -c -g -O2 conftest.c >&5
|
||||
configure:5016: $? = 0
|
||||
configure:5032: result: yes
|
||||
configure:4989: checking for sys/stat.h
|
||||
configure:5010: x86_64-linux-gnu-gcc -c -g -O2 conftest.c >&5
|
||||
configure:5016: $? = 0
|
||||
configure:5032: result: yes
|
||||
configure:4989: checking for stdlib.h
|
||||
configure:5010: x86_64-linux-gnu-gcc -c -g -O2 conftest.c >&5
|
||||
configure:5016: $? = 0
|
||||
configure:5032: result: yes
|
||||
configure:4989: checking for string.h
|
||||
configure:5010: x86_64-linux-gnu-gcc -c -g -O2 conftest.c >&5
|
||||
configure:5016: $? = 0
|
||||
configure:5032: result: yes
|
||||
configure:4989: checking for memory.h
|
||||
configure:5010: x86_64-linux-gnu-gcc -c -g -O2 conftest.c >&5
|
||||
configure:5016: $? = 0
|
||||
configure:5032: result: yes
|
||||
configure:4989: checking for strings.h
|
||||
configure:5010: x86_64-linux-gnu-gcc -c -g -O2 conftest.c >&5
|
||||
configure:5016: $? = 0
|
||||
configure:5032: result: yes
|
||||
configure:4989: checking for inttypes.h
|
||||
configure:5010: x86_64-linux-gnu-gcc -c -g -O2 conftest.c >&5
|
||||
configure:5016: $? = 0
|
||||
configure:5032: result: yes
|
||||
configure:4989: checking for stdint.h
|
||||
configure:5010: x86_64-linux-gnu-gcc -c -g -O2 conftest.c >&5
|
||||
configure:5016: $? = 0
|
||||
configure:5032: result: yes
|
||||
configure:4989: checking for unistd.h
|
||||
configure:5010: x86_64-linux-gnu-gcc -c -g -O2 conftest.c >&5
|
||||
configure:5016: $? = 0
|
||||
configure:5032: result: yes
|
||||
configure:5059: checking dlfcn.h usability
|
||||
configure:5076: x86_64-linux-gnu-gcc -c -g -O2 conftest.c >&5
|
||||
configure:5082: $? = 0
|
||||
configure:5096: result: yes
|
||||
configure:5100: checking dlfcn.h presence
|
||||
configure:5115: x86_64-linux-gnu-gcc -E conftest.c
|
||||
configure:5121: $? = 0
|
||||
configure:5135: result: yes
|
||||
configure:5163: checking for dlfcn.h
|
||||
configure:5171: result: yes
|
||||
configure:5198: checking for x86_64-linux-gnu-g++
|
||||
configure:5214: found /usr/bin/x86_64-linux-gnu-g++
|
||||
configure:5225: result: x86_64-linux-gnu-g++
|
||||
configure:5300: checking for C++ compiler version
|
||||
configure:5307: x86_64-linux-gnu-g++ --version >&5
|
||||
x86_64-linux-gnu-g++ (Debian 4.3.1-9) 4.3.1
|
||||
Copyright (C) 2008 Free Software Foundation, Inc.
|
||||
This is free software; see the source for copying conditions. There is NO
|
||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
configure:5310: $? = 0
|
||||
configure:5317: x86_64-linux-gnu-g++ -v >&5
|
||||
Using built-in specs.
|
||||
Target: x86_64-linux-gnu
|
||||
Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.1-9' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-cld --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
|
||||
Thread model: posix
|
||||
gcc version 4.3.1 (Debian 4.3.1-9)
|
||||
configure:5320: $? = 0
|
||||
configure:5327: x86_64-linux-gnu-g++ -V >&5
|
||||
x86_64-linux-gnu-g++: '-V' option must have argument
|
||||
configure:5330: $? = 1
|
||||
configure:5333: checking whether we are using the GNU C++ compiler
|
||||
configure:5362: x86_64-linux-gnu-g++ -c -g -O2 conftest.cpp >&5
|
||||
configure:5368: $? = 0
|
||||
configure:5385: result: yes
|
||||
configure:5390: checking whether x86_64-linux-gnu-g++ accepts -g
|
||||
configure:5420: x86_64-linux-gnu-g++ -c -g conftest.cpp >&5
|
||||
configure:5426: $? = 0
|
||||
configure:5525: result: yes
|
||||
configure:5550: checking dependency style of x86_64-linux-gnu-g++
|
||||
configure:5641: result: gcc3
|
||||
configure:5666: checking how to run the C++ preprocessor
|
||||
configure:5702: x86_64-linux-gnu-g++ -E conftest.cpp
|
||||
configure:5708: $? = 0
|
||||
configure:5739: x86_64-linux-gnu-g++ -E conftest.cpp
|
||||
conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory
|
||||
configure:5745: $? = 1
|
||||
configure: failed program was:
|
||||
| /* confdefs.h. */
|
||||
| #define PACKAGE_NAME "libfprint"
|
||||
| #define PACKAGE_TARNAME "libfprint"
|
||||
| #define PACKAGE_VERSION "0.1.0-pre"
|
||||
| #define PACKAGE_STRING "libfprint 0.1.0-pre"
|
||||
| #define PACKAGE_BUGREPORT ""
|
||||
| #define PACKAGE "libfprint"
|
||||
| #define VERSION "0.1.0-pre"
|
||||
| #define STDC_HEADERS 1
|
||||
| #define HAVE_SYS_TYPES_H 1
|
||||
| #define HAVE_SYS_STAT_H 1
|
||||
| #define HAVE_STDLIB_H 1
|
||||
| #define HAVE_STRING_H 1
|
||||
| #define HAVE_MEMORY_H 1
|
||||
| #define HAVE_STRINGS_H 1
|
||||
| #define HAVE_INTTYPES_H 1
|
||||
| #define HAVE_STDINT_H 1
|
||||
| #define HAVE_UNISTD_H 1
|
||||
| #define HAVE_DLFCN_H 1
|
||||
| /* end confdefs.h. */
|
||||
| #include <ac_nonexistent.h>
|
||||
configure:5778: result: x86_64-linux-gnu-g++ -E
|
||||
configure:5807: x86_64-linux-gnu-g++ -E conftest.cpp
|
||||
configure:5813: $? = 0
|
||||
configure:5844: x86_64-linux-gnu-g++ -E conftest.cpp
|
||||
conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory
|
||||
configure:5850: $? = 1
|
||||
configure: failed program was:
|
||||
| /* confdefs.h. */
|
||||
| #define PACKAGE_NAME "libfprint"
|
||||
| #define PACKAGE_TARNAME "libfprint"
|
||||
| #define PACKAGE_VERSION "0.1.0-pre"
|
||||
| #define PACKAGE_STRING "libfprint 0.1.0-pre"
|
||||
| #define PACKAGE_BUGREPORT ""
|
||||
| #define PACKAGE "libfprint"
|
||||
| #define VERSION "0.1.0-pre"
|
||||
| #define STDC_HEADERS 1
|
||||
| #define HAVE_SYS_TYPES_H 1
|
||||
| #define HAVE_SYS_STAT_H 1
|
||||
| #define HAVE_STDLIB_H 1
|
||||
| #define HAVE_STRING_H 1
|
||||
| #define HAVE_MEMORY_H 1
|
||||
| #define HAVE_STRINGS_H 1
|
||||
| #define HAVE_INTTYPES_H 1
|
||||
| #define HAVE_STDINT_H 1
|
||||
| #define HAVE_UNISTD_H 1
|
||||
| #define HAVE_DLFCN_H 1
|
||||
| /* end confdefs.h. */
|
||||
| #include <ac_nonexistent.h>
|
||||
configure:5899: checking for x86_64-linux-gnu-g77
|
||||
configure:5929: result: no
|
||||
configure:5899: checking for x86_64-linux-gnu-xlf
|
||||
configure:5929: result: no
|
||||
configure:5899: checking for x86_64-linux-gnu-f77
|
||||
configure:5929: result: no
|
||||
configure:5899: checking for x86_64-linux-gnu-frt
|
||||
configure:5929: result: no
|
||||
configure:5899: checking for x86_64-linux-gnu-pgf77
|
||||
configure:5929: result: no
|
||||
configure:5899: checking for x86_64-linux-gnu-cf77
|
||||
configure:5929: result: no
|
||||
configure:5899: checking for x86_64-linux-gnu-fort77
|
||||
configure:5929: result: no
|
||||
configure:5899: checking for x86_64-linux-gnu-fl32
|
||||
configure:5929: result: no
|
||||
configure:5899: checking for x86_64-linux-gnu-af77
|
||||
configure:5929: result: no
|
||||
configure:5899: checking for x86_64-linux-gnu-xlf90
|
||||
configure:5929: result: no
|
||||
configure:5899: checking for x86_64-linux-gnu-f90
|
||||
configure:5929: result: no
|
||||
configure:5899: checking for x86_64-linux-gnu-pgf90
|
||||
configure:5929: result: no
|
||||
configure:5899: checking for x86_64-linux-gnu-pghpf
|
||||
configure:5929: result: no
|
||||
configure:5899: checking for x86_64-linux-gnu-epcf90
|
||||
configure:5929: result: no
|
||||
configure:5899: checking for x86_64-linux-gnu-gfortran
|
||||
configure:5929: result: no
|
||||
configure:5899: checking for x86_64-linux-gnu-g95
|
||||
configure:5929: result: no
|
||||
configure:5899: checking for x86_64-linux-gnu-xlf95
|
||||
configure:5929: result: no
|
||||
configure:5899: checking for x86_64-linux-gnu-f95
|
||||
configure:5929: result: no
|
||||
configure:5899: checking for x86_64-linux-gnu-fort
|
||||
configure:5929: result: no
|
||||
configure:5899: checking for x86_64-linux-gnu-ifort
|
||||
configure:5929: result: no
|
||||
configure:5899: checking for x86_64-linux-gnu-ifc
|
||||
configure:5929: result: no
|
||||
configure:5899: checking for x86_64-linux-gnu-efc
|
||||
configure:5929: result: no
|
||||
configure:5899: checking for x86_64-linux-gnu-pgf95
|
||||
configure:5929: result: no
|
||||
configure:5899: checking for x86_64-linux-gnu-lf95
|
||||
configure:5929: result: no
|
||||
configure:5899: checking for x86_64-linux-gnu-ftn
|
||||
configure:5929: result: no
|
||||
configure:5943: checking for g77
|
||||
configure:5973: result: no
|
||||
configure:5943: checking for xlf
|
||||
configure:5973: result: no
|
||||
configure:5943: checking for f77
|
||||
configure:5973: result: no
|
||||
configure:5943: checking for frt
|
||||
configure:5973: result: no
|
||||
configure:5943: checking for pgf77
|
||||
configure:5973: result: no
|
||||
configure:5943: checking for cf77
|
||||
configure:5973: result: no
|
||||
configure:5943: checking for fort77
|
||||
configure:5973: result: no
|
||||
configure:5943: checking for fl32
|
||||
configure:5973: result: no
|
||||
configure:5943: checking for af77
|
||||
configure:5973: result: no
|
||||
configure:5943: checking for xlf90
|
||||
configure:5973: result: no
|
||||
configure:5943: checking for f90
|
||||
configure:5973: result: no
|
||||
configure:5943: checking for pgf90
|
||||
configure:5973: result: no
|
||||
configure:5943: checking for pghpf
|
||||
configure:5973: result: no
|
||||
configure:5943: checking for epcf90
|
||||
configure:5973: result: no
|
||||
configure:5943: checking for gfortran
|
||||
configure:5973: result: no
|
||||
configure:5943: checking for g95
|
||||
configure:5973: result: no
|
||||
configure:5943: checking for xlf95
|
||||
configure:5973: result: no
|
||||
configure:5943: checking for f95
|
||||
configure:5973: result: no
|
||||
configure:5943: checking for fort
|
||||
configure:5973: result: no
|
||||
configure:5943: checking for ifort
|
||||
configure:5973: result: no
|
||||
configure:5943: checking for ifc
|
||||
configure:5973: result: no
|
||||
configure:5943: checking for efc
|
||||
configure:5973: result: no
|
||||
configure:5943: checking for pgf95
|
||||
configure:5973: result: no
|
||||
configure:5943: checking for lf95
|
||||
configure:5973: result: no
|
||||
configure:5943: checking for ftn
|
||||
configure:5973: result: no
|
||||
configure:6000: checking for Fortran 77 compiler version
|
||||
configure:6007: --version >&5
|
||||
./configure: line 6008: --version: command not found
|
||||
configure:6010: $? = 127
|
||||
configure:6017: -v >&5
|
||||
./configure: line 6018: -v: command not found
|
||||
configure:6020: $? = 127
|
||||
configure:6027: -V >&5
|
||||
./configure: line 6028: -V: command not found
|
||||
configure:6030: $? = 127
|
||||
configure:6038: checking whether we are using the GNU Fortran 77 compiler
|
||||
configure:6057: -c -g -O2 conftest.F >&5
|
||||
./configure: line 6058: -c: command not found
|
||||
configure:6063: $? = 127
|
||||
configure: failed program was:
|
||||
| program main
|
||||
| #ifndef __GNUC__
|
||||
| choke me
|
||||
| #endif
|
||||
|
|
||||
| end
|
||||
configure:6080: result: no
|
||||
configure:6086: checking whether accepts -g
|
||||
configure:6103: -c -g conftest.f >&5
|
||||
./configure: line 6104: -c: command not found
|
||||
configure:6109: $? = 127
|
||||
configure: failed program was:
|
||||
| program main
|
||||
|
|
||||
| end
|
||||
configure:6125: result: no
|
||||
configure:6154: checking the maximum length of command line arguments
|
||||
configure:6266: result: 98304
|
||||
configure:6278: checking command to parse /usr/bin/nm -B output from x86_64-linux-gnu-gcc object
|
||||
configure:6383: x86_64-linux-gnu-gcc -c -g -O2 conftest.c >&5
|
||||
configure:6386: $? = 0
|
||||
configure:6390: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
|
||||
configure:6393: $? = 0
|
||||
configure:6445: x86_64-linux-gnu-gcc -o conftest -g -O2 -Wl,-z,defs conftest.c conftstm.o >&5
|
||||
configure:6448: $? = 0
|
||||
configure:6486: result: ok
|
||||
configure:6490: checking for objdir
|
||||
configure:6505: result: .libs
|
||||
configure:6557: checking for x86_64-linux-gnu-ar
|
||||
configure:6587: result: no
|
||||
configure:6597: checking for ar
|
||||
configure:6613: found /usr/bin/ar
|
||||
configure:6624: result: ar
|
||||
configure:6653: checking for x86_64-linux-gnu-ranlib
|
||||
configure:6683: result: no
|
||||
configure:6693: checking for ranlib
|
||||
configure:6709: found /usr/bin/ranlib
|
||||
configure:6720: result: ranlib
|
||||
configure:6749: checking for x86_64-linux-gnu-strip
|
||||
configure:6779: result: no
|
||||
configure:6789: checking for strip
|
||||
configure:6805: found /usr/bin/strip
|
||||
configure:6816: result: strip
|
||||
configure:7414: checking if x86_64-linux-gnu-gcc supports -fno-rtti -fno-exceptions
|
||||
configure:7432: x86_64-linux-gnu-gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
|
||||
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
|
||||
configure:7436: $? = 0
|
||||
configure:7449: result: no
|
||||
configure:7464: checking for x86_64-linux-gnu-gcc option to produce PIC
|
||||
configure:7696: result: -fPIC
|
||||
configure:7704: checking if x86_64-linux-gnu-gcc PIC flag -fPIC works
|
||||
configure:7722: x86_64-linux-gnu-gcc -c -g -O2 -fPIC -DPIC conftest.c >&5
|
||||
configure:7726: $? = 0
|
||||
configure:7739: result: yes
|
||||
configure:7767: checking if x86_64-linux-gnu-gcc static flag -static works
|
||||
configure:7795: result: yes
|
||||
configure:7805: checking if x86_64-linux-gnu-gcc supports -c -o file.o
|
||||
configure:7826: x86_64-linux-gnu-gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
|
||||
configure:7830: $? = 0
|
||||
configure:7852: result: yes
|
||||
configure:7878: checking whether the x86_64-linux-gnu-gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
|
||||
configure:8859: result: yes
|
||||
configure:8880: checking whether -lc should be explicitly linked in
|
||||
configure:8885: x86_64-linux-gnu-gcc -c -g -O2 conftest.c >&5
|
||||
configure:8888: $? = 0
|
||||
configure:8903: x86_64-linux-gnu-gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
|
||||
configure:8906: $? = 0
|
||||
configure:8918: result: no
|
||||
configure:8926: checking dynamic linker characteristics
|
||||
configure:9540: result: GNU/Linux ld.so
|
||||
configure:9564: checking how to hardcode library paths into programs
|
||||
configure:9589: result: immediate
|
||||
configure:9603: checking whether stripping libraries is possible
|
||||
configure:9608: result: yes
|
||||
configure:10410: checking if libtool supports shared libraries
|
||||
configure:10412: result: yes
|
||||
configure:10415: checking whether to build shared libraries
|
||||
configure:10436: result: yes
|
||||
configure:10439: checking whether to build static libraries
|
||||
configure:10443: result: yes
|
||||
configure:10537: creating libtool
|
||||
configure:11130: checking for ld used by x86_64-linux-gnu-g++
|
||||
configure:11197: result: /usr/bin/ld -m elf_x86_64
|
||||
configure:11206: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
|
||||
configure:11221: result: yes
|
||||
configure:11272: checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
|
||||
configure:12218: result: yes
|
||||
configure:12235: x86_64-linux-gnu-g++ -c -g -O2 conftest.cpp >&5
|
||||
configure:12238: $? = 0
|
||||
configure:12394: checking for x86_64-linux-gnu-g++ option to produce PIC
|
||||
configure:12678: result: -fPIC
|
||||
configure:12686: checking if x86_64-linux-gnu-g++ PIC flag -fPIC works
|
||||
configure:12704: x86_64-linux-gnu-g++ -c -g -O2 -fPIC -DPIC conftest.cpp >&5
|
||||
configure:12708: $? = 0
|
||||
configure:12721: result: yes
|
||||
configure:12749: checking if x86_64-linux-gnu-g++ static flag -static works
|
||||
configure:12777: result: yes
|
||||
configure:12787: checking if x86_64-linux-gnu-g++ supports -c -o file.o
|
||||
configure:12808: x86_64-linux-gnu-g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
|
||||
configure:12812: $? = 0
|
||||
configure:12834: result: yes
|
||||
configure:12860: checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
|
||||
configure:12889: result: yes
|
||||
configure:12956: checking dynamic linker characteristics
|
||||
configure:13518: result: GNU/Linux ld.so
|
||||
configure:13542: checking how to hardcode library paths into programs
|
||||
configure:13567: result: immediate
|
||||
configure:19814: checking for inline
|
||||
configure:19840: x86_64-linux-gnu-gcc -c -g -O2 conftest.c >&5
|
||||
configure:19846: $? = 0
|
||||
configure:19864: result: inline
|
||||
configure:19884: checking whether x86_64-linux-gnu-gcc and cc understand -c and -o together
|
||||
configure:19919: x86_64-linux-gnu-gcc -c conftest.c -o conftest2.o >&5
|
||||
configure:19922: $? = 0
|
||||
configure:19928: x86_64-linux-gnu-gcc -c conftest.c -o conftest2.o >&5
|
||||
configure:19931: $? = 0
|
||||
configure:19942: cc -c conftest.c >&5
|
||||
configure:19945: $? = 0
|
||||
configure:19953: cc -c conftest.c -o conftest2.o >&5
|
||||
configure:19956: $? = 0
|
||||
configure:19962: cc -c conftest.c -o conftest2.o >&5
|
||||
configure:19965: $? = 0
|
||||
configure:19983: result: yes
|
||||
configure:20202: checking for x86_64-linux-gnu-pkg-config
|
||||
configure:20235: result: no
|
||||
configure:20245: checking for pkg-config
|
||||
configure:20263: found /usr/bin/pkg-config
|
||||
configure:20275: result: /usr/bin/pkg-config
|
||||
configure:20304: checking pkg-config is at least version 0.9.0
|
||||
configure:20307: result: yes
|
||||
configure:20318: checking for LIBUSB
|
||||
configure:20326: $PKG_CONFIG --exists --print-errors "libusb-1.0 >= 0.9.1"
|
||||
configure:20329: $? = 0
|
||||
configure:20344: $PKG_CONFIG --exists --print-errors "libusb-1.0 >= 0.9.1"
|
||||
configure:20347: $? = 0
|
||||
configure:20423: result: yes
|
||||
configure:20433: checking for CRYPTO
|
||||
configure:20441: $PKG_CONFIG --exists --print-errors ""libcrypto""
|
||||
configure:20444: $? = 0
|
||||
configure:20459: $PKG_CONFIG --exists --print-errors ""libcrypto""
|
||||
configure:20462: $? = 0
|
||||
configure:20538: result: yes
|
||||
configure:20547: checking for GLIB
|
||||
configure:20555: $PKG_CONFIG --exists --print-errors ""glib-2.0""
|
||||
configure:20558: $? = 0
|
||||
configure:20573: $PKG_CONFIG --exists --print-errors ""glib-2.0""
|
||||
configure:20576: $? = 0
|
||||
configure:20652: result: yes
|
||||
configure:20662: checking for IMAGEMAGICK
|
||||
configure:20670: $PKG_CONFIG --exists --print-errors ""ImageMagick""
|
||||
configure:20673: $? = 0
|
||||
configure:20688: $PKG_CONFIG --exists --print-errors ""ImageMagick""
|
||||
configure:20691: $? = 0
|
||||
configure:20767: result: yes
|
||||
configure:20937: x86_64-linux-gnu-gcc -c -g -O2 -fgnu89-inline conftest.c >&5
|
||||
configure:20943: $? = 0
|
||||
configure:21160: creating ./config.status
|
||||
|
||||
## ---------------------- ##
|
||||
## Running config.status. ##
|
||||
## ---------------------- ##
|
||||
|
||||
This file was extended by libfprint config.status 0.1.0-pre, which was
|
||||
generated by GNU Autoconf 2.61. Invocation command line was
|
||||
|
||||
CONFIG_FILES =
|
||||
CONFIG_HEADERS =
|
||||
CONFIG_LINKS =
|
||||
CONFIG_COMMANDS =
|
||||
$ ./config.status
|
||||
|
||||
on melee
|
||||
|
||||
config.status:703: creating libfprint.pc
|
||||
config.status:703: creating Makefile
|
||||
config.status:703: creating libfprint/Makefile
|
||||
config.status:703: creating examples/Makefile
|
||||
config.status:703: creating doc/Makefile
|
||||
config.status:703: creating config.h
|
||||
config.status:989: executing depfiles commands
|
||||
|
||||
## ---------------- ##
|
||||
## Cache variables. ##
|
||||
## ---------------- ##
|
||||
|
||||
ac_cv_build=x86_64-pc-linux-gnu
|
||||
ac_cv_c_compiler_gnu=yes
|
||||
ac_cv_c_inline=inline
|
||||
ac_cv_cxx_compiler_gnu=yes
|
||||
ac_cv_env_CCC_set=
|
||||
ac_cv_env_CCC_value=
|
||||
ac_cv_env_CC_set=
|
||||
ac_cv_env_CC_value=
|
||||
ac_cv_env_CFLAGS_set=set
|
||||
ac_cv_env_CFLAGS_value='-g -O2'
|
||||
ac_cv_env_CPPFLAGS_set=set
|
||||
ac_cv_env_CPPFLAGS_value=
|
||||
ac_cv_env_CPP_set=
|
||||
ac_cv_env_CPP_value=
|
||||
ac_cv_env_CRYPTO_CFLAGS_set=
|
||||
ac_cv_env_CRYPTO_CFLAGS_value=
|
||||
ac_cv_env_CRYPTO_LIBS_set=
|
||||
ac_cv_env_CRYPTO_LIBS_value=
|
||||
ac_cv_env_CXXCPP_set=
|
||||
ac_cv_env_CXXCPP_value=
|
||||
ac_cv_env_CXXFLAGS_set=set
|
||||
ac_cv_env_CXXFLAGS_value='-g -O2'
|
||||
ac_cv_env_CXX_set=
|
||||
ac_cv_env_CXX_value=
|
||||
ac_cv_env_F77_set=
|
||||
ac_cv_env_F77_value=
|
||||
ac_cv_env_FFLAGS_set=set
|
||||
ac_cv_env_FFLAGS_value='-g -O2'
|
||||
ac_cv_env_GLIB_CFLAGS_set=
|
||||
ac_cv_env_GLIB_CFLAGS_value=
|
||||
ac_cv_env_GLIB_LIBS_set=
|
||||
ac_cv_env_GLIB_LIBS_value=
|
||||
ac_cv_env_IMAGEMAGICK_CFLAGS_set=
|
||||
ac_cv_env_IMAGEMAGICK_CFLAGS_value=
|
||||
ac_cv_env_IMAGEMAGICK_LIBS_set=
|
||||
ac_cv_env_IMAGEMAGICK_LIBS_value=
|
||||
ac_cv_env_LDFLAGS_set=set
|
||||
ac_cv_env_LDFLAGS_value=-Wl,-z,defs
|
||||
ac_cv_env_LIBS_set=
|
||||
ac_cv_env_LIBS_value=
|
||||
ac_cv_env_LIBUSB_CFLAGS_set=
|
||||
ac_cv_env_LIBUSB_CFLAGS_value=
|
||||
ac_cv_env_LIBUSB_LIBS_set=
|
||||
ac_cv_env_LIBUSB_LIBS_value=
|
||||
ac_cv_env_PKG_CONFIG_set=
|
||||
ac_cv_env_PKG_CONFIG_value=
|
||||
ac_cv_env_build_alias_set=set
|
||||
ac_cv_env_build_alias_value=x86_64-linux-gnu
|
||||
ac_cv_env_host_alias_set=set
|
||||
ac_cv_env_host_alias_value=x86_64-linux-gnu
|
||||
ac_cv_env_target_alias_set=
|
||||
ac_cv_env_target_alias_value=
|
||||
ac_cv_f77_compiler_gnu=no
|
||||
ac_cv_header_dlfcn_h=yes
|
||||
ac_cv_header_inttypes_h=yes
|
||||
ac_cv_header_memory_h=yes
|
||||
ac_cv_header_stdc=yes
|
||||
ac_cv_header_stdint_h=yes
|
||||
ac_cv_header_stdlib_h=yes
|
||||
ac_cv_header_string_h=yes
|
||||
ac_cv_header_strings_h=yes
|
||||
ac_cv_header_sys_stat_h=yes
|
||||
ac_cv_header_sys_types_h=yes
|
||||
ac_cv_header_unistd_h=yes
|
||||
ac_cv_host=x86_64-pc-linux-gnu
|
||||
ac_cv_objext=o
|
||||
ac_cv_path_EGREP='/bin/grep -E'
|
||||
ac_cv_path_GREP=/bin/grep
|
||||
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
|
||||
ac_cv_path_install='/usr/bin/install -c'
|
||||
ac_cv_path_mkdir=/bin/mkdir
|
||||
ac_cv_prog_AWK=gawk
|
||||
ac_cv_prog_CC=x86_64-linux-gnu-gcc
|
||||
ac_cv_prog_CPP='x86_64-linux-gnu-gcc -E'
|
||||
ac_cv_prog_CXX=x86_64-linux-gnu-g++
|
||||
ac_cv_prog_CXXCPP='x86_64-linux-gnu-g++ -E'
|
||||
ac_cv_prog_ac_ct_AR=ar
|
||||
ac_cv_prog_ac_ct_RANLIB=ranlib
|
||||
ac_cv_prog_ac_ct_STRIP=strip
|
||||
ac_cv_prog_cc_c89=
|
||||
ac_cv_prog_cc_g=yes
|
||||
ac_cv_prog_cc_x86_64_linux_gnu_gcc_c_o=yes
|
||||
ac_cv_prog_cxx_g=yes
|
||||
ac_cv_prog_f77_g=no
|
||||
ac_cv_prog_make_make_set=yes
|
||||
am_cv_CC_dependencies_compiler_type=gcc3
|
||||
am_cv_CXX_dependencies_compiler_type=gcc3
|
||||
lt_cv_deplibs_check_method=pass_all
|
||||
lt_cv_file_magic_cmd='$MAGIC_CMD'
|
||||
lt_cv_file_magic_test_file=
|
||||
lt_cv_ld_reload_flag=-r
|
||||
lt_cv_objdir=.libs
|
||||
lt_cv_path_LD=/usr/bin/ld
|
||||
lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
|
||||
lt_cv_path_NM='/usr/bin/nm -B'
|
||||
lt_cv_path_SED=/bin/sed
|
||||
lt_cv_prog_compiler_c_o=yes
|
||||
lt_cv_prog_compiler_c_o_CXX=yes
|
||||
lt_cv_prog_compiler_pic_works=yes
|
||||
lt_cv_prog_compiler_pic_works_CXX=yes
|
||||
lt_cv_prog_compiler_rtti_exceptions=no
|
||||
lt_cv_prog_compiler_static_works=yes
|
||||
lt_cv_prog_compiler_static_works_CXX=yes
|
||||
lt_cv_prog_gnu_ld=yes
|
||||
lt_cv_prog_gnu_ldcxx=yes
|
||||
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
|
||||
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
|
||||
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
|
||||
lt_cv_sys_lib_dlsearch_path_spec='/lib /usr/lib /usr/local/lib /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu '
|
||||
lt_cv_sys_lib_search_path_spec='/usr/lib/gcc/x86_64-linux-gnu/4.3.1 /usr/lib /lib'
|
||||
lt_cv_sys_max_cmd_len=98304
|
||||
lt_lt_cv_prog_compiler_c_o='"yes"'
|
||||
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
|
||||
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
|
||||
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
|
||||
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
|
||||
pkg_cv_CRYPTO_CFLAGS=' '
|
||||
pkg_cv_CRYPTO_LIBS='-lcrypto '
|
||||
pkg_cv_GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
|
||||
pkg_cv_GLIB_LIBS='-lglib-2.0 '
|
||||
pkg_cv_IMAGEMAGICK_CFLAGS=' '
|
||||
pkg_cv_IMAGEMAGICK_LIBS='-lWand -lMagick '
|
||||
pkg_cv_LIBUSB_CFLAGS='-I/usr/include/libusb-1.0 '
|
||||
pkg_cv_LIBUSB_LIBS='-lusb-1.0 '
|
||||
|
||||
## ----------------- ##
|
||||
## Output variables. ##
|
||||
## ----------------- ##
|
||||
|
||||
ACLOCAL='${SHELL} /home/vlady/debian/packages/fprint/libfprint/async-lib/trunk/missing --run aclocal-1.10'
|
||||
AMDEPBACKSLASH='\'
|
||||
AMDEP_FALSE='#'
|
||||
AMDEP_TRUE=''
|
||||
AMTAR='${SHELL} /home/vlady/debian/packages/fprint/libfprint/async-lib/trunk/missing --run tar'
|
||||
AM_CFLAGS='-std=gnu99 -fgnu89-inline -Wall -Wundef -Wunused -Wstrict-prototypes -Werror-implicit-function-declaration -Wno-pointer-sign -Wshadow'
|
||||
AR='ar'
|
||||
AUTOCONF='${SHELL} /home/vlady/debian/packages/fprint/libfprint/async-lib/trunk/missing --run autoconf'
|
||||
AUTOHEADER='${SHELL} /home/vlady/debian/packages/fprint/libfprint/async-lib/trunk/missing --run autoheader'
|
||||
AUTOMAKE='${SHELL} /home/vlady/debian/packages/fprint/libfprint/async-lib/trunk/missing --run automake-1.10'
|
||||
AWK='gawk'
|
||||
BUILD_EXAMPLES_FALSE=''
|
||||
BUILD_EXAMPLES_TRUE='#'
|
||||
BUILD_X11_EXAMPLES_FALSE=''
|
||||
BUILD_X11_EXAMPLES_TRUE='#'
|
||||
CC='x86_64-linux-gnu-gcc'
|
||||
CCDEPMODE='depmode=gcc3'
|
||||
CFLAGS='-g -O2'
|
||||
CPP='x86_64-linux-gnu-gcc -E'
|
||||
CPPFLAGS=''
|
||||
CRYPTO_CFLAGS=' '
|
||||
CRYPTO_LIBS='-lcrypto '
|
||||
CXX='x86_64-linux-gnu-g++'
|
||||
CXXCPP='x86_64-linux-gnu-g++ -E'
|
||||
CXXDEPMODE='depmode=gcc3'
|
||||
CXXFLAGS='-g -O2'
|
||||
CYGPATH_W='echo'
|
||||
DEFS='-DHAVE_CONFIG_H'
|
||||
DEPDIR='.deps'
|
||||
DSYMUTIL=''
|
||||
ECHO='echo'
|
||||
ECHO_C=''
|
||||
ECHO_N='-n'
|
||||
ECHO_T=''
|
||||
EGREP='/bin/grep -E'
|
||||
ENABLE_AES2501_FALSE='#'
|
||||
ENABLE_AES2501_TRUE=''
|
||||
ENABLE_AES4000_FALSE='#'
|
||||
ENABLE_AES4000_TRUE=''
|
||||
ENABLE_UPEKSONLY_FALSE='#'
|
||||
ENABLE_UPEKSONLY_TRUE=''
|
||||
ENABLE_UPEKTS_FALSE='#'
|
||||
ENABLE_UPEKTS_TRUE=''
|
||||
ENABLE_URU4000_FALSE='#'
|
||||
ENABLE_URU4000_TRUE=''
|
||||
ENABLE_VCOM5S_FALSE='#'
|
||||
ENABLE_VCOM5S_TRUE=''
|
||||
EXEEXT=''
|
||||
F77=''
|
||||
FFLAGS='-g -O2'
|
||||
GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
|
||||
GLIB_LIBS='-lglib-2.0 '
|
||||
GREP='/bin/grep'
|
||||
IMAGEMAGICK_CFLAGS=' '
|
||||
IMAGEMAGICK_LIBS='-lWand -lMagick '
|
||||
INSTALL_DATA='${INSTALL} -m 644'
|
||||
INSTALL_PROGRAM='${INSTALL}'
|
||||
INSTALL_SCRIPT='${INSTALL}'
|
||||
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
|
||||
LDFLAGS='-Wl,-z,defs'
|
||||
LIBOBJS=''
|
||||
LIBS=''
|
||||
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
||||
LIBUSB_CFLAGS='-I/usr/include/libusb-1.0 '
|
||||
LIBUSB_LIBS='-lusb-1.0 '
|
||||
LN_S='ln -s'
|
||||
LTLIBOBJS=''
|
||||
MAKEINFO='${SHELL} /home/vlady/debian/packages/fprint/libfprint/async-lib/trunk/missing --run makeinfo'
|
||||
NMEDIT=''
|
||||
OBJEXT='o'
|
||||
PACKAGE='libfprint'
|
||||
PACKAGE_BUGREPORT=''
|
||||
PACKAGE_NAME='libfprint'
|
||||
PACKAGE_STRING='libfprint 0.1.0-pre'
|
||||
PACKAGE_TARNAME='libfprint'
|
||||
PACKAGE_VERSION='0.1.0-pre'
|
||||
PATH_SEPARATOR=':'
|
||||
PKG_CONFIG='/usr/bin/pkg-config'
|
||||
RANLIB='ranlib'
|
||||
REQUIRE_AESLIB_FALSE='#'
|
||||
REQUIRE_AESLIB_TRUE=''
|
||||
REQUIRE_IMAGEMAGICK_FALSE='#'
|
||||
REQUIRE_IMAGEMAGICK_TRUE=''
|
||||
SED='/bin/sed'
|
||||
SET_MAKE=''
|
||||
SHELL='/bin/sh'
|
||||
STRIP='strip'
|
||||
VERSION='0.1.0-pre'
|
||||
XV_CFLAGS=''
|
||||
XV_LIBS=''
|
||||
ac_ct_CC=''
|
||||
ac_ct_CXX=''
|
||||
ac_ct_F77=''
|
||||
am__fastdepCC_FALSE='#'
|
||||
am__fastdepCC_TRUE=''
|
||||
am__fastdepCXX_FALSE='#'
|
||||
am__fastdepCXX_TRUE=''
|
||||
am__include='include'
|
||||
am__isrc=''
|
||||
am__leading_dot='.'
|
||||
am__quote=''
|
||||
am__tar='${AMTAR} chof - "$$tardir"'
|
||||
am__untar='${AMTAR} xf -'
|
||||
bindir='${exec_prefix}/bin'
|
||||
build='x86_64-pc-linux-gnu'
|
||||
build_alias='x86_64-linux-gnu'
|
||||
build_cpu='x86_64'
|
||||
build_os='linux-gnu'
|
||||
build_vendor='pc'
|
||||
datadir='${datarootdir}'
|
||||
datarootdir='${prefix}/share'
|
||||
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
|
||||
dvidir='${docdir}'
|
||||
exec_prefix='${prefix}'
|
||||
host='x86_64-pc-linux-gnu'
|
||||
host_alias='x86_64-linux-gnu'
|
||||
host_cpu='x86_64'
|
||||
host_os='linux-gnu'
|
||||
host_vendor='pc'
|
||||
htmldir='${docdir}'
|
||||
includedir='${prefix}/include'
|
||||
infodir='${prefix}/share/info'
|
||||
install_sh='$(SHELL) /home/vlady/debian/packages/fprint/libfprint/async-lib/trunk/install-sh'
|
||||
libdir='${exec_prefix}/lib'
|
||||
libexecdir='${exec_prefix}/libexec'
|
||||
localedir='${datarootdir}/locale'
|
||||
localstatedir='${prefix}/var'
|
||||
lt_age='0'
|
||||
lt_major='0'
|
||||
lt_revision='0'
|
||||
mandir='${prefix}/share/man'
|
||||
mkdir_p='/bin/mkdir -p'
|
||||
oldincludedir='/usr/include'
|
||||
pdfdir='${docdir}'
|
||||
prefix='/usr'
|
||||
program_transform_name='s,x,x,'
|
||||
psdir='${docdir}'
|
||||
sbindir='${exec_prefix}/sbin'
|
||||
sharedstatedir='${prefix}/com'
|
||||
sysconfdir='${prefix}/etc'
|
||||
target_alias=''
|
||||
|
||||
## ----------- ##
|
||||
## confdefs.h. ##
|
||||
## ----------- ##
|
||||
|
||||
#define PACKAGE_NAME "libfprint"
|
||||
#define PACKAGE_TARNAME "libfprint"
|
||||
#define PACKAGE_VERSION "0.1.0-pre"
|
||||
#define PACKAGE_STRING "libfprint 0.1.0-pre"
|
||||
#define PACKAGE_BUGREPORT ""
|
||||
#define PACKAGE "libfprint"
|
||||
#define VERSION "0.1.0-pre"
|
||||
#define STDC_HEADERS 1
|
||||
#define HAVE_SYS_TYPES_H 1
|
||||
#define HAVE_SYS_STAT_H 1
|
||||
#define HAVE_STDLIB_H 1
|
||||
#define HAVE_STRING_H 1
|
||||
#define HAVE_MEMORY_H 1
|
||||
#define HAVE_STRINGS_H 1
|
||||
#define HAVE_INTTYPES_H 1
|
||||
#define HAVE_STDINT_H 1
|
||||
#define HAVE_UNISTD_H 1
|
||||
#define HAVE_DLFCN_H 1
|
||||
#define _GNU_SOURCE
|
||||
#define ENABLE_UPEKTS
|
||||
#define ENABLE_UPEKTC
|
||||
#define ENABLE_UPEKSONLY
|
||||
#define ENABLE_VCOM5S
|
||||
#define ENABLE_URU4000
|
||||
#define ENABLE_FDU2000
|
||||
#define ENABLE_AES1610
|
||||
#define ENABLE_AES2501
|
||||
#define ENABLE_AES4000
|
||||
#define ENABLE_LOGGING 1
|
||||
#define API_EXPORTED __attribute__((visibility("default")))
|
||||
|
||||
configure: exit 0
|
||||
Executable
+1125
File diff suppressed because it is too large
Load Diff
+1658
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
+184
@@ -0,0 +1,184 @@
|
||||
AC_INIT([libfprint], [0.1.0-pre])
|
||||
AM_INIT_AUTOMAKE
|
||||
AC_CONFIG_SRCDIR([libfprint/core.c])
|
||||
AM_CONFIG_HEADER([config.h])
|
||||
|
||||
AC_PREREQ([2.50])
|
||||
AC_PROG_CC
|
||||
AC_PROG_LIBTOOL
|
||||
AC_C_INLINE
|
||||
AM_PROG_CC_C_O
|
||||
AC_DEFINE([_GNU_SOURCE], [], [Use GNU extensions])
|
||||
|
||||
# Library versioning
|
||||
lt_major="0"
|
||||
lt_revision="0"
|
||||
lt_age="0"
|
||||
AC_SUBST(lt_major)
|
||||
AC_SUBST(lt_revision)
|
||||
AC_SUBST(lt_age)
|
||||
|
||||
all_drivers="upekts upektc upeksonly vcom5s uru4000 fdu2000 aes1610 aes2501 aes4000"
|
||||
|
||||
require_imagemagick='no'
|
||||
require_aeslib='no'
|
||||
enable_upekts='no'
|
||||
enable_upektc='no'
|
||||
enable_upeksonly='no'
|
||||
enable_vcom5s='no'
|
||||
enable_uru4000='no'
|
||||
enable_fdu2000='no'
|
||||
enable_aes1610='no'
|
||||
enable_aes2501='no'
|
||||
enable_aes4000='no'
|
||||
|
||||
AC_ARG_WITH([drivers],[AS_HELP_STRING([--with-drivers],
|
||||
[List of drivers to enable])],
|
||||
[drivers="$withval"],
|
||||
[drivers="$all_drivers"])
|
||||
|
||||
for driver in `echo ${drivers} | sed -e 's/,/ /g' -e 's/,$//g'`; do
|
||||
case ${driver} in
|
||||
upekts)
|
||||
AC_DEFINE([ENABLE_UPEKTS], [], [Build UPEK TouchStrip driver])
|
||||
enable_upekts="yes"
|
||||
;;
|
||||
upektc)
|
||||
AC_DEFINE([ENABLE_UPEKTC], [], [Build UPEK TouchChip driver])
|
||||
enable_upektc="yes"
|
||||
;;
|
||||
upeksonly)
|
||||
AC_DEFINE([ENABLE_UPEKSONLY], [], [Build UPEK TouchStrip sensor-only driver])
|
||||
enable_upeksonly="yes"
|
||||
;;
|
||||
uru4000)
|
||||
AC_DEFINE([ENABLE_URU4000], [], [Build Digital Persona U.are.U 4000 driver])
|
||||
enable_uru4000="yes"
|
||||
;;
|
||||
fdu2000)
|
||||
AC_DEFINE([ENABLE_FDU2000], [], [Build Secugen FDU 2000 driver])
|
||||
enable_fdu2000="yes"
|
||||
;;
|
||||
vcom5s)
|
||||
AC_DEFINE([ENABLE_VCOM5S], [], [Build Veridicom 5thSense driver])
|
||||
enable_vcom5s="yes"
|
||||
;;
|
||||
aes2501)
|
||||
AC_DEFINE([ENABLE_AES2501], [], [Build AuthenTec AES2501 driver])
|
||||
require_aeslib="yes"
|
||||
enable_aes2501="yes"
|
||||
;;
|
||||
aes1610)
|
||||
AC_DEFINE([ENABLE_AES1610], [], [Build AuthenTec AES1610 driver])
|
||||
require_aeslib="yes"
|
||||
enable_aes1610="yes"
|
||||
;;
|
||||
aes4000)
|
||||
AC_DEFINE([ENABLE_AES4000], [], [Build AuthenTec AES4000 driver])
|
||||
require_aeslib="yes"
|
||||
require_imagemagick="yes"
|
||||
enable_aes4000="yes"
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
||||
AM_CONDITIONAL([ENABLE_UPEKTS], [test "$enable_upekts" != "no"])
|
||||
#AM_CONDITIONAL([ENABLE_UPEKTC], [test "$enable_upektc" != "no"])
|
||||
AM_CONDITIONAL([ENABLE_UPEKSONLY], [test "$enable_upeksonly" != "no"])
|
||||
AM_CONDITIONAL([ENABLE_VCOM5S], [test "$enable_vcom5s" != "no"])
|
||||
AM_CONDITIONAL([ENABLE_URU4000], [test "$enable_uru4000" != "no"])
|
||||
#AM_CONDITIONAL([ENABLE_FDU2000], [test "$enable_fdu2000" != "no"])
|
||||
#AM_CONDITIONAL([ENABLE_AES1610], [test "$enable_aes1610" != "no"])
|
||||
AM_CONDITIONAL([ENABLE_AES2501], [test "$enable_aes2501" != "no"])
|
||||
AM_CONDITIONAL([ENABLE_AES4000], [test "$enable_aes4000" != "no"])
|
||||
AM_CONDITIONAL([REQUIRE_IMAGEMAGICK], [test "$require_imagemagick" != "no"])
|
||||
AM_CONDITIONAL([REQUIRE_AESLIB], [test "$require_aeslib" != "no"])
|
||||
|
||||
|
||||
PKG_CHECK_MODULES(LIBUSB, [libusb-1.0 >= 0.9.1])
|
||||
AC_SUBST(LIBUSB_CFLAGS)
|
||||
AC_SUBST(LIBUSB_LIBS)
|
||||
|
||||
# check for OpenSSL's libcrypto
|
||||
PKG_CHECK_MODULES(CRYPTO, "libcrypto")
|
||||
AC_SUBST(CRYPTO_CFLAGS)
|
||||
AC_SUBST(CRYPTO_LIBS)
|
||||
|
||||
PKG_CHECK_MODULES(GLIB, "glib-2.0")
|
||||
AC_SUBST(GLIB_CFLAGS)
|
||||
AC_SUBST(GLIB_LIBS)
|
||||
|
||||
if test "$require_imagemagick" != "no"; then
|
||||
PKG_CHECK_MODULES(IMAGEMAGICK, "ImageMagick")
|
||||
AC_SUBST(IMAGEMAGICK_CFLAGS)
|
||||
AC_SUBST(IMAGEMAGICK_LIBS)
|
||||
fi;
|
||||
|
||||
# Examples build
|
||||
AC_ARG_ENABLE([examples-build], [AS_HELP_STRING([--enable-examples-build],
|
||||
[build example applications (default n)])],
|
||||
[build_examples=$enableval],
|
||||
[build_examples='no'])
|
||||
AM_CONDITIONAL([BUILD_EXAMPLES], [test "x$build_examples" != "xno"])
|
||||
|
||||
# Examples build
|
||||
AC_ARG_ENABLE([x11-examples-build], [AS_HELP_STRING([--enable-x11-examples-build],
|
||||
[build X11 example applications (default n)])],
|
||||
[build_x11_examples=$enableval],
|
||||
[build_x11_examples='no'])
|
||||
AM_CONDITIONAL([BUILD_X11_EXAMPLES], [test "x$build_x11_examples" != "xno"])
|
||||
|
||||
|
||||
if test "x$build_x11_examples" != "xno"; then
|
||||
# check for Xv extensions
|
||||
# imported from Coriander
|
||||
AC_DEFUN([AC_CHECK_XV],[
|
||||
AC_SUBST(XV_CFLAGS)
|
||||
AC_SUBST(XV_LIBS)
|
||||
AC_MSG_CHECKING(for Xv extensions)
|
||||
AC_TRY_COMPILE([
|
||||
#include <X11/Xlib.h>
|
||||
#include <X11/extensions/Xvlib.h>],[
|
||||
int main(void) { (void) XvGetPortAttribute(0, 0, 0, 0); return 0; }
|
||||
],xv=yes,xv=no);
|
||||
AC_MSG_RESULT($xv)
|
||||
if test x$xv = xyes; then
|
||||
XV_LIBS="-lXv -lXext"
|
||||
XV_CFLAGS=""
|
||||
AC_DEFINE(HAVE_XV,1,[defined if XV video overlay is available])
|
||||
else
|
||||
AC_MSG_ERROR([XV is required for X11 examples])
|
||||
fi
|
||||
])
|
||||
AC_CHECK_XV
|
||||
fi
|
||||
|
||||
# Message logging
|
||||
AC_ARG_ENABLE([log], [AS_HELP_STRING([--disable-log], [disable all logging])],
|
||||
[log_enabled=$enableval],
|
||||
[log_enabled='yes'])
|
||||
if test "x$log_enabled" != "xno"; then
|
||||
AC_DEFINE([ENABLE_LOGGING], 1, [Message logging])
|
||||
fi
|
||||
|
||||
AC_ARG_ENABLE([debug-log], [AS_HELP_STRING([--enable-debug-log],
|
||||
[enable debug logging (default n)])],
|
||||
[debug_log_enabled=$enableval],
|
||||
[debug_log_enabled='no'])
|
||||
if test "x$debug_log_enabled" != "xno"; then
|
||||
AC_DEFINE([ENABLE_DEBUG_LOGGING], 1, [Debug message logging])
|
||||
fi
|
||||
|
||||
# Restore gnu89 inline semantics on gcc 4.3 and newer
|
||||
saved_cflags="$CFLAGS"
|
||||
CFLAGS="$CFLAGS -fgnu89-inline"
|
||||
AC_COMPILE_IFELSE(AC_LANG_PROGRAM([]), inline_cflags="-fgnu89-inline", inline_cflags="")
|
||||
CFLAGS="$saved_cflags"
|
||||
|
||||
AC_DEFINE([API_EXPORTED], [__attribute__((visibility("default")))], [Default visibility])
|
||||
AM_CFLAGS="-std=gnu99 $inline_cflags -Wall -Wundef -Wunused -Wstrict-prototypes -Werror-implicit-function-declaration -Wno-pointer-sign -Wshadow"
|
||||
AC_SUBST(AM_CFLAGS)
|
||||
|
||||
AC_CONFIG_FILES([libfprint.pc] [Makefile] [libfprint/Makefile] [examples/Makefile] [doc/Makefile])
|
||||
AC_OUTPUT
|
||||
|
||||
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
libfprint (20080810git-1) experimental; urgency=low
|
||||
|
||||
* Initial Release
|
||||
|
||||
-- Ulises Vitulli <uvitulli@fi.uba.ar> Fri, 19 Sep 2008 05:14:30 -0300
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
5
|
||||
Vendored
+46
@@ -0,0 +1,46 @@
|
||||
Source: libfprint
|
||||
Priority: extra
|
||||
Maintainer: FingerForce Team <fingerforce-devel@lists.alioth.debian.org>
|
||||
Uploaders: Ulises Vitulli <uvitulli@fi.uba.ar>
|
||||
Build-Depends: debhelper (>= 5), autotools-dev, libusb-1.0-dev, libssl-dev, libglib2.0-dev, libmagick9-dev
|
||||
Standards-Version: 3.8.0
|
||||
Homepage: http://reactivated.net/fprint/
|
||||
Section: libs
|
||||
|
||||
Package: libfprint-dev
|
||||
Section: libdevel
|
||||
Architecture: any
|
||||
Depends: libfprint0 (= ${binary:Version})
|
||||
Description: fingerprint library of fprint project, development headers
|
||||
The fprint project aims to support for consumer fingerprint reader devices.
|
||||
.
|
||||
Previously, Linux support for such devices has been scattered amongst different
|
||||
projects (many incomplete) and inconsistent in that application developers
|
||||
would have to implement support for each type of fingerprint reader separately.
|
||||
We're trying to change that by providing a central system to support all the
|
||||
fingerprint readers we can get our hands on.
|
||||
.
|
||||
libfprint is the centre of our effort, it is the component which does the dirty
|
||||
work of talking to fingerprint reading devices, and processing fingerprint
|
||||
data.
|
||||
.
|
||||
This package provides development headers.
|
||||
|
||||
Package: libfprint0
|
||||
Section: libs
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}
|
||||
Description: fingerprint library of fprint project, shared libraries
|
||||
The fprint project aims to support for consumer fingerprint reader devices.
|
||||
.
|
||||
Previously, Linux support for such devices has been scattered amongst different
|
||||
projects (many incomplete) and inconsistent in that application developers
|
||||
would have to implement support for each type of fingerprint reader separately.
|
||||
We're trying to change that by providing a central system to support all the
|
||||
fingerprint readers we can get our hands on.
|
||||
.
|
||||
libfprint is the centre of our effort, it is the component which does the dirty
|
||||
work of talking to fingerprint reading devices, and processing fingerprint
|
||||
data.
|
||||
.
|
||||
This package provides shared libraries.
|
||||
Vendored
+45
@@ -0,0 +1,45 @@
|
||||
This package was debianized by Ulises Vitulli <uvitulli@fi.uba.ar> on
|
||||
Fri, 19 Sep 2008 05:14:30 -0300.
|
||||
|
||||
It was downloaded from <http://reactivated.net/fprint/wiki/Libfprint>
|
||||
|
||||
Upstream Authors, and Copyright:
|
||||
|
||||
Copyright (C) 2007 Daniel Drake <dsd@gentoo.org>
|
||||
Copyright (C) 2006-2007 Timo Hoenig <thoenig@suse.de>
|
||||
Copyright (C) 2006 Pavel Machek <pavel@suse.cz>
|
||||
Copyright (C) 1999 Erik Walthinsen <omega@cse.ogi.edu>
|
||||
Copyright (C) 2004,2006 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
Copyright (C) 2007 Cyrille Bagard
|
||||
Copyright (C) 2007 Vasily Khoruzhick
|
||||
Copyright (C) 2007 Jan-Michael Brummer <buzz2@gmx.de>
|
||||
Copyright (C) 2007 Anthony Bretaudeau <wxcover@users.sourceforge.net>
|
||||
|
||||
|
||||
License:
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
License as published by the Free Software Foundation; either
|
||||
version 2.1 of the License, or (at your option) any later version.
|
||||
|
||||
This library is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
Lesser General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU Lesser General Public
|
||||
License along with this library; if not, write to the Free Software
|
||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
The files under libfprint/nbis directory has this license:
|
||||
|
||||
This software was developed at the National Institute of Standards and
|
||||
Technology (NIST) by employees of the Federal Government in the course
|
||||
of their official duties. Pursuant to title 17 Section 105 of the
|
||||
United States Code, this software is not subject to copyright protection
|
||||
and is in the public domain. NIST assumes no responsibility whatsoever for
|
||||
its use by other parties, and makes no guarantees, expressed or implied,
|
||||
about its quality, reliability, or any other characteristic.
|
||||
|
||||
The Debian packaging is (C) 2008, Ulises Vitulli <uvitulli@fi.uba.ar> and is
|
||||
licensed under the LGPL v2.1, see `/usr/share/common-licenses/LGPL-2.1'.
|
||||
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
usr/bin
|
||||
usr/sbin
|
||||
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
NEWS
|
||||
README
|
||||
TODO
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
grep -r ".vendor" libfprint/drivers/*.c | sed -e s'/ },/,/' | sed s'/0x//g' | awk '{print $1 " " "ATTRS{idVendor}=="$5 " ATTRS{idProduct}==" $8 " MODE=\"0664\", GROUP=\"plugdev\"" }'
|
||||
| sed s/'==/&\"/g' | sed s/'==\"[[:alnum:]]*/&\"/g' | sed s'/libfprint\/drivers\//# Device /' | sed s'/\.c: /\n/'
|
||||
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
usr/lib
|
||||
usr/include
|
||||
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
usr/include/*
|
||||
usr/lib/lib*.a
|
||||
usr/lib/lib*.so
|
||||
usr/lib/pkgconfig/*
|
||||
usr/lib/*.la
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
usr/lib
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
usr/lib/lib*.so.*
|
||||
Vendored
+27
@@ -0,0 +1,27 @@
|
||||
##
|
||||
# udev rules file for Fprint's libpfprint0 library
|
||||
|
||||
# Device aes1610
|
||||
ATTRS{idVendor}=="08ff", ATTRS{idProduct}=="1600", MODE="0664", GROUP="plugdev"
|
||||
# Device aes2501
|
||||
ATTRS{idVendor}=="08ff", ATTRS{idProduct}=="2580", MODE="0664", GROUP="plugdev"
|
||||
# Device aes4000
|
||||
ATTRS{idVendor}=="08ff", ATTRS{idProduct}=="5501", MODE="0664", GROUP="plugdev"
|
||||
# Device fdu2000
|
||||
ATTRS{idVendor}=="1162", ATTRS{idProduct}=="0300", MODE="0664", GROUP="plugdev"
|
||||
# Device upektc
|
||||
ATTRS{idVendor}=="0483", ATTRS{idProduct}=="2015", MODE="0664", GROUP="plugdev"
|
||||
# Device upekts
|
||||
ATTRS{idVendor}=="0483", ATTRS{idProduct}=="2016", MODE="0664", GROUP="plugdev"
|
||||
# Device uru4000
|
||||
ATTRS{idVendor}=="045e", ATTRS{idProduct}=="00bb", MODE="0664", GROUP="plugdev"
|
||||
# Device uru4000
|
||||
ATTRS{idVendor}=="045e", ATTRS{idProduct}=="00bc", MODE="0664", GROUP="plugdev"
|
||||
# Device uru4000
|
||||
ATTRS{idVendor}=="045e", ATTRS{idProduct}=="00bd", MODE="0664", GROUP="plugdev"
|
||||
# Device uru4000
|
||||
ATTRS{idVendor}=="045e", ATTRS{idProduct}=="00ca", MODE="0664", GROUP="plugdev"
|
||||
# Device uru4000
|
||||
ATTRS{idVendor}=="05ba", ATTRS{idProduct}=="0007", MODE="0664", GROUP="plugdev"
|
||||
# Device uru4000
|
||||
ATTRS{idVendor}=="05ba", ATTRS{idProduct}=="000a", MODE="0664", GROUP="plugdev"
|
||||
+83
@@ -0,0 +1,83 @@
|
||||
#!/usr/bin/make -f
|
||||
# -*- makefile -*-
|
||||
# This file was originally written by Joey Hess and Craig Small.
|
||||
# As a special exception, when this file is copied by dh-make into a
|
||||
# dh-make output file, you may use that output file without restriction.
|
||||
# This special exception was added by Craig Small in version 0.37 of dh-make.
|
||||
|
||||
# Uncomment this to turn on verbose mode.
|
||||
#export DH_VERBOSE=1
|
||||
|
||||
|
||||
# These are used for cross-compiling and for saving the configure script
|
||||
# from having to guess our platform (since we know it already)
|
||||
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
|
||||
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
|
||||
|
||||
config.status: configure
|
||||
dh_testdir
|
||||
# Add here commands to configure the package.
|
||||
ifneq "$(wildcard /usr/share/misc/config.sub)" ""
|
||||
cp -f /usr/share/misc/config.sub config.sub
|
||||
endif
|
||||
ifneq "$(wildcard /usr/share/misc/config.guess)" ""
|
||||
cp -f /usr/share/misc/config.guess config.guess
|
||||
endif
|
||||
./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
|
||||
|
||||
|
||||
build: build-stamp
|
||||
build-stamp: config.status
|
||||
dh_testdir
|
||||
|
||||
# Add here commands to compile the package.
|
||||
$(MAKE)
|
||||
|
||||
touch $@
|
||||
|
||||
clean:
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
rm -f build-stamp
|
||||
|
||||
# Add here commands to clean up after the build process.
|
||||
[ ! -f Makefile ] || $(MAKE) distclean
|
||||
rm -f config.sub config.guess
|
||||
|
||||
dh_clean
|
||||
|
||||
install: build
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_clean -k
|
||||
dh_installdirs
|
||||
|
||||
# Add here commands to install the package into debian/tmp
|
||||
$(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
|
||||
|
||||
|
||||
# Build architecture-independent files here.
|
||||
binary-indep: build install
|
||||
# We have nothing to do by default.
|
||||
|
||||
# Build architecture-dependent files here.
|
||||
binary-arch: build install
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_installudev -n libfprint
|
||||
dh_installdocs
|
||||
dh_install --sourcedir=debian/tmp
|
||||
dh_installman
|
||||
dh_link
|
||||
dh_strip
|
||||
dh_compress
|
||||
dh_fixperms
|
||||
dh_makeshlibs
|
||||
dh_installdeb
|
||||
dh_shlibdeps
|
||||
dh_gencontrol
|
||||
dh_md5sums
|
||||
dh_builddeb
|
||||
|
||||
binary: binary-indep binary-arch
|
||||
.PHONY: build clean binary-indep binary-arch binary install
|
||||
@@ -0,0 +1,589 @@
|
||||
#! /bin/sh
|
||||
# depcomp - compile a program generating dependencies as side-effects
|
||||
|
||||
scriptversion=2007-03-29.01
|
||||
|
||||
# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007 Free Software
|
||||
# Foundation, Inc.
|
||||
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2, or (at your option)
|
||||
# any later version.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||
# 02110-1301, USA.
|
||||
|
||||
# As a special exception to the GNU General Public License, if you
|
||||
# distribute this file as part of a program that contains a
|
||||
# configuration script generated by Autoconf, you may include it under
|
||||
# the same distribution terms that you use for the rest of that program.
|
||||
|
||||
# Originally written by Alexandre Oliva <oliva@dcc.unicamp.br>.
|
||||
|
||||
case $1 in
|
||||
'')
|
||||
echo "$0: No command. Try \`$0 --help' for more information." 1>&2
|
||||
exit 1;
|
||||
;;
|
||||
-h | --h*)
|
||||
cat <<\EOF
|
||||
Usage: depcomp [--help] [--version] PROGRAM [ARGS]
|
||||
|
||||
Run PROGRAMS ARGS to compile a file, generating dependencies
|
||||
as side-effects.
|
||||
|
||||
Environment variables:
|
||||
depmode Dependency tracking mode.
|
||||
source Source file read by `PROGRAMS ARGS'.
|
||||
object Object file output by `PROGRAMS ARGS'.
|
||||
DEPDIR directory where to store dependencies.
|
||||
depfile Dependency file to output.
|
||||
tmpdepfile Temporary file to use when outputing dependencies.
|
||||
libtool Whether libtool is used (yes/no).
|
||||
|
||||
Report bugs to <bug-automake@gnu.org>.
|
||||
EOF
|
||||
exit $?
|
||||
;;
|
||||
-v | --v*)
|
||||
echo "depcomp $scriptversion"
|
||||
exit $?
|
||||
;;
|
||||
esac
|
||||
|
||||
if test -z "$depmode" || test -z "$source" || test -z "$object"; then
|
||||
echo "depcomp: Variables source, object and depmode must be set" 1>&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Dependencies for sub/bar.o or sub/bar.obj go into sub/.deps/bar.Po.
|
||||
depfile=${depfile-`echo "$object" |
|
||||
sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
|
||||
tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
|
||||
|
||||
rm -f "$tmpdepfile"
|
||||
|
||||
# Some modes work just like other modes, but use different flags. We
|
||||
# parameterize here, but still list the modes in the big case below,
|
||||
# to make depend.m4 easier to write. Note that we *cannot* use a case
|
||||
# here, because this file can only contain one case statement.
|
||||
if test "$depmode" = hp; then
|
||||
# HP compiler uses -M and no extra arg.
|
||||
gccflag=-M
|
||||
depmode=gcc
|
||||
fi
|
||||
|
||||
if test "$depmode" = dashXmstdout; then
|
||||
# This is just like dashmstdout with a different argument.
|
||||
dashmflag=-xM
|
||||
depmode=dashmstdout
|
||||
fi
|
||||
|
||||
case "$depmode" in
|
||||
gcc3)
|
||||
## gcc 3 implements dependency tracking that does exactly what
|
||||
## we want. Yay! Note: for some reason libtool 1.4 doesn't like
|
||||
## it if -MD -MP comes after the -MF stuff. Hmm.
|
||||
## Unfortunately, FreeBSD c89 acceptance of flags depends upon
|
||||
## the command line argument order; so add the flags where they
|
||||
## appear in depend2.am. Note that the slowdown incurred here
|
||||
## affects only configure: in makefiles, %FASTDEP% shortcuts this.
|
||||
for arg
|
||||
do
|
||||
case $arg in
|
||||
-c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
|
||||
*) set fnord "$@" "$arg" ;;
|
||||
esac
|
||||
shift # fnord
|
||||
shift # $arg
|
||||
done
|
||||
"$@"
|
||||
stat=$?
|
||||
if test $stat -eq 0; then :
|
||||
else
|
||||
rm -f "$tmpdepfile"
|
||||
exit $stat
|
||||
fi
|
||||
mv "$tmpdepfile" "$depfile"
|
||||
;;
|
||||
|
||||
gcc)
|
||||
## There are various ways to get dependency output from gcc. Here's
|
||||
## why we pick this rather obscure method:
|
||||
## - Don't want to use -MD because we'd like the dependencies to end
|
||||
## up in a subdir. Having to rename by hand is ugly.
|
||||
## (We might end up doing this anyway to support other compilers.)
|
||||
## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like
|
||||
## -MM, not -M (despite what the docs say).
|
||||
## - Using -M directly means running the compiler twice (even worse
|
||||
## than renaming).
|
||||
if test -z "$gccflag"; then
|
||||
gccflag=-MD,
|
||||
fi
|
||||
"$@" -Wp,"$gccflag$tmpdepfile"
|
||||
stat=$?
|
||||
if test $stat -eq 0; then :
|
||||
else
|
||||
rm -f "$tmpdepfile"
|
||||
exit $stat
|
||||
fi
|
||||
rm -f "$depfile"
|
||||
echo "$object : \\" > "$depfile"
|
||||
alpha=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
|
||||
## The second -e expression handles DOS-style file names with drive letters.
|
||||
sed -e 's/^[^:]*: / /' \
|
||||
-e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile"
|
||||
## This next piece of magic avoids the `deleted header file' problem.
|
||||
## The problem is that when a header file which appears in a .P file
|
||||
## is deleted, the dependency causes make to die (because there is
|
||||
## typically no way to rebuild the header). We avoid this by adding
|
||||
## dummy dependencies for each header file. Too bad gcc doesn't do
|
||||
## this for us directly.
|
||||
tr ' ' '
|
||||
' < "$tmpdepfile" |
|
||||
## Some versions of gcc put a space before the `:'. On the theory
|
||||
## that the space means something, we add a space to the output as
|
||||
## well.
|
||||
## Some versions of the HPUX 10.20 sed can't process this invocation
|
||||
## correctly. Breaking it into two sed invocations is a workaround.
|
||||
sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
|
||||
rm -f "$tmpdepfile"
|
||||
;;
|
||||
|
||||
hp)
|
||||
# This case exists only to let depend.m4 do its work. It works by
|
||||
# looking at the text of this script. This case will never be run,
|
||||
# since it is checked for above.
|
||||
exit 1
|
||||
;;
|
||||
|
||||
sgi)
|
||||
if test "$libtool" = yes; then
|
||||
"$@" "-Wp,-MDupdate,$tmpdepfile"
|
||||
else
|
||||
"$@" -MDupdate "$tmpdepfile"
|
||||
fi
|
||||
stat=$?
|
||||
if test $stat -eq 0; then :
|
||||
else
|
||||
rm -f "$tmpdepfile"
|
||||
exit $stat
|
||||
fi
|
||||
rm -f "$depfile"
|
||||
|
||||
if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files
|
||||
echo "$object : \\" > "$depfile"
|
||||
|
||||
# Clip off the initial element (the dependent). Don't try to be
|
||||
# clever and replace this with sed code, as IRIX sed won't handle
|
||||
# lines with more than a fixed number of characters (4096 in
|
||||
# IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines;
|
||||
# the IRIX cc adds comments like `#:fec' to the end of the
|
||||
# dependency line.
|
||||
tr ' ' '
|
||||
' < "$tmpdepfile" \
|
||||
| sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \
|
||||
tr '
|
||||
' ' ' >> $depfile
|
||||
echo >> $depfile
|
||||
|
||||
# The second pass generates a dummy entry for each header file.
|
||||
tr ' ' '
|
||||
' < "$tmpdepfile" \
|
||||
| sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \
|
||||
>> $depfile
|
||||
else
|
||||
# The sourcefile does not contain any dependencies, so just
|
||||
# store a dummy comment line, to avoid errors with the Makefile
|
||||
# "include basename.Plo" scheme.
|
||||
echo "#dummy" > "$depfile"
|
||||
fi
|
||||
rm -f "$tmpdepfile"
|
||||
;;
|
||||
|
||||
aix)
|
||||
# The C for AIX Compiler uses -M and outputs the dependencies
|
||||
# in a .u file. In older versions, this file always lives in the
|
||||
# current directory. Also, the AIX compiler puts `$object:' at the
|
||||
# start of each line; $object doesn't have directory information.
|
||||
# Version 6 uses the directory in both cases.
|
||||
dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
|
||||
test "x$dir" = "x$object" && dir=
|
||||
base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
|
||||
if test "$libtool" = yes; then
|
||||
tmpdepfile1=$dir$base.u
|
||||
tmpdepfile2=$base.u
|
||||
tmpdepfile3=$dir.libs/$base.u
|
||||
"$@" -Wc,-M
|
||||
else
|
||||
tmpdepfile1=$dir$base.u
|
||||
tmpdepfile2=$dir$base.u
|
||||
tmpdepfile3=$dir$base.u
|
||||
"$@" -M
|
||||
fi
|
||||
stat=$?
|
||||
|
||||
if test $stat -eq 0; then :
|
||||
else
|
||||
rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3"
|
||||
exit $stat
|
||||
fi
|
||||
|
||||
for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3"
|
||||
do
|
||||
test -f "$tmpdepfile" && break
|
||||
done
|
||||
if test -f "$tmpdepfile"; then
|
||||
# Each line is of the form `foo.o: dependent.h'.
|
||||
# Do two passes, one to just change these to
|
||||
# `$object: dependent.h' and one to simply `dependent.h:'.
|
||||
sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
|
||||
# That's a tab and a space in the [].
|
||||
sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile"
|
||||
else
|
||||
# The sourcefile does not contain any dependencies, so just
|
||||
# store a dummy comment line, to avoid errors with the Makefile
|
||||
# "include basename.Plo" scheme.
|
||||
echo "#dummy" > "$depfile"
|
||||
fi
|
||||
rm -f "$tmpdepfile"
|
||||
;;
|
||||
|
||||
icc)
|
||||
# Intel's C compiler understands `-MD -MF file'. However on
|
||||
# icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c
|
||||
# ICC 7.0 will fill foo.d with something like
|
||||
# foo.o: sub/foo.c
|
||||
# foo.o: sub/foo.h
|
||||
# which is wrong. We want:
|
||||
# sub/foo.o: sub/foo.c
|
||||
# sub/foo.o: sub/foo.h
|
||||
# sub/foo.c:
|
||||
# sub/foo.h:
|
||||
# ICC 7.1 will output
|
||||
# foo.o: sub/foo.c sub/foo.h
|
||||
# and will wrap long lines using \ :
|
||||
# foo.o: sub/foo.c ... \
|
||||
# sub/foo.h ... \
|
||||
# ...
|
||||
|
||||
"$@" -MD -MF "$tmpdepfile"
|
||||
stat=$?
|
||||
if test $stat -eq 0; then :
|
||||
else
|
||||
rm -f "$tmpdepfile"
|
||||
exit $stat
|
||||
fi
|
||||
rm -f "$depfile"
|
||||
# Each line is of the form `foo.o: dependent.h',
|
||||
# or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'.
|
||||
# Do two passes, one to just change these to
|
||||
# `$object: dependent.h' and one to simply `dependent.h:'.
|
||||
sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
|
||||
# Some versions of the HPUX 10.20 sed can't process this invocation
|
||||
# correctly. Breaking it into two sed invocations is a workaround.
|
||||
sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" |
|
||||
sed -e 's/$/ :/' >> "$depfile"
|
||||
rm -f "$tmpdepfile"
|
||||
;;
|
||||
|
||||
hp2)
|
||||
# The "hp" stanza above does not work with aCC (C++) and HP's ia64
|
||||
# compilers, which have integrated preprocessors. The correct option
|
||||
# to use with these is +Maked; it writes dependencies to a file named
|
||||
# 'foo.d', which lands next to the object file, wherever that
|
||||
# happens to be.
|
||||
# Much of this is similar to the tru64 case; see comments there.
|
||||
dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
|
||||
test "x$dir" = "x$object" && dir=
|
||||
base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
|
||||
if test "$libtool" = yes; then
|
||||
tmpdepfile1=$dir$base.d
|
||||
tmpdepfile2=$dir.libs/$base.d
|
||||
"$@" -Wc,+Maked
|
||||
else
|
||||
tmpdepfile1=$dir$base.d
|
||||
tmpdepfile2=$dir$base.d
|
||||
"$@" +Maked
|
||||
fi
|
||||
stat=$?
|
||||
if test $stat -eq 0; then :
|
||||
else
|
||||
rm -f "$tmpdepfile1" "$tmpdepfile2"
|
||||
exit $stat
|
||||
fi
|
||||
|
||||
for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2"
|
||||
do
|
||||
test -f "$tmpdepfile" && break
|
||||
done
|
||||
if test -f "$tmpdepfile"; then
|
||||
sed -e "s,^.*\.[a-z]*:,$object:," "$tmpdepfile" > "$depfile"
|
||||
# Add `dependent.h:' lines.
|
||||
sed -ne '2,${; s/^ *//; s/ \\*$//; s/$/:/; p;}' "$tmpdepfile" >> "$depfile"
|
||||
else
|
||||
echo "#dummy" > "$depfile"
|
||||
fi
|
||||
rm -f "$tmpdepfile" "$tmpdepfile2"
|
||||
;;
|
||||
|
||||
tru64)
|
||||
# The Tru64 compiler uses -MD to generate dependencies as a side
|
||||
# effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'.
|
||||
# At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put
|
||||
# dependencies in `foo.d' instead, so we check for that too.
|
||||
# Subdirectories are respected.
|
||||
dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
|
||||
test "x$dir" = "x$object" && dir=
|
||||
base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
|
||||
|
||||
if test "$libtool" = yes; then
|
||||
# With Tru64 cc, shared objects can also be used to make a
|
||||
# static library. This mechanism is used in libtool 1.4 series to
|
||||
# handle both shared and static libraries in a single compilation.
|
||||
# With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d.
|
||||
#
|
||||
# With libtool 1.5 this exception was removed, and libtool now
|
||||
# generates 2 separate objects for the 2 libraries. These two
|
||||
# compilations output dependencies in $dir.libs/$base.o.d and
|
||||
# in $dir$base.o.d. We have to check for both files, because
|
||||
# one of the two compilations can be disabled. We should prefer
|
||||
# $dir$base.o.d over $dir.libs/$base.o.d because the latter is
|
||||
# automatically cleaned when .libs/ is deleted, while ignoring
|
||||
# the former would cause a distcleancheck panic.
|
||||
tmpdepfile1=$dir.libs/$base.lo.d # libtool 1.4
|
||||
tmpdepfile2=$dir$base.o.d # libtool 1.5
|
||||
tmpdepfile3=$dir.libs/$base.o.d # libtool 1.5
|
||||
tmpdepfile4=$dir.libs/$base.d # Compaq CCC V6.2-504
|
||||
"$@" -Wc,-MD
|
||||
else
|
||||
tmpdepfile1=$dir$base.o.d
|
||||
tmpdepfile2=$dir$base.d
|
||||
tmpdepfile3=$dir$base.d
|
||||
tmpdepfile4=$dir$base.d
|
||||
"$@" -MD
|
||||
fi
|
||||
|
||||
stat=$?
|
||||
if test $stat -eq 0; then :
|
||||
else
|
||||
rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4"
|
||||
exit $stat
|
||||
fi
|
||||
|
||||
for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4"
|
||||
do
|
||||
test -f "$tmpdepfile" && break
|
||||
done
|
||||
if test -f "$tmpdepfile"; then
|
||||
sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
|
||||
# That's a tab and a space in the [].
|
||||
sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile"
|
||||
else
|
||||
echo "#dummy" > "$depfile"
|
||||
fi
|
||||
rm -f "$tmpdepfile"
|
||||
;;
|
||||
|
||||
#nosideeffect)
|
||||
# This comment above is used by automake to tell side-effect
|
||||
# dependency tracking mechanisms from slower ones.
|
||||
|
||||
dashmstdout)
|
||||
# Important note: in order to support this mode, a compiler *must*
|
||||
# always write the preprocessed file to stdout, regardless of -o.
|
||||
"$@" || exit $?
|
||||
|
||||
# Remove the call to Libtool.
|
||||
if test "$libtool" = yes; then
|
||||
while test $1 != '--mode=compile'; do
|
||||
shift
|
||||
done
|
||||
shift
|
||||
fi
|
||||
|
||||
# Remove `-o $object'.
|
||||
IFS=" "
|
||||
for arg
|
||||
do
|
||||
case $arg in
|
||||
-o)
|
||||
shift
|
||||
;;
|
||||
$object)
|
||||
shift
|
||||
;;
|
||||
*)
|
||||
set fnord "$@" "$arg"
|
||||
shift # fnord
|
||||
shift # $arg
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
||||
test -z "$dashmflag" && dashmflag=-M
|
||||
# Require at least two characters before searching for `:'
|
||||
# in the target name. This is to cope with DOS-style filenames:
|
||||
# a dependency such as `c:/foo/bar' could be seen as target `c' otherwise.
|
||||
"$@" $dashmflag |
|
||||
sed 's:^[ ]*[^: ][^:][^:]*\:[ ]*:'"$object"'\: :' > "$tmpdepfile"
|
||||
rm -f "$depfile"
|
||||
cat < "$tmpdepfile" > "$depfile"
|
||||
tr ' ' '
|
||||
' < "$tmpdepfile" | \
|
||||
## Some versions of the HPUX 10.20 sed can't process this invocation
|
||||
## correctly. Breaking it into two sed invocations is a workaround.
|
||||
sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
|
||||
rm -f "$tmpdepfile"
|
||||
;;
|
||||
|
||||
dashXmstdout)
|
||||
# This case only exists to satisfy depend.m4. It is never actually
|
||||
# run, as this mode is specially recognized in the preamble.
|
||||
exit 1
|
||||
;;
|
||||
|
||||
makedepend)
|
||||
"$@" || exit $?
|
||||
# Remove any Libtool call
|
||||
if test "$libtool" = yes; then
|
||||
while test $1 != '--mode=compile'; do
|
||||
shift
|
||||
done
|
||||
shift
|
||||
fi
|
||||
# X makedepend
|
||||
shift
|
||||
cleared=no
|
||||
for arg in "$@"; do
|
||||
case $cleared in
|
||||
no)
|
||||
set ""; shift
|
||||
cleared=yes ;;
|
||||
esac
|
||||
case "$arg" in
|
||||
-D*|-I*)
|
||||
set fnord "$@" "$arg"; shift ;;
|
||||
# Strip any option that makedepend may not understand. Remove
|
||||
# the object too, otherwise makedepend will parse it as a source file.
|
||||
-*|$object)
|
||||
;;
|
||||
*)
|
||||
set fnord "$@" "$arg"; shift ;;
|
||||
esac
|
||||
done
|
||||
obj_suffix="`echo $object | sed 's/^.*\././'`"
|
||||
touch "$tmpdepfile"
|
||||
${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@"
|
||||
rm -f "$depfile"
|
||||
cat < "$tmpdepfile" > "$depfile"
|
||||
sed '1,2d' "$tmpdepfile" | tr ' ' '
|
||||
' | \
|
||||
## Some versions of the HPUX 10.20 sed can't process this invocation
|
||||
## correctly. Breaking it into two sed invocations is a workaround.
|
||||
sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
|
||||
rm -f "$tmpdepfile" "$tmpdepfile".bak
|
||||
;;
|
||||
|
||||
cpp)
|
||||
# Important note: in order to support this mode, a compiler *must*
|
||||
# always write the preprocessed file to stdout.
|
||||
"$@" || exit $?
|
||||
|
||||
# Remove the call to Libtool.
|
||||
if test "$libtool" = yes; then
|
||||
while test $1 != '--mode=compile'; do
|
||||
shift
|
||||
done
|
||||
shift
|
||||
fi
|
||||
|
||||
# Remove `-o $object'.
|
||||
IFS=" "
|
||||
for arg
|
||||
do
|
||||
case $arg in
|
||||
-o)
|
||||
shift
|
||||
;;
|
||||
$object)
|
||||
shift
|
||||
;;
|
||||
*)
|
||||
set fnord "$@" "$arg"
|
||||
shift # fnord
|
||||
shift # $arg
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
||||
"$@" -E |
|
||||
sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \
|
||||
-e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' |
|
||||
sed '$ s: \\$::' > "$tmpdepfile"
|
||||
rm -f "$depfile"
|
||||
echo "$object : \\" > "$depfile"
|
||||
cat < "$tmpdepfile" >> "$depfile"
|
||||
sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile"
|
||||
rm -f "$tmpdepfile"
|
||||
;;
|
||||
|
||||
msvisualcpp)
|
||||
# Important note: in order to support this mode, a compiler *must*
|
||||
# always write the preprocessed file to stdout, regardless of -o,
|
||||
# because we must use -o when running libtool.
|
||||
"$@" || exit $?
|
||||
IFS=" "
|
||||
for arg
|
||||
do
|
||||
case "$arg" in
|
||||
"-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI")
|
||||
set fnord "$@"
|
||||
shift
|
||||
shift
|
||||
;;
|
||||
*)
|
||||
set fnord "$@" "$arg"
|
||||
shift
|
||||
shift
|
||||
;;
|
||||
esac
|
||||
done
|
||||
"$@" -E |
|
||||
sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile"
|
||||
rm -f "$depfile"
|
||||
echo "$object : \\" > "$depfile"
|
||||
. "$tmpdepfile" | sed 's% %\\ %g' | sed -n '/^\(.*\)$/ s:: \1 \\:p' >> "$depfile"
|
||||
echo " " >> "$depfile"
|
||||
. "$tmpdepfile" | sed 's% %\\ %g' | sed -n '/^\(.*\)$/ s::\1\::p' >> "$depfile"
|
||||
rm -f "$tmpdepfile"
|
||||
;;
|
||||
|
||||
none)
|
||||
exec "$@"
|
||||
;;
|
||||
|
||||
*)
|
||||
echo "Unknown depmode $depmode" 1>&2
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
||||
exit 0
|
||||
|
||||
# Local Variables:
|
||||
# mode: shell-script
|
||||
# sh-indentation: 2
|
||||
# eval: (add-hook 'write-file-hooks 'time-stamp)
|
||||
# time-stamp-start: "scriptversion="
|
||||
# time-stamp-format: "%:y-%02m-%02d.%02H"
|
||||
# time-stamp-end: "$"
|
||||
# End:
|
||||
+346
@@ -0,0 +1,346 @@
|
||||
# Makefile.in generated by automake 1.10.1 from Makefile.am.
|
||||
# doc/Makefile. Generated from Makefile.in by configure.
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||
# This Makefile.in is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
|
||||
|
||||
pkgdatadir = $(datadir)/libfprint
|
||||
pkglibdir = $(libdir)/libfprint
|
||||
pkgincludedir = $(includedir)/libfprint
|
||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||
install_sh_DATA = $(install_sh) -c -m 644
|
||||
install_sh_PROGRAM = $(install_sh) -c
|
||||
install_sh_SCRIPT = $(install_sh) -c
|
||||
INSTALL_HEADER = $(INSTALL_DATA)
|
||||
transform = $(program_transform_name)
|
||||
NORMAL_INSTALL = :
|
||||
PRE_INSTALL = :
|
||||
POST_INSTALL = :
|
||||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
build_triplet = x86_64-pc-linux-gnu
|
||||
host_triplet = x86_64-pc-linux-gnu
|
||||
subdir = doc
|
||||
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
mkinstalldirs = $(install_sh) -d
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
SOURCES =
|
||||
DIST_SOURCES =
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
ACLOCAL = ${SHELL} /home/vlady/debian/packages/fprint/libfprint/async-lib/trunk/missing --run aclocal-1.10
|
||||
AMTAR = ${SHELL} /home/vlady/debian/packages/fprint/libfprint/async-lib/trunk/missing --run tar
|
||||
AM_CFLAGS = -std=gnu99 -fgnu89-inline -Wall -Wundef -Wunused -Wstrict-prototypes -Werror-implicit-function-declaration -Wno-pointer-sign -Wshadow
|
||||
AR = ar
|
||||
AUTOCONF = ${SHELL} /home/vlady/debian/packages/fprint/libfprint/async-lib/trunk/missing --run autoconf
|
||||
AUTOHEADER = ${SHELL} /home/vlady/debian/packages/fprint/libfprint/async-lib/trunk/missing --run autoheader
|
||||
AUTOMAKE = ${SHELL} /home/vlady/debian/packages/fprint/libfprint/async-lib/trunk/missing --run automake-1.10
|
||||
AWK = gawk
|
||||
CC = x86_64-linux-gnu-gcc
|
||||
CCDEPMODE = depmode=gcc3
|
||||
CFLAGS = -g -O2
|
||||
CPP = x86_64-linux-gnu-gcc -E
|
||||
CPPFLAGS =
|
||||
CRYPTO_CFLAGS =
|
||||
CRYPTO_LIBS = -lcrypto
|
||||
CXX = x86_64-linux-gnu-g++
|
||||
CXXCPP = x86_64-linux-gnu-g++ -E
|
||||
CXXDEPMODE = depmode=gcc3
|
||||
CXXFLAGS = -g -O2
|
||||
CYGPATH_W = echo
|
||||
DEFS = -DHAVE_CONFIG_H
|
||||
DEPDIR = .deps
|
||||
DSYMUTIL =
|
||||
ECHO = echo
|
||||
ECHO_C =
|
||||
ECHO_N = -n
|
||||
ECHO_T =
|
||||
EGREP = /bin/grep -E
|
||||
EXEEXT =
|
||||
F77 =
|
||||
FFLAGS = -g -O2
|
||||
GLIB_CFLAGS = -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
|
||||
GLIB_LIBS = -lglib-2.0
|
||||
GREP = /bin/grep
|
||||
IMAGEMAGICK_CFLAGS =
|
||||
IMAGEMAGICK_LIBS = -lWand -lMagick
|
||||
INSTALL = /usr/bin/install -c
|
||||
INSTALL_DATA = ${INSTALL} -m 644
|
||||
INSTALL_PROGRAM = ${INSTALL}
|
||||
INSTALL_SCRIPT = ${INSTALL}
|
||||
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
|
||||
LDFLAGS = -Wl,-z,defs
|
||||
LIBOBJS =
|
||||
LIBS =
|
||||
LIBTOOL = $(SHELL) $(top_builddir)/libtool
|
||||
LIBUSB_CFLAGS = -I/usr/include/libusb-1.0
|
||||
LIBUSB_LIBS = -lusb-1.0
|
||||
LN_S = ln -s
|
||||
LTLIBOBJS =
|
||||
MAKEINFO = ${SHELL} /home/vlady/debian/packages/fprint/libfprint/async-lib/trunk/missing --run makeinfo
|
||||
MKDIR_P = /bin/mkdir -p
|
||||
NMEDIT =
|
||||
OBJEXT = o
|
||||
PACKAGE = libfprint
|
||||
PACKAGE_BUGREPORT =
|
||||
PACKAGE_NAME = libfprint
|
||||
PACKAGE_STRING = libfprint 0.1.0-pre
|
||||
PACKAGE_TARNAME = libfprint
|
||||
PACKAGE_VERSION = 0.1.0-pre
|
||||
PATH_SEPARATOR = :
|
||||
PKG_CONFIG = /usr/bin/pkg-config
|
||||
RANLIB = ranlib
|
||||
SED = /bin/sed
|
||||
SET_MAKE =
|
||||
SHELL = /bin/sh
|
||||
STRIP = strip
|
||||
VERSION = 0.1.0-pre
|
||||
XV_CFLAGS =
|
||||
XV_LIBS =
|
||||
abs_builddir = /home/vlady/debian/packages/fprint/libfprint/async-lib/trunk/doc
|
||||
abs_srcdir = /home/vlady/debian/packages/fprint/libfprint/async-lib/trunk/doc
|
||||
abs_top_builddir = /home/vlady/debian/packages/fprint/libfprint/async-lib/trunk
|
||||
abs_top_srcdir = /home/vlady/debian/packages/fprint/libfprint/async-lib/trunk
|
||||
ac_ct_CC =
|
||||
ac_ct_CXX =
|
||||
ac_ct_F77 =
|
||||
am__include = include
|
||||
am__leading_dot = .
|
||||
am__quote =
|
||||
am__tar = ${AMTAR} chof - "$$tardir"
|
||||
am__untar = ${AMTAR} xf -
|
||||
bindir = ${exec_prefix}/bin
|
||||
build = x86_64-pc-linux-gnu
|
||||
build_alias = x86_64-linux-gnu
|
||||
build_cpu = x86_64
|
||||
build_os = linux-gnu
|
||||
build_vendor = pc
|
||||
builddir = .
|
||||
datadir = ${datarootdir}
|
||||
datarootdir = ${prefix}/share
|
||||
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
|
||||
dvidir = ${docdir}
|
||||
exec_prefix = ${prefix}
|
||||
host = x86_64-pc-linux-gnu
|
||||
host_alias = x86_64-linux-gnu
|
||||
host_cpu = x86_64
|
||||
host_os = linux-gnu
|
||||
host_vendor = pc
|
||||
htmldir = ${docdir}
|
||||
includedir = ${prefix}/include
|
||||
infodir = ${prefix}/share/info
|
||||
install_sh = $(SHELL) /home/vlady/debian/packages/fprint/libfprint/async-lib/trunk/install-sh
|
||||
libdir = ${exec_prefix}/lib
|
||||
libexecdir = ${exec_prefix}/libexec
|
||||
localedir = ${datarootdir}/locale
|
||||
localstatedir = ${prefix}/var
|
||||
lt_age = 0
|
||||
lt_major = 0
|
||||
lt_revision = 0
|
||||
mandir = ${prefix}/share/man
|
||||
mkdir_p = /bin/mkdir -p
|
||||
oldincludedir = /usr/include
|
||||
pdfdir = ${docdir}
|
||||
prefix = /usr
|
||||
program_transform_name = s,x,x,
|
||||
psdir = ${docdir}
|
||||
sbindir = ${exec_prefix}/sbin
|
||||
sharedstatedir = ${prefix}/com
|
||||
srcdir = .
|
||||
sysconfdir = ${prefix}/etc
|
||||
target_alias =
|
||||
top_builddir = ..
|
||||
top_srcdir = ..
|
||||
EXTRA_DIST = doxygen.cfg
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
||||
@for dep in $?; do \
|
||||
case '$(am__configure_deps)' in \
|
||||
*$$dep*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
||||
&& exit 0; \
|
||||
exit 1;; \
|
||||
esac; \
|
||||
done; \
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu doc/Makefile
|
||||
.PRECIOUS: Makefile
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
@case '$?' in \
|
||||
*config.status*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
||||
*) \
|
||||
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
||||
esac;
|
||||
|
||||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
|
||||
$(top_srcdir)/configure: $(am__configure_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
|
||||
mostlyclean-libtool:
|
||||
-rm -f *.lo
|
||||
|
||||
clean-libtool:
|
||||
-rm -rf .libs _libs
|
||||
tags: TAGS
|
||||
TAGS:
|
||||
|
||||
ctags: CTAGS
|
||||
CTAGS:
|
||||
|
||||
|
||||
distdir: $(DISTFILES)
|
||||
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
list='$(DISTFILES)'; \
|
||||
dist_files=`for file in $$list; do echo $$file; done | \
|
||||
sed -e "s|^$$srcdirstrip/||;t" \
|
||||
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
||||
case $$dist_files in \
|
||||
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
||||
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
||||
sort -u` ;; \
|
||||
esac; \
|
||||
for file in $$dist_files; do \
|
||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||
if test -d $$d/$$file; then \
|
||||
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
||||
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
||||
fi; \
|
||||
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
||||
else \
|
||||
test -f $(distdir)/$$file \
|
||||
|| cp -p $$d/$$file $(distdir)/$$file \
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
done
|
||||
check-am: all-am
|
||||
check: check-am
|
||||
all-am: Makefile
|
||||
installdirs:
|
||||
install: install-am
|
||||
install-exec: install-exec-am
|
||||
install-data: install-data-am
|
||||
uninstall: uninstall-am
|
||||
|
||||
install-am: all-am
|
||||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
||||
|
||||
installcheck: installcheck-am
|
||||
install-strip:
|
||||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
`test -z '$(STRIP)' || \
|
||||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||
mostlyclean-generic:
|
||||
|
||||
clean-generic:
|
||||
|
||||
distclean-generic:
|
||||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
||||
|
||||
maintainer-clean-generic:
|
||||
@echo "This command is intended for maintainers to use"
|
||||
@echo "it deletes files that may require special tools to rebuild."
|
||||
clean: clean-am
|
||||
|
||||
clean-am: clean-generic clean-libtool mostlyclean-am
|
||||
|
||||
distclean: distclean-am
|
||||
-rm -f Makefile
|
||||
distclean-am: clean-am distclean-generic
|
||||
|
||||
dvi: dvi-am
|
||||
|
||||
dvi-am:
|
||||
|
||||
html: html-am
|
||||
|
||||
info: info-am
|
||||
|
||||
info-am:
|
||||
|
||||
install-data-am:
|
||||
|
||||
install-dvi: install-dvi-am
|
||||
|
||||
install-exec-am:
|
||||
|
||||
install-html: install-html-am
|
||||
|
||||
install-info: install-info-am
|
||||
|
||||
install-man:
|
||||
|
||||
install-pdf: install-pdf-am
|
||||
|
||||
install-ps: install-ps-am
|
||||
|
||||
installcheck-am:
|
||||
|
||||
maintainer-clean: maintainer-clean-am
|
||||
-rm -f Makefile
|
||||
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||||
|
||||
mostlyclean: mostlyclean-am
|
||||
|
||||
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
||||
|
||||
pdf: pdf-am
|
||||
|
||||
pdf-am:
|
||||
|
||||
ps: ps-am
|
||||
|
||||
ps-am:
|
||||
|
||||
uninstall-am:
|
||||
|
||||
.MAKE: install-am install-strip
|
||||
|
||||
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
|
||||
distclean distclean-generic distclean-libtool distdir dvi \
|
||||
dvi-am html html-am info info-am install install-am \
|
||||
install-data install-data-am install-dvi install-dvi-am \
|
||||
install-exec install-exec-am install-html install-html-am \
|
||||
install-info install-info-am install-man install-pdf \
|
||||
install-pdf-am install-ps install-ps-am install-strip \
|
||||
installcheck installcheck-am installdirs maintainer-clean \
|
||||
maintainer-clean-generic mostlyclean mostlyclean-generic \
|
||||
mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
|
||||
|
||||
|
||||
docs: doxygen.cfg
|
||||
doxygen $^
|
||||
|
||||
docs-upload: docs
|
||||
ln -s html api
|
||||
ncftpput -f ~/.ncftp/reactivated -m -R httpdocs/fprint api/
|
||||
rm -f api
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
||||
@@ -0,0 +1,10 @@
|
||||
EXTRA_DIST = doxygen.cfg
|
||||
|
||||
docs: doxygen.cfg
|
||||
doxygen $^
|
||||
|
||||
docs-upload: docs
|
||||
ln -s html api
|
||||
ncftpput -f ~/.ncftp/reactivated -m -R httpdocs/fprint api/
|
||||
rm -f api
|
||||
|
||||
+346
@@ -0,0 +1,346 @@
|
||||
# Makefile.in generated by automake 1.10.1 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||
# This Makefile.in is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
@SET_MAKE@
|
||||
VPATH = @srcdir@
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||
install_sh_DATA = $(install_sh) -c -m 644
|
||||
install_sh_PROGRAM = $(install_sh) -c
|
||||
install_sh_SCRIPT = $(install_sh) -c
|
||||
INSTALL_HEADER = $(INSTALL_DATA)
|
||||
transform = $(program_transform_name)
|
||||
NORMAL_INSTALL = :
|
||||
PRE_INSTALL = :
|
||||
POST_INSTALL = :
|
||||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
build_triplet = @build@
|
||||
host_triplet = @host@
|
||||
subdir = doc
|
||||
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
mkinstalldirs = $(install_sh) -d
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
SOURCES =
|
||||
DIST_SOURCES =
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
ACLOCAL = @ACLOCAL@
|
||||
AMTAR = @AMTAR@
|
||||
AM_CFLAGS = @AM_CFLAGS@
|
||||
AR = @AR@
|
||||
AUTOCONF = @AUTOCONF@
|
||||
AUTOHEADER = @AUTOHEADER@
|
||||
AUTOMAKE = @AUTOMAKE@
|
||||
AWK = @AWK@
|
||||
CC = @CC@
|
||||
CCDEPMODE = @CCDEPMODE@
|
||||
CFLAGS = @CFLAGS@
|
||||
CPP = @CPP@
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
CRYPTO_CFLAGS = @CRYPTO_CFLAGS@
|
||||
CRYPTO_LIBS = @CRYPTO_LIBS@
|
||||
CXX = @CXX@
|
||||
CXXCPP = @CXXCPP@
|
||||
CXXDEPMODE = @CXXDEPMODE@
|
||||
CXXFLAGS = @CXXFLAGS@
|
||||
CYGPATH_W = @CYGPATH_W@
|
||||
DEFS = @DEFS@
|
||||
DEPDIR = @DEPDIR@
|
||||
DSYMUTIL = @DSYMUTIL@
|
||||
ECHO = @ECHO@
|
||||
ECHO_C = @ECHO_C@
|
||||
ECHO_N = @ECHO_N@
|
||||
ECHO_T = @ECHO_T@
|
||||
EGREP = @EGREP@
|
||||
EXEEXT = @EXEEXT@
|
||||
F77 = @F77@
|
||||
FFLAGS = @FFLAGS@
|
||||
GLIB_CFLAGS = @GLIB_CFLAGS@
|
||||
GLIB_LIBS = @GLIB_LIBS@
|
||||
GREP = @GREP@
|
||||
IMAGEMAGICK_CFLAGS = @IMAGEMAGICK_CFLAGS@
|
||||
IMAGEMAGICK_LIBS = @IMAGEMAGICK_LIBS@
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LIBUSB_CFLAGS = @LIBUSB_CFLAGS@
|
||||
LIBUSB_LIBS = @LIBUSB_LIBS@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
MAKEINFO = @MAKEINFO@
|
||||
MKDIR_P = @MKDIR_P@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJEXT = @OBJEXT@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
PACKAGE_STRING = @PACKAGE_STRING@
|
||||
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
PKG_CONFIG = @PKG_CONFIG@
|
||||
RANLIB = @RANLIB@
|
||||
SED = @SED@
|
||||
SET_MAKE = @SET_MAKE@
|
||||
SHELL = @SHELL@
|
||||
STRIP = @STRIP@
|
||||
VERSION = @VERSION@
|
||||
XV_CFLAGS = @XV_CFLAGS@
|
||||
XV_LIBS = @XV_LIBS@
|
||||
abs_builddir = @abs_builddir@
|
||||
abs_srcdir = @abs_srcdir@
|
||||
abs_top_builddir = @abs_top_builddir@
|
||||
abs_top_srcdir = @abs_top_srcdir@
|
||||
ac_ct_CC = @ac_ct_CC@
|
||||
ac_ct_CXX = @ac_ct_CXX@
|
||||
ac_ct_F77 = @ac_ct_F77@
|
||||
am__include = @am__include@
|
||||
am__leading_dot = @am__leading_dot@
|
||||
am__quote = @am__quote@
|
||||
am__tar = @am__tar@
|
||||
am__untar = @am__untar@
|
||||
bindir = @bindir@
|
||||
build = @build@
|
||||
build_alias = @build_alias@
|
||||
build_cpu = @build_cpu@
|
||||
build_os = @build_os@
|
||||
build_vendor = @build_vendor@
|
||||
builddir = @builddir@
|
||||
datadir = @datadir@
|
||||
datarootdir = @datarootdir@
|
||||
docdir = @docdir@
|
||||
dvidir = @dvidir@
|
||||
exec_prefix = @exec_prefix@
|
||||
host = @host@
|
||||
host_alias = @host_alias@
|
||||
host_cpu = @host_cpu@
|
||||
host_os = @host_os@
|
||||
host_vendor = @host_vendor@
|
||||
htmldir = @htmldir@
|
||||
includedir = @includedir@
|
||||
infodir = @infodir@
|
||||
install_sh = @install_sh@
|
||||
libdir = @libdir@
|
||||
libexecdir = @libexecdir@
|
||||
localedir = @localedir@
|
||||
localstatedir = @localstatedir@
|
||||
lt_age = @lt_age@
|
||||
lt_major = @lt_major@
|
||||
lt_revision = @lt_revision@
|
||||
mandir = @mandir@
|
||||
mkdir_p = @mkdir_p@
|
||||
oldincludedir = @oldincludedir@
|
||||
pdfdir = @pdfdir@
|
||||
prefix = @prefix@
|
||||
program_transform_name = @program_transform_name@
|
||||
psdir = @psdir@
|
||||
sbindir = @sbindir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
srcdir = @srcdir@
|
||||
sysconfdir = @sysconfdir@
|
||||
target_alias = @target_alias@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
EXTRA_DIST = doxygen.cfg
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
||||
@for dep in $?; do \
|
||||
case '$(am__configure_deps)' in \
|
||||
*$$dep*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
||||
&& exit 0; \
|
||||
exit 1;; \
|
||||
esac; \
|
||||
done; \
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu doc/Makefile
|
||||
.PRECIOUS: Makefile
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
@case '$?' in \
|
||||
*config.status*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
||||
*) \
|
||||
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
||||
esac;
|
||||
|
||||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
|
||||
$(top_srcdir)/configure: $(am__configure_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
|
||||
mostlyclean-libtool:
|
||||
-rm -f *.lo
|
||||
|
||||
clean-libtool:
|
||||
-rm -rf .libs _libs
|
||||
tags: TAGS
|
||||
TAGS:
|
||||
|
||||
ctags: CTAGS
|
||||
CTAGS:
|
||||
|
||||
|
||||
distdir: $(DISTFILES)
|
||||
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
list='$(DISTFILES)'; \
|
||||
dist_files=`for file in $$list; do echo $$file; done | \
|
||||
sed -e "s|^$$srcdirstrip/||;t" \
|
||||
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
||||
case $$dist_files in \
|
||||
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
||||
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
||||
sort -u` ;; \
|
||||
esac; \
|
||||
for file in $$dist_files; do \
|
||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||
if test -d $$d/$$file; then \
|
||||
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
||||
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
||||
fi; \
|
||||
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
||||
else \
|
||||
test -f $(distdir)/$$file \
|
||||
|| cp -p $$d/$$file $(distdir)/$$file \
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
done
|
||||
check-am: all-am
|
||||
check: check-am
|
||||
all-am: Makefile
|
||||
installdirs:
|
||||
install: install-am
|
||||
install-exec: install-exec-am
|
||||
install-data: install-data-am
|
||||
uninstall: uninstall-am
|
||||
|
||||
install-am: all-am
|
||||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
||||
|
||||
installcheck: installcheck-am
|
||||
install-strip:
|
||||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
`test -z '$(STRIP)' || \
|
||||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||
mostlyclean-generic:
|
||||
|
||||
clean-generic:
|
||||
|
||||
distclean-generic:
|
||||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
||||
|
||||
maintainer-clean-generic:
|
||||
@echo "This command is intended for maintainers to use"
|
||||
@echo "it deletes files that may require special tools to rebuild."
|
||||
clean: clean-am
|
||||
|
||||
clean-am: clean-generic clean-libtool mostlyclean-am
|
||||
|
||||
distclean: distclean-am
|
||||
-rm -f Makefile
|
||||
distclean-am: clean-am distclean-generic
|
||||
|
||||
dvi: dvi-am
|
||||
|
||||
dvi-am:
|
||||
|
||||
html: html-am
|
||||
|
||||
info: info-am
|
||||
|
||||
info-am:
|
||||
|
||||
install-data-am:
|
||||
|
||||
install-dvi: install-dvi-am
|
||||
|
||||
install-exec-am:
|
||||
|
||||
install-html: install-html-am
|
||||
|
||||
install-info: install-info-am
|
||||
|
||||
install-man:
|
||||
|
||||
install-pdf: install-pdf-am
|
||||
|
||||
install-ps: install-ps-am
|
||||
|
||||
installcheck-am:
|
||||
|
||||
maintainer-clean: maintainer-clean-am
|
||||
-rm -f Makefile
|
||||
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||||
|
||||
mostlyclean: mostlyclean-am
|
||||
|
||||
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
||||
|
||||
pdf: pdf-am
|
||||
|
||||
pdf-am:
|
||||
|
||||
ps: ps-am
|
||||
|
||||
ps-am:
|
||||
|
||||
uninstall-am:
|
||||
|
||||
.MAKE: install-am install-strip
|
||||
|
||||
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
|
||||
distclean distclean-generic distclean-libtool distdir dvi \
|
||||
dvi-am html html-am info info-am install install-am \
|
||||
install-data install-data-am install-dvi install-dvi-am \
|
||||
install-exec install-exec-am install-html install-html-am \
|
||||
install-info install-info-am install-man install-pdf \
|
||||
install-pdf-am install-ps install-ps-am install-strip \
|
||||
installcheck installcheck-am installdirs maintainer-clean \
|
||||
maintainer-clean-generic mostlyclean mostlyclean-generic \
|
||||
mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
|
||||
|
||||
|
||||
docs: doxygen.cfg
|
||||
doxygen $^
|
||||
|
||||
docs-upload: docs
|
||||
ln -s html api
|
||||
ncftpput -f ~/.ncftp/reactivated -m -R httpdocs/fprint api/
|
||||
rm -f api
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
||||
+1294
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1 @@
|
||||
# dummy
|
||||
@@ -0,0 +1 @@
|
||||
# dummy
|
||||
@@ -0,0 +1 @@
|
||||
# dummy
|
||||
@@ -0,0 +1 @@
|
||||
# dummy
|
||||
@@ -0,0 +1 @@
|
||||
# dummy
|
||||
@@ -0,0 +1,516 @@
|
||||
# Makefile.in generated by automake 1.10.1 from Makefile.am.
|
||||
# examples/Makefile. Generated from Makefile.in by configure.
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||
# This Makefile.in is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
|
||||
|
||||
|
||||
pkgdatadir = $(datadir)/libfprint
|
||||
pkglibdir = $(libdir)/libfprint
|
||||
pkgincludedir = $(includedir)/libfprint
|
||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||
install_sh_DATA = $(install_sh) -c -m 644
|
||||
install_sh_PROGRAM = $(install_sh) -c
|
||||
install_sh_SCRIPT = $(install_sh) -c
|
||||
INSTALL_HEADER = $(INSTALL_DATA)
|
||||
transform = $(program_transform_name)
|
||||
NORMAL_INSTALL = :
|
||||
PRE_INSTALL = :
|
||||
POST_INSTALL = :
|
||||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
build_triplet = x86_64-pc-linux-gnu
|
||||
host_triplet = x86_64-pc-linux-gnu
|
||||
noinst_PROGRAMS = verify_live$(EXEEXT) enroll$(EXEEXT) verify$(EXEEXT) \
|
||||
img_capture$(EXEEXT) $(am__EXEEXT_1)
|
||||
#am__append_1 = img_capture_continuous
|
||||
subdir = examples
|
||||
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
mkinstalldirs = $(install_sh) -d
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
#am__EXEEXT_1 = \
|
||||
# img_capture_continuous$(EXEEXT)
|
||||
PROGRAMS = $(noinst_PROGRAMS)
|
||||
am_enroll_OBJECTS = enroll.$(OBJEXT)
|
||||
enroll_OBJECTS = $(am_enroll_OBJECTS)
|
||||
enroll_DEPENDENCIES = ../libfprint/libfprint.la
|
||||
am_img_capture_OBJECTS = img_capture.$(OBJEXT)
|
||||
img_capture_OBJECTS = $(am_img_capture_OBJECTS)
|
||||
img_capture_DEPENDENCIES = ../libfprint/libfprint.la
|
||||
am__img_capture_continuous_SOURCES_DIST = img_capture_continuous.c
|
||||
#am_img_capture_continuous_OBJECTS = img_capture_continuous-img_capture_continuous.$(OBJEXT)
|
||||
img_capture_continuous_OBJECTS = $(am_img_capture_continuous_OBJECTS)
|
||||
am__DEPENDENCIES_1 =
|
||||
#img_capture_continuous_DEPENDENCIES = \
|
||||
# ../libfprint/libfprint.la \
|
||||
# $(am__DEPENDENCIES_1) \
|
||||
# $(X_EXTRA_LIBS);
|
||||
img_capture_continuous_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
|
||||
$(LIBTOOLFLAGS) --mode=link $(CCLD) \
|
||||
$(img_capture_continuous_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
|
||||
$(LDFLAGS) -o $@
|
||||
am_verify_OBJECTS = verify.$(OBJEXT)
|
||||
verify_OBJECTS = $(am_verify_OBJECTS)
|
||||
verify_DEPENDENCIES = ../libfprint/libfprint.la
|
||||
am_verify_live_OBJECTS = verify_live.$(OBJEXT)
|
||||
verify_live_OBJECTS = $(am_verify_live_OBJECTS)
|
||||
verify_live_DEPENDENCIES = ../libfprint/libfprint.la
|
||||
DEFAULT_INCLUDES = -I. -I$(top_builddir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
||||
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
||||
--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
||||
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||
CCLD = $(CC)
|
||||
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
||||
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
|
||||
$(LDFLAGS) -o $@
|
||||
SOURCES = $(enroll_SOURCES) $(img_capture_SOURCES) \
|
||||
$(img_capture_continuous_SOURCES) $(verify_SOURCES) \
|
||||
$(verify_live_SOURCES)
|
||||
DIST_SOURCES = $(enroll_SOURCES) $(img_capture_SOURCES) \
|
||||
$(am__img_capture_continuous_SOURCES_DIST) $(verify_SOURCES) \
|
||||
$(verify_live_SOURCES)
|
||||
ETAGS = etags
|
||||
CTAGS = ctags
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
ACLOCAL = ${SHELL} /home/vlady/debian/packages/fprint/libfprint/async-lib/trunk/missing --run aclocal-1.10
|
||||
AMTAR = ${SHELL} /home/vlady/debian/packages/fprint/libfprint/async-lib/trunk/missing --run tar
|
||||
AM_CFLAGS = -std=gnu99 -fgnu89-inline -Wall -Wundef -Wunused -Wstrict-prototypes -Werror-implicit-function-declaration -Wno-pointer-sign -Wshadow
|
||||
AR = ar
|
||||
AUTOCONF = ${SHELL} /home/vlady/debian/packages/fprint/libfprint/async-lib/trunk/missing --run autoconf
|
||||
AUTOHEADER = ${SHELL} /home/vlady/debian/packages/fprint/libfprint/async-lib/trunk/missing --run autoheader
|
||||
AUTOMAKE = ${SHELL} /home/vlady/debian/packages/fprint/libfprint/async-lib/trunk/missing --run automake-1.10
|
||||
AWK = gawk
|
||||
CC = x86_64-linux-gnu-gcc
|
||||
CCDEPMODE = depmode=gcc3
|
||||
CFLAGS = -g -O2
|
||||
CPP = x86_64-linux-gnu-gcc -E
|
||||
CPPFLAGS =
|
||||
CRYPTO_CFLAGS =
|
||||
CRYPTO_LIBS = -lcrypto
|
||||
CXX = x86_64-linux-gnu-g++
|
||||
CXXCPP = x86_64-linux-gnu-g++ -E
|
||||
CXXDEPMODE = depmode=gcc3
|
||||
CXXFLAGS = -g -O2
|
||||
CYGPATH_W = echo
|
||||
DEFS = -DHAVE_CONFIG_H
|
||||
DEPDIR = .deps
|
||||
DSYMUTIL =
|
||||
ECHO = echo
|
||||
ECHO_C =
|
||||
ECHO_N = -n
|
||||
ECHO_T =
|
||||
EGREP = /bin/grep -E
|
||||
EXEEXT =
|
||||
F77 =
|
||||
FFLAGS = -g -O2
|
||||
GLIB_CFLAGS = -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
|
||||
GLIB_LIBS = -lglib-2.0
|
||||
GREP = /bin/grep
|
||||
IMAGEMAGICK_CFLAGS =
|
||||
IMAGEMAGICK_LIBS = -lWand -lMagick
|
||||
INSTALL = /usr/bin/install -c
|
||||
INSTALL_DATA = ${INSTALL} -m 644
|
||||
INSTALL_PROGRAM = ${INSTALL}
|
||||
INSTALL_SCRIPT = ${INSTALL}
|
||||
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
|
||||
LDFLAGS = -Wl,-z,defs
|
||||
LIBOBJS =
|
||||
LIBS =
|
||||
LIBTOOL = $(SHELL) $(top_builddir)/libtool
|
||||
LIBUSB_CFLAGS = -I/usr/include/libusb-1.0
|
||||
LIBUSB_LIBS = -lusb-1.0
|
||||
LN_S = ln -s
|
||||
LTLIBOBJS =
|
||||
MAKEINFO = ${SHELL} /home/vlady/debian/packages/fprint/libfprint/async-lib/trunk/missing --run makeinfo
|
||||
MKDIR_P = /bin/mkdir -p
|
||||
NMEDIT =
|
||||
OBJEXT = o
|
||||
PACKAGE = libfprint
|
||||
PACKAGE_BUGREPORT =
|
||||
PACKAGE_NAME = libfprint
|
||||
PACKAGE_STRING = libfprint 0.1.0-pre
|
||||
PACKAGE_TARNAME = libfprint
|
||||
PACKAGE_VERSION = 0.1.0-pre
|
||||
PATH_SEPARATOR = :
|
||||
PKG_CONFIG = /usr/bin/pkg-config
|
||||
RANLIB = ranlib
|
||||
SED = /bin/sed
|
||||
SET_MAKE =
|
||||
SHELL = /bin/sh
|
||||
STRIP = strip
|
||||
VERSION = 0.1.0-pre
|
||||
XV_CFLAGS =
|
||||
XV_LIBS =
|
||||
abs_builddir = /home/vlady/debian/packages/fprint/libfprint/async-lib/trunk/examples
|
||||
abs_srcdir = /home/vlady/debian/packages/fprint/libfprint/async-lib/trunk/examples
|
||||
abs_top_builddir = /home/vlady/debian/packages/fprint/libfprint/async-lib/trunk
|
||||
abs_top_srcdir = /home/vlady/debian/packages/fprint/libfprint/async-lib/trunk
|
||||
ac_ct_CC =
|
||||
ac_ct_CXX =
|
||||
ac_ct_F77 =
|
||||
am__include = include
|
||||
am__leading_dot = .
|
||||
am__quote =
|
||||
am__tar = ${AMTAR} chof - "$$tardir"
|
||||
am__untar = ${AMTAR} xf -
|
||||
bindir = ${exec_prefix}/bin
|
||||
build = x86_64-pc-linux-gnu
|
||||
build_alias = x86_64-linux-gnu
|
||||
build_cpu = x86_64
|
||||
build_os = linux-gnu
|
||||
build_vendor = pc
|
||||
builddir = .
|
||||
datadir = ${datarootdir}
|
||||
datarootdir = ${prefix}/share
|
||||
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
|
||||
dvidir = ${docdir}
|
||||
exec_prefix = ${prefix}
|
||||
host = x86_64-pc-linux-gnu
|
||||
host_alias = x86_64-linux-gnu
|
||||
host_cpu = x86_64
|
||||
host_os = linux-gnu
|
||||
host_vendor = pc
|
||||
htmldir = ${docdir}
|
||||
includedir = ${prefix}/include
|
||||
infodir = ${prefix}/share/info
|
||||
install_sh = $(SHELL) /home/vlady/debian/packages/fprint/libfprint/async-lib/trunk/install-sh
|
||||
libdir = ${exec_prefix}/lib
|
||||
libexecdir = ${exec_prefix}/libexec
|
||||
localedir = ${datarootdir}/locale
|
||||
localstatedir = ${prefix}/var
|
||||
lt_age = 0
|
||||
lt_major = 0
|
||||
lt_revision = 0
|
||||
mandir = ${prefix}/share/man
|
||||
mkdir_p = /bin/mkdir -p
|
||||
oldincludedir = /usr/include
|
||||
pdfdir = ${docdir}
|
||||
prefix = /usr
|
||||
program_transform_name = s,x,x,
|
||||
psdir = ${docdir}
|
||||
sbindir = ${exec_prefix}/sbin
|
||||
sharedstatedir = ${prefix}/com
|
||||
srcdir = .
|
||||
sysconfdir = ${prefix}/etc
|
||||
target_alias =
|
||||
top_builddir = ..
|
||||
top_srcdir = ..
|
||||
INCLUDES = -I$(top_srcdir)
|
||||
verify_live_SOURCES = verify_live.c
|
||||
verify_live_LDADD = ../libfprint/libfprint.la -lfprint
|
||||
enroll_SOURCES = enroll.c
|
||||
enroll_LDADD = ../libfprint/libfprint.la -lfprint
|
||||
verify_SOURCES = verify.c
|
||||
verify_LDADD = ../libfprint/libfprint.la -lfprint
|
||||
img_capture_SOURCES = img_capture.c
|
||||
img_capture_LDADD = ../libfprint/libfprint.la -lfprint
|
||||
#img_capture_continuous_CFLAGS = $(X_CFLAGS) $(XV_CFLAGS)
|
||||
#img_capture_continuous_SOURCES = img_capture_continuous.c
|
||||
#img_capture_continuous_LDADD = ../libfprint/libfprint.la -lfprint $(X_LIBS) $(X_PRE_LIBS) $(XV_LIBS) -lX11 $(X_EXTRA_LIBS);
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .c .lo .o .obj
|
||||
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
||||
@for dep in $?; do \
|
||||
case '$(am__configure_deps)' in \
|
||||
*$$dep*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
||||
&& exit 0; \
|
||||
exit 1;; \
|
||||
esac; \
|
||||
done; \
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/Makefile'; \
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu examples/Makefile
|
||||
.PRECIOUS: Makefile
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
@case '$?' in \
|
||||
*config.status*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
||||
*) \
|
||||
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
||||
esac;
|
||||
|
||||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
|
||||
$(top_srcdir)/configure: $(am__configure_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
|
||||
clean-noinstPROGRAMS:
|
||||
@list='$(noinst_PROGRAMS)'; for p in $$list; do \
|
||||
f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
|
||||
echo " rm -f $$p $$f"; \
|
||||
rm -f $$p $$f ; \
|
||||
done
|
||||
enroll$(EXEEXT): $(enroll_OBJECTS) $(enroll_DEPENDENCIES)
|
||||
@rm -f enroll$(EXEEXT)
|
||||
$(LINK) $(enroll_OBJECTS) $(enroll_LDADD) $(LIBS)
|
||||
img_capture$(EXEEXT): $(img_capture_OBJECTS) $(img_capture_DEPENDENCIES)
|
||||
@rm -f img_capture$(EXEEXT)
|
||||
$(LINK) $(img_capture_OBJECTS) $(img_capture_LDADD) $(LIBS)
|
||||
img_capture_continuous$(EXEEXT): $(img_capture_continuous_OBJECTS) $(img_capture_continuous_DEPENDENCIES)
|
||||
@rm -f img_capture_continuous$(EXEEXT)
|
||||
$(img_capture_continuous_LINK) $(img_capture_continuous_OBJECTS) $(img_capture_continuous_LDADD) $(LIBS)
|
||||
verify$(EXEEXT): $(verify_OBJECTS) $(verify_DEPENDENCIES)
|
||||
@rm -f verify$(EXEEXT)
|
||||
$(LINK) $(verify_OBJECTS) $(verify_LDADD) $(LIBS)
|
||||
verify_live$(EXEEXT): $(verify_live_OBJECTS) $(verify_live_DEPENDENCIES)
|
||||
@rm -f verify_live$(EXEEXT)
|
||||
$(LINK) $(verify_live_OBJECTS) $(verify_live_LDADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT)
|
||||
|
||||
distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
include ./$(DEPDIR)/enroll.Po
|
||||
include ./$(DEPDIR)/img_capture.Po
|
||||
include ./$(DEPDIR)/img_capture_continuous-img_capture_continuous.Po
|
||||
include ./$(DEPDIR)/verify.Po
|
||||
include ./$(DEPDIR)/verify_live.Po
|
||||
|
||||
.c.o:
|
||||
$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
||||
mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
||||
# source='$<' object='$@' libtool=no \
|
||||
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
||||
# $(COMPILE) -c $<
|
||||
|
||||
.c.obj:
|
||||
$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
|
||||
mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
||||
# source='$<' object='$@' libtool=no \
|
||||
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
||||
# $(COMPILE) -c `$(CYGPATH_W) '$<'`
|
||||
|
||||
.c.lo:
|
||||
$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
||||
mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
|
||||
# source='$<' object='$@' libtool=yes \
|
||||
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
||||
# $(LTCOMPILE) -c -o $@ $<
|
||||
|
||||
img_capture_continuous-img_capture_continuous.o: img_capture_continuous.c
|
||||
$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(img_capture_continuous_CFLAGS) $(CFLAGS) -MT img_capture_continuous-img_capture_continuous.o -MD -MP -MF $(DEPDIR)/img_capture_continuous-img_capture_continuous.Tpo -c -o img_capture_continuous-img_capture_continuous.o `test -f 'img_capture_continuous.c' || echo '$(srcdir)/'`img_capture_continuous.c
|
||||
mv -f $(DEPDIR)/img_capture_continuous-img_capture_continuous.Tpo $(DEPDIR)/img_capture_continuous-img_capture_continuous.Po
|
||||
# source='img_capture_continuous.c' object='img_capture_continuous-img_capture_continuous.o' libtool=no \
|
||||
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(img_capture_continuous_CFLAGS) $(CFLAGS) -c -o img_capture_continuous-img_capture_continuous.o `test -f 'img_capture_continuous.c' || echo '$(srcdir)/'`img_capture_continuous.c
|
||||
|
||||
img_capture_continuous-img_capture_continuous.obj: img_capture_continuous.c
|
||||
$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(img_capture_continuous_CFLAGS) $(CFLAGS) -MT img_capture_continuous-img_capture_continuous.obj -MD -MP -MF $(DEPDIR)/img_capture_continuous-img_capture_continuous.Tpo -c -o img_capture_continuous-img_capture_continuous.obj `if test -f 'img_capture_continuous.c'; then $(CYGPATH_W) 'img_capture_continuous.c'; else $(CYGPATH_W) '$(srcdir)/img_capture_continuous.c'; fi`
|
||||
mv -f $(DEPDIR)/img_capture_continuous-img_capture_continuous.Tpo $(DEPDIR)/img_capture_continuous-img_capture_continuous.Po
|
||||
# source='img_capture_continuous.c' object='img_capture_continuous-img_capture_continuous.obj' libtool=no \
|
||||
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(img_capture_continuous_CFLAGS) $(CFLAGS) -c -o img_capture_continuous-img_capture_continuous.obj `if test -f 'img_capture_continuous.c'; then $(CYGPATH_W) 'img_capture_continuous.c'; else $(CYGPATH_W) '$(srcdir)/img_capture_continuous.c'; fi`
|
||||
|
||||
mostlyclean-libtool:
|
||||
-rm -f *.lo
|
||||
|
||||
clean-libtool:
|
||||
-rm -rf .libs _libs
|
||||
|
||||
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
||||
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
||||
unique=`for i in $$list; do \
|
||||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
||||
done | \
|
||||
$(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
mkid -fID $$unique
|
||||
tags: TAGS
|
||||
|
||||
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
||||
$(TAGS_FILES) $(LISP)
|
||||
tags=; \
|
||||
here=`pwd`; \
|
||||
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
||||
unique=`for i in $$list; do \
|
||||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
||||
done | \
|
||||
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
|
||||
test -n "$$unique" || unique=$$empty_fix; \
|
||||
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
||||
$$tags $$unique; \
|
||||
fi
|
||||
ctags: CTAGS
|
||||
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
||||
$(TAGS_FILES) $(LISP)
|
||||
tags=; \
|
||||
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
||||
unique=`for i in $$list; do \
|
||||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
||||
done | \
|
||||
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|
||||
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
||||
$$tags $$unique
|
||||
|
||||
GTAGS:
|
||||
here=`$(am__cd) $(top_builddir) && pwd` \
|
||||
&& cd $(top_srcdir) \
|
||||
&& gtags -i $(GTAGS_ARGS) $$here
|
||||
|
||||
distclean-tags:
|
||||
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
||||
|
||||
distdir: $(DISTFILES)
|
||||
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
list='$(DISTFILES)'; \
|
||||
dist_files=`for file in $$list; do echo $$file; done | \
|
||||
sed -e "s|^$$srcdirstrip/||;t" \
|
||||
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
||||
case $$dist_files in \
|
||||
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
||||
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
||||
sort -u` ;; \
|
||||
esac; \
|
||||
for file in $$dist_files; do \
|
||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||
if test -d $$d/$$file; then \
|
||||
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
||||
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
||||
fi; \
|
||||
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
||||
else \
|
||||
test -f $(distdir)/$$file \
|
||||
|| cp -p $$d/$$file $(distdir)/$$file \
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
done
|
||||
check-am: all-am
|
||||
check: check-am
|
||||
all-am: Makefile $(PROGRAMS)
|
||||
installdirs:
|
||||
install: install-am
|
||||
install-exec: install-exec-am
|
||||
install-data: install-data-am
|
||||
uninstall: uninstall-am
|
||||
|
||||
install-am: all-am
|
||||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
||||
|
||||
installcheck: installcheck-am
|
||||
install-strip:
|
||||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
`test -z '$(STRIP)' || \
|
||||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||
mostlyclean-generic:
|
||||
|
||||
clean-generic:
|
||||
|
||||
distclean-generic:
|
||||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
||||
|
||||
maintainer-clean-generic:
|
||||
@echo "This command is intended for maintainers to use"
|
||||
@echo "it deletes files that may require special tools to rebuild."
|
||||
clean: clean-am
|
||||
|
||||
clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
|
||||
mostlyclean-am
|
||||
|
||||
distclean: distclean-am
|
||||
-rm -rf ./$(DEPDIR)
|
||||
-rm -f Makefile
|
||||
distclean-am: clean-am distclean-compile distclean-generic \
|
||||
distclean-tags
|
||||
|
||||
dvi: dvi-am
|
||||
|
||||
dvi-am:
|
||||
|
||||
html: html-am
|
||||
|
||||
info: info-am
|
||||
|
||||
info-am:
|
||||
|
||||
install-data-am:
|
||||
|
||||
install-dvi: install-dvi-am
|
||||
|
||||
install-exec-am:
|
||||
|
||||
install-html: install-html-am
|
||||
|
||||
install-info: install-info-am
|
||||
|
||||
install-man:
|
||||
|
||||
install-pdf: install-pdf-am
|
||||
|
||||
install-ps: install-ps-am
|
||||
|
||||
installcheck-am:
|
||||
|
||||
maintainer-clean: maintainer-clean-am
|
||||
-rm -rf ./$(DEPDIR)
|
||||
-rm -f Makefile
|
||||
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||||
|
||||
mostlyclean: mostlyclean-am
|
||||
|
||||
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
|
||||
mostlyclean-libtool
|
||||
|
||||
pdf: pdf-am
|
||||
|
||||
pdf-am:
|
||||
|
||||
ps: ps-am
|
||||
|
||||
ps-am:
|
||||
|
||||
uninstall-am:
|
||||
|
||||
.MAKE: install-am install-strip
|
||||
|
||||
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
|
||||
clean-libtool clean-noinstPROGRAMS ctags distclean \
|
||||
distclean-compile distclean-generic distclean-libtool \
|
||||
distclean-tags distdir dvi dvi-am html html-am info info-am \
|
||||
install install-am install-data install-data-am install-dvi \
|
||||
install-dvi-am install-exec install-exec-am install-html \
|
||||
install-html-am install-info install-info-am install-man \
|
||||
install-pdf install-pdf-am install-ps install-ps-am \
|
||||
install-strip installcheck installcheck-am installdirs \
|
||||
maintainer-clean maintainer-clean-generic mostlyclean \
|
||||
mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
|
||||
pdf pdf-am ps ps-am tags uninstall uninstall-am
|
||||
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
||||
@@ -0,0 +1,23 @@
|
||||
INCLUDES = -I$(top_srcdir)
|
||||
noinst_PROGRAMS = verify_live enroll verify img_capture
|
||||
|
||||
verify_live_SOURCES = verify_live.c
|
||||
verify_live_LDADD = ../libfprint/libfprint.la -lfprint
|
||||
|
||||
enroll_SOURCES = enroll.c
|
||||
enroll_LDADD = ../libfprint/libfprint.la -lfprint
|
||||
|
||||
verify_SOURCES = verify.c
|
||||
verify_LDADD = ../libfprint/libfprint.la -lfprint
|
||||
|
||||
img_capture_SOURCES = img_capture.c
|
||||
img_capture_LDADD = ../libfprint/libfprint.la -lfprint
|
||||
|
||||
if BUILD_X11_EXAMPLES
|
||||
noinst_PROGRAMS += img_capture_continuous
|
||||
|
||||
img_capture_continuous_CFLAGS = $(X_CFLAGS) $(XV_CFLAGS)
|
||||
img_capture_continuous_SOURCES = img_capture_continuous.c
|
||||
img_capture_continuous_LDADD = ../libfprint/libfprint.la -lfprint $(X_LIBS) $(X_PRE_LIBS) $(XV_LIBS) -lX11 $(X_EXTRA_LIBS);
|
||||
endif
|
||||
|
||||
@@ -0,0 +1,516 @@
|
||||
# Makefile.in generated by automake 1.10.1 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||
# This Makefile.in is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
@SET_MAKE@
|
||||
|
||||
VPATH = @srcdir@
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||
install_sh_DATA = $(install_sh) -c -m 644
|
||||
install_sh_PROGRAM = $(install_sh) -c
|
||||
install_sh_SCRIPT = $(install_sh) -c
|
||||
INSTALL_HEADER = $(INSTALL_DATA)
|
||||
transform = $(program_transform_name)
|
||||
NORMAL_INSTALL = :
|
||||
PRE_INSTALL = :
|
||||
POST_INSTALL = :
|
||||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
build_triplet = @build@
|
||||
host_triplet = @host@
|
||||
noinst_PROGRAMS = verify_live$(EXEEXT) enroll$(EXEEXT) verify$(EXEEXT) \
|
||||
img_capture$(EXEEXT) $(am__EXEEXT_1)
|
||||
@BUILD_X11_EXAMPLES_TRUE@am__append_1 = img_capture_continuous
|
||||
subdir = examples
|
||||
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
mkinstalldirs = $(install_sh) -d
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
@BUILD_X11_EXAMPLES_TRUE@am__EXEEXT_1 = \
|
||||
@BUILD_X11_EXAMPLES_TRUE@ img_capture_continuous$(EXEEXT)
|
||||
PROGRAMS = $(noinst_PROGRAMS)
|
||||
am_enroll_OBJECTS = enroll.$(OBJEXT)
|
||||
enroll_OBJECTS = $(am_enroll_OBJECTS)
|
||||
enroll_DEPENDENCIES = ../libfprint/libfprint.la
|
||||
am_img_capture_OBJECTS = img_capture.$(OBJEXT)
|
||||
img_capture_OBJECTS = $(am_img_capture_OBJECTS)
|
||||
img_capture_DEPENDENCIES = ../libfprint/libfprint.la
|
||||
am__img_capture_continuous_SOURCES_DIST = img_capture_continuous.c
|
||||
@BUILD_X11_EXAMPLES_TRUE@am_img_capture_continuous_OBJECTS = img_capture_continuous-img_capture_continuous.$(OBJEXT)
|
||||
img_capture_continuous_OBJECTS = $(am_img_capture_continuous_OBJECTS)
|
||||
am__DEPENDENCIES_1 =
|
||||
@BUILD_X11_EXAMPLES_TRUE@img_capture_continuous_DEPENDENCIES = \
|
||||
@BUILD_X11_EXAMPLES_TRUE@ ../libfprint/libfprint.la \
|
||||
@BUILD_X11_EXAMPLES_TRUE@ $(am__DEPENDENCIES_1) \
|
||||
@BUILD_X11_EXAMPLES_TRUE@ $(X_EXTRA_LIBS);
|
||||
img_capture_continuous_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
|
||||
$(LIBTOOLFLAGS) --mode=link $(CCLD) \
|
||||
$(img_capture_continuous_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
|
||||
$(LDFLAGS) -o $@
|
||||
am_verify_OBJECTS = verify.$(OBJEXT)
|
||||
verify_OBJECTS = $(am_verify_OBJECTS)
|
||||
verify_DEPENDENCIES = ../libfprint/libfprint.la
|
||||
am_verify_live_OBJECTS = verify_live.$(OBJEXT)
|
||||
verify_live_OBJECTS = $(am_verify_live_OBJECTS)
|
||||
verify_live_DEPENDENCIES = ../libfprint/libfprint.la
|
||||
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
||||
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
||||
--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
||||
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||
CCLD = $(CC)
|
||||
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
||||
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
|
||||
$(LDFLAGS) -o $@
|
||||
SOURCES = $(enroll_SOURCES) $(img_capture_SOURCES) \
|
||||
$(img_capture_continuous_SOURCES) $(verify_SOURCES) \
|
||||
$(verify_live_SOURCES)
|
||||
DIST_SOURCES = $(enroll_SOURCES) $(img_capture_SOURCES) \
|
||||
$(am__img_capture_continuous_SOURCES_DIST) $(verify_SOURCES) \
|
||||
$(verify_live_SOURCES)
|
||||
ETAGS = etags
|
||||
CTAGS = ctags
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
ACLOCAL = @ACLOCAL@
|
||||
AMTAR = @AMTAR@
|
||||
AM_CFLAGS = @AM_CFLAGS@
|
||||
AR = @AR@
|
||||
AUTOCONF = @AUTOCONF@
|
||||
AUTOHEADER = @AUTOHEADER@
|
||||
AUTOMAKE = @AUTOMAKE@
|
||||
AWK = @AWK@
|
||||
CC = @CC@
|
||||
CCDEPMODE = @CCDEPMODE@
|
||||
CFLAGS = @CFLAGS@
|
||||
CPP = @CPP@
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
CRYPTO_CFLAGS = @CRYPTO_CFLAGS@
|
||||
CRYPTO_LIBS = @CRYPTO_LIBS@
|
||||
CXX = @CXX@
|
||||
CXXCPP = @CXXCPP@
|
||||
CXXDEPMODE = @CXXDEPMODE@
|
||||
CXXFLAGS = @CXXFLAGS@
|
||||
CYGPATH_W = @CYGPATH_W@
|
||||
DEFS = @DEFS@
|
||||
DEPDIR = @DEPDIR@
|
||||
DSYMUTIL = @DSYMUTIL@
|
||||
ECHO = @ECHO@
|
||||
ECHO_C = @ECHO_C@
|
||||
ECHO_N = @ECHO_N@
|
||||
ECHO_T = @ECHO_T@
|
||||
EGREP = @EGREP@
|
||||
EXEEXT = @EXEEXT@
|
||||
F77 = @F77@
|
||||
FFLAGS = @FFLAGS@
|
||||
GLIB_CFLAGS = @GLIB_CFLAGS@
|
||||
GLIB_LIBS = @GLIB_LIBS@
|
||||
GREP = @GREP@
|
||||
IMAGEMAGICK_CFLAGS = @IMAGEMAGICK_CFLAGS@
|
||||
IMAGEMAGICK_LIBS = @IMAGEMAGICK_LIBS@
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LIBUSB_CFLAGS = @LIBUSB_CFLAGS@
|
||||
LIBUSB_LIBS = @LIBUSB_LIBS@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
MAKEINFO = @MAKEINFO@
|
||||
MKDIR_P = @MKDIR_P@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJEXT = @OBJEXT@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
PACKAGE_STRING = @PACKAGE_STRING@
|
||||
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
PKG_CONFIG = @PKG_CONFIG@
|
||||
RANLIB = @RANLIB@
|
||||
SED = @SED@
|
||||
SET_MAKE = @SET_MAKE@
|
||||
SHELL = @SHELL@
|
||||
STRIP = @STRIP@
|
||||
VERSION = @VERSION@
|
||||
XV_CFLAGS = @XV_CFLAGS@
|
||||
XV_LIBS = @XV_LIBS@
|
||||
abs_builddir = @abs_builddir@
|
||||
abs_srcdir = @abs_srcdir@
|
||||
abs_top_builddir = @abs_top_builddir@
|
||||
abs_top_srcdir = @abs_top_srcdir@
|
||||
ac_ct_CC = @ac_ct_CC@
|
||||
ac_ct_CXX = @ac_ct_CXX@
|
||||
ac_ct_F77 = @ac_ct_F77@
|
||||
am__include = @am__include@
|
||||
am__leading_dot = @am__leading_dot@
|
||||
am__quote = @am__quote@
|
||||
am__tar = @am__tar@
|
||||
am__untar = @am__untar@
|
||||
bindir = @bindir@
|
||||
build = @build@
|
||||
build_alias = @build_alias@
|
||||
build_cpu = @build_cpu@
|
||||
build_os = @build_os@
|
||||
build_vendor = @build_vendor@
|
||||
builddir = @builddir@
|
||||
datadir = @datadir@
|
||||
datarootdir = @datarootdir@
|
||||
docdir = @docdir@
|
||||
dvidir = @dvidir@
|
||||
exec_prefix = @exec_prefix@
|
||||
host = @host@
|
||||
host_alias = @host_alias@
|
||||
host_cpu = @host_cpu@
|
||||
host_os = @host_os@
|
||||
host_vendor = @host_vendor@
|
||||
htmldir = @htmldir@
|
||||
includedir = @includedir@
|
||||
infodir = @infodir@
|
||||
install_sh = @install_sh@
|
||||
libdir = @libdir@
|
||||
libexecdir = @libexecdir@
|
||||
localedir = @localedir@
|
||||
localstatedir = @localstatedir@
|
||||
lt_age = @lt_age@
|
||||
lt_major = @lt_major@
|
||||
lt_revision = @lt_revision@
|
||||
mandir = @mandir@
|
||||
mkdir_p = @mkdir_p@
|
||||
oldincludedir = @oldincludedir@
|
||||
pdfdir = @pdfdir@
|
||||
prefix = @prefix@
|
||||
program_transform_name = @program_transform_name@
|
||||
psdir = @psdir@
|
||||
sbindir = @sbindir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
srcdir = @srcdir@
|
||||
sysconfdir = @sysconfdir@
|
||||
target_alias = @target_alias@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
INCLUDES = -I$(top_srcdir)
|
||||
verify_live_SOURCES = verify_live.c
|
||||
verify_live_LDADD = ../libfprint/libfprint.la -lfprint
|
||||
enroll_SOURCES = enroll.c
|
||||
enroll_LDADD = ../libfprint/libfprint.la -lfprint
|
||||
verify_SOURCES = verify.c
|
||||
verify_LDADD = ../libfprint/libfprint.la -lfprint
|
||||
img_capture_SOURCES = img_capture.c
|
||||
img_capture_LDADD = ../libfprint/libfprint.la -lfprint
|
||||
@BUILD_X11_EXAMPLES_TRUE@img_capture_continuous_CFLAGS = $(X_CFLAGS) $(XV_CFLAGS)
|
||||
@BUILD_X11_EXAMPLES_TRUE@img_capture_continuous_SOURCES = img_capture_continuous.c
|
||||
@BUILD_X11_EXAMPLES_TRUE@img_capture_continuous_LDADD = ../libfprint/libfprint.la -lfprint $(X_LIBS) $(X_PRE_LIBS) $(XV_LIBS) -lX11 $(X_EXTRA_LIBS);
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .c .lo .o .obj
|
||||
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
||||
@for dep in $?; do \
|
||||
case '$(am__configure_deps)' in \
|
||||
*$$dep*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
||||
&& exit 0; \
|
||||
exit 1;; \
|
||||
esac; \
|
||||
done; \
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/Makefile'; \
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu examples/Makefile
|
||||
.PRECIOUS: Makefile
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
@case '$?' in \
|
||||
*config.status*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
||||
*) \
|
||||
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
||||
esac;
|
||||
|
||||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
|
||||
$(top_srcdir)/configure: $(am__configure_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
|
||||
clean-noinstPROGRAMS:
|
||||
@list='$(noinst_PROGRAMS)'; for p in $$list; do \
|
||||
f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
|
||||
echo " rm -f $$p $$f"; \
|
||||
rm -f $$p $$f ; \
|
||||
done
|
||||
enroll$(EXEEXT): $(enroll_OBJECTS) $(enroll_DEPENDENCIES)
|
||||
@rm -f enroll$(EXEEXT)
|
||||
$(LINK) $(enroll_OBJECTS) $(enroll_LDADD) $(LIBS)
|
||||
img_capture$(EXEEXT): $(img_capture_OBJECTS) $(img_capture_DEPENDENCIES)
|
||||
@rm -f img_capture$(EXEEXT)
|
||||
$(LINK) $(img_capture_OBJECTS) $(img_capture_LDADD) $(LIBS)
|
||||
img_capture_continuous$(EXEEXT): $(img_capture_continuous_OBJECTS) $(img_capture_continuous_DEPENDENCIES)
|
||||
@rm -f img_capture_continuous$(EXEEXT)
|
||||
$(img_capture_continuous_LINK) $(img_capture_continuous_OBJECTS) $(img_capture_continuous_LDADD) $(LIBS)
|
||||
verify$(EXEEXT): $(verify_OBJECTS) $(verify_DEPENDENCIES)
|
||||
@rm -f verify$(EXEEXT)
|
||||
$(LINK) $(verify_OBJECTS) $(verify_LDADD) $(LIBS)
|
||||
verify_live$(EXEEXT): $(verify_live_OBJECTS) $(verify_live_DEPENDENCIES)
|
||||
@rm -f verify_live$(EXEEXT)
|
||||
$(LINK) $(verify_live_OBJECTS) $(verify_live_LDADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT)
|
||||
|
||||
distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/enroll.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/img_capture.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/img_capture_continuous-img_capture_continuous.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/verify.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/verify_live.Po@am__quote@
|
||||
|
||||
.c.o:
|
||||
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
||||
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
|
||||
|
||||
.c.obj:
|
||||
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
|
||||
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
|
||||
|
||||
.c.lo:
|
||||
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
||||
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
|
||||
|
||||
img_capture_continuous-img_capture_continuous.o: img_capture_continuous.c
|
||||
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(img_capture_continuous_CFLAGS) $(CFLAGS) -MT img_capture_continuous-img_capture_continuous.o -MD -MP -MF $(DEPDIR)/img_capture_continuous-img_capture_continuous.Tpo -c -o img_capture_continuous-img_capture_continuous.o `test -f 'img_capture_continuous.c' || echo '$(srcdir)/'`img_capture_continuous.c
|
||||
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/img_capture_continuous-img_capture_continuous.Tpo $(DEPDIR)/img_capture_continuous-img_capture_continuous.Po
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='img_capture_continuous.c' object='img_capture_continuous-img_capture_continuous.o' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(img_capture_continuous_CFLAGS) $(CFLAGS) -c -o img_capture_continuous-img_capture_continuous.o `test -f 'img_capture_continuous.c' || echo '$(srcdir)/'`img_capture_continuous.c
|
||||
|
||||
img_capture_continuous-img_capture_continuous.obj: img_capture_continuous.c
|
||||
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(img_capture_continuous_CFLAGS) $(CFLAGS) -MT img_capture_continuous-img_capture_continuous.obj -MD -MP -MF $(DEPDIR)/img_capture_continuous-img_capture_continuous.Tpo -c -o img_capture_continuous-img_capture_continuous.obj `if test -f 'img_capture_continuous.c'; then $(CYGPATH_W) 'img_capture_continuous.c'; else $(CYGPATH_W) '$(srcdir)/img_capture_continuous.c'; fi`
|
||||
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/img_capture_continuous-img_capture_continuous.Tpo $(DEPDIR)/img_capture_continuous-img_capture_continuous.Po
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='img_capture_continuous.c' object='img_capture_continuous-img_capture_continuous.obj' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(img_capture_continuous_CFLAGS) $(CFLAGS) -c -o img_capture_continuous-img_capture_continuous.obj `if test -f 'img_capture_continuous.c'; then $(CYGPATH_W) 'img_capture_continuous.c'; else $(CYGPATH_W) '$(srcdir)/img_capture_continuous.c'; fi`
|
||||
|
||||
mostlyclean-libtool:
|
||||
-rm -f *.lo
|
||||
|
||||
clean-libtool:
|
||||
-rm -rf .libs _libs
|
||||
|
||||
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
||||
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
||||
unique=`for i in $$list; do \
|
||||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
||||
done | \
|
||||
$(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
mkid -fID $$unique
|
||||
tags: TAGS
|
||||
|
||||
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
||||
$(TAGS_FILES) $(LISP)
|
||||
tags=; \
|
||||
here=`pwd`; \
|
||||
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
||||
unique=`for i in $$list; do \
|
||||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
||||
done | \
|
||||
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
|
||||
test -n "$$unique" || unique=$$empty_fix; \
|
||||
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
||||
$$tags $$unique; \
|
||||
fi
|
||||
ctags: CTAGS
|
||||
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
||||
$(TAGS_FILES) $(LISP)
|
||||
tags=; \
|
||||
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
||||
unique=`for i in $$list; do \
|
||||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
||||
done | \
|
||||
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|
||||
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
||||
$$tags $$unique
|
||||
|
||||
GTAGS:
|
||||
here=`$(am__cd) $(top_builddir) && pwd` \
|
||||
&& cd $(top_srcdir) \
|
||||
&& gtags -i $(GTAGS_ARGS) $$here
|
||||
|
||||
distclean-tags:
|
||||
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
||||
|
||||
distdir: $(DISTFILES)
|
||||
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
list='$(DISTFILES)'; \
|
||||
dist_files=`for file in $$list; do echo $$file; done | \
|
||||
sed -e "s|^$$srcdirstrip/||;t" \
|
||||
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
||||
case $$dist_files in \
|
||||
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
||||
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
||||
sort -u` ;; \
|
||||
esac; \
|
||||
for file in $$dist_files; do \
|
||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||
if test -d $$d/$$file; then \
|
||||
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
||||
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
||||
fi; \
|
||||
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
||||
else \
|
||||
test -f $(distdir)/$$file \
|
||||
|| cp -p $$d/$$file $(distdir)/$$file \
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
done
|
||||
check-am: all-am
|
||||
check: check-am
|
||||
all-am: Makefile $(PROGRAMS)
|
||||
installdirs:
|
||||
install: install-am
|
||||
install-exec: install-exec-am
|
||||
install-data: install-data-am
|
||||
uninstall: uninstall-am
|
||||
|
||||
install-am: all-am
|
||||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
||||
|
||||
installcheck: installcheck-am
|
||||
install-strip:
|
||||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
`test -z '$(STRIP)' || \
|
||||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||
mostlyclean-generic:
|
||||
|
||||
clean-generic:
|
||||
|
||||
distclean-generic:
|
||||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
||||
|
||||
maintainer-clean-generic:
|
||||
@echo "This command is intended for maintainers to use"
|
||||
@echo "it deletes files that may require special tools to rebuild."
|
||||
clean: clean-am
|
||||
|
||||
clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
|
||||
mostlyclean-am
|
||||
|
||||
distclean: distclean-am
|
||||
-rm -rf ./$(DEPDIR)
|
||||
-rm -f Makefile
|
||||
distclean-am: clean-am distclean-compile distclean-generic \
|
||||
distclean-tags
|
||||
|
||||
dvi: dvi-am
|
||||
|
||||
dvi-am:
|
||||
|
||||
html: html-am
|
||||
|
||||
info: info-am
|
||||
|
||||
info-am:
|
||||
|
||||
install-data-am:
|
||||
|
||||
install-dvi: install-dvi-am
|
||||
|
||||
install-exec-am:
|
||||
|
||||
install-html: install-html-am
|
||||
|
||||
install-info: install-info-am
|
||||
|
||||
install-man:
|
||||
|
||||
install-pdf: install-pdf-am
|
||||
|
||||
install-ps: install-ps-am
|
||||
|
||||
installcheck-am:
|
||||
|
||||
maintainer-clean: maintainer-clean-am
|
||||
-rm -rf ./$(DEPDIR)
|
||||
-rm -f Makefile
|
||||
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||||
|
||||
mostlyclean: mostlyclean-am
|
||||
|
||||
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
|
||||
mostlyclean-libtool
|
||||
|
||||
pdf: pdf-am
|
||||
|
||||
pdf-am:
|
||||
|
||||
ps: ps-am
|
||||
|
||||
ps-am:
|
||||
|
||||
uninstall-am:
|
||||
|
||||
.MAKE: install-am install-strip
|
||||
|
||||
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
|
||||
clean-libtool clean-noinstPROGRAMS ctags distclean \
|
||||
distclean-compile distclean-generic distclean-libtool \
|
||||
distclean-tags distdir dvi dvi-am html html-am info info-am \
|
||||
install install-am install-data install-data-am install-dvi \
|
||||
install-dvi-am install-exec install-exec-am install-html \
|
||||
install-html-am install-info install-info-am install-man \
|
||||
install-pdf install-pdf-am install-ps install-ps-am \
|
||||
install-strip installcheck installcheck-am installdirs \
|
||||
maintainer-clean maintainer-clean-generic mostlyclean \
|
||||
mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
|
||||
pdf pdf-am ps ps-am tags uninstall uninstall-am
|
||||
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
||||
@@ -0,0 +1,155 @@
|
||||
/*
|
||||
* Example fingerprint enrollment program
|
||||
* Enrolls your right index finger and saves the print to disk
|
||||
* Copyright (C) 2007 Daniel Drake <dsd@gentoo.org>
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <libfprint/fprint.h>
|
||||
|
||||
struct fp_dscv_dev *discover_device(struct fp_dscv_dev **discovered_devs)
|
||||
{
|
||||
struct fp_dscv_dev *ddev = discovered_devs[0];
|
||||
struct fp_driver *drv;
|
||||
if (!ddev)
|
||||
return NULL;
|
||||
|
||||
drv = fp_dscv_dev_get_driver(ddev);
|
||||
printf("Found device claimed by %s driver\n", fp_driver_get_full_name(drv));
|
||||
return ddev;
|
||||
}
|
||||
|
||||
struct fp_print_data *enroll(struct fp_dev *dev) {
|
||||
struct fp_print_data *enrolled_print = NULL;
|
||||
int r;
|
||||
|
||||
printf("You will need to successfully scan your finger %d times to "
|
||||
"complete the process.\n", fp_dev_get_nr_enroll_stages(dev));
|
||||
|
||||
do {
|
||||
struct fp_img *img = NULL;
|
||||
|
||||
sleep(1);
|
||||
printf("\nScan your finger now.\n");
|
||||
|
||||
r = fp_enroll_finger_img(dev, &enrolled_print, &img);
|
||||
if (img) {
|
||||
fp_img_save_to_file(img, "enrolled.pgm");
|
||||
printf("Wrote scanned image to enrolled.pgm\n");
|
||||
fp_img_free(img);
|
||||
}
|
||||
if (r < 0) {
|
||||
printf("Enroll failed with error %d\n", r);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
switch (r) {
|
||||
case FP_ENROLL_COMPLETE:
|
||||
printf("Enroll complete!\n");
|
||||
break;
|
||||
case FP_ENROLL_FAIL:
|
||||
printf("Enroll failed, something wen't wrong :(\n");
|
||||
return NULL;
|
||||
case FP_ENROLL_PASS:
|
||||
printf("Enroll stage passed. Yay!\n");
|
||||
break;
|
||||
case FP_ENROLL_RETRY:
|
||||
printf("Didn't quite catch that. Please try again.\n");
|
||||
break;
|
||||
case FP_ENROLL_RETRY_TOO_SHORT:
|
||||
printf("Your swipe was too short, please try again.\n");
|
||||
break;
|
||||
case FP_ENROLL_RETRY_CENTER_FINGER:
|
||||
printf("Didn't catch that, please center your finger on the "
|
||||
"sensor and try again.\n");
|
||||
break;
|
||||
case FP_ENROLL_RETRY_REMOVE_FINGER:
|
||||
printf("Scan failed, please remove your finger and then try "
|
||||
"again.\n");
|
||||
break;
|
||||
}
|
||||
} while (r != FP_ENROLL_COMPLETE);
|
||||
|
||||
if (!enrolled_print) {
|
||||
fprintf(stderr, "Enroll complete but no print?\n");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
printf("Enrollment completed!\n\n");
|
||||
return enrolled_print;
|
||||
}
|
||||
|
||||
int main(void)
|
||||
{
|
||||
int r = 1;
|
||||
struct fp_dscv_dev *ddev;
|
||||
struct fp_dscv_dev **discovered_devs;
|
||||
struct fp_dev *dev;
|
||||
struct fp_print_data *data;
|
||||
|
||||
printf("This program will enroll your right index finger, "
|
||||
"unconditionally overwriting any right-index print that was enrolled "
|
||||
"previously. If you want to continue, press enter, otherwise hit "
|
||||
"Ctrl+C\n");
|
||||
getchar();
|
||||
|
||||
r = fp_init();
|
||||
if (r < 0) {
|
||||
fprintf(stderr, "Failed to initialize libfprint\n");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
discovered_devs = fp_discover_devs();
|
||||
if (!discovered_devs) {
|
||||
fprintf(stderr, "Could not discover devices\n");
|
||||
goto out;
|
||||
}
|
||||
|
||||
ddev = discover_device(discovered_devs);
|
||||
if (!ddev) {
|
||||
fprintf(stderr, "No devices detected.\n");
|
||||
goto out;
|
||||
}
|
||||
|
||||
dev = fp_dev_open(ddev);
|
||||
fp_dscv_devs_free(discovered_devs);
|
||||
if (!dev) {
|
||||
fprintf(stderr, "Could not open device.\n");
|
||||
goto out;
|
||||
}
|
||||
|
||||
printf("Opened device. It's now time to enroll your finger.\n\n");
|
||||
data = enroll(dev);
|
||||
if (!data)
|
||||
goto out_close;
|
||||
|
||||
r = fp_print_data_save(data, RIGHT_INDEX);
|
||||
if (r < 0)
|
||||
fprintf(stderr, "Data save failed, code %d\n", r);
|
||||
|
||||
fp_print_data_free(data);
|
||||
out_close:
|
||||
fp_dev_close(dev);
|
||||
out:
|
||||
fp_exit();
|
||||
return r;
|
||||
}
|
||||
|
||||
|
||||
@@ -0,0 +1,104 @@
|
||||
/*
|
||||
* Example libfprint image capture program
|
||||
* Copyright (C) 2007 Daniel Drake <dsd@gentoo.org>
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <libfprint/fprint.h>
|
||||
|
||||
struct fp_dscv_dev *discover_device(struct fp_dscv_dev **discovered_devs)
|
||||
{
|
||||
struct fp_dscv_dev *ddev = discovered_devs[0];
|
||||
struct fp_driver *drv;
|
||||
if (!ddev)
|
||||
return NULL;
|
||||
|
||||
drv = fp_dscv_dev_get_driver(ddev);
|
||||
printf("Found device claimed by %s driver\n", fp_driver_get_full_name(drv));
|
||||
return ddev;
|
||||
}
|
||||
|
||||
int main(void)
|
||||
{
|
||||
int r = 1;
|
||||
struct fp_dscv_dev *ddev;
|
||||
struct fp_dscv_dev **discovered_devs;
|
||||
struct fp_dev *dev;
|
||||
struct fp_img *img = NULL;
|
||||
|
||||
r = fp_init();
|
||||
if (r < 0) {
|
||||
fprintf(stderr, "Failed to initialize libfprint\n");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
discovered_devs = fp_discover_devs();
|
||||
if (!discovered_devs) {
|
||||
fprintf(stderr, "Could not discover devices\n");
|
||||
goto out;
|
||||
}
|
||||
|
||||
ddev = discover_device(discovered_devs);
|
||||
if (!ddev) {
|
||||
fprintf(stderr, "No devices detected.\n");
|
||||
goto out;
|
||||
}
|
||||
|
||||
dev = fp_dev_open(ddev);
|
||||
fp_dscv_devs_free(discovered_devs);
|
||||
if (!dev) {
|
||||
fprintf(stderr, "Could not open device.\n");
|
||||
goto out;
|
||||
}
|
||||
|
||||
if (!fp_dev_supports_imaging(dev)) {
|
||||
fprintf(stderr, "this device does not have imaging capabilities.\n");
|
||||
goto out_close;
|
||||
}
|
||||
|
||||
printf("Opened device. It's now time to scan your finger.\n\n");
|
||||
|
||||
r = fp_dev_img_capture(dev, 0, &img);
|
||||
if (r) {
|
||||
fprintf(stderr, "image capture failed, code %d\n", r);
|
||||
goto out_close;
|
||||
}
|
||||
|
||||
r = fp_img_save_to_file(img, "finger.pgm");
|
||||
if (r) {
|
||||
fprintf(stderr, "img save failed, code %d\n", r);
|
||||
goto out_close;
|
||||
}
|
||||
|
||||
fp_img_standardize(img);
|
||||
r = fp_img_save_to_file(img, "finger_standardized.pgm");
|
||||
fp_img_free(img);
|
||||
if (r) {
|
||||
fprintf(stderr, "standardized img save failed, code %d\n", r);
|
||||
goto out_close;
|
||||
}
|
||||
|
||||
r = 0;
|
||||
out_close:
|
||||
fp_dev_close(dev);
|
||||
out:
|
||||
fp_exit();
|
||||
return r;
|
||||
}
|
||||
|
||||
@@ -0,0 +1,258 @@
|
||||
/*
|
||||
* Example libfprint continuous image capture program
|
||||
* Copyright (C) 2007 Daniel Drake <dsd@gentoo.org>
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <libfprint/fprint.h>
|
||||
#include <X11/Xlib.h>
|
||||
#include <X11/keysym.h>
|
||||
#include <X11/extensions/Xvlib.h>
|
||||
|
||||
#define FORMAT 0x32595559
|
||||
|
||||
static int adaptor = -1;
|
||||
static unsigned char *framebuffer = NULL;
|
||||
|
||||
static Display *display = NULL;
|
||||
static Window window=(Window)NULL;
|
||||
static XvImage *xv_image = NULL;
|
||||
static XvAdaptorInfo *info;
|
||||
static GC gc;
|
||||
static int connection = -1;
|
||||
|
||||
/* based on macro by Bart Nabbe */
|
||||
#define GREY2YUV(grey, y, u, v)\
|
||||
y = (9798*grey + 19235*grey + 3736*grey) / 32768;\
|
||||
u = (-4784*grey - 9437*grey + 14221*grey) / 32768 + 128;\
|
||||
v = (20218*grey - 16941*grey - 3277*grey) / 32768 + 128;\
|
||||
y = y < 0 ? 0 : y;\
|
||||
u = u < 0 ? 0 : u;\
|
||||
v = v < 0 ? 0 : v;\
|
||||
y = y > 255 ? 255 : y;\
|
||||
u = u > 255 ? 255 : u;\
|
||||
v = v > 255 ? 255 : v
|
||||
|
||||
static void grey2yuy2 (unsigned char *grey, unsigned char *YUV, int num) {
|
||||
int i, j;
|
||||
int y0, y1, u0, u1, v0, v1;
|
||||
int gval;
|
||||
|
||||
for (i = 0, j = 0; i < num; i += 2, j += 4)
|
||||
{
|
||||
gval = grey[i];
|
||||
GREY2YUV (gval, y0, u0 , v0);
|
||||
gval = grey[i + 1];
|
||||
GREY2YUV (gval, y1, u1 , v1);
|
||||
YUV[j + 0] = y0;
|
||||
YUV[j + 1] = (u0+u1)/2;
|
||||
YUV[j + 2] = y1;
|
||||
YUV[j + 3] = (v0+v1)/2;
|
||||
}
|
||||
}
|
||||
|
||||
static void display_frame(struct fp_img *img)
|
||||
{
|
||||
int width = fp_img_get_width(img);
|
||||
int height = fp_img_get_height(img);
|
||||
unsigned char *data = fp_img_get_data(img);
|
||||
|
||||
if (adaptor < 0)
|
||||
return;
|
||||
|
||||
grey2yuy2(data, framebuffer, width * height);
|
||||
xv_image = XvCreateImage(display, info[adaptor].base_id, FORMAT,
|
||||
framebuffer, width, height);
|
||||
XvPutImage(display, info[adaptor].base_id, window, gc, xv_image,
|
||||
0, 0, width, height, 0, 0, width, height);
|
||||
}
|
||||
|
||||
static void QueryXv()
|
||||
{
|
||||
int num_adaptors;
|
||||
int num_formats;
|
||||
XvImageFormatValues *formats = NULL;
|
||||
int i,j;
|
||||
char xv_name[5];
|
||||
|
||||
XvQueryAdaptors(display, DefaultRootWindow(display), &num_adaptors,
|
||||
&info);
|
||||
|
||||
for(i = 0; i < num_adaptors; i++) {
|
||||
formats = XvListImageFormats(display, info[i].base_id,
|
||||
&num_formats);
|
||||
for(j = 0; j < num_formats; j++) {
|
||||
xv_name[4] = 0;
|
||||
memcpy(xv_name, &formats[j].id, 4);
|
||||
if(formats[j].id == FORMAT) {
|
||||
printf("using Xv format 0x%x %s %s\n",
|
||||
formats[j].id, xv_name,
|
||||
(formats[j].format==XvPacked)
|
||||
? "packed" : "planar");
|
||||
if (adaptor < 0)
|
||||
adaptor = i;
|
||||
}
|
||||
}
|
||||
}
|
||||
XFree(formats);
|
||||
if (adaptor < 0)
|
||||
printf("No suitable Xv adaptor found\n");
|
||||
}
|
||||
|
||||
struct fp_dscv_dev *discover_device(struct fp_dscv_dev **discovered_devs)
|
||||
{
|
||||
struct fp_dscv_dev *ddev = discovered_devs[0];
|
||||
struct fp_driver *drv;
|
||||
if (!ddev)
|
||||
return NULL;
|
||||
|
||||
drv = fp_dscv_dev_get_driver(ddev);
|
||||
printf("Found device claimed by %s driver\n", fp_driver_get_full_name(drv));
|
||||
return ddev;
|
||||
}
|
||||
|
||||
int main(void)
|
||||
{
|
||||
int r = 1;
|
||||
XEvent xev;
|
||||
XGCValues xgcv;
|
||||
long background=0x010203;
|
||||
struct fp_dscv_dev *ddev;
|
||||
struct fp_dscv_dev **discovered_devs;
|
||||
struct fp_dev *dev;
|
||||
int img_width;
|
||||
int img_height;
|
||||
int standardize = 0;
|
||||
|
||||
r = fp_init();
|
||||
if (r < 0) {
|
||||
fprintf(stderr, "Failed to initialize libfprint\n");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
discovered_devs = fp_discover_devs();
|
||||
if (!discovered_devs) {
|
||||
fprintf(stderr, "Could not discover devices\n");
|
||||
goto out;
|
||||
}
|
||||
|
||||
ddev = discover_device(discovered_devs);
|
||||
if (!ddev) {
|
||||
fprintf(stderr, "No devices detected.\n");
|
||||
goto out;
|
||||
}
|
||||
|
||||
dev = fp_dev_open(ddev);
|
||||
fp_dscv_devs_free(discovered_devs);
|
||||
if (!dev) {
|
||||
fprintf(stderr, "Could not open device.\n");
|
||||
goto out;
|
||||
}
|
||||
|
||||
if (!fp_dev_supports_imaging(dev)) {
|
||||
fprintf(stderr, "this device does not have imaging capabilities.\n");
|
||||
goto out_close;
|
||||
}
|
||||
|
||||
img_width = fp_dev_get_img_width(dev);
|
||||
img_height = fp_dev_get_img_height(dev);
|
||||
if (img_width <= 0 || img_height <= 0) {
|
||||
fprintf(stderr, "this device returns images with variable dimensions,"
|
||||
" this example does not support that.\n");
|
||||
goto out_close;
|
||||
}
|
||||
framebuffer = malloc(img_width * img_height * 2);
|
||||
if (!framebuffer)
|
||||
goto out_close;
|
||||
|
||||
/* make the window */
|
||||
display = XOpenDisplay(getenv("DISPLAY"));
|
||||
if(display == NULL) {
|
||||
fprintf(stderr,"Could not open display \"%s\"\n",
|
||||
getenv("DISPLAY"));
|
||||
goto out_close;
|
||||
}
|
||||
|
||||
QueryXv();
|
||||
|
||||
if (adaptor < 0)
|
||||
goto out_close;
|
||||
|
||||
window = XCreateSimpleWindow(display, DefaultRootWindow(display), 0, 0,
|
||||
img_width, img_height, 0,
|
||||
WhitePixel(display, DefaultScreen(display)), background);
|
||||
|
||||
XSelectInput(display, window, StructureNotifyMask | KeyPressMask);
|
||||
XMapWindow(display, window);
|
||||
connection = ConnectionNumber(display);
|
||||
|
||||
gc = XCreateGC(display, window, 0, &xgcv);
|
||||
|
||||
printf("Press S to toggle standardized mode, Q to quit\n");
|
||||
|
||||
while (1) { /* event loop */
|
||||
struct fp_img *img;
|
||||
|
||||
r = fp_dev_img_capture(dev, 1, &img);
|
||||
if (r) {
|
||||
fprintf(stderr, "image capture failed, code %d\n", r);
|
||||
goto out_close;
|
||||
}
|
||||
if (standardize)
|
||||
fp_img_standardize(img);
|
||||
|
||||
display_frame(img);
|
||||
fp_img_free(img);
|
||||
XFlush(display);
|
||||
|
||||
while (XPending(display) > 0) {
|
||||
XNextEvent(display, &xev);
|
||||
if (xev.type != KeyPress)
|
||||
continue;
|
||||
|
||||
switch (XKeycodeToKeysym(display, xev.xkey.keycode, 0)) {
|
||||
case XK_q:
|
||||
case XK_Q:
|
||||
r = 0;
|
||||
goto out_close;
|
||||
break;
|
||||
case XK_s:
|
||||
case XK_S:
|
||||
standardize = !standardize;
|
||||
break;
|
||||
}
|
||||
} /* XPending */
|
||||
}
|
||||
|
||||
r = 0;
|
||||
out_close:
|
||||
if (framebuffer)
|
||||
free(framebuffer);
|
||||
fp_dev_close(dev);
|
||||
if ((void *) window != NULL)
|
||||
XUnmapWindow(display, window);
|
||||
if (display != NULL)
|
||||
XFlush(display);
|
||||
out:
|
||||
fp_exit();
|
||||
return r;
|
||||
}
|
||||
|
||||
|
||||
@@ -0,0 +1,144 @@
|
||||
/*
|
||||
* Example fingerprint verification program, which verifies the right index
|
||||
* finger which has been previously enrolled to disk.
|
||||
* Copyright (C) 2007 Daniel Drake <dsd@gentoo.org>
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <libfprint/fprint.h>
|
||||
|
||||
struct fp_dscv_dev *discover_device(struct fp_dscv_dev **discovered_devs)
|
||||
{
|
||||
struct fp_dscv_dev *ddev = discovered_devs[0];
|
||||
struct fp_driver *drv;
|
||||
if (!ddev)
|
||||
return NULL;
|
||||
|
||||
drv = fp_dscv_dev_get_driver(ddev);
|
||||
printf("Found device claimed by %s driver\n", fp_driver_get_full_name(drv));
|
||||
return ddev;
|
||||
}
|
||||
|
||||
int verify(struct fp_dev *dev, struct fp_print_data *data)
|
||||
{
|
||||
int r;
|
||||
|
||||
do {
|
||||
struct fp_img *img = NULL;
|
||||
|
||||
sleep(1);
|
||||
printf("\nScan your finger now.\n");
|
||||
r = fp_verify_finger_img(dev, data, &img);
|
||||
if (img) {
|
||||
fp_img_save_to_file(img, "verify.pgm");
|
||||
printf("Wrote scanned image to verify.pgm\n");
|
||||
fp_img_free(img);
|
||||
}
|
||||
if (r < 0) {
|
||||
printf("verification failed with error %d :(\n", r);
|
||||
return r;
|
||||
}
|
||||
switch (r) {
|
||||
case FP_VERIFY_NO_MATCH:
|
||||
printf("NO MATCH!\n");
|
||||
return 0;
|
||||
case FP_VERIFY_MATCH:
|
||||
printf("MATCH!\n");
|
||||
return 0;
|
||||
case FP_VERIFY_RETRY:
|
||||
printf("Scan didn't quite work. Please try again.\n");
|
||||
break;
|
||||
case FP_VERIFY_RETRY_TOO_SHORT:
|
||||
printf("Swipe was too short, please try again.\n");
|
||||
break;
|
||||
case FP_VERIFY_RETRY_CENTER_FINGER:
|
||||
printf("Please center your finger on the sensor and try again.\n");
|
||||
break;
|
||||
case FP_VERIFY_RETRY_REMOVE_FINGER:
|
||||
printf("Please remove finger from the sensor and try again.\n");
|
||||
break;
|
||||
}
|
||||
} while (1);
|
||||
}
|
||||
|
||||
int main(void)
|
||||
{
|
||||
int r = 1;
|
||||
struct fp_dscv_dev *ddev;
|
||||
struct fp_dscv_dev **discovered_devs;
|
||||
struct fp_dev *dev;
|
||||
struct fp_print_data *data;
|
||||
|
||||
r = fp_init();
|
||||
if (r < 0) {
|
||||
fprintf(stderr, "Failed to initialize libfprint\n");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
discovered_devs = fp_discover_devs();
|
||||
if (!discovered_devs) {
|
||||
fprintf(stderr, "Could not discover devices\n");
|
||||
goto out;
|
||||
}
|
||||
|
||||
ddev = discover_device(discovered_devs);
|
||||
if (!ddev) {
|
||||
fprintf(stderr, "No devices detected.\n");
|
||||
goto out;
|
||||
}
|
||||
|
||||
dev = fp_dev_open(ddev);
|
||||
fp_dscv_devs_free(discovered_devs);
|
||||
if (!dev) {
|
||||
fprintf(stderr, "Could not open device.\n");
|
||||
goto out;
|
||||
}
|
||||
|
||||
printf("Opened device. Loading previously enrolled right index finger "
|
||||
"data...\n");
|
||||
|
||||
r = fp_print_data_load(dev, RIGHT_INDEX, &data);
|
||||
if (r != 0) {
|
||||
fprintf(stderr, "Failed to load fingerprint, error %d\n", r);
|
||||
fprintf(stderr, "Did you remember to enroll your right index finger "
|
||||
"first?\n");
|
||||
goto out_close;
|
||||
}
|
||||
|
||||
printf("Print loaded. Time to verify!\n");
|
||||
do {
|
||||
char buffer[20];
|
||||
|
||||
verify(dev, data);
|
||||
printf("Verify again? [Y/n]? ");
|
||||
fgets(buffer, sizeof(buffer), stdin);
|
||||
if (buffer[0] != '\n' && buffer[0] != 'y' && buffer[0] != 'Y')
|
||||
break;
|
||||
} while (1);
|
||||
|
||||
fp_print_data_free(data);
|
||||
out_close:
|
||||
fp_dev_close(dev);
|
||||
out:
|
||||
fp_exit();
|
||||
return r;
|
||||
}
|
||||
|
||||
|
||||
@@ -0,0 +1,186 @@
|
||||
/*
|
||||
* Example fingerprint verification program
|
||||
* Copyright (C) 2007 Daniel Drake <dsd@gentoo.org>
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <libfprint/fprint.h>
|
||||
|
||||
struct fp_dscv_dev *discover_device(struct fp_dscv_dev **discovered_devs)
|
||||
{
|
||||
struct fp_dscv_dev *ddev = discovered_devs[0];
|
||||
struct fp_driver *drv;
|
||||
if (!ddev)
|
||||
return NULL;
|
||||
|
||||
drv = fp_dscv_dev_get_driver(ddev);
|
||||
printf("Found device claimed by %s driver\n", fp_driver_get_full_name(drv));
|
||||
return ddev;
|
||||
}
|
||||
|
||||
struct fp_print_data *enroll(struct fp_dev *dev) {
|
||||
struct fp_print_data *enrolled_print = NULL;
|
||||
int r;
|
||||
|
||||
printf("You will need to successfully scan your finger %d times to "
|
||||
"complete the process.\n", fp_dev_get_nr_enroll_stages(dev));
|
||||
|
||||
do {
|
||||
sleep(1);
|
||||
printf("\nScan your finger now.\n");
|
||||
r = fp_enroll_finger(dev, &enrolled_print);
|
||||
if (r < 0) {
|
||||
printf("Enroll failed with error %d\n", r);
|
||||
return NULL;
|
||||
}
|
||||
switch (r) {
|
||||
case FP_ENROLL_COMPLETE:
|
||||
printf("Enroll complete!\n");
|
||||
break;
|
||||
case FP_ENROLL_FAIL:
|
||||
printf("Enroll failed, something wen't wrong :(\n");
|
||||
return NULL;
|
||||
case FP_ENROLL_PASS:
|
||||
printf("Enroll stage passed. Yay!\n");
|
||||
break;
|
||||
case FP_ENROLL_RETRY:
|
||||
printf("Didn't quite catch that. Please try again.\n");
|
||||
break;
|
||||
case FP_ENROLL_RETRY_TOO_SHORT:
|
||||
printf("Your swipe was too short, please try again.\n");
|
||||
break;
|
||||
case FP_ENROLL_RETRY_CENTER_FINGER:
|
||||
printf("Didn't catch that, please center your finger on the "
|
||||
"sensor and try again.\n");
|
||||
break;
|
||||
case FP_ENROLL_RETRY_REMOVE_FINGER:
|
||||
printf("Scan failed, please remove your finger and then try "
|
||||
"again.\n");
|
||||
break;
|
||||
}
|
||||
} while (r != FP_ENROLL_COMPLETE);
|
||||
|
||||
if (!enrolled_print) {
|
||||
fprintf(stderr, "Enroll complete but no print?\n");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
printf("Enrollment completed!\n\n");
|
||||
return enrolled_print;
|
||||
}
|
||||
|
||||
int verify(struct fp_dev *dev, struct fp_print_data *data)
|
||||
{
|
||||
int r;
|
||||
|
||||
do {
|
||||
sleep(1);
|
||||
printf("\nScan your finger now.\n");
|
||||
r = fp_verify_finger(dev, data);
|
||||
if (r < 0) {
|
||||
printf("verification failed with error %d :(\n", r);
|
||||
return r;
|
||||
}
|
||||
switch (r) {
|
||||
case FP_VERIFY_NO_MATCH:
|
||||
printf("NO MATCH!\n");
|
||||
return 0;
|
||||
case FP_VERIFY_MATCH:
|
||||
printf("MATCH!\n");
|
||||
return 0;
|
||||
case FP_VERIFY_RETRY:
|
||||
printf("Scan didn't quite work. Please try again.\n");
|
||||
break;
|
||||
case FP_VERIFY_RETRY_TOO_SHORT:
|
||||
printf("Swipe was too short, please try again.\n");
|
||||
break;
|
||||
case FP_VERIFY_RETRY_CENTER_FINGER:
|
||||
printf("Please center your finger on the sensor and try again.\n");
|
||||
break;
|
||||
case FP_VERIFY_RETRY_REMOVE_FINGER:
|
||||
printf("Please remove finger from the sensor and try again.\n");
|
||||
break;
|
||||
}
|
||||
} while (1);
|
||||
}
|
||||
|
||||
int main(void)
|
||||
{
|
||||
int r = 1;
|
||||
struct fp_dscv_dev *ddev;
|
||||
struct fp_dscv_dev **discovered_devs;
|
||||
struct fp_dev *dev;
|
||||
struct fp_print_data *data;
|
||||
|
||||
r = fp_init();
|
||||
if (r < 0) {
|
||||
fprintf(stderr, "Failed to initialize libfprint\n");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
discovered_devs = fp_discover_devs();
|
||||
if (!discovered_devs) {
|
||||
fprintf(stderr, "Could not discover devices\n");
|
||||
goto out;
|
||||
}
|
||||
|
||||
ddev = discover_device(discovered_devs);
|
||||
if (!ddev) {
|
||||
fprintf(stderr, "No devices detected.\n");
|
||||
goto out;
|
||||
}
|
||||
|
||||
dev = fp_dev_open(ddev);
|
||||
fp_dscv_devs_free(discovered_devs);
|
||||
if (!dev) {
|
||||
fprintf(stderr, "Could not open device.\n");
|
||||
goto out;
|
||||
}
|
||||
|
||||
printf("Opened device. It's now time to enroll your finger.\n\n");
|
||||
data = enroll(dev);
|
||||
if (!data)
|
||||
goto out_close;
|
||||
|
||||
|
||||
printf("Normally we'd save that print to disk, and recall it at some "
|
||||
"point later when we want to authenticate the user who just "
|
||||
"enrolled. In the interests of demonstration, we'll authenticate "
|
||||
"that user immediately.\n");
|
||||
|
||||
do {
|
||||
char buffer[20];
|
||||
|
||||
verify(dev, data);
|
||||
printf("Verify again? [Y/n]? ");
|
||||
fgets(buffer, sizeof(buffer), stdin);
|
||||
if (buffer[0] != '\n' && buffer[0] != 'y' && buffer[0] != 'Y')
|
||||
break;
|
||||
} while (1);
|
||||
|
||||
fp_print_data_free(data);
|
||||
out_close:
|
||||
fp_dev_close(dev);
|
||||
out:
|
||||
fp_exit();
|
||||
return r;
|
||||
}
|
||||
|
||||
|
||||
Executable
+519
@@ -0,0 +1,519 @@
|
||||
#!/bin/sh
|
||||
# install - install a program, script, or datafile
|
||||
|
||||
scriptversion=2006-12-25.00
|
||||
|
||||
# This originates from X11R5 (mit/util/scripts/install.sh), which was
|
||||
# later released in X11R6 (xc/config/util/install.sh) with the
|
||||
# following copyright and license.
|
||||
#
|
||||
# Copyright (C) 1994 X Consortium
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
# of this software and associated documentation files (the "Software"), to
|
||||
# deal in the Software without restriction, including without limitation the
|
||||
# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
||||
# sell copies of the Software, and to permit persons to whom the Software is
|
||||
# furnished to do so, subject to the following conditions:
|
||||
#
|
||||
# The above copyright notice and this permission notice shall be included in
|
||||
# all copies or substantial portions of the Software.
|
||||
#
|
||||
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
# X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
|
||||
# AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
|
||||
# TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
#
|
||||
# Except as contained in this notice, the name of the X Consortium shall not
|
||||
# be used in advertising or otherwise to promote the sale, use or other deal-
|
||||
# ings in this Software without prior written authorization from the X Consor-
|
||||
# tium.
|
||||
#
|
||||
#
|
||||
# FSF changes to this file are in the public domain.
|
||||
#
|
||||
# Calling this script install-sh is preferred over install.sh, to prevent
|
||||
# `make' implicit rules from creating a file called install from it
|
||||
# when there is no Makefile.
|
||||
#
|
||||
# This script is compatible with the BSD install script, but was written
|
||||
# from scratch.
|
||||
|
||||
nl='
|
||||
'
|
||||
IFS=" "" $nl"
|
||||
|
||||
# set DOITPROG to echo to test this script
|
||||
|
||||
# Don't use :- since 4.3BSD and earlier shells don't like it.
|
||||
doit=${DOITPROG-}
|
||||
if test -z "$doit"; then
|
||||
doit_exec=exec
|
||||
else
|
||||
doit_exec=$doit
|
||||
fi
|
||||
|
||||
# Put in absolute file names if you don't have them in your path;
|
||||
# or use environment vars.
|
||||
|
||||
chgrpprog=${CHGRPPROG-chgrp}
|
||||
chmodprog=${CHMODPROG-chmod}
|
||||
chownprog=${CHOWNPROG-chown}
|
||||
cmpprog=${CMPPROG-cmp}
|
||||
cpprog=${CPPROG-cp}
|
||||
mkdirprog=${MKDIRPROG-mkdir}
|
||||
mvprog=${MVPROG-mv}
|
||||
rmprog=${RMPROG-rm}
|
||||
stripprog=${STRIPPROG-strip}
|
||||
|
||||
posix_glob='?'
|
||||
initialize_posix_glob='
|
||||
test "$posix_glob" != "?" || {
|
||||
if (set -f) 2>/dev/null; then
|
||||
posix_glob=
|
||||
else
|
||||
posix_glob=:
|
||||
fi
|
||||
}
|
||||
'
|
||||
|
||||
posix_mkdir=
|
||||
|
||||
# Desired mode of installed file.
|
||||
mode=0755
|
||||
|
||||
chgrpcmd=
|
||||
chmodcmd=$chmodprog
|
||||
chowncmd=
|
||||
mvcmd=$mvprog
|
||||
rmcmd="$rmprog -f"
|
||||
stripcmd=
|
||||
|
||||
src=
|
||||
dst=
|
||||
dir_arg=
|
||||
dst_arg=
|
||||
|
||||
copy_on_change=false
|
||||
no_target_directory=
|
||||
|
||||
usage="\
|
||||
Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE
|
||||
or: $0 [OPTION]... SRCFILES... DIRECTORY
|
||||
or: $0 [OPTION]... -t DIRECTORY SRCFILES...
|
||||
or: $0 [OPTION]... -d DIRECTORIES...
|
||||
|
||||
In the 1st form, copy SRCFILE to DSTFILE.
|
||||
In the 2nd and 3rd, copy all SRCFILES to DIRECTORY.
|
||||
In the 4th, create DIRECTORIES.
|
||||
|
||||
Options:
|
||||
--help display this help and exit.
|
||||
--version display version info and exit.
|
||||
|
||||
-c (ignored)
|
||||
-C install only if different (preserve the last data modification time)
|
||||
-d create directories instead of installing files.
|
||||
-g GROUP $chgrpprog installed files to GROUP.
|
||||
-m MODE $chmodprog installed files to MODE.
|
||||
-o USER $chownprog installed files to USER.
|
||||
-s $stripprog installed files.
|
||||
-t DIRECTORY install into DIRECTORY.
|
||||
-T report an error if DSTFILE is a directory.
|
||||
|
||||
Environment variables override the default commands:
|
||||
CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG
|
||||
RMPROG STRIPPROG
|
||||
"
|
||||
|
||||
while test $# -ne 0; do
|
||||
case $1 in
|
||||
-c) ;;
|
||||
|
||||
-C) copy_on_change=true;;
|
||||
|
||||
-d) dir_arg=true;;
|
||||
|
||||
-g) chgrpcmd="$chgrpprog $2"
|
||||
shift;;
|
||||
|
||||
--help) echo "$usage"; exit $?;;
|
||||
|
||||
-m) mode=$2
|
||||
case $mode in
|
||||
*' '* | *' '* | *'
|
||||
'* | *'*'* | *'?'* | *'['*)
|
||||
echo "$0: invalid mode: $mode" >&2
|
||||
exit 1;;
|
||||
esac
|
||||
shift;;
|
||||
|
||||
-o) chowncmd="$chownprog $2"
|
||||
shift;;
|
||||
|
||||
-s) stripcmd=$stripprog;;
|
||||
|
||||
-t) dst_arg=$2
|
||||
shift;;
|
||||
|
||||
-T) no_target_directory=true;;
|
||||
|
||||
--version) echo "$0 $scriptversion"; exit $?;;
|
||||
|
||||
--) shift
|
||||
break;;
|
||||
|
||||
-*) echo "$0: invalid option: $1" >&2
|
||||
exit 1;;
|
||||
|
||||
*) break;;
|
||||
esac
|
||||
shift
|
||||
done
|
||||
|
||||
if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then
|
||||
# When -d is used, all remaining arguments are directories to create.
|
||||
# When -t is used, the destination is already specified.
|
||||
# Otherwise, the last argument is the destination. Remove it from $@.
|
||||
for arg
|
||||
do
|
||||
if test -n "$dst_arg"; then
|
||||
# $@ is not empty: it contains at least $arg.
|
||||
set fnord "$@" "$dst_arg"
|
||||
shift # fnord
|
||||
fi
|
||||
shift # arg
|
||||
dst_arg=$arg
|
||||
done
|
||||
fi
|
||||
|
||||
if test $# -eq 0; then
|
||||
if test -z "$dir_arg"; then
|
||||
echo "$0: no input file specified." >&2
|
||||
exit 1
|
||||
fi
|
||||
# It's OK to call `install-sh -d' without argument.
|
||||
# This can happen when creating conditional directories.
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if test -z "$dir_arg"; then
|
||||
trap '(exit $?); exit' 1 2 13 15
|
||||
|
||||
# Set umask so as not to create temps with too-generous modes.
|
||||
# However, 'strip' requires both read and write access to temps.
|
||||
case $mode in
|
||||
# Optimize common cases.
|
||||
*644) cp_umask=133;;
|
||||
*755) cp_umask=22;;
|
||||
|
||||
*[0-7])
|
||||
if test -z "$stripcmd"; then
|
||||
u_plus_rw=
|
||||
else
|
||||
u_plus_rw='% 200'
|
||||
fi
|
||||
cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
|
||||
*)
|
||||
if test -z "$stripcmd"; then
|
||||
u_plus_rw=
|
||||
else
|
||||
u_plus_rw=,u+rw
|
||||
fi
|
||||
cp_umask=$mode$u_plus_rw;;
|
||||
esac
|
||||
fi
|
||||
|
||||
for src
|
||||
do
|
||||
# Protect names starting with `-'.
|
||||
case $src in
|
||||
-*) src=./$src;;
|
||||
esac
|
||||
|
||||
if test -n "$dir_arg"; then
|
||||
dst=$src
|
||||
dstdir=$dst
|
||||
test -d "$dstdir"
|
||||
dstdir_status=$?
|
||||
else
|
||||
|
||||
# Waiting for this to be detected by the "$cpprog $src $dsttmp" command
|
||||
# might cause directories to be created, which would be especially bad
|
||||
# if $src (and thus $dsttmp) contains '*'.
|
||||
if test ! -f "$src" && test ! -d "$src"; then
|
||||
echo "$0: $src does not exist." >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if test -z "$dst_arg"; then
|
||||
echo "$0: no destination specified." >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
dst=$dst_arg
|
||||
# Protect names starting with `-'.
|
||||
case $dst in
|
||||
-*) dst=./$dst;;
|
||||
esac
|
||||
|
||||
# If destination is a directory, append the input filename; won't work
|
||||
# if double slashes aren't ignored.
|
||||
if test -d "$dst"; then
|
||||
if test -n "$no_target_directory"; then
|
||||
echo "$0: $dst_arg: Is a directory" >&2
|
||||
exit 1
|
||||
fi
|
||||
dstdir=$dst
|
||||
dst=$dstdir/`basename "$src"`
|
||||
dstdir_status=0
|
||||
else
|
||||
# Prefer dirname, but fall back on a substitute if dirname fails.
|
||||
dstdir=`
|
||||
(dirname "$dst") 2>/dev/null ||
|
||||
expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
|
||||
X"$dst" : 'X\(//\)[^/]' \| \
|
||||
X"$dst" : 'X\(//\)$' \| \
|
||||
X"$dst" : 'X\(/\)' \| . 2>/dev/null ||
|
||||
echo X"$dst" |
|
||||
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
|
||||
s//\1/
|
||||
q
|
||||
}
|
||||
/^X\(\/\/\)[^/].*/{
|
||||
s//\1/
|
||||
q
|
||||
}
|
||||
/^X\(\/\/\)$/{
|
||||
s//\1/
|
||||
q
|
||||
}
|
||||
/^X\(\/\).*/{
|
||||
s//\1/
|
||||
q
|
||||
}
|
||||
s/.*/./; q'
|
||||
`
|
||||
|
||||
test -d "$dstdir"
|
||||
dstdir_status=$?
|
||||
fi
|
||||
fi
|
||||
|
||||
obsolete_mkdir_used=false
|
||||
|
||||
if test $dstdir_status != 0; then
|
||||
case $posix_mkdir in
|
||||
'')
|
||||
# Create intermediate dirs using mode 755 as modified by the umask.
|
||||
# This is like FreeBSD 'install' as of 1997-10-28.
|
||||
umask=`umask`
|
||||
case $stripcmd.$umask in
|
||||
# Optimize common cases.
|
||||
*[2367][2367]) mkdir_umask=$umask;;
|
||||
.*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;;
|
||||
|
||||
*[0-7])
|
||||
mkdir_umask=`expr $umask + 22 \
|
||||
- $umask % 100 % 40 + $umask % 20 \
|
||||
- $umask % 10 % 4 + $umask % 2
|
||||
`;;
|
||||
*) mkdir_umask=$umask,go-w;;
|
||||
esac
|
||||
|
||||
# With -d, create the new directory with the user-specified mode.
|
||||
# Otherwise, rely on $mkdir_umask.
|
||||
if test -n "$dir_arg"; then
|
||||
mkdir_mode=-m$mode
|
||||
else
|
||||
mkdir_mode=
|
||||
fi
|
||||
|
||||
posix_mkdir=false
|
||||
case $umask in
|
||||
*[123567][0-7][0-7])
|
||||
# POSIX mkdir -p sets u+wx bits regardless of umask, which
|
||||
# is incompatible with FreeBSD 'install' when (umask & 300) != 0.
|
||||
;;
|
||||
*)
|
||||
tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
|
||||
trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0
|
||||
|
||||
if (umask $mkdir_umask &&
|
||||
exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1
|
||||
then
|
||||
if test -z "$dir_arg" || {
|
||||
# Check for POSIX incompatibilities with -m.
|
||||
# HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or
|
||||
# other-writeable bit of parent directory when it shouldn't.
|
||||
# FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
|
||||
ls_ld_tmpdir=`ls -ld "$tmpdir"`
|
||||
case $ls_ld_tmpdir in
|
||||
d????-?r-*) different_mode=700;;
|
||||
d????-?--*) different_mode=755;;
|
||||
*) false;;
|
||||
esac &&
|
||||
$mkdirprog -m$different_mode -p -- "$tmpdir" && {
|
||||
ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
|
||||
test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
|
||||
}
|
||||
}
|
||||
then posix_mkdir=:
|
||||
fi
|
||||
rmdir "$tmpdir/d" "$tmpdir"
|
||||
else
|
||||
# Remove any dirs left behind by ancient mkdir implementations.
|
||||
rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null
|
||||
fi
|
||||
trap '' 0;;
|
||||
esac;;
|
||||
esac
|
||||
|
||||
if
|
||||
$posix_mkdir && (
|
||||
umask $mkdir_umask &&
|
||||
$doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir"
|
||||
)
|
||||
then :
|
||||
else
|
||||
|
||||
# The umask is ridiculous, or mkdir does not conform to POSIX,
|
||||
# or it failed possibly due to a race condition. Create the
|
||||
# directory the slow way, step by step, checking for races as we go.
|
||||
|
||||
case $dstdir in
|
||||
/*) prefix='/';;
|
||||
-*) prefix='./';;
|
||||
*) prefix='';;
|
||||
esac
|
||||
|
||||
eval "$initialize_posix_glob"
|
||||
|
||||
oIFS=$IFS
|
||||
IFS=/
|
||||
$posix_glob set -f
|
||||
set fnord $dstdir
|
||||
shift
|
||||
$posix_glob set +f
|
||||
IFS=$oIFS
|
||||
|
||||
prefixes=
|
||||
|
||||
for d
|
||||
do
|
||||
test -z "$d" && continue
|
||||
|
||||
prefix=$prefix$d
|
||||
if test -d "$prefix"; then
|
||||
prefixes=
|
||||
else
|
||||
if $posix_mkdir; then
|
||||
(umask=$mkdir_umask &&
|
||||
$doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break
|
||||
# Don't fail if two instances are running concurrently.
|
||||
test -d "$prefix" || exit 1
|
||||
else
|
||||
case $prefix in
|
||||
*\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
|
||||
*) qprefix=$prefix;;
|
||||
esac
|
||||
prefixes="$prefixes '$qprefix'"
|
||||
fi
|
||||
fi
|
||||
prefix=$prefix/
|
||||
done
|
||||
|
||||
if test -n "$prefixes"; then
|
||||
# Don't fail if two instances are running concurrently.
|
||||
(umask $mkdir_umask &&
|
||||
eval "\$doit_exec \$mkdirprog $prefixes") ||
|
||||
test -d "$dstdir" || exit 1
|
||||
obsolete_mkdir_used=true
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
||||
if test -n "$dir_arg"; then
|
||||
{ test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
|
||||
{ test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
|
||||
{ test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false ||
|
||||
test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
|
||||
else
|
||||
|
||||
# Make a couple of temp file names in the proper directory.
|
||||
dsttmp=$dstdir/_inst.$$_
|
||||
rmtmp=$dstdir/_rm.$$_
|
||||
|
||||
# Trap to clean up those temp files at exit.
|
||||
trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
|
||||
|
||||
# Copy the file name to the temp name.
|
||||
(umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") &&
|
||||
|
||||
# and set any options; do chmod last to preserve setuid bits.
|
||||
#
|
||||
# If any of these fail, we abort the whole thing. If we want to
|
||||
# ignore errors from any of these, just make sure not to ignore
|
||||
# errors from the above "$doit $cpprog $src $dsttmp" command.
|
||||
#
|
||||
{ test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
|
||||
{ test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
|
||||
{ test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
|
||||
{ test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } &&
|
||||
|
||||
# If -C, don't bother to copy if it wouldn't change the file.
|
||||
if $copy_on_change &&
|
||||
old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` &&
|
||||
new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` &&
|
||||
|
||||
eval "$initialize_posix_glob" &&
|
||||
$posix_glob set -f &&
|
||||
set X $old && old=:$2:$4:$5:$6 &&
|
||||
set X $new && new=:$2:$4:$5:$6 &&
|
||||
$posix_glob set +f &&
|
||||
|
||||
test "$old" = "$new" &&
|
||||
$cmpprog "$dst" "$dsttmp" >/dev/null 2>&1
|
||||
then
|
||||
rm -f "$dsttmp"
|
||||
else
|
||||
# Rename the file to the real destination.
|
||||
$doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||
|
||||
|
||||
# The rename failed, perhaps because mv can't rename something else
|
||||
# to itself, or perhaps because mv is so ancient that it does not
|
||||
# support -f.
|
||||
{
|
||||
# Now remove or move aside any old file at destination location.
|
||||
# We try this two ways since rm can't unlink itself on some
|
||||
# systems and the destination file might be busy for other
|
||||
# reasons. In this case, the final cleanup might fail but the new
|
||||
# file should still install successfully.
|
||||
{
|
||||
test ! -f "$dst" ||
|
||||
$doit $rmcmd -f "$dst" 2>/dev/null ||
|
||||
{ $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
|
||||
{ $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }
|
||||
} ||
|
||||
{ echo "$0: cannot unlink or rename $dst" >&2
|
||||
(exit 1); exit 1
|
||||
}
|
||||
} &&
|
||||
|
||||
# Now rename the file to the real destination.
|
||||
$doit $mvcmd "$dsttmp" "$dst"
|
||||
}
|
||||
fi || exit 1
|
||||
|
||||
trap '' 0
|
||||
fi
|
||||
done
|
||||
|
||||
# Local variables:
|
||||
# eval: (add-hook 'write-file-hooks 'time-stamp)
|
||||
# time-stamp-start: "scriptversion="
|
||||
# time-stamp-format: "%:y-%02m-%02d.%02H"
|
||||
# time-stamp-end: "$"
|
||||
# End:
|
||||
@@ -0,0 +1,11 @@
|
||||
prefix=/usr
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: libfprint
|
||||
Description: Generic C API for fingerprint reader access
|
||||
Version: 0.1.0-pre
|
||||
Libs: -L${libdir} -lfprint
|
||||
Cflags: -I${includedir}/libfprint
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: libfprint
|
||||
Description: Generic C API for fingerprint reader access
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -lfprint
|
||||
Cflags: -I${includedir}/libfprint
|
||||
|
||||
@@ -0,0 +1,272 @@
|
||||
libfprint_la-aes2501.lo: drivers/aes2501.c /usr/include/errno.h \
|
||||
/usr/include/features.h /usr/include/sys/cdefs.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
|
||||
/usr/include/gnu/stubs-64.h /usr/include/bits/errno.h \
|
||||
/usr/include/linux/errno.h /usr/include/asm/errno.h \
|
||||
/usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \
|
||||
/usr/include/string.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h \
|
||||
/usr/include/bits/string.h /usr/include/bits/string2.h \
|
||||
/usr/include/endian.h /usr/include/bits/endian.h \
|
||||
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
|
||||
/usr/include/stdlib.h /usr/include/libusb-1.0/libusb.h \
|
||||
/usr/include/stdint.h /usr/include/bits/wchar.h /usr/include/sys/time.h \
|
||||
/usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \
|
||||
/usr/include/bits/select.h /usr/include/bits/sigset.h \
|
||||
/usr/include/sys/types.h /usr/include/sys/sysmacros.h \
|
||||
/usr/include/bits/pthreadtypes.h aeslib.h fp_internal.h ../config.h \
|
||||
/usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \
|
||||
/usr/include/glib-2.0/glib/gtypes.h \
|
||||
/usr/lib/glib-2.0/include/glibconfig.h \
|
||||
/usr/include/glib-2.0/glib/gmacros.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
|
||||
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
|
||||
/usr/include/bits/posix2_lim.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h \
|
||||
/usr/include/glib-2.0/glib/garray.h \
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h \
|
||||
/usr/include/glib-2.0/glib/gthread.h \
|
||||
/usr/include/glib-2.0/glib/gerror.h /usr/include/glib-2.0/glib/gquark.h \
|
||||
/usr/include/glib-2.0/glib/gutils.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h \
|
||||
/usr/include/glib-2.0/glib/gatomic.h \
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h \
|
||||
/usr/include/glib-2.0/glib/gbase64.h \
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h \
|
||||
/usr/include/glib-2.0/glib/gcache.h /usr/include/glib-2.0/glib/glist.h \
|
||||
/usr/include/glib-2.0/glib/gmem.h /usr/include/glib-2.0/glib/gslice.h \
|
||||
/usr/include/glib-2.0/glib/gchecksum.h \
|
||||
/usr/include/glib-2.0/glib/gcompletion.h \
|
||||
/usr/include/glib-2.0/glib/gconvert.h \
|
||||
/usr/include/glib-2.0/glib/gdataset.h \
|
||||
/usr/include/glib-2.0/glib/gdate.h /usr/include/glib-2.0/glib/gdir.h \
|
||||
/usr/include/glib-2.0/glib/gfileutils.h \
|
||||
/usr/include/glib-2.0/glib/ghash.h /usr/include/glib-2.0/glib/ghook.h \
|
||||
/usr/include/glib-2.0/glib/giochannel.h \
|
||||
/usr/include/glib-2.0/glib/gmain.h /usr/include/glib-2.0/glib/gslist.h \
|
||||
/usr/include/glib-2.0/glib/gstring.h \
|
||||
/usr/include/glib-2.0/glib/gunicode.h \
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h \
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h \
|
||||
/usr/include/glib-2.0/glib/gmarkup.h \
|
||||
/usr/include/glib-2.0/glib/gmessages.h \
|
||||
/usr/include/glib-2.0/glib/gnode.h /usr/include/glib-2.0/glib/goption.h \
|
||||
/usr/include/glib-2.0/glib/gpattern.h \
|
||||
/usr/include/glib-2.0/glib/gprimes.h \
|
||||
/usr/include/glib-2.0/glib/gqsort.h /usr/include/glib-2.0/glib/gqueue.h \
|
||||
/usr/include/glib-2.0/glib/grand.h /usr/include/glib-2.0/glib/grel.h \
|
||||
/usr/include/glib-2.0/glib/gregex.h \
|
||||
/usr/include/glib-2.0/glib/gscanner.h \
|
||||
/usr/include/glib-2.0/glib/gsequence.h \
|
||||
/usr/include/glib-2.0/glib/gshell.h /usr/include/glib-2.0/glib/gspawn.h \
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h \
|
||||
/usr/include/glib-2.0/glib/gtestutils.h \
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h \
|
||||
/usr/include/glib-2.0/glib/gtimer.h /usr/include/glib-2.0/glib/gtree.h \
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h fprint.h drivers/aes2501.h
|
||||
|
||||
/usr/include/errno.h:
|
||||
|
||||
/usr/include/features.h:
|
||||
|
||||
/usr/include/sys/cdefs.h:
|
||||
|
||||
/usr/include/bits/wordsize.h:
|
||||
|
||||
/usr/include/gnu/stubs.h:
|
||||
|
||||
/usr/include/gnu/stubs-64.h:
|
||||
|
||||
/usr/include/bits/errno.h:
|
||||
|
||||
/usr/include/linux/errno.h:
|
||||
|
||||
/usr/include/asm/errno.h:
|
||||
|
||||
/usr/include/asm-generic/errno.h:
|
||||
|
||||
/usr/include/asm-generic/errno-base.h:
|
||||
|
||||
/usr/include/string.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h:
|
||||
|
||||
/usr/include/bits/string.h:
|
||||
|
||||
/usr/include/bits/string2.h:
|
||||
|
||||
/usr/include/endian.h:
|
||||
|
||||
/usr/include/bits/endian.h:
|
||||
|
||||
/usr/include/bits/types.h:
|
||||
|
||||
/usr/include/bits/typesizes.h:
|
||||
|
||||
/usr/include/stdlib.h:
|
||||
|
||||
/usr/include/libusb-1.0/libusb.h:
|
||||
|
||||
/usr/include/stdint.h:
|
||||
|
||||
/usr/include/bits/wchar.h:
|
||||
|
||||
/usr/include/sys/time.h:
|
||||
|
||||
/usr/include/time.h:
|
||||
|
||||
/usr/include/bits/time.h:
|
||||
|
||||
/usr/include/sys/select.h:
|
||||
|
||||
/usr/include/bits/select.h:
|
||||
|
||||
/usr/include/bits/sigset.h:
|
||||
|
||||
/usr/include/sys/types.h:
|
||||
|
||||
/usr/include/sys/sysmacros.h:
|
||||
|
||||
/usr/include/bits/pthreadtypes.h:
|
||||
|
||||
aeslib.h:
|
||||
|
||||
fp_internal.h:
|
||||
|
||||
../config.h:
|
||||
|
||||
/usr/include/glib-2.0/glib.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/galloca.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtypes.h:
|
||||
|
||||
/usr/lib/glib-2.0/include/glibconfig.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmacros.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h:
|
||||
|
||||
/usr/include/limits.h:
|
||||
|
||||
/usr/include/bits/posix1_lim.h:
|
||||
|
||||
/usr/include/bits/local_lim.h:
|
||||
|
||||
/usr/include/linux/limits.h:
|
||||
|
||||
/usr/include/bits/posix2_lim.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/garray.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthread.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gerror.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gquark.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gutils.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gatomic.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbase64.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcache.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/glist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmem.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslice.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gchecksum.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcompletion.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gconvert.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdataset.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdate.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdir.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gfileutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghash.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghook.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/giochannel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmain.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstring.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gunicode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmarkup.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmessages.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gnode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/goption.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gpattern.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gprimes.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqsort.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grand.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gregex.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gscanner.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gsequence.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gshell.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gspawn.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtestutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtimer.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtree.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h:
|
||||
|
||||
fprint.h:
|
||||
|
||||
drivers/aes2501.h:
|
||||
@@ -0,0 +1,260 @@
|
||||
libfprint_la-aes4000.lo: drivers/aes4000.c /usr/include/errno.h \
|
||||
/usr/include/features.h /usr/include/sys/cdefs.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
|
||||
/usr/include/gnu/stubs-64.h /usr/include/bits/errno.h \
|
||||
/usr/include/linux/errno.h /usr/include/asm/errno.h \
|
||||
/usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \
|
||||
/usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \
|
||||
/usr/include/glib-2.0/glib/gtypes.h \
|
||||
/usr/lib/glib-2.0/include/glibconfig.h \
|
||||
/usr/include/glib-2.0/glib/gmacros.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
|
||||
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
|
||||
/usr/include/bits/posix2_lim.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h \
|
||||
/usr/include/glib-2.0/glib/garray.h \
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h \
|
||||
/usr/include/glib-2.0/glib/gthread.h \
|
||||
/usr/include/glib-2.0/glib/gerror.h /usr/include/glib-2.0/glib/gquark.h \
|
||||
/usr/include/glib-2.0/glib/gutils.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h \
|
||||
/usr/include/glib-2.0/glib/gatomic.h \
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h \
|
||||
/usr/include/glib-2.0/glib/gbase64.h \
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h /usr/include/time.h \
|
||||
/usr/include/bits/time.h /usr/include/bits/types.h \
|
||||
/usr/include/bits/typesizes.h /usr/include/glib-2.0/glib/gcache.h \
|
||||
/usr/include/glib-2.0/glib/glist.h /usr/include/glib-2.0/glib/gmem.h \
|
||||
/usr/include/glib-2.0/glib/gslice.h \
|
||||
/usr/include/glib-2.0/glib/gchecksum.h \
|
||||
/usr/include/glib-2.0/glib/gcompletion.h \
|
||||
/usr/include/glib-2.0/glib/gconvert.h \
|
||||
/usr/include/glib-2.0/glib/gdataset.h \
|
||||
/usr/include/glib-2.0/glib/gdate.h /usr/include/glib-2.0/glib/gdir.h \
|
||||
/usr/include/glib-2.0/glib/gfileutils.h \
|
||||
/usr/include/glib-2.0/glib/ghash.h /usr/include/glib-2.0/glib/ghook.h \
|
||||
/usr/include/glib-2.0/glib/giochannel.h \
|
||||
/usr/include/glib-2.0/glib/gmain.h /usr/include/glib-2.0/glib/gslist.h \
|
||||
/usr/include/glib-2.0/glib/gstring.h \
|
||||
/usr/include/glib-2.0/glib/gunicode.h \
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h \
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h \
|
||||
/usr/include/glib-2.0/glib/gmarkup.h \
|
||||
/usr/include/glib-2.0/glib/gmessages.h \
|
||||
/usr/include/glib-2.0/glib/gnode.h /usr/include/glib-2.0/glib/goption.h \
|
||||
/usr/include/glib-2.0/glib/gpattern.h \
|
||||
/usr/include/glib-2.0/glib/gprimes.h \
|
||||
/usr/include/glib-2.0/glib/gqsort.h /usr/include/glib-2.0/glib/gqueue.h \
|
||||
/usr/include/glib-2.0/glib/grand.h /usr/include/glib-2.0/glib/grel.h \
|
||||
/usr/include/glib-2.0/glib/gregex.h \
|
||||
/usr/include/glib-2.0/glib/gscanner.h \
|
||||
/usr/include/glib-2.0/glib/gsequence.h \
|
||||
/usr/include/glib-2.0/glib/gshell.h /usr/include/glib-2.0/glib/gspawn.h \
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h \
|
||||
/usr/include/glib-2.0/glib/gtestutils.h \
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h \
|
||||
/usr/include/glib-2.0/glib/gtimer.h /usr/include/glib-2.0/glib/gtree.h \
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h /usr/include/libusb-1.0/libusb.h \
|
||||
/usr/include/endian.h /usr/include/bits/endian.h /usr/include/stdint.h \
|
||||
/usr/include/bits/wchar.h /usr/include/sys/time.h \
|
||||
/usr/include/sys/select.h /usr/include/bits/select.h \
|
||||
/usr/include/bits/sigset.h /usr/include/sys/types.h \
|
||||
/usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h aeslib.h \
|
||||
fp_internal.h ../config.h fprint.h
|
||||
|
||||
/usr/include/errno.h:
|
||||
|
||||
/usr/include/features.h:
|
||||
|
||||
/usr/include/sys/cdefs.h:
|
||||
|
||||
/usr/include/bits/wordsize.h:
|
||||
|
||||
/usr/include/gnu/stubs.h:
|
||||
|
||||
/usr/include/gnu/stubs-64.h:
|
||||
|
||||
/usr/include/bits/errno.h:
|
||||
|
||||
/usr/include/linux/errno.h:
|
||||
|
||||
/usr/include/asm/errno.h:
|
||||
|
||||
/usr/include/asm-generic/errno.h:
|
||||
|
||||
/usr/include/asm-generic/errno-base.h:
|
||||
|
||||
/usr/include/glib-2.0/glib.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/galloca.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtypes.h:
|
||||
|
||||
/usr/lib/glib-2.0/include/glibconfig.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmacros.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h:
|
||||
|
||||
/usr/include/limits.h:
|
||||
|
||||
/usr/include/bits/posix1_lim.h:
|
||||
|
||||
/usr/include/bits/local_lim.h:
|
||||
|
||||
/usr/include/linux/limits.h:
|
||||
|
||||
/usr/include/bits/posix2_lim.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/garray.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthread.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gerror.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gquark.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gutils.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gatomic.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbase64.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h:
|
||||
|
||||
/usr/include/time.h:
|
||||
|
||||
/usr/include/bits/time.h:
|
||||
|
||||
/usr/include/bits/types.h:
|
||||
|
||||
/usr/include/bits/typesizes.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcache.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/glist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmem.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslice.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gchecksum.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcompletion.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gconvert.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdataset.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdate.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdir.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gfileutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghash.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghook.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/giochannel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmain.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstring.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gunicode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmarkup.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmessages.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gnode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/goption.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gpattern.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gprimes.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqsort.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grand.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gregex.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gscanner.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gsequence.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gshell.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gspawn.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtestutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtimer.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtree.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h:
|
||||
|
||||
/usr/include/libusb-1.0/libusb.h:
|
||||
|
||||
/usr/include/endian.h:
|
||||
|
||||
/usr/include/bits/endian.h:
|
||||
|
||||
/usr/include/stdint.h:
|
||||
|
||||
/usr/include/bits/wchar.h:
|
||||
|
||||
/usr/include/sys/time.h:
|
||||
|
||||
/usr/include/sys/select.h:
|
||||
|
||||
/usr/include/bits/select.h:
|
||||
|
||||
/usr/include/bits/sigset.h:
|
||||
|
||||
/usr/include/sys/types.h:
|
||||
|
||||
/usr/include/sys/sysmacros.h:
|
||||
|
||||
/usr/include/bits/pthreadtypes.h:
|
||||
|
||||
aeslib.h:
|
||||
|
||||
fp_internal.h:
|
||||
|
||||
../config.h:
|
||||
|
||||
fprint.h:
|
||||
@@ -0,0 +1,263 @@
|
||||
libfprint_la-aeslib.lo: aeslib.c /usr/include/errno.h \
|
||||
/usr/include/features.h /usr/include/sys/cdefs.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
|
||||
/usr/include/gnu/stubs-64.h /usr/include/bits/errno.h \
|
||||
/usr/include/linux/errno.h /usr/include/asm/errno.h \
|
||||
/usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \
|
||||
/usr/include/libusb-1.0/libusb.h /usr/include/endian.h \
|
||||
/usr/include/bits/endian.h /usr/include/stdint.h \
|
||||
/usr/include/bits/wchar.h /usr/include/sys/time.h \
|
||||
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
|
||||
/usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \
|
||||
/usr/include/bits/select.h /usr/include/bits/sigset.h \
|
||||
/usr/include/sys/types.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h \
|
||||
/usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
|
||||
/usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \
|
||||
/usr/include/glib-2.0/glib/gtypes.h \
|
||||
/usr/lib/glib-2.0/include/glibconfig.h \
|
||||
/usr/include/glib-2.0/glib/gmacros.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
|
||||
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
|
||||
/usr/include/bits/posix2_lim.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h \
|
||||
/usr/include/glib-2.0/glib/garray.h \
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h \
|
||||
/usr/include/glib-2.0/glib/gthread.h \
|
||||
/usr/include/glib-2.0/glib/gerror.h /usr/include/glib-2.0/glib/gquark.h \
|
||||
/usr/include/glib-2.0/glib/gutils.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h \
|
||||
/usr/include/glib-2.0/glib/gatomic.h \
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h \
|
||||
/usr/include/glib-2.0/glib/gbase64.h \
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h \
|
||||
/usr/include/glib-2.0/glib/gcache.h /usr/include/glib-2.0/glib/glist.h \
|
||||
/usr/include/glib-2.0/glib/gmem.h /usr/include/glib-2.0/glib/gslice.h \
|
||||
/usr/include/glib-2.0/glib/gchecksum.h \
|
||||
/usr/include/glib-2.0/glib/gcompletion.h \
|
||||
/usr/include/glib-2.0/glib/gconvert.h \
|
||||
/usr/include/glib-2.0/glib/gdataset.h \
|
||||
/usr/include/glib-2.0/glib/gdate.h /usr/include/glib-2.0/glib/gdir.h \
|
||||
/usr/include/glib-2.0/glib/gfileutils.h \
|
||||
/usr/include/glib-2.0/glib/ghash.h /usr/include/glib-2.0/glib/ghook.h \
|
||||
/usr/include/glib-2.0/glib/giochannel.h \
|
||||
/usr/include/glib-2.0/glib/gmain.h /usr/include/glib-2.0/glib/gslist.h \
|
||||
/usr/include/glib-2.0/glib/gstring.h \
|
||||
/usr/include/glib-2.0/glib/gunicode.h \
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h \
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h \
|
||||
/usr/include/glib-2.0/glib/gmarkup.h \
|
||||
/usr/include/glib-2.0/glib/gmessages.h \
|
||||
/usr/include/glib-2.0/glib/gnode.h /usr/include/glib-2.0/glib/goption.h \
|
||||
/usr/include/glib-2.0/glib/gpattern.h \
|
||||
/usr/include/glib-2.0/glib/gprimes.h \
|
||||
/usr/include/glib-2.0/glib/gqsort.h /usr/include/glib-2.0/glib/gqueue.h \
|
||||
/usr/include/glib-2.0/glib/grand.h /usr/include/glib-2.0/glib/grel.h \
|
||||
/usr/include/glib-2.0/glib/gregex.h \
|
||||
/usr/include/glib-2.0/glib/gscanner.h \
|
||||
/usr/include/glib-2.0/glib/gsequence.h \
|
||||
/usr/include/glib-2.0/glib/gshell.h /usr/include/glib-2.0/glib/gspawn.h \
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h \
|
||||
/usr/include/glib-2.0/glib/gtestutils.h \
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h \
|
||||
/usr/include/glib-2.0/glib/gtimer.h /usr/include/glib-2.0/glib/gtree.h \
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h fp_internal.h ../config.h \
|
||||
fprint.h aeslib.h fp_internal.h
|
||||
|
||||
/usr/include/errno.h:
|
||||
|
||||
/usr/include/features.h:
|
||||
|
||||
/usr/include/sys/cdefs.h:
|
||||
|
||||
/usr/include/bits/wordsize.h:
|
||||
|
||||
/usr/include/gnu/stubs.h:
|
||||
|
||||
/usr/include/gnu/stubs-64.h:
|
||||
|
||||
/usr/include/bits/errno.h:
|
||||
|
||||
/usr/include/linux/errno.h:
|
||||
|
||||
/usr/include/asm/errno.h:
|
||||
|
||||
/usr/include/asm-generic/errno.h:
|
||||
|
||||
/usr/include/asm-generic/errno-base.h:
|
||||
|
||||
/usr/include/libusb-1.0/libusb.h:
|
||||
|
||||
/usr/include/endian.h:
|
||||
|
||||
/usr/include/bits/endian.h:
|
||||
|
||||
/usr/include/stdint.h:
|
||||
|
||||
/usr/include/bits/wchar.h:
|
||||
|
||||
/usr/include/sys/time.h:
|
||||
|
||||
/usr/include/bits/types.h:
|
||||
|
||||
/usr/include/bits/typesizes.h:
|
||||
|
||||
/usr/include/time.h:
|
||||
|
||||
/usr/include/bits/time.h:
|
||||
|
||||
/usr/include/sys/select.h:
|
||||
|
||||
/usr/include/bits/select.h:
|
||||
|
||||
/usr/include/bits/sigset.h:
|
||||
|
||||
/usr/include/sys/types.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h:
|
||||
|
||||
/usr/include/sys/sysmacros.h:
|
||||
|
||||
/usr/include/bits/pthreadtypes.h:
|
||||
|
||||
/usr/include/glib-2.0/glib.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/galloca.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtypes.h:
|
||||
|
||||
/usr/lib/glib-2.0/include/glibconfig.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmacros.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h:
|
||||
|
||||
/usr/include/limits.h:
|
||||
|
||||
/usr/include/bits/posix1_lim.h:
|
||||
|
||||
/usr/include/bits/local_lim.h:
|
||||
|
||||
/usr/include/linux/limits.h:
|
||||
|
||||
/usr/include/bits/posix2_lim.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/garray.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthread.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gerror.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gquark.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gutils.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gatomic.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbase64.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcache.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/glist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmem.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslice.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gchecksum.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcompletion.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gconvert.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdataset.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdate.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdir.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gfileutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghash.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghook.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/giochannel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmain.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstring.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gunicode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmarkup.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmessages.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gnode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/goption.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gpattern.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gprimes.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqsort.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grand.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gregex.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gscanner.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gsequence.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gshell.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gspawn.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtestutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtimer.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtree.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h:
|
||||
|
||||
fp_internal.h:
|
||||
|
||||
../config.h:
|
||||
|
||||
fprint.h:
|
||||
|
||||
aeslib.h:
|
||||
|
||||
fp_internal.h:
|
||||
@@ -0,0 +1,265 @@
|
||||
libfprint_la-async.lo: async.c ../config.h /usr/include/errno.h \
|
||||
/usr/include/features.h /usr/include/sys/cdefs.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
|
||||
/usr/include/gnu/stubs-64.h /usr/include/bits/errno.h \
|
||||
/usr/include/linux/errno.h /usr/include/asm/errno.h \
|
||||
/usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \
|
||||
/usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \
|
||||
/usr/include/glib-2.0/glib/gtypes.h \
|
||||
/usr/lib/glib-2.0/include/glibconfig.h \
|
||||
/usr/include/glib-2.0/glib/gmacros.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
|
||||
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
|
||||
/usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \
|
||||
/usr/include/bits/stdio_lim.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h \
|
||||
/usr/include/glib-2.0/glib/garray.h \
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h \
|
||||
/usr/include/glib-2.0/glib/gthread.h \
|
||||
/usr/include/glib-2.0/glib/gerror.h /usr/include/glib-2.0/glib/gquark.h \
|
||||
/usr/include/glib-2.0/glib/gutils.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h \
|
||||
/usr/include/glib-2.0/glib/gatomic.h \
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h \
|
||||
/usr/include/glib-2.0/glib/gbase64.h \
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h /usr/include/time.h \
|
||||
/usr/include/bits/time.h /usr/include/bits/types.h \
|
||||
/usr/include/bits/typesizes.h /usr/include/xlocale.h \
|
||||
/usr/include/glib-2.0/glib/gcache.h /usr/include/glib-2.0/glib/glist.h \
|
||||
/usr/include/glib-2.0/glib/gmem.h /usr/include/glib-2.0/glib/gslice.h \
|
||||
/usr/include/glib-2.0/glib/gchecksum.h \
|
||||
/usr/include/glib-2.0/glib/gcompletion.h \
|
||||
/usr/include/glib-2.0/glib/gconvert.h \
|
||||
/usr/include/glib-2.0/glib/gdataset.h \
|
||||
/usr/include/glib-2.0/glib/gdate.h /usr/include/glib-2.0/glib/gdir.h \
|
||||
/usr/include/glib-2.0/glib/gfileutils.h \
|
||||
/usr/include/glib-2.0/glib/ghash.h /usr/include/glib-2.0/glib/ghook.h \
|
||||
/usr/include/glib-2.0/glib/giochannel.h \
|
||||
/usr/include/glib-2.0/glib/gmain.h /usr/include/glib-2.0/glib/gslist.h \
|
||||
/usr/include/glib-2.0/glib/gstring.h \
|
||||
/usr/include/glib-2.0/glib/gunicode.h \
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h \
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h \
|
||||
/usr/include/glib-2.0/glib/gmarkup.h \
|
||||
/usr/include/glib-2.0/glib/gmessages.h \
|
||||
/usr/include/glib-2.0/glib/gnode.h /usr/include/glib-2.0/glib/goption.h \
|
||||
/usr/include/glib-2.0/glib/gpattern.h \
|
||||
/usr/include/glib-2.0/glib/gprimes.h \
|
||||
/usr/include/glib-2.0/glib/gqsort.h /usr/include/glib-2.0/glib/gqueue.h \
|
||||
/usr/include/glib-2.0/glib/grand.h /usr/include/glib-2.0/glib/grel.h \
|
||||
/usr/include/glib-2.0/glib/gregex.h \
|
||||
/usr/include/glib-2.0/glib/gscanner.h \
|
||||
/usr/include/glib-2.0/glib/gsequence.h \
|
||||
/usr/include/glib-2.0/glib/gshell.h /usr/include/glib-2.0/glib/gspawn.h \
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h \
|
||||
/usr/include/glib-2.0/glib/gtestutils.h \
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h \
|
||||
/usr/include/glib-2.0/glib/gtimer.h /usr/include/glib-2.0/glib/gtree.h \
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h fp_internal.h \
|
||||
/usr/include/stdint.h /usr/include/bits/wchar.h \
|
||||
/usr/include/libusb-1.0/libusb.h /usr/include/endian.h \
|
||||
/usr/include/bits/endian.h /usr/include/sys/time.h \
|
||||
/usr/include/sys/select.h /usr/include/bits/select.h \
|
||||
/usr/include/bits/sigset.h /usr/include/sys/types.h \
|
||||
/usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h fprint.h
|
||||
|
||||
../config.h:
|
||||
|
||||
/usr/include/errno.h:
|
||||
|
||||
/usr/include/features.h:
|
||||
|
||||
/usr/include/sys/cdefs.h:
|
||||
|
||||
/usr/include/bits/wordsize.h:
|
||||
|
||||
/usr/include/gnu/stubs.h:
|
||||
|
||||
/usr/include/gnu/stubs-64.h:
|
||||
|
||||
/usr/include/bits/errno.h:
|
||||
|
||||
/usr/include/linux/errno.h:
|
||||
|
||||
/usr/include/asm/errno.h:
|
||||
|
||||
/usr/include/asm-generic/errno.h:
|
||||
|
||||
/usr/include/asm-generic/errno-base.h:
|
||||
|
||||
/usr/include/glib-2.0/glib.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/galloca.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtypes.h:
|
||||
|
||||
/usr/lib/glib-2.0/include/glibconfig.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmacros.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h:
|
||||
|
||||
/usr/include/limits.h:
|
||||
|
||||
/usr/include/bits/posix1_lim.h:
|
||||
|
||||
/usr/include/bits/local_lim.h:
|
||||
|
||||
/usr/include/linux/limits.h:
|
||||
|
||||
/usr/include/bits/posix2_lim.h:
|
||||
|
||||
/usr/include/bits/xopen_lim.h:
|
||||
|
||||
/usr/include/bits/stdio_lim.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/garray.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthread.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gerror.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gquark.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gutils.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gatomic.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbase64.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h:
|
||||
|
||||
/usr/include/time.h:
|
||||
|
||||
/usr/include/bits/time.h:
|
||||
|
||||
/usr/include/bits/types.h:
|
||||
|
||||
/usr/include/bits/typesizes.h:
|
||||
|
||||
/usr/include/xlocale.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcache.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/glist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmem.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslice.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gchecksum.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcompletion.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gconvert.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdataset.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdate.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdir.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gfileutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghash.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghook.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/giochannel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmain.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstring.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gunicode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmarkup.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmessages.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gnode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/goption.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gpattern.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gprimes.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqsort.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grand.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gregex.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gscanner.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gsequence.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gshell.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gspawn.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtestutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtimer.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtree.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h:
|
||||
|
||||
fp_internal.h:
|
||||
|
||||
/usr/include/stdint.h:
|
||||
|
||||
/usr/include/bits/wchar.h:
|
||||
|
||||
/usr/include/libusb-1.0/libusb.h:
|
||||
|
||||
/usr/include/endian.h:
|
||||
|
||||
/usr/include/bits/endian.h:
|
||||
|
||||
/usr/include/sys/time.h:
|
||||
|
||||
/usr/include/sys/select.h:
|
||||
|
||||
/usr/include/bits/select.h:
|
||||
|
||||
/usr/include/bits/sigset.h:
|
||||
|
||||
/usr/include/sys/types.h:
|
||||
|
||||
/usr/include/sys/sysmacros.h:
|
||||
|
||||
/usr/include/bits/pthreadtypes.h:
|
||||
|
||||
fprint.h:
|
||||
@@ -0,0 +1,290 @@
|
||||
libfprint_la-binar.lo: nbis/mindtct/binar.c /usr/include/stdio.h \
|
||||
/usr/include/features.h /usr/include/sys/cdefs.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
|
||||
/usr/include/gnu/stubs-64.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h \
|
||||
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
|
||||
/usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h \
|
||||
/usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
|
||||
/usr/include/bits/stdio.h /usr/include/stdlib.h \
|
||||
/usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \
|
||||
/usr/include/bits/endian.h /usr/include/sys/select.h \
|
||||
/usr/include/bits/select.h /usr/include/bits/sigset.h \
|
||||
/usr/include/bits/time.h /usr/include/sys/sysmacros.h \
|
||||
/usr/include/bits/pthreadtypes.h /usr/include/alloca.h \
|
||||
nbis/include/lfs.h /usr/include/math.h /usr/include/bits/huge_val.h \
|
||||
/usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \
|
||||
/usr/include/bits/inf.h /usr/include/bits/nan.h \
|
||||
/usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \
|
||||
/usr/include/bits/mathinline.h fp_internal.h ../config.h \
|
||||
/usr/include/stdint.h /usr/include/bits/wchar.h \
|
||||
/usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \
|
||||
/usr/include/glib-2.0/glib/gtypes.h \
|
||||
/usr/lib/glib-2.0/include/glibconfig.h \
|
||||
/usr/include/glib-2.0/glib/gmacros.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
|
||||
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
|
||||
/usr/include/bits/posix2_lim.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h \
|
||||
/usr/include/glib-2.0/glib/garray.h \
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h \
|
||||
/usr/include/glib-2.0/glib/gthread.h \
|
||||
/usr/include/glib-2.0/glib/gerror.h /usr/include/glib-2.0/glib/gquark.h \
|
||||
/usr/include/glib-2.0/glib/gutils.h \
|
||||
/usr/include/glib-2.0/glib/gatomic.h \
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h \
|
||||
/usr/include/glib-2.0/glib/gbase64.h \
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h \
|
||||
/usr/include/glib-2.0/glib/gcache.h /usr/include/glib-2.0/glib/glist.h \
|
||||
/usr/include/glib-2.0/glib/gmem.h /usr/include/glib-2.0/glib/gslice.h \
|
||||
/usr/include/glib-2.0/glib/gchecksum.h \
|
||||
/usr/include/glib-2.0/glib/gcompletion.h \
|
||||
/usr/include/glib-2.0/glib/gconvert.h \
|
||||
/usr/include/glib-2.0/glib/gdataset.h \
|
||||
/usr/include/glib-2.0/glib/gdate.h /usr/include/glib-2.0/glib/gdir.h \
|
||||
/usr/include/glib-2.0/glib/gfileutils.h \
|
||||
/usr/include/glib-2.0/glib/ghash.h /usr/include/glib-2.0/glib/ghook.h \
|
||||
/usr/include/glib-2.0/glib/giochannel.h \
|
||||
/usr/include/glib-2.0/glib/gmain.h /usr/include/glib-2.0/glib/gslist.h \
|
||||
/usr/include/glib-2.0/glib/gstring.h \
|
||||
/usr/include/glib-2.0/glib/gunicode.h \
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h \
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h \
|
||||
/usr/include/glib-2.0/glib/gmarkup.h \
|
||||
/usr/include/glib-2.0/glib/gmessages.h \
|
||||
/usr/include/glib-2.0/glib/gnode.h /usr/include/glib-2.0/glib/goption.h \
|
||||
/usr/include/glib-2.0/glib/gpattern.h \
|
||||
/usr/include/glib-2.0/glib/gprimes.h \
|
||||
/usr/include/glib-2.0/glib/gqsort.h /usr/include/glib-2.0/glib/gqueue.h \
|
||||
/usr/include/glib-2.0/glib/grand.h /usr/include/glib-2.0/glib/grel.h \
|
||||
/usr/include/glib-2.0/glib/gregex.h \
|
||||
/usr/include/glib-2.0/glib/gscanner.h \
|
||||
/usr/include/glib-2.0/glib/gsequence.h \
|
||||
/usr/include/glib-2.0/glib/gshell.h /usr/include/glib-2.0/glib/gspawn.h \
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h \
|
||||
/usr/include/glib-2.0/glib/gtestutils.h \
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h \
|
||||
/usr/include/glib-2.0/glib/gtimer.h /usr/include/glib-2.0/glib/gtree.h \
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h /usr/include/libusb-1.0/libusb.h \
|
||||
/usr/include/sys/time.h fprint.h
|
||||
|
||||
/usr/include/stdio.h:
|
||||
|
||||
/usr/include/features.h:
|
||||
|
||||
/usr/include/sys/cdefs.h:
|
||||
|
||||
/usr/include/bits/wordsize.h:
|
||||
|
||||
/usr/include/gnu/stubs.h:
|
||||
|
||||
/usr/include/gnu/stubs-64.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h:
|
||||
|
||||
/usr/include/bits/types.h:
|
||||
|
||||
/usr/include/bits/typesizes.h:
|
||||
|
||||
/usr/include/libio.h:
|
||||
|
||||
/usr/include/_G_config.h:
|
||||
|
||||
/usr/include/wchar.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h:
|
||||
|
||||
/usr/include/bits/stdio_lim.h:
|
||||
|
||||
/usr/include/bits/sys_errlist.h:
|
||||
|
||||
/usr/include/bits/stdio.h:
|
||||
|
||||
/usr/include/stdlib.h:
|
||||
|
||||
/usr/include/sys/types.h:
|
||||
|
||||
/usr/include/time.h:
|
||||
|
||||
/usr/include/endian.h:
|
||||
|
||||
/usr/include/bits/endian.h:
|
||||
|
||||
/usr/include/sys/select.h:
|
||||
|
||||
/usr/include/bits/select.h:
|
||||
|
||||
/usr/include/bits/sigset.h:
|
||||
|
||||
/usr/include/bits/time.h:
|
||||
|
||||
/usr/include/sys/sysmacros.h:
|
||||
|
||||
/usr/include/bits/pthreadtypes.h:
|
||||
|
||||
/usr/include/alloca.h:
|
||||
|
||||
nbis/include/lfs.h:
|
||||
|
||||
/usr/include/math.h:
|
||||
|
||||
/usr/include/bits/huge_val.h:
|
||||
|
||||
/usr/include/bits/huge_valf.h:
|
||||
|
||||
/usr/include/bits/huge_vall.h:
|
||||
|
||||
/usr/include/bits/inf.h:
|
||||
|
||||
/usr/include/bits/nan.h:
|
||||
|
||||
/usr/include/bits/mathdef.h:
|
||||
|
||||
/usr/include/bits/mathcalls.h:
|
||||
|
||||
/usr/include/bits/mathinline.h:
|
||||
|
||||
fp_internal.h:
|
||||
|
||||
../config.h:
|
||||
|
||||
/usr/include/stdint.h:
|
||||
|
||||
/usr/include/bits/wchar.h:
|
||||
|
||||
/usr/include/glib-2.0/glib.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/galloca.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtypes.h:
|
||||
|
||||
/usr/lib/glib-2.0/include/glibconfig.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmacros.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h:
|
||||
|
||||
/usr/include/limits.h:
|
||||
|
||||
/usr/include/bits/posix1_lim.h:
|
||||
|
||||
/usr/include/bits/local_lim.h:
|
||||
|
||||
/usr/include/linux/limits.h:
|
||||
|
||||
/usr/include/bits/posix2_lim.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/garray.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthread.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gerror.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gquark.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gatomic.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbase64.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcache.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/glist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmem.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslice.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gchecksum.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcompletion.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gconvert.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdataset.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdate.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdir.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gfileutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghash.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghook.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/giochannel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmain.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstring.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gunicode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmarkup.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmessages.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gnode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/goption.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gpattern.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gprimes.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqsort.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grand.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gregex.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gscanner.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gsequence.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gshell.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gspawn.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtestutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtimer.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtree.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h:
|
||||
|
||||
/usr/include/libusb-1.0/libusb.h:
|
||||
|
||||
/usr/include/sys/time.h:
|
||||
|
||||
fprint.h:
|
||||
@@ -0,0 +1,298 @@
|
||||
libfprint_la-block.lo: nbis/mindtct/block.c /usr/include/stdio.h \
|
||||
/usr/include/features.h /usr/include/sys/cdefs.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
|
||||
/usr/include/gnu/stubs-64.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h \
|
||||
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
|
||||
/usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h \
|
||||
/usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
|
||||
/usr/include/bits/stdio.h /usr/include/stdlib.h \
|
||||
/usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \
|
||||
/usr/include/bits/endian.h /usr/include/sys/select.h \
|
||||
/usr/include/bits/select.h /usr/include/bits/sigset.h \
|
||||
/usr/include/bits/time.h /usr/include/sys/sysmacros.h \
|
||||
/usr/include/bits/pthreadtypes.h /usr/include/alloca.h \
|
||||
/usr/include/string.h /usr/include/bits/string.h \
|
||||
/usr/include/bits/string2.h nbis/include/lfs.h /usr/include/math.h \
|
||||
/usr/include/bits/huge_val.h /usr/include/bits/huge_valf.h \
|
||||
/usr/include/bits/huge_vall.h /usr/include/bits/inf.h \
|
||||
/usr/include/bits/nan.h /usr/include/bits/mathdef.h \
|
||||
/usr/include/bits/mathcalls.h /usr/include/bits/mathinline.h \
|
||||
fp_internal.h ../config.h /usr/include/stdint.h \
|
||||
/usr/include/bits/wchar.h /usr/include/glib-2.0/glib.h \
|
||||
/usr/include/glib-2.0/glib/galloca.h \
|
||||
/usr/include/glib-2.0/glib/gtypes.h \
|
||||
/usr/lib/glib-2.0/include/glibconfig.h \
|
||||
/usr/include/glib-2.0/glib/gmacros.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
|
||||
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
|
||||
/usr/include/bits/posix2_lim.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h \
|
||||
/usr/include/glib-2.0/glib/garray.h \
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h \
|
||||
/usr/include/glib-2.0/glib/gthread.h \
|
||||
/usr/include/glib-2.0/glib/gerror.h /usr/include/glib-2.0/glib/gquark.h \
|
||||
/usr/include/glib-2.0/glib/gutils.h \
|
||||
/usr/include/glib-2.0/glib/gatomic.h \
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h \
|
||||
/usr/include/glib-2.0/glib/gbase64.h \
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h \
|
||||
/usr/include/glib-2.0/glib/gcache.h /usr/include/glib-2.0/glib/glist.h \
|
||||
/usr/include/glib-2.0/glib/gmem.h /usr/include/glib-2.0/glib/gslice.h \
|
||||
/usr/include/glib-2.0/glib/gchecksum.h \
|
||||
/usr/include/glib-2.0/glib/gcompletion.h \
|
||||
/usr/include/glib-2.0/glib/gconvert.h \
|
||||
/usr/include/glib-2.0/glib/gdataset.h \
|
||||
/usr/include/glib-2.0/glib/gdate.h /usr/include/glib-2.0/glib/gdir.h \
|
||||
/usr/include/glib-2.0/glib/gfileutils.h \
|
||||
/usr/include/glib-2.0/glib/ghash.h /usr/include/glib-2.0/glib/ghook.h \
|
||||
/usr/include/glib-2.0/glib/giochannel.h \
|
||||
/usr/include/glib-2.0/glib/gmain.h /usr/include/glib-2.0/glib/gslist.h \
|
||||
/usr/include/glib-2.0/glib/gstring.h \
|
||||
/usr/include/glib-2.0/glib/gunicode.h \
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h \
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h \
|
||||
/usr/include/glib-2.0/glib/gmarkup.h \
|
||||
/usr/include/glib-2.0/glib/gmessages.h \
|
||||
/usr/include/glib-2.0/glib/gnode.h /usr/include/glib-2.0/glib/goption.h \
|
||||
/usr/include/glib-2.0/glib/gpattern.h \
|
||||
/usr/include/glib-2.0/glib/gprimes.h \
|
||||
/usr/include/glib-2.0/glib/gqsort.h /usr/include/glib-2.0/glib/gqueue.h \
|
||||
/usr/include/glib-2.0/glib/grand.h /usr/include/glib-2.0/glib/grel.h \
|
||||
/usr/include/glib-2.0/glib/gregex.h \
|
||||
/usr/include/glib-2.0/glib/gscanner.h \
|
||||
/usr/include/glib-2.0/glib/gsequence.h \
|
||||
/usr/include/glib-2.0/glib/gshell.h /usr/include/glib-2.0/glib/gspawn.h \
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h \
|
||||
/usr/include/glib-2.0/glib/gtestutils.h \
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h \
|
||||
/usr/include/glib-2.0/glib/gtimer.h /usr/include/glib-2.0/glib/gtree.h \
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h /usr/include/libusb-1.0/libusb.h \
|
||||
/usr/include/sys/time.h fprint.h
|
||||
|
||||
/usr/include/stdio.h:
|
||||
|
||||
/usr/include/features.h:
|
||||
|
||||
/usr/include/sys/cdefs.h:
|
||||
|
||||
/usr/include/bits/wordsize.h:
|
||||
|
||||
/usr/include/gnu/stubs.h:
|
||||
|
||||
/usr/include/gnu/stubs-64.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h:
|
||||
|
||||
/usr/include/bits/types.h:
|
||||
|
||||
/usr/include/bits/typesizes.h:
|
||||
|
||||
/usr/include/libio.h:
|
||||
|
||||
/usr/include/_G_config.h:
|
||||
|
||||
/usr/include/wchar.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h:
|
||||
|
||||
/usr/include/bits/stdio_lim.h:
|
||||
|
||||
/usr/include/bits/sys_errlist.h:
|
||||
|
||||
/usr/include/bits/stdio.h:
|
||||
|
||||
/usr/include/stdlib.h:
|
||||
|
||||
/usr/include/sys/types.h:
|
||||
|
||||
/usr/include/time.h:
|
||||
|
||||
/usr/include/endian.h:
|
||||
|
||||
/usr/include/bits/endian.h:
|
||||
|
||||
/usr/include/sys/select.h:
|
||||
|
||||
/usr/include/bits/select.h:
|
||||
|
||||
/usr/include/bits/sigset.h:
|
||||
|
||||
/usr/include/bits/time.h:
|
||||
|
||||
/usr/include/sys/sysmacros.h:
|
||||
|
||||
/usr/include/bits/pthreadtypes.h:
|
||||
|
||||
/usr/include/alloca.h:
|
||||
|
||||
/usr/include/string.h:
|
||||
|
||||
/usr/include/bits/string.h:
|
||||
|
||||
/usr/include/bits/string2.h:
|
||||
|
||||
nbis/include/lfs.h:
|
||||
|
||||
/usr/include/math.h:
|
||||
|
||||
/usr/include/bits/huge_val.h:
|
||||
|
||||
/usr/include/bits/huge_valf.h:
|
||||
|
||||
/usr/include/bits/huge_vall.h:
|
||||
|
||||
/usr/include/bits/inf.h:
|
||||
|
||||
/usr/include/bits/nan.h:
|
||||
|
||||
/usr/include/bits/mathdef.h:
|
||||
|
||||
/usr/include/bits/mathcalls.h:
|
||||
|
||||
/usr/include/bits/mathinline.h:
|
||||
|
||||
fp_internal.h:
|
||||
|
||||
../config.h:
|
||||
|
||||
/usr/include/stdint.h:
|
||||
|
||||
/usr/include/bits/wchar.h:
|
||||
|
||||
/usr/include/glib-2.0/glib.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/galloca.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtypes.h:
|
||||
|
||||
/usr/lib/glib-2.0/include/glibconfig.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmacros.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h:
|
||||
|
||||
/usr/include/limits.h:
|
||||
|
||||
/usr/include/bits/posix1_lim.h:
|
||||
|
||||
/usr/include/bits/local_lim.h:
|
||||
|
||||
/usr/include/linux/limits.h:
|
||||
|
||||
/usr/include/bits/posix2_lim.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/garray.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthread.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gerror.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gquark.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gatomic.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbase64.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcache.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/glist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmem.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslice.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gchecksum.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcompletion.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gconvert.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdataset.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdate.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdir.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gfileutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghash.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghook.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/giochannel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmain.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstring.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gunicode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmarkup.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmessages.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gnode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/goption.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gpattern.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gprimes.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqsort.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grand.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gregex.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gscanner.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gsequence.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gshell.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gspawn.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtestutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtimer.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtree.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h:
|
||||
|
||||
/usr/include/libusb-1.0/libusb.h:
|
||||
|
||||
/usr/include/sys/time.h:
|
||||
|
||||
fprint.h:
|
||||
@@ -0,0 +1,123 @@
|
||||
libfprint_la-bozorth3.lo: nbis/bozorth3/bozorth3.c /usr/include/stdio.h \
|
||||
/usr/include/features.h /usr/include/sys/cdefs.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
|
||||
/usr/include/gnu/stubs-64.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h \
|
||||
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
|
||||
/usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h \
|
||||
/usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
|
||||
/usr/include/bits/stdio.h nbis/include/bozorth.h /usr/include/stdlib.h \
|
||||
/usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \
|
||||
/usr/include/bits/endian.h /usr/include/sys/select.h \
|
||||
/usr/include/bits/select.h /usr/include/bits/sigset.h \
|
||||
/usr/include/bits/time.h /usr/include/sys/sysmacros.h \
|
||||
/usr/include/bits/pthreadtypes.h /usr/include/alloca.h \
|
||||
/usr/include/unistd.h /usr/include/bits/posix_opt.h \
|
||||
/usr/include/bits/confname.h /usr/include/getopt.h /usr/include/errno.h \
|
||||
/usr/include/bits/errno.h /usr/include/linux/errno.h \
|
||||
/usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
|
||||
/usr/include/asm-generic/errno-base.h /usr/include/math.h \
|
||||
/usr/include/bits/huge_val.h /usr/include/bits/huge_valf.h \
|
||||
/usr/include/bits/huge_vall.h /usr/include/bits/inf.h \
|
||||
/usr/include/bits/nan.h /usr/include/bits/mathdef.h \
|
||||
/usr/include/bits/mathcalls.h /usr/include/bits/mathinline.h \
|
||||
nbis/include/bz_array.h
|
||||
|
||||
/usr/include/stdio.h:
|
||||
|
||||
/usr/include/features.h:
|
||||
|
||||
/usr/include/sys/cdefs.h:
|
||||
|
||||
/usr/include/bits/wordsize.h:
|
||||
|
||||
/usr/include/gnu/stubs.h:
|
||||
|
||||
/usr/include/gnu/stubs-64.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h:
|
||||
|
||||
/usr/include/bits/types.h:
|
||||
|
||||
/usr/include/bits/typesizes.h:
|
||||
|
||||
/usr/include/libio.h:
|
||||
|
||||
/usr/include/_G_config.h:
|
||||
|
||||
/usr/include/wchar.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h:
|
||||
|
||||
/usr/include/bits/stdio_lim.h:
|
||||
|
||||
/usr/include/bits/sys_errlist.h:
|
||||
|
||||
/usr/include/bits/stdio.h:
|
||||
|
||||
nbis/include/bozorth.h:
|
||||
|
||||
/usr/include/stdlib.h:
|
||||
|
||||
/usr/include/sys/types.h:
|
||||
|
||||
/usr/include/time.h:
|
||||
|
||||
/usr/include/endian.h:
|
||||
|
||||
/usr/include/bits/endian.h:
|
||||
|
||||
/usr/include/sys/select.h:
|
||||
|
||||
/usr/include/bits/select.h:
|
||||
|
||||
/usr/include/bits/sigset.h:
|
||||
|
||||
/usr/include/bits/time.h:
|
||||
|
||||
/usr/include/sys/sysmacros.h:
|
||||
|
||||
/usr/include/bits/pthreadtypes.h:
|
||||
|
||||
/usr/include/alloca.h:
|
||||
|
||||
/usr/include/unistd.h:
|
||||
|
||||
/usr/include/bits/posix_opt.h:
|
||||
|
||||
/usr/include/bits/confname.h:
|
||||
|
||||
/usr/include/getopt.h:
|
||||
|
||||
/usr/include/errno.h:
|
||||
|
||||
/usr/include/bits/errno.h:
|
||||
|
||||
/usr/include/linux/errno.h:
|
||||
|
||||
/usr/include/asm/errno.h:
|
||||
|
||||
/usr/include/asm-generic/errno.h:
|
||||
|
||||
/usr/include/asm-generic/errno-base.h:
|
||||
|
||||
/usr/include/math.h:
|
||||
|
||||
/usr/include/bits/huge_val.h:
|
||||
|
||||
/usr/include/bits/huge_valf.h:
|
||||
|
||||
/usr/include/bits/huge_vall.h:
|
||||
|
||||
/usr/include/bits/inf.h:
|
||||
|
||||
/usr/include/bits/nan.h:
|
||||
|
||||
/usr/include/bits/mathdef.h:
|
||||
|
||||
/usr/include/bits/mathcalls.h:
|
||||
|
||||
/usr/include/bits/mathinline.h:
|
||||
|
||||
nbis/include/bz_array.h:
|
||||
@@ -0,0 +1,130 @@
|
||||
libfprint_la-bz_alloc.lo: nbis/bozorth3/bz_alloc.c /usr/include/stdio.h \
|
||||
/usr/include/features.h /usr/include/sys/cdefs.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
|
||||
/usr/include/gnu/stubs-64.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h \
|
||||
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
|
||||
/usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h \
|
||||
/usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
|
||||
/usr/include/bits/stdio.h /usr/include/string.h \
|
||||
/usr/include/bits/string.h /usr/include/bits/string2.h \
|
||||
/usr/include/endian.h /usr/include/bits/endian.h /usr/include/stdlib.h \
|
||||
nbis/include/bozorth.h /usr/include/sys/types.h /usr/include/time.h \
|
||||
/usr/include/sys/select.h /usr/include/bits/select.h \
|
||||
/usr/include/bits/sigset.h /usr/include/bits/time.h \
|
||||
/usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
|
||||
/usr/include/alloca.h /usr/include/unistd.h \
|
||||
/usr/include/bits/posix_opt.h /usr/include/bits/confname.h \
|
||||
/usr/include/getopt.h /usr/include/errno.h /usr/include/bits/errno.h \
|
||||
/usr/include/linux/errno.h /usr/include/asm/errno.h \
|
||||
/usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \
|
||||
/usr/include/math.h /usr/include/bits/huge_val.h \
|
||||
/usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \
|
||||
/usr/include/bits/inf.h /usr/include/bits/nan.h \
|
||||
/usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \
|
||||
/usr/include/bits/mathinline.h nbis/include/bz_array.h
|
||||
|
||||
/usr/include/stdio.h:
|
||||
|
||||
/usr/include/features.h:
|
||||
|
||||
/usr/include/sys/cdefs.h:
|
||||
|
||||
/usr/include/bits/wordsize.h:
|
||||
|
||||
/usr/include/gnu/stubs.h:
|
||||
|
||||
/usr/include/gnu/stubs-64.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h:
|
||||
|
||||
/usr/include/bits/types.h:
|
||||
|
||||
/usr/include/bits/typesizes.h:
|
||||
|
||||
/usr/include/libio.h:
|
||||
|
||||
/usr/include/_G_config.h:
|
||||
|
||||
/usr/include/wchar.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h:
|
||||
|
||||
/usr/include/bits/stdio_lim.h:
|
||||
|
||||
/usr/include/bits/sys_errlist.h:
|
||||
|
||||
/usr/include/bits/stdio.h:
|
||||
|
||||
/usr/include/string.h:
|
||||
|
||||
/usr/include/bits/string.h:
|
||||
|
||||
/usr/include/bits/string2.h:
|
||||
|
||||
/usr/include/endian.h:
|
||||
|
||||
/usr/include/bits/endian.h:
|
||||
|
||||
/usr/include/stdlib.h:
|
||||
|
||||
nbis/include/bozorth.h:
|
||||
|
||||
/usr/include/sys/types.h:
|
||||
|
||||
/usr/include/time.h:
|
||||
|
||||
/usr/include/sys/select.h:
|
||||
|
||||
/usr/include/bits/select.h:
|
||||
|
||||
/usr/include/bits/sigset.h:
|
||||
|
||||
/usr/include/bits/time.h:
|
||||
|
||||
/usr/include/sys/sysmacros.h:
|
||||
|
||||
/usr/include/bits/pthreadtypes.h:
|
||||
|
||||
/usr/include/alloca.h:
|
||||
|
||||
/usr/include/unistd.h:
|
||||
|
||||
/usr/include/bits/posix_opt.h:
|
||||
|
||||
/usr/include/bits/confname.h:
|
||||
|
||||
/usr/include/getopt.h:
|
||||
|
||||
/usr/include/errno.h:
|
||||
|
||||
/usr/include/bits/errno.h:
|
||||
|
||||
/usr/include/linux/errno.h:
|
||||
|
||||
/usr/include/asm/errno.h:
|
||||
|
||||
/usr/include/asm-generic/errno.h:
|
||||
|
||||
/usr/include/asm-generic/errno-base.h:
|
||||
|
||||
/usr/include/math.h:
|
||||
|
||||
/usr/include/bits/huge_val.h:
|
||||
|
||||
/usr/include/bits/huge_valf.h:
|
||||
|
||||
/usr/include/bits/huge_vall.h:
|
||||
|
||||
/usr/include/bits/inf.h:
|
||||
|
||||
/usr/include/bits/nan.h:
|
||||
|
||||
/usr/include/bits/mathdef.h:
|
||||
|
||||
/usr/include/bits/mathcalls.h:
|
||||
|
||||
/usr/include/bits/mathinline.h:
|
||||
|
||||
nbis/include/bz_array.h:
|
||||
@@ -0,0 +1,131 @@
|
||||
libfprint_la-bz_drvrs.lo: nbis/bozorth3/bz_drvrs.c /usr/include/stdio.h \
|
||||
/usr/include/features.h /usr/include/sys/cdefs.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
|
||||
/usr/include/gnu/stubs-64.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h \
|
||||
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
|
||||
/usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h \
|
||||
/usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
|
||||
/usr/include/bits/stdio.h /usr/include/stdlib.h \
|
||||
/usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \
|
||||
/usr/include/bits/endian.h /usr/include/sys/select.h \
|
||||
/usr/include/bits/select.h /usr/include/bits/sigset.h \
|
||||
/usr/include/bits/time.h /usr/include/sys/sysmacros.h \
|
||||
/usr/include/bits/pthreadtypes.h /usr/include/alloca.h \
|
||||
/usr/include/string.h /usr/include/bits/string.h \
|
||||
/usr/include/bits/string2.h nbis/include/bozorth.h \
|
||||
/usr/include/unistd.h /usr/include/bits/posix_opt.h \
|
||||
/usr/include/bits/confname.h /usr/include/getopt.h /usr/include/errno.h \
|
||||
/usr/include/bits/errno.h /usr/include/linux/errno.h \
|
||||
/usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
|
||||
/usr/include/asm-generic/errno-base.h /usr/include/math.h \
|
||||
/usr/include/bits/huge_val.h /usr/include/bits/huge_valf.h \
|
||||
/usr/include/bits/huge_vall.h /usr/include/bits/inf.h \
|
||||
/usr/include/bits/nan.h /usr/include/bits/mathdef.h \
|
||||
/usr/include/bits/mathcalls.h /usr/include/bits/mathinline.h \
|
||||
nbis/include/bz_array.h
|
||||
|
||||
/usr/include/stdio.h:
|
||||
|
||||
/usr/include/features.h:
|
||||
|
||||
/usr/include/sys/cdefs.h:
|
||||
|
||||
/usr/include/bits/wordsize.h:
|
||||
|
||||
/usr/include/gnu/stubs.h:
|
||||
|
||||
/usr/include/gnu/stubs-64.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h:
|
||||
|
||||
/usr/include/bits/types.h:
|
||||
|
||||
/usr/include/bits/typesizes.h:
|
||||
|
||||
/usr/include/libio.h:
|
||||
|
||||
/usr/include/_G_config.h:
|
||||
|
||||
/usr/include/wchar.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h:
|
||||
|
||||
/usr/include/bits/stdio_lim.h:
|
||||
|
||||
/usr/include/bits/sys_errlist.h:
|
||||
|
||||
/usr/include/bits/stdio.h:
|
||||
|
||||
/usr/include/stdlib.h:
|
||||
|
||||
/usr/include/sys/types.h:
|
||||
|
||||
/usr/include/time.h:
|
||||
|
||||
/usr/include/endian.h:
|
||||
|
||||
/usr/include/bits/endian.h:
|
||||
|
||||
/usr/include/sys/select.h:
|
||||
|
||||
/usr/include/bits/select.h:
|
||||
|
||||
/usr/include/bits/sigset.h:
|
||||
|
||||
/usr/include/bits/time.h:
|
||||
|
||||
/usr/include/sys/sysmacros.h:
|
||||
|
||||
/usr/include/bits/pthreadtypes.h:
|
||||
|
||||
/usr/include/alloca.h:
|
||||
|
||||
/usr/include/string.h:
|
||||
|
||||
/usr/include/bits/string.h:
|
||||
|
||||
/usr/include/bits/string2.h:
|
||||
|
||||
nbis/include/bozorth.h:
|
||||
|
||||
/usr/include/unistd.h:
|
||||
|
||||
/usr/include/bits/posix_opt.h:
|
||||
|
||||
/usr/include/bits/confname.h:
|
||||
|
||||
/usr/include/getopt.h:
|
||||
|
||||
/usr/include/errno.h:
|
||||
|
||||
/usr/include/bits/errno.h:
|
||||
|
||||
/usr/include/linux/errno.h:
|
||||
|
||||
/usr/include/asm/errno.h:
|
||||
|
||||
/usr/include/asm-generic/errno.h:
|
||||
|
||||
/usr/include/asm-generic/errno-base.h:
|
||||
|
||||
/usr/include/math.h:
|
||||
|
||||
/usr/include/bits/huge_val.h:
|
||||
|
||||
/usr/include/bits/huge_valf.h:
|
||||
|
||||
/usr/include/bits/huge_vall.h:
|
||||
|
||||
/usr/include/bits/inf.h:
|
||||
|
||||
/usr/include/bits/nan.h:
|
||||
|
||||
/usr/include/bits/mathdef.h:
|
||||
|
||||
/usr/include/bits/mathcalls.h:
|
||||
|
||||
/usr/include/bits/mathinline.h:
|
||||
|
||||
nbis/include/bz_array.h:
|
||||
@@ -0,0 +1,123 @@
|
||||
libfprint_la-bz_gbls.lo: nbis/bozorth3/bz_gbls.c nbis/include/bozorth.h \
|
||||
/usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
|
||||
/usr/include/gnu/stubs-64.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h \
|
||||
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
|
||||
/usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h \
|
||||
/usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
|
||||
/usr/include/bits/stdio.h /usr/include/stdlib.h \
|
||||
/usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \
|
||||
/usr/include/bits/endian.h /usr/include/sys/select.h \
|
||||
/usr/include/bits/select.h /usr/include/bits/sigset.h \
|
||||
/usr/include/bits/time.h /usr/include/sys/sysmacros.h \
|
||||
/usr/include/bits/pthreadtypes.h /usr/include/alloca.h \
|
||||
/usr/include/unistd.h /usr/include/bits/posix_opt.h \
|
||||
/usr/include/bits/confname.h /usr/include/getopt.h /usr/include/errno.h \
|
||||
/usr/include/bits/errno.h /usr/include/linux/errno.h \
|
||||
/usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
|
||||
/usr/include/asm-generic/errno-base.h /usr/include/math.h \
|
||||
/usr/include/bits/huge_val.h /usr/include/bits/huge_valf.h \
|
||||
/usr/include/bits/huge_vall.h /usr/include/bits/inf.h \
|
||||
/usr/include/bits/nan.h /usr/include/bits/mathdef.h \
|
||||
/usr/include/bits/mathcalls.h /usr/include/bits/mathinline.h \
|
||||
nbis/include/bz_array.h
|
||||
|
||||
nbis/include/bozorth.h:
|
||||
|
||||
/usr/include/stdio.h:
|
||||
|
||||
/usr/include/features.h:
|
||||
|
||||
/usr/include/sys/cdefs.h:
|
||||
|
||||
/usr/include/bits/wordsize.h:
|
||||
|
||||
/usr/include/gnu/stubs.h:
|
||||
|
||||
/usr/include/gnu/stubs-64.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h:
|
||||
|
||||
/usr/include/bits/types.h:
|
||||
|
||||
/usr/include/bits/typesizes.h:
|
||||
|
||||
/usr/include/libio.h:
|
||||
|
||||
/usr/include/_G_config.h:
|
||||
|
||||
/usr/include/wchar.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h:
|
||||
|
||||
/usr/include/bits/stdio_lim.h:
|
||||
|
||||
/usr/include/bits/sys_errlist.h:
|
||||
|
||||
/usr/include/bits/stdio.h:
|
||||
|
||||
/usr/include/stdlib.h:
|
||||
|
||||
/usr/include/sys/types.h:
|
||||
|
||||
/usr/include/time.h:
|
||||
|
||||
/usr/include/endian.h:
|
||||
|
||||
/usr/include/bits/endian.h:
|
||||
|
||||
/usr/include/sys/select.h:
|
||||
|
||||
/usr/include/bits/select.h:
|
||||
|
||||
/usr/include/bits/sigset.h:
|
||||
|
||||
/usr/include/bits/time.h:
|
||||
|
||||
/usr/include/sys/sysmacros.h:
|
||||
|
||||
/usr/include/bits/pthreadtypes.h:
|
||||
|
||||
/usr/include/alloca.h:
|
||||
|
||||
/usr/include/unistd.h:
|
||||
|
||||
/usr/include/bits/posix_opt.h:
|
||||
|
||||
/usr/include/bits/confname.h:
|
||||
|
||||
/usr/include/getopt.h:
|
||||
|
||||
/usr/include/errno.h:
|
||||
|
||||
/usr/include/bits/errno.h:
|
||||
|
||||
/usr/include/linux/errno.h:
|
||||
|
||||
/usr/include/asm/errno.h:
|
||||
|
||||
/usr/include/asm-generic/errno.h:
|
||||
|
||||
/usr/include/asm-generic/errno-base.h:
|
||||
|
||||
/usr/include/math.h:
|
||||
|
||||
/usr/include/bits/huge_val.h:
|
||||
|
||||
/usr/include/bits/huge_valf.h:
|
||||
|
||||
/usr/include/bits/huge_vall.h:
|
||||
|
||||
/usr/include/bits/inf.h:
|
||||
|
||||
/usr/include/bits/nan.h:
|
||||
|
||||
/usr/include/bits/mathdef.h:
|
||||
|
||||
/usr/include/bits/mathcalls.h:
|
||||
|
||||
/usr/include/bits/mathinline.h:
|
||||
|
||||
nbis/include/bz_array.h:
|
||||
@@ -0,0 +1,135 @@
|
||||
libfprint_la-bz_io.lo: nbis/bozorth3/bz_io.c /usr/include/string.h \
|
||||
/usr/include/features.h /usr/include/sys/cdefs.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
|
||||
/usr/include/gnu/stubs-64.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h \
|
||||
/usr/include/bits/string.h /usr/include/bits/string2.h \
|
||||
/usr/include/endian.h /usr/include/bits/endian.h \
|
||||
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
|
||||
/usr/include/stdlib.h /usr/include/ctype.h /usr/include/sys/time.h \
|
||||
/usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \
|
||||
/usr/include/bits/select.h /usr/include/bits/sigset.h \
|
||||
nbis/include/bozorth.h /usr/include/stdio.h /usr/include/libio.h \
|
||||
/usr/include/_G_config.h /usr/include/wchar.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h \
|
||||
/usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
|
||||
/usr/include/bits/stdio.h /usr/include/sys/types.h \
|
||||
/usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
|
||||
/usr/include/alloca.h /usr/include/unistd.h \
|
||||
/usr/include/bits/posix_opt.h /usr/include/bits/confname.h \
|
||||
/usr/include/getopt.h /usr/include/errno.h /usr/include/bits/errno.h \
|
||||
/usr/include/linux/errno.h /usr/include/asm/errno.h \
|
||||
/usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \
|
||||
/usr/include/math.h /usr/include/bits/huge_val.h \
|
||||
/usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \
|
||||
/usr/include/bits/inf.h /usr/include/bits/nan.h \
|
||||
/usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \
|
||||
/usr/include/bits/mathinline.h nbis/include/bz_array.h
|
||||
|
||||
/usr/include/string.h:
|
||||
|
||||
/usr/include/features.h:
|
||||
|
||||
/usr/include/sys/cdefs.h:
|
||||
|
||||
/usr/include/bits/wordsize.h:
|
||||
|
||||
/usr/include/gnu/stubs.h:
|
||||
|
||||
/usr/include/gnu/stubs-64.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h:
|
||||
|
||||
/usr/include/bits/string.h:
|
||||
|
||||
/usr/include/bits/string2.h:
|
||||
|
||||
/usr/include/endian.h:
|
||||
|
||||
/usr/include/bits/endian.h:
|
||||
|
||||
/usr/include/bits/types.h:
|
||||
|
||||
/usr/include/bits/typesizes.h:
|
||||
|
||||
/usr/include/stdlib.h:
|
||||
|
||||
/usr/include/ctype.h:
|
||||
|
||||
/usr/include/sys/time.h:
|
||||
|
||||
/usr/include/time.h:
|
||||
|
||||
/usr/include/bits/time.h:
|
||||
|
||||
/usr/include/sys/select.h:
|
||||
|
||||
/usr/include/bits/select.h:
|
||||
|
||||
/usr/include/bits/sigset.h:
|
||||
|
||||
nbis/include/bozorth.h:
|
||||
|
||||
/usr/include/stdio.h:
|
||||
|
||||
/usr/include/libio.h:
|
||||
|
||||
/usr/include/_G_config.h:
|
||||
|
||||
/usr/include/wchar.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h:
|
||||
|
||||
/usr/include/bits/stdio_lim.h:
|
||||
|
||||
/usr/include/bits/sys_errlist.h:
|
||||
|
||||
/usr/include/bits/stdio.h:
|
||||
|
||||
/usr/include/sys/types.h:
|
||||
|
||||
/usr/include/sys/sysmacros.h:
|
||||
|
||||
/usr/include/bits/pthreadtypes.h:
|
||||
|
||||
/usr/include/alloca.h:
|
||||
|
||||
/usr/include/unistd.h:
|
||||
|
||||
/usr/include/bits/posix_opt.h:
|
||||
|
||||
/usr/include/bits/confname.h:
|
||||
|
||||
/usr/include/getopt.h:
|
||||
|
||||
/usr/include/errno.h:
|
||||
|
||||
/usr/include/bits/errno.h:
|
||||
|
||||
/usr/include/linux/errno.h:
|
||||
|
||||
/usr/include/asm/errno.h:
|
||||
|
||||
/usr/include/asm-generic/errno.h:
|
||||
|
||||
/usr/include/asm-generic/errno-base.h:
|
||||
|
||||
/usr/include/math.h:
|
||||
|
||||
/usr/include/bits/huge_val.h:
|
||||
|
||||
/usr/include/bits/huge_valf.h:
|
||||
|
||||
/usr/include/bits/huge_vall.h:
|
||||
|
||||
/usr/include/bits/inf.h:
|
||||
|
||||
/usr/include/bits/nan.h:
|
||||
|
||||
/usr/include/bits/mathdef.h:
|
||||
|
||||
/usr/include/bits/mathcalls.h:
|
||||
|
||||
/usr/include/bits/mathinline.h:
|
||||
|
||||
nbis/include/bz_array.h:
|
||||
@@ -0,0 +1,123 @@
|
||||
libfprint_la-bz_sort.lo: nbis/bozorth3/bz_sort.c /usr/include/stdio.h \
|
||||
/usr/include/features.h /usr/include/sys/cdefs.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
|
||||
/usr/include/gnu/stubs-64.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h \
|
||||
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
|
||||
/usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h \
|
||||
/usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
|
||||
/usr/include/bits/stdio.h nbis/include/bozorth.h /usr/include/stdlib.h \
|
||||
/usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \
|
||||
/usr/include/bits/endian.h /usr/include/sys/select.h \
|
||||
/usr/include/bits/select.h /usr/include/bits/sigset.h \
|
||||
/usr/include/bits/time.h /usr/include/sys/sysmacros.h \
|
||||
/usr/include/bits/pthreadtypes.h /usr/include/alloca.h \
|
||||
/usr/include/unistd.h /usr/include/bits/posix_opt.h \
|
||||
/usr/include/bits/confname.h /usr/include/getopt.h /usr/include/errno.h \
|
||||
/usr/include/bits/errno.h /usr/include/linux/errno.h \
|
||||
/usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
|
||||
/usr/include/asm-generic/errno-base.h /usr/include/math.h \
|
||||
/usr/include/bits/huge_val.h /usr/include/bits/huge_valf.h \
|
||||
/usr/include/bits/huge_vall.h /usr/include/bits/inf.h \
|
||||
/usr/include/bits/nan.h /usr/include/bits/mathdef.h \
|
||||
/usr/include/bits/mathcalls.h /usr/include/bits/mathinline.h \
|
||||
nbis/include/bz_array.h
|
||||
|
||||
/usr/include/stdio.h:
|
||||
|
||||
/usr/include/features.h:
|
||||
|
||||
/usr/include/sys/cdefs.h:
|
||||
|
||||
/usr/include/bits/wordsize.h:
|
||||
|
||||
/usr/include/gnu/stubs.h:
|
||||
|
||||
/usr/include/gnu/stubs-64.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h:
|
||||
|
||||
/usr/include/bits/types.h:
|
||||
|
||||
/usr/include/bits/typesizes.h:
|
||||
|
||||
/usr/include/libio.h:
|
||||
|
||||
/usr/include/_G_config.h:
|
||||
|
||||
/usr/include/wchar.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h:
|
||||
|
||||
/usr/include/bits/stdio_lim.h:
|
||||
|
||||
/usr/include/bits/sys_errlist.h:
|
||||
|
||||
/usr/include/bits/stdio.h:
|
||||
|
||||
nbis/include/bozorth.h:
|
||||
|
||||
/usr/include/stdlib.h:
|
||||
|
||||
/usr/include/sys/types.h:
|
||||
|
||||
/usr/include/time.h:
|
||||
|
||||
/usr/include/endian.h:
|
||||
|
||||
/usr/include/bits/endian.h:
|
||||
|
||||
/usr/include/sys/select.h:
|
||||
|
||||
/usr/include/bits/select.h:
|
||||
|
||||
/usr/include/bits/sigset.h:
|
||||
|
||||
/usr/include/bits/time.h:
|
||||
|
||||
/usr/include/sys/sysmacros.h:
|
||||
|
||||
/usr/include/bits/pthreadtypes.h:
|
||||
|
||||
/usr/include/alloca.h:
|
||||
|
||||
/usr/include/unistd.h:
|
||||
|
||||
/usr/include/bits/posix_opt.h:
|
||||
|
||||
/usr/include/bits/confname.h:
|
||||
|
||||
/usr/include/getopt.h:
|
||||
|
||||
/usr/include/errno.h:
|
||||
|
||||
/usr/include/bits/errno.h:
|
||||
|
||||
/usr/include/linux/errno.h:
|
||||
|
||||
/usr/include/asm/errno.h:
|
||||
|
||||
/usr/include/asm-generic/errno.h:
|
||||
|
||||
/usr/include/asm-generic/errno-base.h:
|
||||
|
||||
/usr/include/math.h:
|
||||
|
||||
/usr/include/bits/huge_val.h:
|
||||
|
||||
/usr/include/bits/huge_valf.h:
|
||||
|
||||
/usr/include/bits/huge_vall.h:
|
||||
|
||||
/usr/include/bits/inf.h:
|
||||
|
||||
/usr/include/bits/nan.h:
|
||||
|
||||
/usr/include/bits/mathdef.h:
|
||||
|
||||
/usr/include/bits/mathcalls.h:
|
||||
|
||||
/usr/include/bits/mathinline.h:
|
||||
|
||||
nbis/include/bz_array.h:
|
||||
@@ -0,0 +1,290 @@
|
||||
libfprint_la-contour.lo: nbis/mindtct/contour.c /usr/include/stdio.h \
|
||||
/usr/include/features.h /usr/include/sys/cdefs.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
|
||||
/usr/include/gnu/stubs-64.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h \
|
||||
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
|
||||
/usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h \
|
||||
/usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
|
||||
/usr/include/bits/stdio.h /usr/include/stdlib.h \
|
||||
/usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \
|
||||
/usr/include/bits/endian.h /usr/include/sys/select.h \
|
||||
/usr/include/bits/select.h /usr/include/bits/sigset.h \
|
||||
/usr/include/bits/time.h /usr/include/sys/sysmacros.h \
|
||||
/usr/include/bits/pthreadtypes.h /usr/include/alloca.h \
|
||||
nbis/include/lfs.h /usr/include/math.h /usr/include/bits/huge_val.h \
|
||||
/usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \
|
||||
/usr/include/bits/inf.h /usr/include/bits/nan.h \
|
||||
/usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \
|
||||
/usr/include/bits/mathinline.h fp_internal.h ../config.h \
|
||||
/usr/include/stdint.h /usr/include/bits/wchar.h \
|
||||
/usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \
|
||||
/usr/include/glib-2.0/glib/gtypes.h \
|
||||
/usr/lib/glib-2.0/include/glibconfig.h \
|
||||
/usr/include/glib-2.0/glib/gmacros.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
|
||||
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
|
||||
/usr/include/bits/posix2_lim.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h \
|
||||
/usr/include/glib-2.0/glib/garray.h \
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h \
|
||||
/usr/include/glib-2.0/glib/gthread.h \
|
||||
/usr/include/glib-2.0/glib/gerror.h /usr/include/glib-2.0/glib/gquark.h \
|
||||
/usr/include/glib-2.0/glib/gutils.h \
|
||||
/usr/include/glib-2.0/glib/gatomic.h \
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h \
|
||||
/usr/include/glib-2.0/glib/gbase64.h \
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h \
|
||||
/usr/include/glib-2.0/glib/gcache.h /usr/include/glib-2.0/glib/glist.h \
|
||||
/usr/include/glib-2.0/glib/gmem.h /usr/include/glib-2.0/glib/gslice.h \
|
||||
/usr/include/glib-2.0/glib/gchecksum.h \
|
||||
/usr/include/glib-2.0/glib/gcompletion.h \
|
||||
/usr/include/glib-2.0/glib/gconvert.h \
|
||||
/usr/include/glib-2.0/glib/gdataset.h \
|
||||
/usr/include/glib-2.0/glib/gdate.h /usr/include/glib-2.0/glib/gdir.h \
|
||||
/usr/include/glib-2.0/glib/gfileutils.h \
|
||||
/usr/include/glib-2.0/glib/ghash.h /usr/include/glib-2.0/glib/ghook.h \
|
||||
/usr/include/glib-2.0/glib/giochannel.h \
|
||||
/usr/include/glib-2.0/glib/gmain.h /usr/include/glib-2.0/glib/gslist.h \
|
||||
/usr/include/glib-2.0/glib/gstring.h \
|
||||
/usr/include/glib-2.0/glib/gunicode.h \
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h \
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h \
|
||||
/usr/include/glib-2.0/glib/gmarkup.h \
|
||||
/usr/include/glib-2.0/glib/gmessages.h \
|
||||
/usr/include/glib-2.0/glib/gnode.h /usr/include/glib-2.0/glib/goption.h \
|
||||
/usr/include/glib-2.0/glib/gpattern.h \
|
||||
/usr/include/glib-2.0/glib/gprimes.h \
|
||||
/usr/include/glib-2.0/glib/gqsort.h /usr/include/glib-2.0/glib/gqueue.h \
|
||||
/usr/include/glib-2.0/glib/grand.h /usr/include/glib-2.0/glib/grel.h \
|
||||
/usr/include/glib-2.0/glib/gregex.h \
|
||||
/usr/include/glib-2.0/glib/gscanner.h \
|
||||
/usr/include/glib-2.0/glib/gsequence.h \
|
||||
/usr/include/glib-2.0/glib/gshell.h /usr/include/glib-2.0/glib/gspawn.h \
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h \
|
||||
/usr/include/glib-2.0/glib/gtestutils.h \
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h \
|
||||
/usr/include/glib-2.0/glib/gtimer.h /usr/include/glib-2.0/glib/gtree.h \
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h /usr/include/libusb-1.0/libusb.h \
|
||||
/usr/include/sys/time.h fprint.h
|
||||
|
||||
/usr/include/stdio.h:
|
||||
|
||||
/usr/include/features.h:
|
||||
|
||||
/usr/include/sys/cdefs.h:
|
||||
|
||||
/usr/include/bits/wordsize.h:
|
||||
|
||||
/usr/include/gnu/stubs.h:
|
||||
|
||||
/usr/include/gnu/stubs-64.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h:
|
||||
|
||||
/usr/include/bits/types.h:
|
||||
|
||||
/usr/include/bits/typesizes.h:
|
||||
|
||||
/usr/include/libio.h:
|
||||
|
||||
/usr/include/_G_config.h:
|
||||
|
||||
/usr/include/wchar.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h:
|
||||
|
||||
/usr/include/bits/stdio_lim.h:
|
||||
|
||||
/usr/include/bits/sys_errlist.h:
|
||||
|
||||
/usr/include/bits/stdio.h:
|
||||
|
||||
/usr/include/stdlib.h:
|
||||
|
||||
/usr/include/sys/types.h:
|
||||
|
||||
/usr/include/time.h:
|
||||
|
||||
/usr/include/endian.h:
|
||||
|
||||
/usr/include/bits/endian.h:
|
||||
|
||||
/usr/include/sys/select.h:
|
||||
|
||||
/usr/include/bits/select.h:
|
||||
|
||||
/usr/include/bits/sigset.h:
|
||||
|
||||
/usr/include/bits/time.h:
|
||||
|
||||
/usr/include/sys/sysmacros.h:
|
||||
|
||||
/usr/include/bits/pthreadtypes.h:
|
||||
|
||||
/usr/include/alloca.h:
|
||||
|
||||
nbis/include/lfs.h:
|
||||
|
||||
/usr/include/math.h:
|
||||
|
||||
/usr/include/bits/huge_val.h:
|
||||
|
||||
/usr/include/bits/huge_valf.h:
|
||||
|
||||
/usr/include/bits/huge_vall.h:
|
||||
|
||||
/usr/include/bits/inf.h:
|
||||
|
||||
/usr/include/bits/nan.h:
|
||||
|
||||
/usr/include/bits/mathdef.h:
|
||||
|
||||
/usr/include/bits/mathcalls.h:
|
||||
|
||||
/usr/include/bits/mathinline.h:
|
||||
|
||||
fp_internal.h:
|
||||
|
||||
../config.h:
|
||||
|
||||
/usr/include/stdint.h:
|
||||
|
||||
/usr/include/bits/wchar.h:
|
||||
|
||||
/usr/include/glib-2.0/glib.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/galloca.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtypes.h:
|
||||
|
||||
/usr/lib/glib-2.0/include/glibconfig.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmacros.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h:
|
||||
|
||||
/usr/include/limits.h:
|
||||
|
||||
/usr/include/bits/posix1_lim.h:
|
||||
|
||||
/usr/include/bits/local_lim.h:
|
||||
|
||||
/usr/include/linux/limits.h:
|
||||
|
||||
/usr/include/bits/posix2_lim.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/garray.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthread.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gerror.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gquark.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gatomic.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbase64.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcache.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/glist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmem.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslice.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gchecksum.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcompletion.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gconvert.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdataset.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdate.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdir.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gfileutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghash.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghook.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/giochannel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmain.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstring.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gunicode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmarkup.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmessages.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gnode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/goption.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gpattern.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gprimes.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqsort.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grand.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gregex.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gscanner.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gsequence.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gshell.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gspawn.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtestutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtimer.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtree.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h:
|
||||
|
||||
/usr/include/libusb-1.0/libusb.h:
|
||||
|
||||
/usr/include/sys/time.h:
|
||||
|
||||
fprint.h:
|
||||
@@ -0,0 +1,280 @@
|
||||
libfprint_la-core.lo: core.c ../config.h /usr/include/errno.h \
|
||||
/usr/include/features.h /usr/include/sys/cdefs.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
|
||||
/usr/include/gnu/stubs-64.h /usr/include/bits/errno.h \
|
||||
/usr/include/linux/errno.h /usr/include/asm/errno.h \
|
||||
/usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \
|
||||
/usr/include/stdio.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h \
|
||||
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
|
||||
/usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h \
|
||||
/usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
|
||||
/usr/include/bits/stdio.h /usr/include/glib-2.0/glib.h \
|
||||
/usr/include/glib-2.0/glib/galloca.h \
|
||||
/usr/include/glib-2.0/glib/gtypes.h \
|
||||
/usr/lib/glib-2.0/include/glibconfig.h \
|
||||
/usr/include/glib-2.0/glib/gmacros.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
|
||||
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
|
||||
/usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h \
|
||||
/usr/include/glib-2.0/glib/garray.h \
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h \
|
||||
/usr/include/glib-2.0/glib/gthread.h \
|
||||
/usr/include/glib-2.0/glib/gerror.h /usr/include/glib-2.0/glib/gquark.h \
|
||||
/usr/include/glib-2.0/glib/gutils.h \
|
||||
/usr/include/glib-2.0/glib/gatomic.h \
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h \
|
||||
/usr/include/glib-2.0/glib/gbase64.h \
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h /usr/include/time.h \
|
||||
/usr/include/bits/time.h /usr/include/xlocale.h \
|
||||
/usr/include/glib-2.0/glib/gcache.h /usr/include/glib-2.0/glib/glist.h \
|
||||
/usr/include/glib-2.0/glib/gmem.h /usr/include/glib-2.0/glib/gslice.h \
|
||||
/usr/include/glib-2.0/glib/gchecksum.h \
|
||||
/usr/include/glib-2.0/glib/gcompletion.h \
|
||||
/usr/include/glib-2.0/glib/gconvert.h \
|
||||
/usr/include/glib-2.0/glib/gdataset.h \
|
||||
/usr/include/glib-2.0/glib/gdate.h /usr/include/glib-2.0/glib/gdir.h \
|
||||
/usr/include/glib-2.0/glib/gfileutils.h \
|
||||
/usr/include/glib-2.0/glib/ghash.h /usr/include/glib-2.0/glib/ghook.h \
|
||||
/usr/include/glib-2.0/glib/giochannel.h \
|
||||
/usr/include/glib-2.0/glib/gmain.h /usr/include/glib-2.0/glib/gslist.h \
|
||||
/usr/include/glib-2.0/glib/gstring.h \
|
||||
/usr/include/glib-2.0/glib/gunicode.h \
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h \
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h \
|
||||
/usr/include/glib-2.0/glib/gmarkup.h \
|
||||
/usr/include/glib-2.0/glib/gmessages.h \
|
||||
/usr/include/glib-2.0/glib/gnode.h /usr/include/glib-2.0/glib/goption.h \
|
||||
/usr/include/glib-2.0/glib/gpattern.h \
|
||||
/usr/include/glib-2.0/glib/gprimes.h \
|
||||
/usr/include/glib-2.0/glib/gqsort.h /usr/include/glib-2.0/glib/gqueue.h \
|
||||
/usr/include/glib-2.0/glib/grand.h /usr/include/glib-2.0/glib/grel.h \
|
||||
/usr/include/glib-2.0/glib/gregex.h \
|
||||
/usr/include/glib-2.0/glib/gscanner.h \
|
||||
/usr/include/glib-2.0/glib/gsequence.h \
|
||||
/usr/include/glib-2.0/glib/gshell.h /usr/include/glib-2.0/glib/gspawn.h \
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h \
|
||||
/usr/include/glib-2.0/glib/gtestutils.h \
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h \
|
||||
/usr/include/glib-2.0/glib/gtimer.h /usr/include/glib-2.0/glib/gtree.h \
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h /usr/include/libusb-1.0/libusb.h \
|
||||
/usr/include/endian.h /usr/include/bits/endian.h /usr/include/stdint.h \
|
||||
/usr/include/bits/wchar.h /usr/include/sys/time.h \
|
||||
/usr/include/sys/select.h /usr/include/bits/select.h \
|
||||
/usr/include/bits/sigset.h /usr/include/sys/types.h \
|
||||
/usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
|
||||
fp_internal.h fprint.h
|
||||
|
||||
../config.h:
|
||||
|
||||
/usr/include/errno.h:
|
||||
|
||||
/usr/include/features.h:
|
||||
|
||||
/usr/include/sys/cdefs.h:
|
||||
|
||||
/usr/include/bits/wordsize.h:
|
||||
|
||||
/usr/include/gnu/stubs.h:
|
||||
|
||||
/usr/include/gnu/stubs-64.h:
|
||||
|
||||
/usr/include/bits/errno.h:
|
||||
|
||||
/usr/include/linux/errno.h:
|
||||
|
||||
/usr/include/asm/errno.h:
|
||||
|
||||
/usr/include/asm-generic/errno.h:
|
||||
|
||||
/usr/include/asm-generic/errno-base.h:
|
||||
|
||||
/usr/include/stdio.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h:
|
||||
|
||||
/usr/include/bits/types.h:
|
||||
|
||||
/usr/include/bits/typesizes.h:
|
||||
|
||||
/usr/include/libio.h:
|
||||
|
||||
/usr/include/_G_config.h:
|
||||
|
||||
/usr/include/wchar.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h:
|
||||
|
||||
/usr/include/bits/stdio_lim.h:
|
||||
|
||||
/usr/include/bits/sys_errlist.h:
|
||||
|
||||
/usr/include/bits/stdio.h:
|
||||
|
||||
/usr/include/glib-2.0/glib.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/galloca.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtypes.h:
|
||||
|
||||
/usr/lib/glib-2.0/include/glibconfig.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmacros.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h:
|
||||
|
||||
/usr/include/limits.h:
|
||||
|
||||
/usr/include/bits/posix1_lim.h:
|
||||
|
||||
/usr/include/bits/local_lim.h:
|
||||
|
||||
/usr/include/linux/limits.h:
|
||||
|
||||
/usr/include/bits/posix2_lim.h:
|
||||
|
||||
/usr/include/bits/xopen_lim.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/garray.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthread.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gerror.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gquark.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gatomic.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbase64.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h:
|
||||
|
||||
/usr/include/time.h:
|
||||
|
||||
/usr/include/bits/time.h:
|
||||
|
||||
/usr/include/xlocale.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcache.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/glist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmem.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslice.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gchecksum.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcompletion.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gconvert.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdataset.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdate.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdir.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gfileutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghash.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghook.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/giochannel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmain.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstring.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gunicode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmarkup.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmessages.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gnode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/goption.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gpattern.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gprimes.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqsort.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grand.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gregex.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gscanner.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gsequence.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gshell.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gspawn.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtestutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtimer.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtree.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h:
|
||||
|
||||
/usr/include/libusb-1.0/libusb.h:
|
||||
|
||||
/usr/include/endian.h:
|
||||
|
||||
/usr/include/bits/endian.h:
|
||||
|
||||
/usr/include/stdint.h:
|
||||
|
||||
/usr/include/bits/wchar.h:
|
||||
|
||||
/usr/include/sys/time.h:
|
||||
|
||||
/usr/include/sys/select.h:
|
||||
|
||||
/usr/include/bits/select.h:
|
||||
|
||||
/usr/include/bits/sigset.h:
|
||||
|
||||
/usr/include/sys/types.h:
|
||||
|
||||
/usr/include/sys/sysmacros.h:
|
||||
|
||||
/usr/include/bits/pthreadtypes.h:
|
||||
|
||||
fp_internal.h:
|
||||
|
||||
fprint.h:
|
||||
@@ -0,0 +1,320 @@
|
||||
libfprint_la-data.lo: data.c ../config.h /usr/include/errno.h \
|
||||
/usr/include/features.h /usr/include/sys/cdefs.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
|
||||
/usr/include/gnu/stubs-64.h /usr/include/bits/errno.h \
|
||||
/usr/include/linux/errno.h /usr/include/asm/errno.h \
|
||||
/usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \
|
||||
/usr/include/stdlib.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h \
|
||||
/usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \
|
||||
/usr/include/endian.h /usr/include/bits/endian.h /usr/include/xlocale.h \
|
||||
/usr/include/sys/types.h /usr/include/bits/types.h \
|
||||
/usr/include/bits/typesizes.h /usr/include/time.h \
|
||||
/usr/include/sys/select.h /usr/include/bits/select.h \
|
||||
/usr/include/bits/sigset.h /usr/include/bits/time.h \
|
||||
/usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
|
||||
/usr/include/alloca.h /usr/include/string.h /usr/include/bits/string.h \
|
||||
/usr/include/bits/string2.h /usr/include/sys/stat.h \
|
||||
/usr/include/bits/stat.h /usr/include/unistd.h \
|
||||
/usr/include/bits/posix_opt.h /usr/include/bits/environments.h \
|
||||
/usr/include/bits/confname.h /usr/include/getopt.h \
|
||||
/usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \
|
||||
/usr/include/glib-2.0/glib/gtypes.h \
|
||||
/usr/lib/glib-2.0/include/glibconfig.h \
|
||||
/usr/include/glib-2.0/glib/gmacros.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
|
||||
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
|
||||
/usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \
|
||||
/usr/include/bits/stdio_lim.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h \
|
||||
/usr/include/glib-2.0/glib/garray.h \
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h \
|
||||
/usr/include/glib-2.0/glib/gthread.h \
|
||||
/usr/include/glib-2.0/glib/gerror.h /usr/include/glib-2.0/glib/gquark.h \
|
||||
/usr/include/glib-2.0/glib/gutils.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h \
|
||||
/usr/include/glib-2.0/glib/gatomic.h \
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h \
|
||||
/usr/include/glib-2.0/glib/gbase64.h \
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h \
|
||||
/usr/include/glib-2.0/glib/gcache.h /usr/include/glib-2.0/glib/glist.h \
|
||||
/usr/include/glib-2.0/glib/gmem.h /usr/include/glib-2.0/glib/gslice.h \
|
||||
/usr/include/glib-2.0/glib/gchecksum.h \
|
||||
/usr/include/glib-2.0/glib/gcompletion.h \
|
||||
/usr/include/glib-2.0/glib/gconvert.h \
|
||||
/usr/include/glib-2.0/glib/gdataset.h \
|
||||
/usr/include/glib-2.0/glib/gdate.h /usr/include/glib-2.0/glib/gdir.h \
|
||||
/usr/include/glib-2.0/glib/gfileutils.h \
|
||||
/usr/include/glib-2.0/glib/ghash.h /usr/include/glib-2.0/glib/ghook.h \
|
||||
/usr/include/glib-2.0/glib/giochannel.h \
|
||||
/usr/include/glib-2.0/glib/gmain.h /usr/include/glib-2.0/glib/gslist.h \
|
||||
/usr/include/glib-2.0/glib/gstring.h \
|
||||
/usr/include/glib-2.0/glib/gunicode.h \
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h \
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h \
|
||||
/usr/include/glib-2.0/glib/gmarkup.h \
|
||||
/usr/include/glib-2.0/glib/gmessages.h \
|
||||
/usr/include/glib-2.0/glib/gnode.h /usr/include/glib-2.0/glib/goption.h \
|
||||
/usr/include/glib-2.0/glib/gpattern.h \
|
||||
/usr/include/glib-2.0/glib/gprimes.h \
|
||||
/usr/include/glib-2.0/glib/gqsort.h /usr/include/glib-2.0/glib/gqueue.h \
|
||||
/usr/include/glib-2.0/glib/grand.h /usr/include/glib-2.0/glib/grel.h \
|
||||
/usr/include/glib-2.0/glib/gregex.h \
|
||||
/usr/include/glib-2.0/glib/gscanner.h \
|
||||
/usr/include/glib-2.0/glib/gsequence.h \
|
||||
/usr/include/glib-2.0/glib/gshell.h /usr/include/glib-2.0/glib/gspawn.h \
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h \
|
||||
/usr/include/glib-2.0/glib/gtestutils.h \
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h \
|
||||
/usr/include/glib-2.0/glib/gtimer.h /usr/include/glib-2.0/glib/gtree.h \
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h \
|
||||
/usr/include/glib-2.0/glib/gstdio.h \
|
||||
/usr/include/glib-2.0/glib/gprintf.h /usr/include/stdio.h \
|
||||
/usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \
|
||||
/usr/include/bits/sys_errlist.h /usr/include/bits/stdio.h fp_internal.h \
|
||||
/usr/include/stdint.h /usr/include/bits/wchar.h \
|
||||
/usr/include/libusb-1.0/libusb.h /usr/include/sys/time.h fprint.h
|
||||
|
||||
../config.h:
|
||||
|
||||
/usr/include/errno.h:
|
||||
|
||||
/usr/include/features.h:
|
||||
|
||||
/usr/include/sys/cdefs.h:
|
||||
|
||||
/usr/include/bits/wordsize.h:
|
||||
|
||||
/usr/include/gnu/stubs.h:
|
||||
|
||||
/usr/include/gnu/stubs-64.h:
|
||||
|
||||
/usr/include/bits/errno.h:
|
||||
|
||||
/usr/include/linux/errno.h:
|
||||
|
||||
/usr/include/asm/errno.h:
|
||||
|
||||
/usr/include/asm-generic/errno.h:
|
||||
|
||||
/usr/include/asm-generic/errno-base.h:
|
||||
|
||||
/usr/include/stdlib.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h:
|
||||
|
||||
/usr/include/bits/waitflags.h:
|
||||
|
||||
/usr/include/bits/waitstatus.h:
|
||||
|
||||
/usr/include/endian.h:
|
||||
|
||||
/usr/include/bits/endian.h:
|
||||
|
||||
/usr/include/xlocale.h:
|
||||
|
||||
/usr/include/sys/types.h:
|
||||
|
||||
/usr/include/bits/types.h:
|
||||
|
||||
/usr/include/bits/typesizes.h:
|
||||
|
||||
/usr/include/time.h:
|
||||
|
||||
/usr/include/sys/select.h:
|
||||
|
||||
/usr/include/bits/select.h:
|
||||
|
||||
/usr/include/bits/sigset.h:
|
||||
|
||||
/usr/include/bits/time.h:
|
||||
|
||||
/usr/include/sys/sysmacros.h:
|
||||
|
||||
/usr/include/bits/pthreadtypes.h:
|
||||
|
||||
/usr/include/alloca.h:
|
||||
|
||||
/usr/include/string.h:
|
||||
|
||||
/usr/include/bits/string.h:
|
||||
|
||||
/usr/include/bits/string2.h:
|
||||
|
||||
/usr/include/sys/stat.h:
|
||||
|
||||
/usr/include/bits/stat.h:
|
||||
|
||||
/usr/include/unistd.h:
|
||||
|
||||
/usr/include/bits/posix_opt.h:
|
||||
|
||||
/usr/include/bits/environments.h:
|
||||
|
||||
/usr/include/bits/confname.h:
|
||||
|
||||
/usr/include/getopt.h:
|
||||
|
||||
/usr/include/glib-2.0/glib.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/galloca.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtypes.h:
|
||||
|
||||
/usr/lib/glib-2.0/include/glibconfig.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmacros.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h:
|
||||
|
||||
/usr/include/limits.h:
|
||||
|
||||
/usr/include/bits/posix1_lim.h:
|
||||
|
||||
/usr/include/bits/local_lim.h:
|
||||
|
||||
/usr/include/linux/limits.h:
|
||||
|
||||
/usr/include/bits/posix2_lim.h:
|
||||
|
||||
/usr/include/bits/xopen_lim.h:
|
||||
|
||||
/usr/include/bits/stdio_lim.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/garray.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthread.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gerror.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gquark.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gutils.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gatomic.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbase64.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcache.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/glist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmem.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslice.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gchecksum.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcompletion.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gconvert.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdataset.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdate.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdir.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gfileutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghash.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghook.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/giochannel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmain.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstring.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gunicode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmarkup.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmessages.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gnode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/goption.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gpattern.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gprimes.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqsort.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grand.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gregex.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gscanner.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gsequence.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gshell.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gspawn.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtestutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtimer.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtree.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstdio.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gprintf.h:
|
||||
|
||||
/usr/include/stdio.h:
|
||||
|
||||
/usr/include/libio.h:
|
||||
|
||||
/usr/include/_G_config.h:
|
||||
|
||||
/usr/include/wchar.h:
|
||||
|
||||
/usr/include/bits/sys_errlist.h:
|
||||
|
||||
/usr/include/bits/stdio.h:
|
||||
|
||||
fp_internal.h:
|
||||
|
||||
/usr/include/stdint.h:
|
||||
|
||||
/usr/include/bits/wchar.h:
|
||||
|
||||
/usr/include/libusb-1.0/libusb.h:
|
||||
|
||||
/usr/include/sys/time.h:
|
||||
|
||||
fprint.h:
|
||||
@@ -0,0 +1,300 @@
|
||||
libfprint_la-detect.lo: nbis/mindtct/detect.c /usr/include/stdio.h \
|
||||
/usr/include/features.h /usr/include/sys/cdefs.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
|
||||
/usr/include/gnu/stubs-64.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h \
|
||||
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
|
||||
/usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h \
|
||||
/usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
|
||||
/usr/include/bits/stdio.h /usr/include/string.h \
|
||||
/usr/include/bits/string.h /usr/include/bits/string2.h \
|
||||
/usr/include/endian.h /usr/include/bits/endian.h /usr/include/stdlib.h \
|
||||
nbis/include/lfs.h /usr/include/math.h /usr/include/bits/huge_val.h \
|
||||
/usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \
|
||||
/usr/include/bits/inf.h /usr/include/bits/nan.h \
|
||||
/usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \
|
||||
/usr/include/bits/mathinline.h fp_internal.h ../config.h \
|
||||
/usr/include/stdint.h /usr/include/bits/wchar.h \
|
||||
/usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \
|
||||
/usr/include/glib-2.0/glib/gtypes.h \
|
||||
/usr/lib/glib-2.0/include/glibconfig.h \
|
||||
/usr/include/glib-2.0/glib/gmacros.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
|
||||
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
|
||||
/usr/include/bits/posix2_lim.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h \
|
||||
/usr/include/glib-2.0/glib/garray.h \
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h \
|
||||
/usr/include/glib-2.0/glib/gthread.h \
|
||||
/usr/include/glib-2.0/glib/gerror.h /usr/include/glib-2.0/glib/gquark.h \
|
||||
/usr/include/glib-2.0/glib/gutils.h \
|
||||
/usr/include/glib-2.0/glib/gatomic.h \
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h \
|
||||
/usr/include/glib-2.0/glib/gbase64.h \
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h /usr/include/time.h \
|
||||
/usr/include/bits/time.h /usr/include/glib-2.0/glib/gcache.h \
|
||||
/usr/include/glib-2.0/glib/glist.h /usr/include/glib-2.0/glib/gmem.h \
|
||||
/usr/include/glib-2.0/glib/gslice.h \
|
||||
/usr/include/glib-2.0/glib/gchecksum.h \
|
||||
/usr/include/glib-2.0/glib/gcompletion.h \
|
||||
/usr/include/glib-2.0/glib/gconvert.h \
|
||||
/usr/include/glib-2.0/glib/gdataset.h \
|
||||
/usr/include/glib-2.0/glib/gdate.h /usr/include/glib-2.0/glib/gdir.h \
|
||||
/usr/include/glib-2.0/glib/gfileutils.h \
|
||||
/usr/include/glib-2.0/glib/ghash.h /usr/include/glib-2.0/glib/ghook.h \
|
||||
/usr/include/glib-2.0/glib/giochannel.h \
|
||||
/usr/include/glib-2.0/glib/gmain.h /usr/include/glib-2.0/glib/gslist.h \
|
||||
/usr/include/glib-2.0/glib/gstring.h \
|
||||
/usr/include/glib-2.0/glib/gunicode.h \
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h \
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h \
|
||||
/usr/include/glib-2.0/glib/gmarkup.h \
|
||||
/usr/include/glib-2.0/glib/gmessages.h \
|
||||
/usr/include/glib-2.0/glib/gnode.h /usr/include/glib-2.0/glib/goption.h \
|
||||
/usr/include/glib-2.0/glib/gpattern.h \
|
||||
/usr/include/glib-2.0/glib/gprimes.h \
|
||||
/usr/include/glib-2.0/glib/gqsort.h /usr/include/glib-2.0/glib/gqueue.h \
|
||||
/usr/include/glib-2.0/glib/grand.h /usr/include/glib-2.0/glib/grel.h \
|
||||
/usr/include/glib-2.0/glib/gregex.h \
|
||||
/usr/include/glib-2.0/glib/gscanner.h \
|
||||
/usr/include/glib-2.0/glib/gsequence.h \
|
||||
/usr/include/glib-2.0/glib/gshell.h /usr/include/glib-2.0/glib/gspawn.h \
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h \
|
||||
/usr/include/glib-2.0/glib/gtestutils.h \
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h \
|
||||
/usr/include/glib-2.0/glib/gtimer.h /usr/include/glib-2.0/glib/gtree.h \
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h /usr/include/libusb-1.0/libusb.h \
|
||||
/usr/include/sys/time.h /usr/include/sys/select.h \
|
||||
/usr/include/bits/select.h /usr/include/bits/sigset.h \
|
||||
/usr/include/sys/types.h /usr/include/sys/sysmacros.h \
|
||||
/usr/include/bits/pthreadtypes.h fprint.h nbis/include/log.h \
|
||||
/usr/include/alloca.h
|
||||
|
||||
/usr/include/stdio.h:
|
||||
|
||||
/usr/include/features.h:
|
||||
|
||||
/usr/include/sys/cdefs.h:
|
||||
|
||||
/usr/include/bits/wordsize.h:
|
||||
|
||||
/usr/include/gnu/stubs.h:
|
||||
|
||||
/usr/include/gnu/stubs-64.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h:
|
||||
|
||||
/usr/include/bits/types.h:
|
||||
|
||||
/usr/include/bits/typesizes.h:
|
||||
|
||||
/usr/include/libio.h:
|
||||
|
||||
/usr/include/_G_config.h:
|
||||
|
||||
/usr/include/wchar.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h:
|
||||
|
||||
/usr/include/bits/stdio_lim.h:
|
||||
|
||||
/usr/include/bits/sys_errlist.h:
|
||||
|
||||
/usr/include/bits/stdio.h:
|
||||
|
||||
/usr/include/string.h:
|
||||
|
||||
/usr/include/bits/string.h:
|
||||
|
||||
/usr/include/bits/string2.h:
|
||||
|
||||
/usr/include/endian.h:
|
||||
|
||||
/usr/include/bits/endian.h:
|
||||
|
||||
/usr/include/stdlib.h:
|
||||
|
||||
nbis/include/lfs.h:
|
||||
|
||||
/usr/include/math.h:
|
||||
|
||||
/usr/include/bits/huge_val.h:
|
||||
|
||||
/usr/include/bits/huge_valf.h:
|
||||
|
||||
/usr/include/bits/huge_vall.h:
|
||||
|
||||
/usr/include/bits/inf.h:
|
||||
|
||||
/usr/include/bits/nan.h:
|
||||
|
||||
/usr/include/bits/mathdef.h:
|
||||
|
||||
/usr/include/bits/mathcalls.h:
|
||||
|
||||
/usr/include/bits/mathinline.h:
|
||||
|
||||
fp_internal.h:
|
||||
|
||||
../config.h:
|
||||
|
||||
/usr/include/stdint.h:
|
||||
|
||||
/usr/include/bits/wchar.h:
|
||||
|
||||
/usr/include/glib-2.0/glib.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/galloca.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtypes.h:
|
||||
|
||||
/usr/lib/glib-2.0/include/glibconfig.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmacros.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h:
|
||||
|
||||
/usr/include/limits.h:
|
||||
|
||||
/usr/include/bits/posix1_lim.h:
|
||||
|
||||
/usr/include/bits/local_lim.h:
|
||||
|
||||
/usr/include/linux/limits.h:
|
||||
|
||||
/usr/include/bits/posix2_lim.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/garray.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthread.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gerror.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gquark.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gatomic.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbase64.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h:
|
||||
|
||||
/usr/include/time.h:
|
||||
|
||||
/usr/include/bits/time.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcache.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/glist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmem.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslice.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gchecksum.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcompletion.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gconvert.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdataset.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdate.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdir.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gfileutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghash.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghook.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/giochannel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmain.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstring.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gunicode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmarkup.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmessages.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gnode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/goption.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gpattern.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gprimes.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqsort.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grand.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gregex.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gscanner.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gsequence.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gshell.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gspawn.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtestutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtimer.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtree.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h:
|
||||
|
||||
/usr/include/libusb-1.0/libusb.h:
|
||||
|
||||
/usr/include/sys/time.h:
|
||||
|
||||
/usr/include/sys/select.h:
|
||||
|
||||
/usr/include/bits/select.h:
|
||||
|
||||
/usr/include/bits/sigset.h:
|
||||
|
||||
/usr/include/sys/types.h:
|
||||
|
||||
/usr/include/sys/sysmacros.h:
|
||||
|
||||
/usr/include/bits/pthreadtypes.h:
|
||||
|
||||
fprint.h:
|
||||
|
||||
nbis/include/log.h:
|
||||
|
||||
/usr/include/alloca.h:
|
||||
@@ -0,0 +1,290 @@
|
||||
libfprint_la-dft.lo: nbis/mindtct/dft.c /usr/include/stdio.h \
|
||||
/usr/include/features.h /usr/include/sys/cdefs.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
|
||||
/usr/include/gnu/stubs-64.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h \
|
||||
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
|
||||
/usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h \
|
||||
/usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
|
||||
/usr/include/bits/stdio.h /usr/include/stdlib.h \
|
||||
/usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \
|
||||
/usr/include/bits/endian.h /usr/include/sys/select.h \
|
||||
/usr/include/bits/select.h /usr/include/bits/sigset.h \
|
||||
/usr/include/bits/time.h /usr/include/sys/sysmacros.h \
|
||||
/usr/include/bits/pthreadtypes.h /usr/include/alloca.h \
|
||||
nbis/include/lfs.h /usr/include/math.h /usr/include/bits/huge_val.h \
|
||||
/usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \
|
||||
/usr/include/bits/inf.h /usr/include/bits/nan.h \
|
||||
/usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \
|
||||
/usr/include/bits/mathinline.h fp_internal.h ../config.h \
|
||||
/usr/include/stdint.h /usr/include/bits/wchar.h \
|
||||
/usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \
|
||||
/usr/include/glib-2.0/glib/gtypes.h \
|
||||
/usr/lib/glib-2.0/include/glibconfig.h \
|
||||
/usr/include/glib-2.0/glib/gmacros.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
|
||||
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
|
||||
/usr/include/bits/posix2_lim.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h \
|
||||
/usr/include/glib-2.0/glib/garray.h \
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h \
|
||||
/usr/include/glib-2.0/glib/gthread.h \
|
||||
/usr/include/glib-2.0/glib/gerror.h /usr/include/glib-2.0/glib/gquark.h \
|
||||
/usr/include/glib-2.0/glib/gutils.h \
|
||||
/usr/include/glib-2.0/glib/gatomic.h \
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h \
|
||||
/usr/include/glib-2.0/glib/gbase64.h \
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h \
|
||||
/usr/include/glib-2.0/glib/gcache.h /usr/include/glib-2.0/glib/glist.h \
|
||||
/usr/include/glib-2.0/glib/gmem.h /usr/include/glib-2.0/glib/gslice.h \
|
||||
/usr/include/glib-2.0/glib/gchecksum.h \
|
||||
/usr/include/glib-2.0/glib/gcompletion.h \
|
||||
/usr/include/glib-2.0/glib/gconvert.h \
|
||||
/usr/include/glib-2.0/glib/gdataset.h \
|
||||
/usr/include/glib-2.0/glib/gdate.h /usr/include/glib-2.0/glib/gdir.h \
|
||||
/usr/include/glib-2.0/glib/gfileutils.h \
|
||||
/usr/include/glib-2.0/glib/ghash.h /usr/include/glib-2.0/glib/ghook.h \
|
||||
/usr/include/glib-2.0/glib/giochannel.h \
|
||||
/usr/include/glib-2.0/glib/gmain.h /usr/include/glib-2.0/glib/gslist.h \
|
||||
/usr/include/glib-2.0/glib/gstring.h \
|
||||
/usr/include/glib-2.0/glib/gunicode.h \
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h \
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h \
|
||||
/usr/include/glib-2.0/glib/gmarkup.h \
|
||||
/usr/include/glib-2.0/glib/gmessages.h \
|
||||
/usr/include/glib-2.0/glib/gnode.h /usr/include/glib-2.0/glib/goption.h \
|
||||
/usr/include/glib-2.0/glib/gpattern.h \
|
||||
/usr/include/glib-2.0/glib/gprimes.h \
|
||||
/usr/include/glib-2.0/glib/gqsort.h /usr/include/glib-2.0/glib/gqueue.h \
|
||||
/usr/include/glib-2.0/glib/grand.h /usr/include/glib-2.0/glib/grel.h \
|
||||
/usr/include/glib-2.0/glib/gregex.h \
|
||||
/usr/include/glib-2.0/glib/gscanner.h \
|
||||
/usr/include/glib-2.0/glib/gsequence.h \
|
||||
/usr/include/glib-2.0/glib/gshell.h /usr/include/glib-2.0/glib/gspawn.h \
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h \
|
||||
/usr/include/glib-2.0/glib/gtestutils.h \
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h \
|
||||
/usr/include/glib-2.0/glib/gtimer.h /usr/include/glib-2.0/glib/gtree.h \
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h /usr/include/libusb-1.0/libusb.h \
|
||||
/usr/include/sys/time.h fprint.h
|
||||
|
||||
/usr/include/stdio.h:
|
||||
|
||||
/usr/include/features.h:
|
||||
|
||||
/usr/include/sys/cdefs.h:
|
||||
|
||||
/usr/include/bits/wordsize.h:
|
||||
|
||||
/usr/include/gnu/stubs.h:
|
||||
|
||||
/usr/include/gnu/stubs-64.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h:
|
||||
|
||||
/usr/include/bits/types.h:
|
||||
|
||||
/usr/include/bits/typesizes.h:
|
||||
|
||||
/usr/include/libio.h:
|
||||
|
||||
/usr/include/_G_config.h:
|
||||
|
||||
/usr/include/wchar.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h:
|
||||
|
||||
/usr/include/bits/stdio_lim.h:
|
||||
|
||||
/usr/include/bits/sys_errlist.h:
|
||||
|
||||
/usr/include/bits/stdio.h:
|
||||
|
||||
/usr/include/stdlib.h:
|
||||
|
||||
/usr/include/sys/types.h:
|
||||
|
||||
/usr/include/time.h:
|
||||
|
||||
/usr/include/endian.h:
|
||||
|
||||
/usr/include/bits/endian.h:
|
||||
|
||||
/usr/include/sys/select.h:
|
||||
|
||||
/usr/include/bits/select.h:
|
||||
|
||||
/usr/include/bits/sigset.h:
|
||||
|
||||
/usr/include/bits/time.h:
|
||||
|
||||
/usr/include/sys/sysmacros.h:
|
||||
|
||||
/usr/include/bits/pthreadtypes.h:
|
||||
|
||||
/usr/include/alloca.h:
|
||||
|
||||
nbis/include/lfs.h:
|
||||
|
||||
/usr/include/math.h:
|
||||
|
||||
/usr/include/bits/huge_val.h:
|
||||
|
||||
/usr/include/bits/huge_valf.h:
|
||||
|
||||
/usr/include/bits/huge_vall.h:
|
||||
|
||||
/usr/include/bits/inf.h:
|
||||
|
||||
/usr/include/bits/nan.h:
|
||||
|
||||
/usr/include/bits/mathdef.h:
|
||||
|
||||
/usr/include/bits/mathcalls.h:
|
||||
|
||||
/usr/include/bits/mathinline.h:
|
||||
|
||||
fp_internal.h:
|
||||
|
||||
../config.h:
|
||||
|
||||
/usr/include/stdint.h:
|
||||
|
||||
/usr/include/bits/wchar.h:
|
||||
|
||||
/usr/include/glib-2.0/glib.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/galloca.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtypes.h:
|
||||
|
||||
/usr/lib/glib-2.0/include/glibconfig.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmacros.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h:
|
||||
|
||||
/usr/include/limits.h:
|
||||
|
||||
/usr/include/bits/posix1_lim.h:
|
||||
|
||||
/usr/include/bits/local_lim.h:
|
||||
|
||||
/usr/include/linux/limits.h:
|
||||
|
||||
/usr/include/bits/posix2_lim.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/garray.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthread.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gerror.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gquark.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gatomic.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbase64.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcache.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/glist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmem.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslice.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gchecksum.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcompletion.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gconvert.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdataset.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdate.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdir.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gfileutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghash.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghook.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/giochannel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmain.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstring.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gunicode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmarkup.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmessages.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gnode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/goption.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gpattern.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gprimes.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqsort.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grand.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gregex.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gscanner.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gsequence.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gshell.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gspawn.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtestutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtimer.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtree.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h:
|
||||
|
||||
/usr/include/libusb-1.0/libusb.h:
|
||||
|
||||
/usr/include/sys/time.h:
|
||||
|
||||
fprint.h:
|
||||
@@ -0,0 +1,265 @@
|
||||
libfprint_la-drv.lo: drv.c ../config.h /usr/include/errno.h \
|
||||
/usr/include/features.h /usr/include/sys/cdefs.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
|
||||
/usr/include/gnu/stubs-64.h /usr/include/bits/errno.h \
|
||||
/usr/include/linux/errno.h /usr/include/asm/errno.h \
|
||||
/usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \
|
||||
fp_internal.h /usr/include/stdint.h /usr/include/bits/wchar.h \
|
||||
/usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \
|
||||
/usr/include/glib-2.0/glib/gtypes.h \
|
||||
/usr/lib/glib-2.0/include/glibconfig.h \
|
||||
/usr/include/glib-2.0/glib/gmacros.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
|
||||
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
|
||||
/usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \
|
||||
/usr/include/bits/stdio_lim.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h \
|
||||
/usr/include/glib-2.0/glib/garray.h \
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h \
|
||||
/usr/include/glib-2.0/glib/gthread.h \
|
||||
/usr/include/glib-2.0/glib/gerror.h /usr/include/glib-2.0/glib/gquark.h \
|
||||
/usr/include/glib-2.0/glib/gutils.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h \
|
||||
/usr/include/glib-2.0/glib/gatomic.h \
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h \
|
||||
/usr/include/glib-2.0/glib/gbase64.h \
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h /usr/include/time.h \
|
||||
/usr/include/bits/time.h /usr/include/bits/types.h \
|
||||
/usr/include/bits/typesizes.h /usr/include/xlocale.h \
|
||||
/usr/include/glib-2.0/glib/gcache.h /usr/include/glib-2.0/glib/glist.h \
|
||||
/usr/include/glib-2.0/glib/gmem.h /usr/include/glib-2.0/glib/gslice.h \
|
||||
/usr/include/glib-2.0/glib/gchecksum.h \
|
||||
/usr/include/glib-2.0/glib/gcompletion.h \
|
||||
/usr/include/glib-2.0/glib/gconvert.h \
|
||||
/usr/include/glib-2.0/glib/gdataset.h \
|
||||
/usr/include/glib-2.0/glib/gdate.h /usr/include/glib-2.0/glib/gdir.h \
|
||||
/usr/include/glib-2.0/glib/gfileutils.h \
|
||||
/usr/include/glib-2.0/glib/ghash.h /usr/include/glib-2.0/glib/ghook.h \
|
||||
/usr/include/glib-2.0/glib/giochannel.h \
|
||||
/usr/include/glib-2.0/glib/gmain.h /usr/include/glib-2.0/glib/gslist.h \
|
||||
/usr/include/glib-2.0/glib/gstring.h \
|
||||
/usr/include/glib-2.0/glib/gunicode.h \
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h \
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h \
|
||||
/usr/include/glib-2.0/glib/gmarkup.h \
|
||||
/usr/include/glib-2.0/glib/gmessages.h \
|
||||
/usr/include/glib-2.0/glib/gnode.h /usr/include/glib-2.0/glib/goption.h \
|
||||
/usr/include/glib-2.0/glib/gpattern.h \
|
||||
/usr/include/glib-2.0/glib/gprimes.h \
|
||||
/usr/include/glib-2.0/glib/gqsort.h /usr/include/glib-2.0/glib/gqueue.h \
|
||||
/usr/include/glib-2.0/glib/grand.h /usr/include/glib-2.0/glib/grel.h \
|
||||
/usr/include/glib-2.0/glib/gregex.h \
|
||||
/usr/include/glib-2.0/glib/gscanner.h \
|
||||
/usr/include/glib-2.0/glib/gsequence.h \
|
||||
/usr/include/glib-2.0/glib/gshell.h /usr/include/glib-2.0/glib/gspawn.h \
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h \
|
||||
/usr/include/glib-2.0/glib/gtestutils.h \
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h \
|
||||
/usr/include/glib-2.0/glib/gtimer.h /usr/include/glib-2.0/glib/gtree.h \
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h /usr/include/libusb-1.0/libusb.h \
|
||||
/usr/include/endian.h /usr/include/bits/endian.h \
|
||||
/usr/include/sys/time.h /usr/include/sys/select.h \
|
||||
/usr/include/bits/select.h /usr/include/bits/sigset.h \
|
||||
/usr/include/sys/types.h /usr/include/sys/sysmacros.h \
|
||||
/usr/include/bits/pthreadtypes.h fprint.h
|
||||
|
||||
../config.h:
|
||||
|
||||
/usr/include/errno.h:
|
||||
|
||||
/usr/include/features.h:
|
||||
|
||||
/usr/include/sys/cdefs.h:
|
||||
|
||||
/usr/include/bits/wordsize.h:
|
||||
|
||||
/usr/include/gnu/stubs.h:
|
||||
|
||||
/usr/include/gnu/stubs-64.h:
|
||||
|
||||
/usr/include/bits/errno.h:
|
||||
|
||||
/usr/include/linux/errno.h:
|
||||
|
||||
/usr/include/asm/errno.h:
|
||||
|
||||
/usr/include/asm-generic/errno.h:
|
||||
|
||||
/usr/include/asm-generic/errno-base.h:
|
||||
|
||||
fp_internal.h:
|
||||
|
||||
/usr/include/stdint.h:
|
||||
|
||||
/usr/include/bits/wchar.h:
|
||||
|
||||
/usr/include/glib-2.0/glib.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/galloca.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtypes.h:
|
||||
|
||||
/usr/lib/glib-2.0/include/glibconfig.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmacros.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h:
|
||||
|
||||
/usr/include/limits.h:
|
||||
|
||||
/usr/include/bits/posix1_lim.h:
|
||||
|
||||
/usr/include/bits/local_lim.h:
|
||||
|
||||
/usr/include/linux/limits.h:
|
||||
|
||||
/usr/include/bits/posix2_lim.h:
|
||||
|
||||
/usr/include/bits/xopen_lim.h:
|
||||
|
||||
/usr/include/bits/stdio_lim.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/garray.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthread.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gerror.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gquark.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gutils.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gatomic.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbase64.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h:
|
||||
|
||||
/usr/include/time.h:
|
||||
|
||||
/usr/include/bits/time.h:
|
||||
|
||||
/usr/include/bits/types.h:
|
||||
|
||||
/usr/include/bits/typesizes.h:
|
||||
|
||||
/usr/include/xlocale.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcache.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/glist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmem.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslice.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gchecksum.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcompletion.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gconvert.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdataset.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdate.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdir.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gfileutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghash.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghook.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/giochannel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmain.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstring.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gunicode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmarkup.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmessages.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gnode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/goption.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gpattern.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gprimes.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqsort.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grand.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gregex.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gscanner.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gsequence.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gshell.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gspawn.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtestutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtimer.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtree.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h:
|
||||
|
||||
/usr/include/libusb-1.0/libusb.h:
|
||||
|
||||
/usr/include/endian.h:
|
||||
|
||||
/usr/include/bits/endian.h:
|
||||
|
||||
/usr/include/sys/time.h:
|
||||
|
||||
/usr/include/sys/select.h:
|
||||
|
||||
/usr/include/bits/select.h:
|
||||
|
||||
/usr/include/bits/sigset.h:
|
||||
|
||||
/usr/include/sys/types.h:
|
||||
|
||||
/usr/include/sys/sysmacros.h:
|
||||
|
||||
/usr/include/bits/pthreadtypes.h:
|
||||
|
||||
fprint.h:
|
||||
@@ -0,0 +1,290 @@
|
||||
libfprint_la-free.lo: nbis/mindtct/free.c /usr/include/stdio.h \
|
||||
/usr/include/features.h /usr/include/sys/cdefs.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
|
||||
/usr/include/gnu/stubs-64.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h \
|
||||
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
|
||||
/usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h \
|
||||
/usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
|
||||
/usr/include/bits/stdio.h /usr/include/stdlib.h \
|
||||
/usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \
|
||||
/usr/include/bits/endian.h /usr/include/sys/select.h \
|
||||
/usr/include/bits/select.h /usr/include/bits/sigset.h \
|
||||
/usr/include/bits/time.h /usr/include/sys/sysmacros.h \
|
||||
/usr/include/bits/pthreadtypes.h /usr/include/alloca.h \
|
||||
nbis/include/lfs.h /usr/include/math.h /usr/include/bits/huge_val.h \
|
||||
/usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \
|
||||
/usr/include/bits/inf.h /usr/include/bits/nan.h \
|
||||
/usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \
|
||||
/usr/include/bits/mathinline.h fp_internal.h ../config.h \
|
||||
/usr/include/stdint.h /usr/include/bits/wchar.h \
|
||||
/usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \
|
||||
/usr/include/glib-2.0/glib/gtypes.h \
|
||||
/usr/lib/glib-2.0/include/glibconfig.h \
|
||||
/usr/include/glib-2.0/glib/gmacros.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
|
||||
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
|
||||
/usr/include/bits/posix2_lim.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h \
|
||||
/usr/include/glib-2.0/glib/garray.h \
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h \
|
||||
/usr/include/glib-2.0/glib/gthread.h \
|
||||
/usr/include/glib-2.0/glib/gerror.h /usr/include/glib-2.0/glib/gquark.h \
|
||||
/usr/include/glib-2.0/glib/gutils.h \
|
||||
/usr/include/glib-2.0/glib/gatomic.h \
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h \
|
||||
/usr/include/glib-2.0/glib/gbase64.h \
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h \
|
||||
/usr/include/glib-2.0/glib/gcache.h /usr/include/glib-2.0/glib/glist.h \
|
||||
/usr/include/glib-2.0/glib/gmem.h /usr/include/glib-2.0/glib/gslice.h \
|
||||
/usr/include/glib-2.0/glib/gchecksum.h \
|
||||
/usr/include/glib-2.0/glib/gcompletion.h \
|
||||
/usr/include/glib-2.0/glib/gconvert.h \
|
||||
/usr/include/glib-2.0/glib/gdataset.h \
|
||||
/usr/include/glib-2.0/glib/gdate.h /usr/include/glib-2.0/glib/gdir.h \
|
||||
/usr/include/glib-2.0/glib/gfileutils.h \
|
||||
/usr/include/glib-2.0/glib/ghash.h /usr/include/glib-2.0/glib/ghook.h \
|
||||
/usr/include/glib-2.0/glib/giochannel.h \
|
||||
/usr/include/glib-2.0/glib/gmain.h /usr/include/glib-2.0/glib/gslist.h \
|
||||
/usr/include/glib-2.0/glib/gstring.h \
|
||||
/usr/include/glib-2.0/glib/gunicode.h \
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h \
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h \
|
||||
/usr/include/glib-2.0/glib/gmarkup.h \
|
||||
/usr/include/glib-2.0/glib/gmessages.h \
|
||||
/usr/include/glib-2.0/glib/gnode.h /usr/include/glib-2.0/glib/goption.h \
|
||||
/usr/include/glib-2.0/glib/gpattern.h \
|
||||
/usr/include/glib-2.0/glib/gprimes.h \
|
||||
/usr/include/glib-2.0/glib/gqsort.h /usr/include/glib-2.0/glib/gqueue.h \
|
||||
/usr/include/glib-2.0/glib/grand.h /usr/include/glib-2.0/glib/grel.h \
|
||||
/usr/include/glib-2.0/glib/gregex.h \
|
||||
/usr/include/glib-2.0/glib/gscanner.h \
|
||||
/usr/include/glib-2.0/glib/gsequence.h \
|
||||
/usr/include/glib-2.0/glib/gshell.h /usr/include/glib-2.0/glib/gspawn.h \
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h \
|
||||
/usr/include/glib-2.0/glib/gtestutils.h \
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h \
|
||||
/usr/include/glib-2.0/glib/gtimer.h /usr/include/glib-2.0/glib/gtree.h \
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h /usr/include/libusb-1.0/libusb.h \
|
||||
/usr/include/sys/time.h fprint.h
|
||||
|
||||
/usr/include/stdio.h:
|
||||
|
||||
/usr/include/features.h:
|
||||
|
||||
/usr/include/sys/cdefs.h:
|
||||
|
||||
/usr/include/bits/wordsize.h:
|
||||
|
||||
/usr/include/gnu/stubs.h:
|
||||
|
||||
/usr/include/gnu/stubs-64.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h:
|
||||
|
||||
/usr/include/bits/types.h:
|
||||
|
||||
/usr/include/bits/typesizes.h:
|
||||
|
||||
/usr/include/libio.h:
|
||||
|
||||
/usr/include/_G_config.h:
|
||||
|
||||
/usr/include/wchar.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h:
|
||||
|
||||
/usr/include/bits/stdio_lim.h:
|
||||
|
||||
/usr/include/bits/sys_errlist.h:
|
||||
|
||||
/usr/include/bits/stdio.h:
|
||||
|
||||
/usr/include/stdlib.h:
|
||||
|
||||
/usr/include/sys/types.h:
|
||||
|
||||
/usr/include/time.h:
|
||||
|
||||
/usr/include/endian.h:
|
||||
|
||||
/usr/include/bits/endian.h:
|
||||
|
||||
/usr/include/sys/select.h:
|
||||
|
||||
/usr/include/bits/select.h:
|
||||
|
||||
/usr/include/bits/sigset.h:
|
||||
|
||||
/usr/include/bits/time.h:
|
||||
|
||||
/usr/include/sys/sysmacros.h:
|
||||
|
||||
/usr/include/bits/pthreadtypes.h:
|
||||
|
||||
/usr/include/alloca.h:
|
||||
|
||||
nbis/include/lfs.h:
|
||||
|
||||
/usr/include/math.h:
|
||||
|
||||
/usr/include/bits/huge_val.h:
|
||||
|
||||
/usr/include/bits/huge_valf.h:
|
||||
|
||||
/usr/include/bits/huge_vall.h:
|
||||
|
||||
/usr/include/bits/inf.h:
|
||||
|
||||
/usr/include/bits/nan.h:
|
||||
|
||||
/usr/include/bits/mathdef.h:
|
||||
|
||||
/usr/include/bits/mathcalls.h:
|
||||
|
||||
/usr/include/bits/mathinline.h:
|
||||
|
||||
fp_internal.h:
|
||||
|
||||
../config.h:
|
||||
|
||||
/usr/include/stdint.h:
|
||||
|
||||
/usr/include/bits/wchar.h:
|
||||
|
||||
/usr/include/glib-2.0/glib.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/galloca.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtypes.h:
|
||||
|
||||
/usr/lib/glib-2.0/include/glibconfig.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmacros.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h:
|
||||
|
||||
/usr/include/limits.h:
|
||||
|
||||
/usr/include/bits/posix1_lim.h:
|
||||
|
||||
/usr/include/bits/local_lim.h:
|
||||
|
||||
/usr/include/linux/limits.h:
|
||||
|
||||
/usr/include/bits/posix2_lim.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/garray.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthread.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gerror.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gquark.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gatomic.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbase64.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcache.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/glist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmem.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslice.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gchecksum.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcompletion.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gconvert.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdataset.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdate.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdir.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gfileutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghash.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghook.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/giochannel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmain.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstring.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gunicode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmarkup.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmessages.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gnode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/goption.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gpattern.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gprimes.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqsort.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grand.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gregex.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gscanner.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gsequence.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gshell.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gspawn.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtestutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtimer.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtree.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h:
|
||||
|
||||
/usr/include/libusb-1.0/libusb.h:
|
||||
|
||||
/usr/include/sys/time.h:
|
||||
|
||||
fprint.h:
|
||||
@@ -0,0 +1,285 @@
|
||||
libfprint_la-globals.lo: nbis/mindtct/globals.c nbis/include/lfs.h \
|
||||
/usr/include/math.h /usr/include/features.h /usr/include/sys/cdefs.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
|
||||
/usr/include/gnu/stubs-64.h /usr/include/bits/huge_val.h \
|
||||
/usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \
|
||||
/usr/include/bits/inf.h /usr/include/bits/nan.h \
|
||||
/usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \
|
||||
/usr/include/bits/mathinline.h /usr/include/stdio.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h \
|
||||
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
|
||||
/usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h \
|
||||
/usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
|
||||
/usr/include/bits/stdio.h fp_internal.h ../config.h \
|
||||
/usr/include/stdint.h /usr/include/bits/wchar.h \
|
||||
/usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \
|
||||
/usr/include/glib-2.0/glib/gtypes.h \
|
||||
/usr/lib/glib-2.0/include/glibconfig.h \
|
||||
/usr/include/glib-2.0/glib/gmacros.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
|
||||
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
|
||||
/usr/include/bits/posix2_lim.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h \
|
||||
/usr/include/glib-2.0/glib/garray.h \
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h \
|
||||
/usr/include/glib-2.0/glib/gthread.h \
|
||||
/usr/include/glib-2.0/glib/gerror.h /usr/include/glib-2.0/glib/gquark.h \
|
||||
/usr/include/glib-2.0/glib/gutils.h \
|
||||
/usr/include/glib-2.0/glib/gatomic.h \
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h \
|
||||
/usr/include/glib-2.0/glib/gbase64.h \
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h /usr/include/time.h \
|
||||
/usr/include/bits/time.h /usr/include/glib-2.0/glib/gcache.h \
|
||||
/usr/include/glib-2.0/glib/glist.h /usr/include/glib-2.0/glib/gmem.h \
|
||||
/usr/include/glib-2.0/glib/gslice.h \
|
||||
/usr/include/glib-2.0/glib/gchecksum.h \
|
||||
/usr/include/glib-2.0/glib/gcompletion.h \
|
||||
/usr/include/glib-2.0/glib/gconvert.h \
|
||||
/usr/include/glib-2.0/glib/gdataset.h \
|
||||
/usr/include/glib-2.0/glib/gdate.h /usr/include/glib-2.0/glib/gdir.h \
|
||||
/usr/include/glib-2.0/glib/gfileutils.h \
|
||||
/usr/include/glib-2.0/glib/ghash.h /usr/include/glib-2.0/glib/ghook.h \
|
||||
/usr/include/glib-2.0/glib/giochannel.h \
|
||||
/usr/include/glib-2.0/glib/gmain.h /usr/include/glib-2.0/glib/gslist.h \
|
||||
/usr/include/glib-2.0/glib/gstring.h \
|
||||
/usr/include/glib-2.0/glib/gunicode.h \
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h \
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h \
|
||||
/usr/include/glib-2.0/glib/gmarkup.h \
|
||||
/usr/include/glib-2.0/glib/gmessages.h \
|
||||
/usr/include/glib-2.0/glib/gnode.h /usr/include/glib-2.0/glib/goption.h \
|
||||
/usr/include/glib-2.0/glib/gpattern.h \
|
||||
/usr/include/glib-2.0/glib/gprimes.h \
|
||||
/usr/include/glib-2.0/glib/gqsort.h /usr/include/glib-2.0/glib/gqueue.h \
|
||||
/usr/include/glib-2.0/glib/grand.h /usr/include/glib-2.0/glib/grel.h \
|
||||
/usr/include/glib-2.0/glib/gregex.h \
|
||||
/usr/include/glib-2.0/glib/gscanner.h \
|
||||
/usr/include/glib-2.0/glib/gsequence.h \
|
||||
/usr/include/glib-2.0/glib/gshell.h /usr/include/glib-2.0/glib/gspawn.h \
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h \
|
||||
/usr/include/glib-2.0/glib/gtestutils.h \
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h \
|
||||
/usr/include/glib-2.0/glib/gtimer.h /usr/include/glib-2.0/glib/gtree.h \
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h /usr/include/libusb-1.0/libusb.h \
|
||||
/usr/include/endian.h /usr/include/bits/endian.h \
|
||||
/usr/include/sys/time.h /usr/include/sys/select.h \
|
||||
/usr/include/bits/select.h /usr/include/bits/sigset.h \
|
||||
/usr/include/sys/types.h /usr/include/sys/sysmacros.h \
|
||||
/usr/include/bits/pthreadtypes.h fprint.h
|
||||
|
||||
nbis/include/lfs.h:
|
||||
|
||||
/usr/include/math.h:
|
||||
|
||||
/usr/include/features.h:
|
||||
|
||||
/usr/include/sys/cdefs.h:
|
||||
|
||||
/usr/include/bits/wordsize.h:
|
||||
|
||||
/usr/include/gnu/stubs.h:
|
||||
|
||||
/usr/include/gnu/stubs-64.h:
|
||||
|
||||
/usr/include/bits/huge_val.h:
|
||||
|
||||
/usr/include/bits/huge_valf.h:
|
||||
|
||||
/usr/include/bits/huge_vall.h:
|
||||
|
||||
/usr/include/bits/inf.h:
|
||||
|
||||
/usr/include/bits/nan.h:
|
||||
|
||||
/usr/include/bits/mathdef.h:
|
||||
|
||||
/usr/include/bits/mathcalls.h:
|
||||
|
||||
/usr/include/bits/mathinline.h:
|
||||
|
||||
/usr/include/stdio.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h:
|
||||
|
||||
/usr/include/bits/types.h:
|
||||
|
||||
/usr/include/bits/typesizes.h:
|
||||
|
||||
/usr/include/libio.h:
|
||||
|
||||
/usr/include/_G_config.h:
|
||||
|
||||
/usr/include/wchar.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h:
|
||||
|
||||
/usr/include/bits/stdio_lim.h:
|
||||
|
||||
/usr/include/bits/sys_errlist.h:
|
||||
|
||||
/usr/include/bits/stdio.h:
|
||||
|
||||
fp_internal.h:
|
||||
|
||||
../config.h:
|
||||
|
||||
/usr/include/stdint.h:
|
||||
|
||||
/usr/include/bits/wchar.h:
|
||||
|
||||
/usr/include/glib-2.0/glib.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/galloca.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtypes.h:
|
||||
|
||||
/usr/lib/glib-2.0/include/glibconfig.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmacros.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h:
|
||||
|
||||
/usr/include/limits.h:
|
||||
|
||||
/usr/include/bits/posix1_lim.h:
|
||||
|
||||
/usr/include/bits/local_lim.h:
|
||||
|
||||
/usr/include/linux/limits.h:
|
||||
|
||||
/usr/include/bits/posix2_lim.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/garray.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthread.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gerror.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gquark.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gatomic.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbase64.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h:
|
||||
|
||||
/usr/include/time.h:
|
||||
|
||||
/usr/include/bits/time.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcache.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/glist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmem.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslice.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gchecksum.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcompletion.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gconvert.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdataset.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdate.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdir.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gfileutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghash.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghook.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/giochannel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmain.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstring.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gunicode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmarkup.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmessages.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gnode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/goption.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gpattern.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gprimes.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqsort.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grand.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gregex.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gscanner.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gsequence.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gshell.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gspawn.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtestutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtimer.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtree.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h:
|
||||
|
||||
/usr/include/libusb-1.0/libusb.h:
|
||||
|
||||
/usr/include/endian.h:
|
||||
|
||||
/usr/include/bits/endian.h:
|
||||
|
||||
/usr/include/sys/time.h:
|
||||
|
||||
/usr/include/sys/select.h:
|
||||
|
||||
/usr/include/bits/select.h:
|
||||
|
||||
/usr/include/bits/sigset.h:
|
||||
|
||||
/usr/include/sys/types.h:
|
||||
|
||||
/usr/include/sys/sysmacros.h:
|
||||
|
||||
/usr/include/bits/pthreadtypes.h:
|
||||
|
||||
fprint.h:
|
||||
@@ -0,0 +1,470 @@
|
||||
libfprint_la-imagemagick.lo: imagemagick.c /usr/include/errno.h \
|
||||
/usr/include/features.h /usr/include/sys/cdefs.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
|
||||
/usr/include/gnu/stubs-64.h /usr/include/bits/errno.h \
|
||||
/usr/include/linux/errno.h /usr/include/asm/errno.h \
|
||||
/usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \
|
||||
/usr/include/magick/ImageMagick.h /usr/include/magick/MagickCore.h \
|
||||
/usr/include/magick/magick-config.h /usr/include/stdio.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h \
|
||||
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
|
||||
/usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h \
|
||||
/usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
|
||||
/usr/include/bits/stdio.h /usr/include/stdlib.h \
|
||||
/usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \
|
||||
/usr/include/bits/endian.h /usr/include/sys/select.h \
|
||||
/usr/include/bits/select.h /usr/include/bits/sigset.h \
|
||||
/usr/include/bits/time.h /usr/include/sys/sysmacros.h \
|
||||
/usr/include/bits/pthreadtypes.h /usr/include/alloca.h \
|
||||
/usr/include/magick/magick-type.h /usr/include/magick/animate.h \
|
||||
/usr/include/magick/annotate.h /usr/include/magick/draw.h \
|
||||
/usr/include/magick/geometry.h /usr/include/magick/image.h \
|
||||
/usr/include/magick/color.h /usr/include/magick/pixel.h \
|
||||
/usr/include/magick/colorspace.h /usr/include/magick/constitute.h \
|
||||
/usr/include/magick/exception.h /usr/include/magick/semaphore.h \
|
||||
/usr/include/magick/blob.h /usr/include/magick/stream.h \
|
||||
/usr/include/magick/cache-view.h /usr/include/magick/composite.h \
|
||||
/usr/include/magick/compress.h /usr/include/magick/effect.h \
|
||||
/usr/include/magick/layer.h /usr/include/magick/monitor.h \
|
||||
/usr/include/magick/profile.h /usr/include/magick/string_.h \
|
||||
/usr/include/magick/quantum.h /usr/include/magick/resample.h \
|
||||
/usr/include/magick/resize.h /usr/include/magick/timer.h \
|
||||
/usr/include/magick/type.h /usr/include/magick/artifact.h \
|
||||
/usr/include/magick/cache.h /usr/include/magick/coder.h \
|
||||
/usr/include/magick/client.h /usr/include/magick/compare.h \
|
||||
/usr/include/magick/configure.h /usr/include/magick/hashmap.h \
|
||||
/usr/include/magick/decorate.h /usr/include/magick/delegate.h \
|
||||
/usr/include/magick/deprecate.h /usr/include/magick/registry.h \
|
||||
/usr/include/magick/display.h /usr/include/magick/distort.h \
|
||||
/usr/include/magick/enhance.h /usr/include/magick/fx.h \
|
||||
/usr/include/magick/gem.h /usr/include/magick/identify.h \
|
||||
/usr/include/magick/list.h /usr/include/magick/locale_.h \
|
||||
/usr/include/magick/log.h /usr/include/magick/magic.h \
|
||||
/usr/include/magick/magick.h /usr/include/magick/matrix.h \
|
||||
/usr/include/magick/memory_.h /usr/include/magick/module.h \
|
||||
/usr/include/magick/version.h /usr/include/magick/mime.h \
|
||||
/usr/include/magick/montage.h /usr/include/magick/option.h \
|
||||
/usr/include/magick/paint.h /usr/include/magick/prepress.h \
|
||||
/usr/include/magick/property.h /usr/include/magick/quantize.h \
|
||||
/usr/include/magick/random_.h /usr/include/magick/resource_.h \
|
||||
/usr/include/magick/segment.h /usr/include/magick/shear.h \
|
||||
/usr/include/magick/signature.h /usr/include/magick/splay-tree.h \
|
||||
/usr/include/magick/statistic.h /usr/include/magick/token.h \
|
||||
/usr/include/magick/transform.h /usr/include/magick/threshold.h \
|
||||
/usr/include/magick/utility.h /usr/include/magick/xml-tree.h \
|
||||
/usr/include/magick/xwindow.h fp_internal.h ../config.h \
|
||||
/usr/include/stdint.h /usr/include/bits/wchar.h \
|
||||
/usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \
|
||||
/usr/include/glib-2.0/glib/gtypes.h \
|
||||
/usr/lib/glib-2.0/include/glibconfig.h \
|
||||
/usr/include/glib-2.0/glib/gmacros.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
|
||||
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
|
||||
/usr/include/bits/posix2_lim.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h \
|
||||
/usr/include/glib-2.0/glib/garray.h \
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h \
|
||||
/usr/include/glib-2.0/glib/gthread.h \
|
||||
/usr/include/glib-2.0/glib/gerror.h /usr/include/glib-2.0/glib/gquark.h \
|
||||
/usr/include/glib-2.0/glib/gutils.h \
|
||||
/usr/include/glib-2.0/glib/gatomic.h \
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h \
|
||||
/usr/include/glib-2.0/glib/gbase64.h \
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h \
|
||||
/usr/include/glib-2.0/glib/gcache.h /usr/include/glib-2.0/glib/glist.h \
|
||||
/usr/include/glib-2.0/glib/gmem.h /usr/include/glib-2.0/glib/gslice.h \
|
||||
/usr/include/glib-2.0/glib/gchecksum.h \
|
||||
/usr/include/glib-2.0/glib/gcompletion.h \
|
||||
/usr/include/glib-2.0/glib/gconvert.h \
|
||||
/usr/include/glib-2.0/glib/gdataset.h \
|
||||
/usr/include/glib-2.0/glib/gdate.h /usr/include/glib-2.0/glib/gdir.h \
|
||||
/usr/include/glib-2.0/glib/gfileutils.h \
|
||||
/usr/include/glib-2.0/glib/ghash.h /usr/include/glib-2.0/glib/ghook.h \
|
||||
/usr/include/glib-2.0/glib/giochannel.h \
|
||||
/usr/include/glib-2.0/glib/gmain.h /usr/include/glib-2.0/glib/gslist.h \
|
||||
/usr/include/glib-2.0/glib/gstring.h \
|
||||
/usr/include/glib-2.0/glib/gunicode.h \
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h \
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h \
|
||||
/usr/include/glib-2.0/glib/gmarkup.h \
|
||||
/usr/include/glib-2.0/glib/gmessages.h \
|
||||
/usr/include/glib-2.0/glib/gnode.h /usr/include/glib-2.0/glib/goption.h \
|
||||
/usr/include/glib-2.0/glib/gpattern.h \
|
||||
/usr/include/glib-2.0/glib/gprimes.h \
|
||||
/usr/include/glib-2.0/glib/gqsort.h /usr/include/glib-2.0/glib/gqueue.h \
|
||||
/usr/include/glib-2.0/glib/grand.h /usr/include/glib-2.0/glib/grel.h \
|
||||
/usr/include/glib-2.0/glib/gregex.h \
|
||||
/usr/include/glib-2.0/glib/gscanner.h \
|
||||
/usr/include/glib-2.0/glib/gsequence.h \
|
||||
/usr/include/glib-2.0/glib/gshell.h /usr/include/glib-2.0/glib/gspawn.h \
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h \
|
||||
/usr/include/glib-2.0/glib/gtestutils.h \
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h \
|
||||
/usr/include/glib-2.0/glib/gtimer.h /usr/include/glib-2.0/glib/gtree.h \
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h /usr/include/libusb-1.0/libusb.h \
|
||||
/usr/include/sys/time.h fprint.h
|
||||
|
||||
/usr/include/errno.h:
|
||||
|
||||
/usr/include/features.h:
|
||||
|
||||
/usr/include/sys/cdefs.h:
|
||||
|
||||
/usr/include/bits/wordsize.h:
|
||||
|
||||
/usr/include/gnu/stubs.h:
|
||||
|
||||
/usr/include/gnu/stubs-64.h:
|
||||
|
||||
/usr/include/bits/errno.h:
|
||||
|
||||
/usr/include/linux/errno.h:
|
||||
|
||||
/usr/include/asm/errno.h:
|
||||
|
||||
/usr/include/asm-generic/errno.h:
|
||||
|
||||
/usr/include/asm-generic/errno-base.h:
|
||||
|
||||
/usr/include/magick/ImageMagick.h:
|
||||
|
||||
/usr/include/magick/MagickCore.h:
|
||||
|
||||
/usr/include/magick/magick-config.h:
|
||||
|
||||
/usr/include/stdio.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h:
|
||||
|
||||
/usr/include/bits/types.h:
|
||||
|
||||
/usr/include/bits/typesizes.h:
|
||||
|
||||
/usr/include/libio.h:
|
||||
|
||||
/usr/include/_G_config.h:
|
||||
|
||||
/usr/include/wchar.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h:
|
||||
|
||||
/usr/include/bits/stdio_lim.h:
|
||||
|
||||
/usr/include/bits/sys_errlist.h:
|
||||
|
||||
/usr/include/bits/stdio.h:
|
||||
|
||||
/usr/include/stdlib.h:
|
||||
|
||||
/usr/include/sys/types.h:
|
||||
|
||||
/usr/include/time.h:
|
||||
|
||||
/usr/include/endian.h:
|
||||
|
||||
/usr/include/bits/endian.h:
|
||||
|
||||
/usr/include/sys/select.h:
|
||||
|
||||
/usr/include/bits/select.h:
|
||||
|
||||
/usr/include/bits/sigset.h:
|
||||
|
||||
/usr/include/bits/time.h:
|
||||
|
||||
/usr/include/sys/sysmacros.h:
|
||||
|
||||
/usr/include/bits/pthreadtypes.h:
|
||||
|
||||
/usr/include/alloca.h:
|
||||
|
||||
/usr/include/magick/magick-type.h:
|
||||
|
||||
/usr/include/magick/animate.h:
|
||||
|
||||
/usr/include/magick/annotate.h:
|
||||
|
||||
/usr/include/magick/draw.h:
|
||||
|
||||
/usr/include/magick/geometry.h:
|
||||
|
||||
/usr/include/magick/image.h:
|
||||
|
||||
/usr/include/magick/color.h:
|
||||
|
||||
/usr/include/magick/pixel.h:
|
||||
|
||||
/usr/include/magick/colorspace.h:
|
||||
|
||||
/usr/include/magick/constitute.h:
|
||||
|
||||
/usr/include/magick/exception.h:
|
||||
|
||||
/usr/include/magick/semaphore.h:
|
||||
|
||||
/usr/include/magick/blob.h:
|
||||
|
||||
/usr/include/magick/stream.h:
|
||||
|
||||
/usr/include/magick/cache-view.h:
|
||||
|
||||
/usr/include/magick/composite.h:
|
||||
|
||||
/usr/include/magick/compress.h:
|
||||
|
||||
/usr/include/magick/effect.h:
|
||||
|
||||
/usr/include/magick/layer.h:
|
||||
|
||||
/usr/include/magick/monitor.h:
|
||||
|
||||
/usr/include/magick/profile.h:
|
||||
|
||||
/usr/include/magick/string_.h:
|
||||
|
||||
/usr/include/magick/quantum.h:
|
||||
|
||||
/usr/include/magick/resample.h:
|
||||
|
||||
/usr/include/magick/resize.h:
|
||||
|
||||
/usr/include/magick/timer.h:
|
||||
|
||||
/usr/include/magick/type.h:
|
||||
|
||||
/usr/include/magick/artifact.h:
|
||||
|
||||
/usr/include/magick/cache.h:
|
||||
|
||||
/usr/include/magick/coder.h:
|
||||
|
||||
/usr/include/magick/client.h:
|
||||
|
||||
/usr/include/magick/compare.h:
|
||||
|
||||
/usr/include/magick/configure.h:
|
||||
|
||||
/usr/include/magick/hashmap.h:
|
||||
|
||||
/usr/include/magick/decorate.h:
|
||||
|
||||
/usr/include/magick/delegate.h:
|
||||
|
||||
/usr/include/magick/deprecate.h:
|
||||
|
||||
/usr/include/magick/registry.h:
|
||||
|
||||
/usr/include/magick/display.h:
|
||||
|
||||
/usr/include/magick/distort.h:
|
||||
|
||||
/usr/include/magick/enhance.h:
|
||||
|
||||
/usr/include/magick/fx.h:
|
||||
|
||||
/usr/include/magick/gem.h:
|
||||
|
||||
/usr/include/magick/identify.h:
|
||||
|
||||
/usr/include/magick/list.h:
|
||||
|
||||
/usr/include/magick/locale_.h:
|
||||
|
||||
/usr/include/magick/log.h:
|
||||
|
||||
/usr/include/magick/magic.h:
|
||||
|
||||
/usr/include/magick/magick.h:
|
||||
|
||||
/usr/include/magick/matrix.h:
|
||||
|
||||
/usr/include/magick/memory_.h:
|
||||
|
||||
/usr/include/magick/module.h:
|
||||
|
||||
/usr/include/magick/version.h:
|
||||
|
||||
/usr/include/magick/mime.h:
|
||||
|
||||
/usr/include/magick/montage.h:
|
||||
|
||||
/usr/include/magick/option.h:
|
||||
|
||||
/usr/include/magick/paint.h:
|
||||
|
||||
/usr/include/magick/prepress.h:
|
||||
|
||||
/usr/include/magick/property.h:
|
||||
|
||||
/usr/include/magick/quantize.h:
|
||||
|
||||
/usr/include/magick/random_.h:
|
||||
|
||||
/usr/include/magick/resource_.h:
|
||||
|
||||
/usr/include/magick/segment.h:
|
||||
|
||||
/usr/include/magick/shear.h:
|
||||
|
||||
/usr/include/magick/signature.h:
|
||||
|
||||
/usr/include/magick/splay-tree.h:
|
||||
|
||||
/usr/include/magick/statistic.h:
|
||||
|
||||
/usr/include/magick/token.h:
|
||||
|
||||
/usr/include/magick/transform.h:
|
||||
|
||||
/usr/include/magick/threshold.h:
|
||||
|
||||
/usr/include/magick/utility.h:
|
||||
|
||||
/usr/include/magick/xml-tree.h:
|
||||
|
||||
/usr/include/magick/xwindow.h:
|
||||
|
||||
fp_internal.h:
|
||||
|
||||
../config.h:
|
||||
|
||||
/usr/include/stdint.h:
|
||||
|
||||
/usr/include/bits/wchar.h:
|
||||
|
||||
/usr/include/glib-2.0/glib.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/galloca.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtypes.h:
|
||||
|
||||
/usr/lib/glib-2.0/include/glibconfig.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmacros.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h:
|
||||
|
||||
/usr/include/limits.h:
|
||||
|
||||
/usr/include/bits/posix1_lim.h:
|
||||
|
||||
/usr/include/bits/local_lim.h:
|
||||
|
||||
/usr/include/linux/limits.h:
|
||||
|
||||
/usr/include/bits/posix2_lim.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/garray.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthread.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gerror.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gquark.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gatomic.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbase64.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcache.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/glist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmem.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslice.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gchecksum.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcompletion.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gconvert.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdataset.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdate.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdir.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gfileutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghash.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghook.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/giochannel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmain.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstring.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gunicode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmarkup.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmessages.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gnode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/goption.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gpattern.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gprimes.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqsort.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grand.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gregex.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gscanner.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gsequence.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gshell.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gspawn.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtestutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtimer.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtree.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h:
|
||||
|
||||
/usr/include/libusb-1.0/libusb.h:
|
||||
|
||||
/usr/include/sys/time.h:
|
||||
|
||||
fprint.h:
|
||||
@@ -0,0 +1,330 @@
|
||||
libfprint_la-img.lo: img.c /usr/include/sys/types.h \
|
||||
/usr/include/features.h /usr/include/sys/cdefs.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
|
||||
/usr/include/gnu/stubs-64.h /usr/include/bits/types.h \
|
||||
/usr/include/bits/typesizes.h /usr/include/time.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h \
|
||||
/usr/include/endian.h /usr/include/bits/endian.h \
|
||||
/usr/include/sys/select.h /usr/include/bits/select.h \
|
||||
/usr/include/bits/sigset.h /usr/include/bits/time.h \
|
||||
/usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
|
||||
/usr/include/errno.h /usr/include/bits/errno.h \
|
||||
/usr/include/linux/errno.h /usr/include/asm/errno.h \
|
||||
/usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \
|
||||
/usr/include/stdio.h /usr/include/libio.h /usr/include/_G_config.h \
|
||||
/usr/include/wchar.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h \
|
||||
/usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
|
||||
/usr/include/bits/stdio.h /usr/include/string.h \
|
||||
/usr/include/bits/string.h /usr/include/bits/string2.h \
|
||||
/usr/include/stdlib.h /usr/include/glib-2.0/glib.h \
|
||||
/usr/include/glib-2.0/glib/galloca.h \
|
||||
/usr/include/glib-2.0/glib/gtypes.h \
|
||||
/usr/lib/glib-2.0/include/glibconfig.h \
|
||||
/usr/include/glib-2.0/glib/gmacros.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
|
||||
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
|
||||
/usr/include/bits/posix2_lim.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h \
|
||||
/usr/include/glib-2.0/glib/garray.h \
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h \
|
||||
/usr/include/glib-2.0/glib/gthread.h \
|
||||
/usr/include/glib-2.0/glib/gerror.h /usr/include/glib-2.0/glib/gquark.h \
|
||||
/usr/include/glib-2.0/glib/gutils.h \
|
||||
/usr/include/glib-2.0/glib/gatomic.h \
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h \
|
||||
/usr/include/glib-2.0/glib/gbase64.h \
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h \
|
||||
/usr/include/glib-2.0/glib/gcache.h /usr/include/glib-2.0/glib/glist.h \
|
||||
/usr/include/glib-2.0/glib/gmem.h /usr/include/glib-2.0/glib/gslice.h \
|
||||
/usr/include/glib-2.0/glib/gchecksum.h \
|
||||
/usr/include/glib-2.0/glib/gcompletion.h \
|
||||
/usr/include/glib-2.0/glib/gconvert.h \
|
||||
/usr/include/glib-2.0/glib/gdataset.h \
|
||||
/usr/include/glib-2.0/glib/gdate.h /usr/include/glib-2.0/glib/gdir.h \
|
||||
/usr/include/glib-2.0/glib/gfileutils.h \
|
||||
/usr/include/glib-2.0/glib/ghash.h /usr/include/glib-2.0/glib/ghook.h \
|
||||
/usr/include/glib-2.0/glib/giochannel.h \
|
||||
/usr/include/glib-2.0/glib/gmain.h /usr/include/glib-2.0/glib/gslist.h \
|
||||
/usr/include/glib-2.0/glib/gstring.h \
|
||||
/usr/include/glib-2.0/glib/gunicode.h \
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h \
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h \
|
||||
/usr/include/glib-2.0/glib/gmarkup.h \
|
||||
/usr/include/glib-2.0/glib/gmessages.h \
|
||||
/usr/include/glib-2.0/glib/gnode.h /usr/include/glib-2.0/glib/goption.h \
|
||||
/usr/include/glib-2.0/glib/gpattern.h \
|
||||
/usr/include/glib-2.0/glib/gprimes.h \
|
||||
/usr/include/glib-2.0/glib/gqsort.h /usr/include/glib-2.0/glib/gqueue.h \
|
||||
/usr/include/glib-2.0/glib/grand.h /usr/include/glib-2.0/glib/grel.h \
|
||||
/usr/include/glib-2.0/glib/gregex.h \
|
||||
/usr/include/glib-2.0/glib/gscanner.h \
|
||||
/usr/include/glib-2.0/glib/gsequence.h \
|
||||
/usr/include/glib-2.0/glib/gshell.h /usr/include/glib-2.0/glib/gspawn.h \
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h \
|
||||
/usr/include/glib-2.0/glib/gtestutils.h \
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h \
|
||||
/usr/include/glib-2.0/glib/gtimer.h /usr/include/glib-2.0/glib/gtree.h \
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h fp_internal.h ../config.h \
|
||||
/usr/include/stdint.h /usr/include/bits/wchar.h \
|
||||
/usr/include/libusb-1.0/libusb.h /usr/include/sys/time.h fprint.h \
|
||||
nbis/include/bozorth.h /usr/include/alloca.h /usr/include/unistd.h \
|
||||
/usr/include/bits/posix_opt.h /usr/include/bits/confname.h \
|
||||
/usr/include/getopt.h /usr/include/math.h /usr/include/bits/huge_val.h \
|
||||
/usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \
|
||||
/usr/include/bits/inf.h /usr/include/bits/nan.h \
|
||||
/usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \
|
||||
/usr/include/bits/mathinline.h nbis/include/bz_array.h \
|
||||
nbis/include/lfs.h fp_internal.h
|
||||
|
||||
/usr/include/sys/types.h:
|
||||
|
||||
/usr/include/features.h:
|
||||
|
||||
/usr/include/sys/cdefs.h:
|
||||
|
||||
/usr/include/bits/wordsize.h:
|
||||
|
||||
/usr/include/gnu/stubs.h:
|
||||
|
||||
/usr/include/gnu/stubs-64.h:
|
||||
|
||||
/usr/include/bits/types.h:
|
||||
|
||||
/usr/include/bits/typesizes.h:
|
||||
|
||||
/usr/include/time.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h:
|
||||
|
||||
/usr/include/endian.h:
|
||||
|
||||
/usr/include/bits/endian.h:
|
||||
|
||||
/usr/include/sys/select.h:
|
||||
|
||||
/usr/include/bits/select.h:
|
||||
|
||||
/usr/include/bits/sigset.h:
|
||||
|
||||
/usr/include/bits/time.h:
|
||||
|
||||
/usr/include/sys/sysmacros.h:
|
||||
|
||||
/usr/include/bits/pthreadtypes.h:
|
||||
|
||||
/usr/include/errno.h:
|
||||
|
||||
/usr/include/bits/errno.h:
|
||||
|
||||
/usr/include/linux/errno.h:
|
||||
|
||||
/usr/include/asm/errno.h:
|
||||
|
||||
/usr/include/asm-generic/errno.h:
|
||||
|
||||
/usr/include/asm-generic/errno-base.h:
|
||||
|
||||
/usr/include/stdio.h:
|
||||
|
||||
/usr/include/libio.h:
|
||||
|
||||
/usr/include/_G_config.h:
|
||||
|
||||
/usr/include/wchar.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h:
|
||||
|
||||
/usr/include/bits/stdio_lim.h:
|
||||
|
||||
/usr/include/bits/sys_errlist.h:
|
||||
|
||||
/usr/include/bits/stdio.h:
|
||||
|
||||
/usr/include/string.h:
|
||||
|
||||
/usr/include/bits/string.h:
|
||||
|
||||
/usr/include/bits/string2.h:
|
||||
|
||||
/usr/include/stdlib.h:
|
||||
|
||||
/usr/include/glib-2.0/glib.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/galloca.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtypes.h:
|
||||
|
||||
/usr/lib/glib-2.0/include/glibconfig.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmacros.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h:
|
||||
|
||||
/usr/include/limits.h:
|
||||
|
||||
/usr/include/bits/posix1_lim.h:
|
||||
|
||||
/usr/include/bits/local_lim.h:
|
||||
|
||||
/usr/include/linux/limits.h:
|
||||
|
||||
/usr/include/bits/posix2_lim.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/garray.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthread.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gerror.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gquark.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gatomic.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbase64.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcache.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/glist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmem.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslice.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gchecksum.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcompletion.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gconvert.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdataset.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdate.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdir.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gfileutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghash.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghook.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/giochannel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmain.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstring.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gunicode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmarkup.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmessages.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gnode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/goption.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gpattern.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gprimes.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqsort.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grand.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gregex.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gscanner.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gsequence.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gshell.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gspawn.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtestutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtimer.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtree.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h:
|
||||
|
||||
fp_internal.h:
|
||||
|
||||
../config.h:
|
||||
|
||||
/usr/include/stdint.h:
|
||||
|
||||
/usr/include/bits/wchar.h:
|
||||
|
||||
/usr/include/libusb-1.0/libusb.h:
|
||||
|
||||
/usr/include/sys/time.h:
|
||||
|
||||
fprint.h:
|
||||
|
||||
nbis/include/bozorth.h:
|
||||
|
||||
/usr/include/alloca.h:
|
||||
|
||||
/usr/include/unistd.h:
|
||||
|
||||
/usr/include/bits/posix_opt.h:
|
||||
|
||||
/usr/include/bits/confname.h:
|
||||
|
||||
/usr/include/getopt.h:
|
||||
|
||||
/usr/include/math.h:
|
||||
|
||||
/usr/include/bits/huge_val.h:
|
||||
|
||||
/usr/include/bits/huge_valf.h:
|
||||
|
||||
/usr/include/bits/huge_vall.h:
|
||||
|
||||
/usr/include/bits/inf.h:
|
||||
|
||||
/usr/include/bits/nan.h:
|
||||
|
||||
/usr/include/bits/mathdef.h:
|
||||
|
||||
/usr/include/bits/mathcalls.h:
|
||||
|
||||
/usr/include/bits/mathinline.h:
|
||||
|
||||
nbis/include/bz_array.h:
|
||||
|
||||
nbis/include/lfs.h:
|
||||
|
||||
fp_internal.h:
|
||||
@@ -0,0 +1,258 @@
|
||||
libfprint_la-imgdev.lo: imgdev.c /usr/include/errno.h \
|
||||
/usr/include/features.h /usr/include/sys/cdefs.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
|
||||
/usr/include/gnu/stubs-64.h /usr/include/bits/errno.h \
|
||||
/usr/include/linux/errno.h /usr/include/asm/errno.h \
|
||||
/usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \
|
||||
/usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \
|
||||
/usr/include/glib-2.0/glib/gtypes.h \
|
||||
/usr/lib/glib-2.0/include/glibconfig.h \
|
||||
/usr/include/glib-2.0/glib/gmacros.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
|
||||
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
|
||||
/usr/include/bits/posix2_lim.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h \
|
||||
/usr/include/glib-2.0/glib/garray.h \
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h \
|
||||
/usr/include/glib-2.0/glib/gthread.h \
|
||||
/usr/include/glib-2.0/glib/gerror.h /usr/include/glib-2.0/glib/gquark.h \
|
||||
/usr/include/glib-2.0/glib/gutils.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h \
|
||||
/usr/include/glib-2.0/glib/gatomic.h \
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h \
|
||||
/usr/include/glib-2.0/glib/gbase64.h \
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h /usr/include/time.h \
|
||||
/usr/include/bits/time.h /usr/include/bits/types.h \
|
||||
/usr/include/bits/typesizes.h /usr/include/glib-2.0/glib/gcache.h \
|
||||
/usr/include/glib-2.0/glib/glist.h /usr/include/glib-2.0/glib/gmem.h \
|
||||
/usr/include/glib-2.0/glib/gslice.h \
|
||||
/usr/include/glib-2.0/glib/gchecksum.h \
|
||||
/usr/include/glib-2.0/glib/gcompletion.h \
|
||||
/usr/include/glib-2.0/glib/gconvert.h \
|
||||
/usr/include/glib-2.0/glib/gdataset.h \
|
||||
/usr/include/glib-2.0/glib/gdate.h /usr/include/glib-2.0/glib/gdir.h \
|
||||
/usr/include/glib-2.0/glib/gfileutils.h \
|
||||
/usr/include/glib-2.0/glib/ghash.h /usr/include/glib-2.0/glib/ghook.h \
|
||||
/usr/include/glib-2.0/glib/giochannel.h \
|
||||
/usr/include/glib-2.0/glib/gmain.h /usr/include/glib-2.0/glib/gslist.h \
|
||||
/usr/include/glib-2.0/glib/gstring.h \
|
||||
/usr/include/glib-2.0/glib/gunicode.h \
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h \
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h \
|
||||
/usr/include/glib-2.0/glib/gmarkup.h \
|
||||
/usr/include/glib-2.0/glib/gmessages.h \
|
||||
/usr/include/glib-2.0/glib/gnode.h /usr/include/glib-2.0/glib/goption.h \
|
||||
/usr/include/glib-2.0/glib/gpattern.h \
|
||||
/usr/include/glib-2.0/glib/gprimes.h \
|
||||
/usr/include/glib-2.0/glib/gqsort.h /usr/include/glib-2.0/glib/gqueue.h \
|
||||
/usr/include/glib-2.0/glib/grand.h /usr/include/glib-2.0/glib/grel.h \
|
||||
/usr/include/glib-2.0/glib/gregex.h \
|
||||
/usr/include/glib-2.0/glib/gscanner.h \
|
||||
/usr/include/glib-2.0/glib/gsequence.h \
|
||||
/usr/include/glib-2.0/glib/gshell.h /usr/include/glib-2.0/glib/gspawn.h \
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h \
|
||||
/usr/include/glib-2.0/glib/gtestutils.h \
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h \
|
||||
/usr/include/glib-2.0/glib/gtimer.h /usr/include/glib-2.0/glib/gtree.h \
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h fp_internal.h ../config.h \
|
||||
/usr/include/stdint.h /usr/include/bits/wchar.h \
|
||||
/usr/include/libusb-1.0/libusb.h /usr/include/endian.h \
|
||||
/usr/include/bits/endian.h /usr/include/sys/time.h \
|
||||
/usr/include/sys/select.h /usr/include/bits/select.h \
|
||||
/usr/include/bits/sigset.h /usr/include/sys/types.h \
|
||||
/usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h fprint.h
|
||||
|
||||
/usr/include/errno.h:
|
||||
|
||||
/usr/include/features.h:
|
||||
|
||||
/usr/include/sys/cdefs.h:
|
||||
|
||||
/usr/include/bits/wordsize.h:
|
||||
|
||||
/usr/include/gnu/stubs.h:
|
||||
|
||||
/usr/include/gnu/stubs-64.h:
|
||||
|
||||
/usr/include/bits/errno.h:
|
||||
|
||||
/usr/include/linux/errno.h:
|
||||
|
||||
/usr/include/asm/errno.h:
|
||||
|
||||
/usr/include/asm-generic/errno.h:
|
||||
|
||||
/usr/include/asm-generic/errno-base.h:
|
||||
|
||||
/usr/include/glib-2.0/glib.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/galloca.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtypes.h:
|
||||
|
||||
/usr/lib/glib-2.0/include/glibconfig.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmacros.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h:
|
||||
|
||||
/usr/include/limits.h:
|
||||
|
||||
/usr/include/bits/posix1_lim.h:
|
||||
|
||||
/usr/include/bits/local_lim.h:
|
||||
|
||||
/usr/include/linux/limits.h:
|
||||
|
||||
/usr/include/bits/posix2_lim.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/garray.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthread.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gerror.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gquark.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gutils.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gatomic.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbase64.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h:
|
||||
|
||||
/usr/include/time.h:
|
||||
|
||||
/usr/include/bits/time.h:
|
||||
|
||||
/usr/include/bits/types.h:
|
||||
|
||||
/usr/include/bits/typesizes.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcache.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/glist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmem.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslice.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gchecksum.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcompletion.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gconvert.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdataset.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdate.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdir.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gfileutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghash.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghook.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/giochannel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmain.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstring.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gunicode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmarkup.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmessages.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gnode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/goption.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gpattern.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gprimes.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqsort.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grand.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gregex.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gscanner.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gsequence.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gshell.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gspawn.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtestutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtimer.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtree.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h:
|
||||
|
||||
fp_internal.h:
|
||||
|
||||
../config.h:
|
||||
|
||||
/usr/include/stdint.h:
|
||||
|
||||
/usr/include/bits/wchar.h:
|
||||
|
||||
/usr/include/libusb-1.0/libusb.h:
|
||||
|
||||
/usr/include/endian.h:
|
||||
|
||||
/usr/include/bits/endian.h:
|
||||
|
||||
/usr/include/sys/time.h:
|
||||
|
||||
/usr/include/sys/select.h:
|
||||
|
||||
/usr/include/bits/select.h:
|
||||
|
||||
/usr/include/bits/sigset.h:
|
||||
|
||||
/usr/include/sys/types.h:
|
||||
|
||||
/usr/include/sys/sysmacros.h:
|
||||
|
||||
/usr/include/bits/pthreadtypes.h:
|
||||
|
||||
fprint.h:
|
||||
@@ -0,0 +1,300 @@
|
||||
libfprint_la-imgutil.lo: nbis/mindtct/imgutil.c /usr/include/stdio.h \
|
||||
/usr/include/features.h /usr/include/sys/cdefs.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
|
||||
/usr/include/gnu/stubs-64.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h \
|
||||
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
|
||||
/usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h \
|
||||
/usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
|
||||
/usr/include/bits/stdio.h /usr/include/stdlib.h \
|
||||
/usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \
|
||||
/usr/include/bits/endian.h /usr/include/sys/select.h \
|
||||
/usr/include/bits/select.h /usr/include/bits/sigset.h \
|
||||
/usr/include/bits/time.h /usr/include/sys/sysmacros.h \
|
||||
/usr/include/bits/pthreadtypes.h /usr/include/alloca.h \
|
||||
/usr/include/memory.h /usr/include/string.h /usr/include/bits/string.h \
|
||||
/usr/include/bits/string2.h nbis/include/lfs.h /usr/include/math.h \
|
||||
/usr/include/bits/huge_val.h /usr/include/bits/huge_valf.h \
|
||||
/usr/include/bits/huge_vall.h /usr/include/bits/inf.h \
|
||||
/usr/include/bits/nan.h /usr/include/bits/mathdef.h \
|
||||
/usr/include/bits/mathcalls.h /usr/include/bits/mathinline.h \
|
||||
fp_internal.h ../config.h /usr/include/stdint.h \
|
||||
/usr/include/bits/wchar.h /usr/include/glib-2.0/glib.h \
|
||||
/usr/include/glib-2.0/glib/galloca.h \
|
||||
/usr/include/glib-2.0/glib/gtypes.h \
|
||||
/usr/lib/glib-2.0/include/glibconfig.h \
|
||||
/usr/include/glib-2.0/glib/gmacros.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
|
||||
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
|
||||
/usr/include/bits/posix2_lim.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h \
|
||||
/usr/include/glib-2.0/glib/garray.h \
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h \
|
||||
/usr/include/glib-2.0/glib/gthread.h \
|
||||
/usr/include/glib-2.0/glib/gerror.h /usr/include/glib-2.0/glib/gquark.h \
|
||||
/usr/include/glib-2.0/glib/gutils.h \
|
||||
/usr/include/glib-2.0/glib/gatomic.h \
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h \
|
||||
/usr/include/glib-2.0/glib/gbase64.h \
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h \
|
||||
/usr/include/glib-2.0/glib/gcache.h /usr/include/glib-2.0/glib/glist.h \
|
||||
/usr/include/glib-2.0/glib/gmem.h /usr/include/glib-2.0/glib/gslice.h \
|
||||
/usr/include/glib-2.0/glib/gchecksum.h \
|
||||
/usr/include/glib-2.0/glib/gcompletion.h \
|
||||
/usr/include/glib-2.0/glib/gconvert.h \
|
||||
/usr/include/glib-2.0/glib/gdataset.h \
|
||||
/usr/include/glib-2.0/glib/gdate.h /usr/include/glib-2.0/glib/gdir.h \
|
||||
/usr/include/glib-2.0/glib/gfileutils.h \
|
||||
/usr/include/glib-2.0/glib/ghash.h /usr/include/glib-2.0/glib/ghook.h \
|
||||
/usr/include/glib-2.0/glib/giochannel.h \
|
||||
/usr/include/glib-2.0/glib/gmain.h /usr/include/glib-2.0/glib/gslist.h \
|
||||
/usr/include/glib-2.0/glib/gstring.h \
|
||||
/usr/include/glib-2.0/glib/gunicode.h \
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h \
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h \
|
||||
/usr/include/glib-2.0/glib/gmarkup.h \
|
||||
/usr/include/glib-2.0/glib/gmessages.h \
|
||||
/usr/include/glib-2.0/glib/gnode.h /usr/include/glib-2.0/glib/goption.h \
|
||||
/usr/include/glib-2.0/glib/gpattern.h \
|
||||
/usr/include/glib-2.0/glib/gprimes.h \
|
||||
/usr/include/glib-2.0/glib/gqsort.h /usr/include/glib-2.0/glib/gqueue.h \
|
||||
/usr/include/glib-2.0/glib/grand.h /usr/include/glib-2.0/glib/grel.h \
|
||||
/usr/include/glib-2.0/glib/gregex.h \
|
||||
/usr/include/glib-2.0/glib/gscanner.h \
|
||||
/usr/include/glib-2.0/glib/gsequence.h \
|
||||
/usr/include/glib-2.0/glib/gshell.h /usr/include/glib-2.0/glib/gspawn.h \
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h \
|
||||
/usr/include/glib-2.0/glib/gtestutils.h \
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h \
|
||||
/usr/include/glib-2.0/glib/gtimer.h /usr/include/glib-2.0/glib/gtree.h \
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h /usr/include/libusb-1.0/libusb.h \
|
||||
/usr/include/sys/time.h fprint.h
|
||||
|
||||
/usr/include/stdio.h:
|
||||
|
||||
/usr/include/features.h:
|
||||
|
||||
/usr/include/sys/cdefs.h:
|
||||
|
||||
/usr/include/bits/wordsize.h:
|
||||
|
||||
/usr/include/gnu/stubs.h:
|
||||
|
||||
/usr/include/gnu/stubs-64.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h:
|
||||
|
||||
/usr/include/bits/types.h:
|
||||
|
||||
/usr/include/bits/typesizes.h:
|
||||
|
||||
/usr/include/libio.h:
|
||||
|
||||
/usr/include/_G_config.h:
|
||||
|
||||
/usr/include/wchar.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h:
|
||||
|
||||
/usr/include/bits/stdio_lim.h:
|
||||
|
||||
/usr/include/bits/sys_errlist.h:
|
||||
|
||||
/usr/include/bits/stdio.h:
|
||||
|
||||
/usr/include/stdlib.h:
|
||||
|
||||
/usr/include/sys/types.h:
|
||||
|
||||
/usr/include/time.h:
|
||||
|
||||
/usr/include/endian.h:
|
||||
|
||||
/usr/include/bits/endian.h:
|
||||
|
||||
/usr/include/sys/select.h:
|
||||
|
||||
/usr/include/bits/select.h:
|
||||
|
||||
/usr/include/bits/sigset.h:
|
||||
|
||||
/usr/include/bits/time.h:
|
||||
|
||||
/usr/include/sys/sysmacros.h:
|
||||
|
||||
/usr/include/bits/pthreadtypes.h:
|
||||
|
||||
/usr/include/alloca.h:
|
||||
|
||||
/usr/include/memory.h:
|
||||
|
||||
/usr/include/string.h:
|
||||
|
||||
/usr/include/bits/string.h:
|
||||
|
||||
/usr/include/bits/string2.h:
|
||||
|
||||
nbis/include/lfs.h:
|
||||
|
||||
/usr/include/math.h:
|
||||
|
||||
/usr/include/bits/huge_val.h:
|
||||
|
||||
/usr/include/bits/huge_valf.h:
|
||||
|
||||
/usr/include/bits/huge_vall.h:
|
||||
|
||||
/usr/include/bits/inf.h:
|
||||
|
||||
/usr/include/bits/nan.h:
|
||||
|
||||
/usr/include/bits/mathdef.h:
|
||||
|
||||
/usr/include/bits/mathcalls.h:
|
||||
|
||||
/usr/include/bits/mathinline.h:
|
||||
|
||||
fp_internal.h:
|
||||
|
||||
../config.h:
|
||||
|
||||
/usr/include/stdint.h:
|
||||
|
||||
/usr/include/bits/wchar.h:
|
||||
|
||||
/usr/include/glib-2.0/glib.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/galloca.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtypes.h:
|
||||
|
||||
/usr/lib/glib-2.0/include/glibconfig.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmacros.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h:
|
||||
|
||||
/usr/include/limits.h:
|
||||
|
||||
/usr/include/bits/posix1_lim.h:
|
||||
|
||||
/usr/include/bits/local_lim.h:
|
||||
|
||||
/usr/include/linux/limits.h:
|
||||
|
||||
/usr/include/bits/posix2_lim.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/garray.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthread.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gerror.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gquark.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gatomic.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbase64.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcache.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/glist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmem.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslice.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gchecksum.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcompletion.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gconvert.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdataset.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdate.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdir.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gfileutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghash.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghook.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/giochannel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmain.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstring.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gunicode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmarkup.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmessages.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gnode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/goption.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gpattern.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gprimes.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqsort.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grand.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gregex.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gscanner.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gsequence.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gshell.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gspawn.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtestutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtimer.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtree.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h:
|
||||
|
||||
/usr/include/libusb-1.0/libusb.h:
|
||||
|
||||
/usr/include/sys/time.h:
|
||||
|
||||
fprint.h:
|
||||
@@ -0,0 +1,290 @@
|
||||
libfprint_la-init.lo: nbis/mindtct/init.c /usr/include/stdio.h \
|
||||
/usr/include/features.h /usr/include/sys/cdefs.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
|
||||
/usr/include/gnu/stubs-64.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h \
|
||||
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
|
||||
/usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h \
|
||||
/usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
|
||||
/usr/include/bits/stdio.h /usr/include/stdlib.h \
|
||||
/usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \
|
||||
/usr/include/bits/endian.h /usr/include/sys/select.h \
|
||||
/usr/include/bits/select.h /usr/include/bits/sigset.h \
|
||||
/usr/include/bits/time.h /usr/include/sys/sysmacros.h \
|
||||
/usr/include/bits/pthreadtypes.h /usr/include/alloca.h \
|
||||
nbis/include/lfs.h /usr/include/math.h /usr/include/bits/huge_val.h \
|
||||
/usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \
|
||||
/usr/include/bits/inf.h /usr/include/bits/nan.h \
|
||||
/usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \
|
||||
/usr/include/bits/mathinline.h fp_internal.h ../config.h \
|
||||
/usr/include/stdint.h /usr/include/bits/wchar.h \
|
||||
/usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \
|
||||
/usr/include/glib-2.0/glib/gtypes.h \
|
||||
/usr/lib/glib-2.0/include/glibconfig.h \
|
||||
/usr/include/glib-2.0/glib/gmacros.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
|
||||
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
|
||||
/usr/include/bits/posix2_lim.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h \
|
||||
/usr/include/glib-2.0/glib/garray.h \
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h \
|
||||
/usr/include/glib-2.0/glib/gthread.h \
|
||||
/usr/include/glib-2.0/glib/gerror.h /usr/include/glib-2.0/glib/gquark.h \
|
||||
/usr/include/glib-2.0/glib/gutils.h \
|
||||
/usr/include/glib-2.0/glib/gatomic.h \
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h \
|
||||
/usr/include/glib-2.0/glib/gbase64.h \
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h \
|
||||
/usr/include/glib-2.0/glib/gcache.h /usr/include/glib-2.0/glib/glist.h \
|
||||
/usr/include/glib-2.0/glib/gmem.h /usr/include/glib-2.0/glib/gslice.h \
|
||||
/usr/include/glib-2.0/glib/gchecksum.h \
|
||||
/usr/include/glib-2.0/glib/gcompletion.h \
|
||||
/usr/include/glib-2.0/glib/gconvert.h \
|
||||
/usr/include/glib-2.0/glib/gdataset.h \
|
||||
/usr/include/glib-2.0/glib/gdate.h /usr/include/glib-2.0/glib/gdir.h \
|
||||
/usr/include/glib-2.0/glib/gfileutils.h \
|
||||
/usr/include/glib-2.0/glib/ghash.h /usr/include/glib-2.0/glib/ghook.h \
|
||||
/usr/include/glib-2.0/glib/giochannel.h \
|
||||
/usr/include/glib-2.0/glib/gmain.h /usr/include/glib-2.0/glib/gslist.h \
|
||||
/usr/include/glib-2.0/glib/gstring.h \
|
||||
/usr/include/glib-2.0/glib/gunicode.h \
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h \
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h \
|
||||
/usr/include/glib-2.0/glib/gmarkup.h \
|
||||
/usr/include/glib-2.0/glib/gmessages.h \
|
||||
/usr/include/glib-2.0/glib/gnode.h /usr/include/glib-2.0/glib/goption.h \
|
||||
/usr/include/glib-2.0/glib/gpattern.h \
|
||||
/usr/include/glib-2.0/glib/gprimes.h \
|
||||
/usr/include/glib-2.0/glib/gqsort.h /usr/include/glib-2.0/glib/gqueue.h \
|
||||
/usr/include/glib-2.0/glib/grand.h /usr/include/glib-2.0/glib/grel.h \
|
||||
/usr/include/glib-2.0/glib/gregex.h \
|
||||
/usr/include/glib-2.0/glib/gscanner.h \
|
||||
/usr/include/glib-2.0/glib/gsequence.h \
|
||||
/usr/include/glib-2.0/glib/gshell.h /usr/include/glib-2.0/glib/gspawn.h \
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h \
|
||||
/usr/include/glib-2.0/glib/gtestutils.h \
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h \
|
||||
/usr/include/glib-2.0/glib/gtimer.h /usr/include/glib-2.0/glib/gtree.h \
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h /usr/include/libusb-1.0/libusb.h \
|
||||
/usr/include/sys/time.h fprint.h
|
||||
|
||||
/usr/include/stdio.h:
|
||||
|
||||
/usr/include/features.h:
|
||||
|
||||
/usr/include/sys/cdefs.h:
|
||||
|
||||
/usr/include/bits/wordsize.h:
|
||||
|
||||
/usr/include/gnu/stubs.h:
|
||||
|
||||
/usr/include/gnu/stubs-64.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h:
|
||||
|
||||
/usr/include/bits/types.h:
|
||||
|
||||
/usr/include/bits/typesizes.h:
|
||||
|
||||
/usr/include/libio.h:
|
||||
|
||||
/usr/include/_G_config.h:
|
||||
|
||||
/usr/include/wchar.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h:
|
||||
|
||||
/usr/include/bits/stdio_lim.h:
|
||||
|
||||
/usr/include/bits/sys_errlist.h:
|
||||
|
||||
/usr/include/bits/stdio.h:
|
||||
|
||||
/usr/include/stdlib.h:
|
||||
|
||||
/usr/include/sys/types.h:
|
||||
|
||||
/usr/include/time.h:
|
||||
|
||||
/usr/include/endian.h:
|
||||
|
||||
/usr/include/bits/endian.h:
|
||||
|
||||
/usr/include/sys/select.h:
|
||||
|
||||
/usr/include/bits/select.h:
|
||||
|
||||
/usr/include/bits/sigset.h:
|
||||
|
||||
/usr/include/bits/time.h:
|
||||
|
||||
/usr/include/sys/sysmacros.h:
|
||||
|
||||
/usr/include/bits/pthreadtypes.h:
|
||||
|
||||
/usr/include/alloca.h:
|
||||
|
||||
nbis/include/lfs.h:
|
||||
|
||||
/usr/include/math.h:
|
||||
|
||||
/usr/include/bits/huge_val.h:
|
||||
|
||||
/usr/include/bits/huge_valf.h:
|
||||
|
||||
/usr/include/bits/huge_vall.h:
|
||||
|
||||
/usr/include/bits/inf.h:
|
||||
|
||||
/usr/include/bits/nan.h:
|
||||
|
||||
/usr/include/bits/mathdef.h:
|
||||
|
||||
/usr/include/bits/mathcalls.h:
|
||||
|
||||
/usr/include/bits/mathinline.h:
|
||||
|
||||
fp_internal.h:
|
||||
|
||||
../config.h:
|
||||
|
||||
/usr/include/stdint.h:
|
||||
|
||||
/usr/include/bits/wchar.h:
|
||||
|
||||
/usr/include/glib-2.0/glib.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/galloca.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtypes.h:
|
||||
|
||||
/usr/lib/glib-2.0/include/glibconfig.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmacros.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h:
|
||||
|
||||
/usr/include/limits.h:
|
||||
|
||||
/usr/include/bits/posix1_lim.h:
|
||||
|
||||
/usr/include/bits/local_lim.h:
|
||||
|
||||
/usr/include/linux/limits.h:
|
||||
|
||||
/usr/include/bits/posix2_lim.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/garray.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthread.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gerror.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gquark.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gatomic.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbase64.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcache.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/glist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmem.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslice.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gchecksum.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcompletion.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gconvert.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdataset.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdate.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdir.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gfileutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghash.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghook.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/giochannel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmain.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstring.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gunicode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmarkup.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmessages.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gnode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/goption.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gpattern.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gprimes.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqsort.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grand.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gregex.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gscanner.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gsequence.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gshell.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gspawn.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtestutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtimer.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtree.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h:
|
||||
|
||||
/usr/include/libusb-1.0/libusb.h:
|
||||
|
||||
/usr/include/sys/time.h:
|
||||
|
||||
fprint.h:
|
||||
@@ -0,0 +1,290 @@
|
||||
libfprint_la-line.lo: nbis/mindtct/line.c /usr/include/stdio.h \
|
||||
/usr/include/features.h /usr/include/sys/cdefs.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
|
||||
/usr/include/gnu/stubs-64.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h \
|
||||
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
|
||||
/usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h \
|
||||
/usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
|
||||
/usr/include/bits/stdio.h /usr/include/stdlib.h \
|
||||
/usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \
|
||||
/usr/include/bits/endian.h /usr/include/sys/select.h \
|
||||
/usr/include/bits/select.h /usr/include/bits/sigset.h \
|
||||
/usr/include/bits/time.h /usr/include/sys/sysmacros.h \
|
||||
/usr/include/bits/pthreadtypes.h /usr/include/alloca.h \
|
||||
nbis/include/lfs.h /usr/include/math.h /usr/include/bits/huge_val.h \
|
||||
/usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \
|
||||
/usr/include/bits/inf.h /usr/include/bits/nan.h \
|
||||
/usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \
|
||||
/usr/include/bits/mathinline.h fp_internal.h ../config.h \
|
||||
/usr/include/stdint.h /usr/include/bits/wchar.h \
|
||||
/usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \
|
||||
/usr/include/glib-2.0/glib/gtypes.h \
|
||||
/usr/lib/glib-2.0/include/glibconfig.h \
|
||||
/usr/include/glib-2.0/glib/gmacros.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
|
||||
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
|
||||
/usr/include/bits/posix2_lim.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h \
|
||||
/usr/include/glib-2.0/glib/garray.h \
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h \
|
||||
/usr/include/glib-2.0/glib/gthread.h \
|
||||
/usr/include/glib-2.0/glib/gerror.h /usr/include/glib-2.0/glib/gquark.h \
|
||||
/usr/include/glib-2.0/glib/gutils.h \
|
||||
/usr/include/glib-2.0/glib/gatomic.h \
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h \
|
||||
/usr/include/glib-2.0/glib/gbase64.h \
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h \
|
||||
/usr/include/glib-2.0/glib/gcache.h /usr/include/glib-2.0/glib/glist.h \
|
||||
/usr/include/glib-2.0/glib/gmem.h /usr/include/glib-2.0/glib/gslice.h \
|
||||
/usr/include/glib-2.0/glib/gchecksum.h \
|
||||
/usr/include/glib-2.0/glib/gcompletion.h \
|
||||
/usr/include/glib-2.0/glib/gconvert.h \
|
||||
/usr/include/glib-2.0/glib/gdataset.h \
|
||||
/usr/include/glib-2.0/glib/gdate.h /usr/include/glib-2.0/glib/gdir.h \
|
||||
/usr/include/glib-2.0/glib/gfileutils.h \
|
||||
/usr/include/glib-2.0/glib/ghash.h /usr/include/glib-2.0/glib/ghook.h \
|
||||
/usr/include/glib-2.0/glib/giochannel.h \
|
||||
/usr/include/glib-2.0/glib/gmain.h /usr/include/glib-2.0/glib/gslist.h \
|
||||
/usr/include/glib-2.0/glib/gstring.h \
|
||||
/usr/include/glib-2.0/glib/gunicode.h \
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h \
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h \
|
||||
/usr/include/glib-2.0/glib/gmarkup.h \
|
||||
/usr/include/glib-2.0/glib/gmessages.h \
|
||||
/usr/include/glib-2.0/glib/gnode.h /usr/include/glib-2.0/glib/goption.h \
|
||||
/usr/include/glib-2.0/glib/gpattern.h \
|
||||
/usr/include/glib-2.0/glib/gprimes.h \
|
||||
/usr/include/glib-2.0/glib/gqsort.h /usr/include/glib-2.0/glib/gqueue.h \
|
||||
/usr/include/glib-2.0/glib/grand.h /usr/include/glib-2.0/glib/grel.h \
|
||||
/usr/include/glib-2.0/glib/gregex.h \
|
||||
/usr/include/glib-2.0/glib/gscanner.h \
|
||||
/usr/include/glib-2.0/glib/gsequence.h \
|
||||
/usr/include/glib-2.0/glib/gshell.h /usr/include/glib-2.0/glib/gspawn.h \
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h \
|
||||
/usr/include/glib-2.0/glib/gtestutils.h \
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h \
|
||||
/usr/include/glib-2.0/glib/gtimer.h /usr/include/glib-2.0/glib/gtree.h \
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h /usr/include/libusb-1.0/libusb.h \
|
||||
/usr/include/sys/time.h fprint.h
|
||||
|
||||
/usr/include/stdio.h:
|
||||
|
||||
/usr/include/features.h:
|
||||
|
||||
/usr/include/sys/cdefs.h:
|
||||
|
||||
/usr/include/bits/wordsize.h:
|
||||
|
||||
/usr/include/gnu/stubs.h:
|
||||
|
||||
/usr/include/gnu/stubs-64.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h:
|
||||
|
||||
/usr/include/bits/types.h:
|
||||
|
||||
/usr/include/bits/typesizes.h:
|
||||
|
||||
/usr/include/libio.h:
|
||||
|
||||
/usr/include/_G_config.h:
|
||||
|
||||
/usr/include/wchar.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h:
|
||||
|
||||
/usr/include/bits/stdio_lim.h:
|
||||
|
||||
/usr/include/bits/sys_errlist.h:
|
||||
|
||||
/usr/include/bits/stdio.h:
|
||||
|
||||
/usr/include/stdlib.h:
|
||||
|
||||
/usr/include/sys/types.h:
|
||||
|
||||
/usr/include/time.h:
|
||||
|
||||
/usr/include/endian.h:
|
||||
|
||||
/usr/include/bits/endian.h:
|
||||
|
||||
/usr/include/sys/select.h:
|
||||
|
||||
/usr/include/bits/select.h:
|
||||
|
||||
/usr/include/bits/sigset.h:
|
||||
|
||||
/usr/include/bits/time.h:
|
||||
|
||||
/usr/include/sys/sysmacros.h:
|
||||
|
||||
/usr/include/bits/pthreadtypes.h:
|
||||
|
||||
/usr/include/alloca.h:
|
||||
|
||||
nbis/include/lfs.h:
|
||||
|
||||
/usr/include/math.h:
|
||||
|
||||
/usr/include/bits/huge_val.h:
|
||||
|
||||
/usr/include/bits/huge_valf.h:
|
||||
|
||||
/usr/include/bits/huge_vall.h:
|
||||
|
||||
/usr/include/bits/inf.h:
|
||||
|
||||
/usr/include/bits/nan.h:
|
||||
|
||||
/usr/include/bits/mathdef.h:
|
||||
|
||||
/usr/include/bits/mathcalls.h:
|
||||
|
||||
/usr/include/bits/mathinline.h:
|
||||
|
||||
fp_internal.h:
|
||||
|
||||
../config.h:
|
||||
|
||||
/usr/include/stdint.h:
|
||||
|
||||
/usr/include/bits/wchar.h:
|
||||
|
||||
/usr/include/glib-2.0/glib.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/galloca.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtypes.h:
|
||||
|
||||
/usr/lib/glib-2.0/include/glibconfig.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmacros.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h:
|
||||
|
||||
/usr/include/limits.h:
|
||||
|
||||
/usr/include/bits/posix1_lim.h:
|
||||
|
||||
/usr/include/bits/local_lim.h:
|
||||
|
||||
/usr/include/linux/limits.h:
|
||||
|
||||
/usr/include/bits/posix2_lim.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/garray.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthread.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gerror.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gquark.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gatomic.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbase64.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcache.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/glist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmem.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslice.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gchecksum.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcompletion.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gconvert.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdataset.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdate.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdir.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gfileutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghash.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghook.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/giochannel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmain.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstring.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gunicode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmarkup.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmessages.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gnode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/goption.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gpattern.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gprimes.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqsort.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grand.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gregex.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gscanner.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gsequence.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gshell.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gspawn.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtestutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtimer.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtree.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h:
|
||||
|
||||
/usr/include/libusb-1.0/libusb.h:
|
||||
|
||||
/usr/include/sys/time.h:
|
||||
|
||||
fprint.h:
|
||||
@@ -0,0 +1,73 @@
|
||||
libfprint_la-log.lo: nbis/mindtct/log.c nbis/include/log.h \
|
||||
/usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
|
||||
/usr/include/gnu/stubs-64.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h \
|
||||
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
|
||||
/usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h \
|
||||
/usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
|
||||
/usr/include/bits/stdio.h /usr/include/stdlib.h \
|
||||
/usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \
|
||||
/usr/include/bits/endian.h /usr/include/sys/select.h \
|
||||
/usr/include/bits/select.h /usr/include/bits/sigset.h \
|
||||
/usr/include/bits/time.h /usr/include/sys/sysmacros.h \
|
||||
/usr/include/bits/pthreadtypes.h /usr/include/alloca.h
|
||||
|
||||
nbis/include/log.h:
|
||||
|
||||
/usr/include/stdio.h:
|
||||
|
||||
/usr/include/features.h:
|
||||
|
||||
/usr/include/sys/cdefs.h:
|
||||
|
||||
/usr/include/bits/wordsize.h:
|
||||
|
||||
/usr/include/gnu/stubs.h:
|
||||
|
||||
/usr/include/gnu/stubs-64.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h:
|
||||
|
||||
/usr/include/bits/types.h:
|
||||
|
||||
/usr/include/bits/typesizes.h:
|
||||
|
||||
/usr/include/libio.h:
|
||||
|
||||
/usr/include/_G_config.h:
|
||||
|
||||
/usr/include/wchar.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h:
|
||||
|
||||
/usr/include/bits/stdio_lim.h:
|
||||
|
||||
/usr/include/bits/sys_errlist.h:
|
||||
|
||||
/usr/include/bits/stdio.h:
|
||||
|
||||
/usr/include/stdlib.h:
|
||||
|
||||
/usr/include/sys/types.h:
|
||||
|
||||
/usr/include/time.h:
|
||||
|
||||
/usr/include/endian.h:
|
||||
|
||||
/usr/include/bits/endian.h:
|
||||
|
||||
/usr/include/sys/select.h:
|
||||
|
||||
/usr/include/bits/select.h:
|
||||
|
||||
/usr/include/bits/sigset.h:
|
||||
|
||||
/usr/include/bits/time.h:
|
||||
|
||||
/usr/include/sys/sysmacros.h:
|
||||
|
||||
/usr/include/bits/pthreadtypes.h:
|
||||
|
||||
/usr/include/alloca.h:
|
||||
@@ -0,0 +1,290 @@
|
||||
libfprint_la-loop.lo: nbis/mindtct/loop.c /usr/include/stdio.h \
|
||||
/usr/include/features.h /usr/include/sys/cdefs.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
|
||||
/usr/include/gnu/stubs-64.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h \
|
||||
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
|
||||
/usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h \
|
||||
/usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
|
||||
/usr/include/bits/stdio.h /usr/include/stdlib.h \
|
||||
/usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \
|
||||
/usr/include/bits/endian.h /usr/include/sys/select.h \
|
||||
/usr/include/bits/select.h /usr/include/bits/sigset.h \
|
||||
/usr/include/bits/time.h /usr/include/sys/sysmacros.h \
|
||||
/usr/include/bits/pthreadtypes.h /usr/include/alloca.h \
|
||||
nbis/include/lfs.h /usr/include/math.h /usr/include/bits/huge_val.h \
|
||||
/usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \
|
||||
/usr/include/bits/inf.h /usr/include/bits/nan.h \
|
||||
/usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \
|
||||
/usr/include/bits/mathinline.h fp_internal.h ../config.h \
|
||||
/usr/include/stdint.h /usr/include/bits/wchar.h \
|
||||
/usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \
|
||||
/usr/include/glib-2.0/glib/gtypes.h \
|
||||
/usr/lib/glib-2.0/include/glibconfig.h \
|
||||
/usr/include/glib-2.0/glib/gmacros.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
|
||||
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
|
||||
/usr/include/bits/posix2_lim.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h \
|
||||
/usr/include/glib-2.0/glib/garray.h \
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h \
|
||||
/usr/include/glib-2.0/glib/gthread.h \
|
||||
/usr/include/glib-2.0/glib/gerror.h /usr/include/glib-2.0/glib/gquark.h \
|
||||
/usr/include/glib-2.0/glib/gutils.h \
|
||||
/usr/include/glib-2.0/glib/gatomic.h \
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h \
|
||||
/usr/include/glib-2.0/glib/gbase64.h \
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h \
|
||||
/usr/include/glib-2.0/glib/gcache.h /usr/include/glib-2.0/glib/glist.h \
|
||||
/usr/include/glib-2.0/glib/gmem.h /usr/include/glib-2.0/glib/gslice.h \
|
||||
/usr/include/glib-2.0/glib/gchecksum.h \
|
||||
/usr/include/glib-2.0/glib/gcompletion.h \
|
||||
/usr/include/glib-2.0/glib/gconvert.h \
|
||||
/usr/include/glib-2.0/glib/gdataset.h \
|
||||
/usr/include/glib-2.0/glib/gdate.h /usr/include/glib-2.0/glib/gdir.h \
|
||||
/usr/include/glib-2.0/glib/gfileutils.h \
|
||||
/usr/include/glib-2.0/glib/ghash.h /usr/include/glib-2.0/glib/ghook.h \
|
||||
/usr/include/glib-2.0/glib/giochannel.h \
|
||||
/usr/include/glib-2.0/glib/gmain.h /usr/include/glib-2.0/glib/gslist.h \
|
||||
/usr/include/glib-2.0/glib/gstring.h \
|
||||
/usr/include/glib-2.0/glib/gunicode.h \
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h \
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h \
|
||||
/usr/include/glib-2.0/glib/gmarkup.h \
|
||||
/usr/include/glib-2.0/glib/gmessages.h \
|
||||
/usr/include/glib-2.0/glib/gnode.h /usr/include/glib-2.0/glib/goption.h \
|
||||
/usr/include/glib-2.0/glib/gpattern.h \
|
||||
/usr/include/glib-2.0/glib/gprimes.h \
|
||||
/usr/include/glib-2.0/glib/gqsort.h /usr/include/glib-2.0/glib/gqueue.h \
|
||||
/usr/include/glib-2.0/glib/grand.h /usr/include/glib-2.0/glib/grel.h \
|
||||
/usr/include/glib-2.0/glib/gregex.h \
|
||||
/usr/include/glib-2.0/glib/gscanner.h \
|
||||
/usr/include/glib-2.0/glib/gsequence.h \
|
||||
/usr/include/glib-2.0/glib/gshell.h /usr/include/glib-2.0/glib/gspawn.h \
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h \
|
||||
/usr/include/glib-2.0/glib/gtestutils.h \
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h \
|
||||
/usr/include/glib-2.0/glib/gtimer.h /usr/include/glib-2.0/glib/gtree.h \
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h /usr/include/libusb-1.0/libusb.h \
|
||||
/usr/include/sys/time.h fprint.h
|
||||
|
||||
/usr/include/stdio.h:
|
||||
|
||||
/usr/include/features.h:
|
||||
|
||||
/usr/include/sys/cdefs.h:
|
||||
|
||||
/usr/include/bits/wordsize.h:
|
||||
|
||||
/usr/include/gnu/stubs.h:
|
||||
|
||||
/usr/include/gnu/stubs-64.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h:
|
||||
|
||||
/usr/include/bits/types.h:
|
||||
|
||||
/usr/include/bits/typesizes.h:
|
||||
|
||||
/usr/include/libio.h:
|
||||
|
||||
/usr/include/_G_config.h:
|
||||
|
||||
/usr/include/wchar.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h:
|
||||
|
||||
/usr/include/bits/stdio_lim.h:
|
||||
|
||||
/usr/include/bits/sys_errlist.h:
|
||||
|
||||
/usr/include/bits/stdio.h:
|
||||
|
||||
/usr/include/stdlib.h:
|
||||
|
||||
/usr/include/sys/types.h:
|
||||
|
||||
/usr/include/time.h:
|
||||
|
||||
/usr/include/endian.h:
|
||||
|
||||
/usr/include/bits/endian.h:
|
||||
|
||||
/usr/include/sys/select.h:
|
||||
|
||||
/usr/include/bits/select.h:
|
||||
|
||||
/usr/include/bits/sigset.h:
|
||||
|
||||
/usr/include/bits/time.h:
|
||||
|
||||
/usr/include/sys/sysmacros.h:
|
||||
|
||||
/usr/include/bits/pthreadtypes.h:
|
||||
|
||||
/usr/include/alloca.h:
|
||||
|
||||
nbis/include/lfs.h:
|
||||
|
||||
/usr/include/math.h:
|
||||
|
||||
/usr/include/bits/huge_val.h:
|
||||
|
||||
/usr/include/bits/huge_valf.h:
|
||||
|
||||
/usr/include/bits/huge_vall.h:
|
||||
|
||||
/usr/include/bits/inf.h:
|
||||
|
||||
/usr/include/bits/nan.h:
|
||||
|
||||
/usr/include/bits/mathdef.h:
|
||||
|
||||
/usr/include/bits/mathcalls.h:
|
||||
|
||||
/usr/include/bits/mathinline.h:
|
||||
|
||||
fp_internal.h:
|
||||
|
||||
../config.h:
|
||||
|
||||
/usr/include/stdint.h:
|
||||
|
||||
/usr/include/bits/wchar.h:
|
||||
|
||||
/usr/include/glib-2.0/glib.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/galloca.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtypes.h:
|
||||
|
||||
/usr/lib/glib-2.0/include/glibconfig.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmacros.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h:
|
||||
|
||||
/usr/include/limits.h:
|
||||
|
||||
/usr/include/bits/posix1_lim.h:
|
||||
|
||||
/usr/include/bits/local_lim.h:
|
||||
|
||||
/usr/include/linux/limits.h:
|
||||
|
||||
/usr/include/bits/posix2_lim.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/garray.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthread.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gerror.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gquark.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gatomic.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbase64.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcache.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/glist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmem.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslice.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gchecksum.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcompletion.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gconvert.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdataset.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdate.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdir.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gfileutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghash.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghook.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/giochannel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmain.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstring.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gunicode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmarkup.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmessages.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gnode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/goption.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gpattern.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gprimes.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqsort.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grand.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gregex.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gscanner.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gsequence.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gshell.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gspawn.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtestutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtimer.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtree.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h:
|
||||
|
||||
/usr/include/libusb-1.0/libusb.h:
|
||||
|
||||
/usr/include/sys/time.h:
|
||||
|
||||
fprint.h:
|
||||
@@ -0,0 +1,303 @@
|
||||
libfprint_la-maps.lo: nbis/mindtct/maps.c /usr/include/stdio.h \
|
||||
/usr/include/features.h /usr/include/sys/cdefs.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
|
||||
/usr/include/gnu/stubs-64.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h \
|
||||
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
|
||||
/usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h \
|
||||
/usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
|
||||
/usr/include/bits/stdio.h /usr/include/stdlib.h \
|
||||
/usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \
|
||||
/usr/include/bits/endian.h /usr/include/sys/select.h \
|
||||
/usr/include/bits/select.h /usr/include/bits/sigset.h \
|
||||
/usr/include/bits/time.h /usr/include/sys/sysmacros.h \
|
||||
/usr/include/bits/pthreadtypes.h /usr/include/alloca.h \
|
||||
/usr/include/string.h /usr/include/bits/string.h \
|
||||
/usr/include/bits/string2.h nbis/include/lfs.h /usr/include/math.h \
|
||||
/usr/include/bits/huge_val.h /usr/include/bits/huge_valf.h \
|
||||
/usr/include/bits/huge_vall.h /usr/include/bits/inf.h \
|
||||
/usr/include/bits/nan.h /usr/include/bits/mathdef.h \
|
||||
/usr/include/bits/mathcalls.h /usr/include/bits/mathinline.h \
|
||||
fp_internal.h ../config.h /usr/include/stdint.h \
|
||||
/usr/include/bits/wchar.h /usr/include/glib-2.0/glib.h \
|
||||
/usr/include/glib-2.0/glib/galloca.h \
|
||||
/usr/include/glib-2.0/glib/gtypes.h \
|
||||
/usr/lib/glib-2.0/include/glibconfig.h \
|
||||
/usr/include/glib-2.0/glib/gmacros.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
|
||||
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
|
||||
/usr/include/bits/posix2_lim.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h \
|
||||
/usr/include/glib-2.0/glib/garray.h \
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h \
|
||||
/usr/include/glib-2.0/glib/gthread.h \
|
||||
/usr/include/glib-2.0/glib/gerror.h /usr/include/glib-2.0/glib/gquark.h \
|
||||
/usr/include/glib-2.0/glib/gutils.h \
|
||||
/usr/include/glib-2.0/glib/gatomic.h \
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h \
|
||||
/usr/include/glib-2.0/glib/gbase64.h \
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h \
|
||||
/usr/include/glib-2.0/glib/gcache.h /usr/include/glib-2.0/glib/glist.h \
|
||||
/usr/include/glib-2.0/glib/gmem.h /usr/include/glib-2.0/glib/gslice.h \
|
||||
/usr/include/glib-2.0/glib/gchecksum.h \
|
||||
/usr/include/glib-2.0/glib/gcompletion.h \
|
||||
/usr/include/glib-2.0/glib/gconvert.h \
|
||||
/usr/include/glib-2.0/glib/gdataset.h \
|
||||
/usr/include/glib-2.0/glib/gdate.h /usr/include/glib-2.0/glib/gdir.h \
|
||||
/usr/include/glib-2.0/glib/gfileutils.h \
|
||||
/usr/include/glib-2.0/glib/ghash.h /usr/include/glib-2.0/glib/ghook.h \
|
||||
/usr/include/glib-2.0/glib/giochannel.h \
|
||||
/usr/include/glib-2.0/glib/gmain.h /usr/include/glib-2.0/glib/gslist.h \
|
||||
/usr/include/glib-2.0/glib/gstring.h \
|
||||
/usr/include/glib-2.0/glib/gunicode.h \
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h \
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h \
|
||||
/usr/include/glib-2.0/glib/gmarkup.h \
|
||||
/usr/include/glib-2.0/glib/gmessages.h \
|
||||
/usr/include/glib-2.0/glib/gnode.h /usr/include/glib-2.0/glib/goption.h \
|
||||
/usr/include/glib-2.0/glib/gpattern.h \
|
||||
/usr/include/glib-2.0/glib/gprimes.h \
|
||||
/usr/include/glib-2.0/glib/gqsort.h /usr/include/glib-2.0/glib/gqueue.h \
|
||||
/usr/include/glib-2.0/glib/grand.h /usr/include/glib-2.0/glib/grel.h \
|
||||
/usr/include/glib-2.0/glib/gregex.h \
|
||||
/usr/include/glib-2.0/glib/gscanner.h \
|
||||
/usr/include/glib-2.0/glib/gsequence.h \
|
||||
/usr/include/glib-2.0/glib/gshell.h /usr/include/glib-2.0/glib/gspawn.h \
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h \
|
||||
/usr/include/glib-2.0/glib/gtestutils.h \
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h \
|
||||
/usr/include/glib-2.0/glib/gtimer.h /usr/include/glib-2.0/glib/gtree.h \
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h /usr/include/libusb-1.0/libusb.h \
|
||||
/usr/include/sys/time.h fprint.h nbis/include/morph.h \
|
||||
nbis/include/log.h
|
||||
|
||||
/usr/include/stdio.h:
|
||||
|
||||
/usr/include/features.h:
|
||||
|
||||
/usr/include/sys/cdefs.h:
|
||||
|
||||
/usr/include/bits/wordsize.h:
|
||||
|
||||
/usr/include/gnu/stubs.h:
|
||||
|
||||
/usr/include/gnu/stubs-64.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h:
|
||||
|
||||
/usr/include/bits/types.h:
|
||||
|
||||
/usr/include/bits/typesizes.h:
|
||||
|
||||
/usr/include/libio.h:
|
||||
|
||||
/usr/include/_G_config.h:
|
||||
|
||||
/usr/include/wchar.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h:
|
||||
|
||||
/usr/include/bits/stdio_lim.h:
|
||||
|
||||
/usr/include/bits/sys_errlist.h:
|
||||
|
||||
/usr/include/bits/stdio.h:
|
||||
|
||||
/usr/include/stdlib.h:
|
||||
|
||||
/usr/include/sys/types.h:
|
||||
|
||||
/usr/include/time.h:
|
||||
|
||||
/usr/include/endian.h:
|
||||
|
||||
/usr/include/bits/endian.h:
|
||||
|
||||
/usr/include/sys/select.h:
|
||||
|
||||
/usr/include/bits/select.h:
|
||||
|
||||
/usr/include/bits/sigset.h:
|
||||
|
||||
/usr/include/bits/time.h:
|
||||
|
||||
/usr/include/sys/sysmacros.h:
|
||||
|
||||
/usr/include/bits/pthreadtypes.h:
|
||||
|
||||
/usr/include/alloca.h:
|
||||
|
||||
/usr/include/string.h:
|
||||
|
||||
/usr/include/bits/string.h:
|
||||
|
||||
/usr/include/bits/string2.h:
|
||||
|
||||
nbis/include/lfs.h:
|
||||
|
||||
/usr/include/math.h:
|
||||
|
||||
/usr/include/bits/huge_val.h:
|
||||
|
||||
/usr/include/bits/huge_valf.h:
|
||||
|
||||
/usr/include/bits/huge_vall.h:
|
||||
|
||||
/usr/include/bits/inf.h:
|
||||
|
||||
/usr/include/bits/nan.h:
|
||||
|
||||
/usr/include/bits/mathdef.h:
|
||||
|
||||
/usr/include/bits/mathcalls.h:
|
||||
|
||||
/usr/include/bits/mathinline.h:
|
||||
|
||||
fp_internal.h:
|
||||
|
||||
../config.h:
|
||||
|
||||
/usr/include/stdint.h:
|
||||
|
||||
/usr/include/bits/wchar.h:
|
||||
|
||||
/usr/include/glib-2.0/glib.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/galloca.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtypes.h:
|
||||
|
||||
/usr/lib/glib-2.0/include/glibconfig.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmacros.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h:
|
||||
|
||||
/usr/include/limits.h:
|
||||
|
||||
/usr/include/bits/posix1_lim.h:
|
||||
|
||||
/usr/include/bits/local_lim.h:
|
||||
|
||||
/usr/include/linux/limits.h:
|
||||
|
||||
/usr/include/bits/posix2_lim.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/garray.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthread.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gerror.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gquark.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gatomic.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbase64.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcache.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/glist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmem.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslice.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gchecksum.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcompletion.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gconvert.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdataset.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdate.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdir.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gfileutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghash.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghook.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/giochannel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmain.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstring.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gunicode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmarkup.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmessages.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gnode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/goption.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gpattern.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gprimes.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqsort.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grand.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gregex.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gscanner.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gsequence.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gshell.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gspawn.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtestutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtimer.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtree.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h:
|
||||
|
||||
/usr/include/libusb-1.0/libusb.h:
|
||||
|
||||
/usr/include/sys/time.h:
|
||||
|
||||
fprint.h:
|
||||
|
||||
nbis/include/morph.h:
|
||||
|
||||
nbis/include/log.h:
|
||||
@@ -0,0 +1,286 @@
|
||||
libfprint_la-matchpat.lo: nbis/mindtct/matchpat.c /usr/include/stdio.h \
|
||||
/usr/include/features.h /usr/include/sys/cdefs.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
|
||||
/usr/include/gnu/stubs-64.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h \
|
||||
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
|
||||
/usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h \
|
||||
/usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
|
||||
/usr/include/bits/stdio.h nbis/include/lfs.h /usr/include/math.h \
|
||||
/usr/include/bits/huge_val.h /usr/include/bits/huge_valf.h \
|
||||
/usr/include/bits/huge_vall.h /usr/include/bits/inf.h \
|
||||
/usr/include/bits/nan.h /usr/include/bits/mathdef.h \
|
||||
/usr/include/bits/mathcalls.h /usr/include/bits/mathinline.h \
|
||||
fp_internal.h ../config.h /usr/include/stdint.h \
|
||||
/usr/include/bits/wchar.h /usr/include/glib-2.0/glib.h \
|
||||
/usr/include/glib-2.0/glib/galloca.h \
|
||||
/usr/include/glib-2.0/glib/gtypes.h \
|
||||
/usr/lib/glib-2.0/include/glibconfig.h \
|
||||
/usr/include/glib-2.0/glib/gmacros.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
|
||||
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
|
||||
/usr/include/bits/posix2_lim.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h \
|
||||
/usr/include/glib-2.0/glib/garray.h \
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h \
|
||||
/usr/include/glib-2.0/glib/gthread.h \
|
||||
/usr/include/glib-2.0/glib/gerror.h /usr/include/glib-2.0/glib/gquark.h \
|
||||
/usr/include/glib-2.0/glib/gutils.h \
|
||||
/usr/include/glib-2.0/glib/gatomic.h \
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h \
|
||||
/usr/include/glib-2.0/glib/gbase64.h \
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h /usr/include/time.h \
|
||||
/usr/include/bits/time.h /usr/include/glib-2.0/glib/gcache.h \
|
||||
/usr/include/glib-2.0/glib/glist.h /usr/include/glib-2.0/glib/gmem.h \
|
||||
/usr/include/glib-2.0/glib/gslice.h \
|
||||
/usr/include/glib-2.0/glib/gchecksum.h \
|
||||
/usr/include/glib-2.0/glib/gcompletion.h \
|
||||
/usr/include/glib-2.0/glib/gconvert.h \
|
||||
/usr/include/glib-2.0/glib/gdataset.h \
|
||||
/usr/include/glib-2.0/glib/gdate.h /usr/include/glib-2.0/glib/gdir.h \
|
||||
/usr/include/glib-2.0/glib/gfileutils.h \
|
||||
/usr/include/glib-2.0/glib/ghash.h /usr/include/glib-2.0/glib/ghook.h \
|
||||
/usr/include/glib-2.0/glib/giochannel.h \
|
||||
/usr/include/glib-2.0/glib/gmain.h /usr/include/glib-2.0/glib/gslist.h \
|
||||
/usr/include/glib-2.0/glib/gstring.h \
|
||||
/usr/include/glib-2.0/glib/gunicode.h \
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h \
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h \
|
||||
/usr/include/glib-2.0/glib/gmarkup.h \
|
||||
/usr/include/glib-2.0/glib/gmessages.h \
|
||||
/usr/include/glib-2.0/glib/gnode.h /usr/include/glib-2.0/glib/goption.h \
|
||||
/usr/include/glib-2.0/glib/gpattern.h \
|
||||
/usr/include/glib-2.0/glib/gprimes.h \
|
||||
/usr/include/glib-2.0/glib/gqsort.h /usr/include/glib-2.0/glib/gqueue.h \
|
||||
/usr/include/glib-2.0/glib/grand.h /usr/include/glib-2.0/glib/grel.h \
|
||||
/usr/include/glib-2.0/glib/gregex.h \
|
||||
/usr/include/glib-2.0/glib/gscanner.h \
|
||||
/usr/include/glib-2.0/glib/gsequence.h \
|
||||
/usr/include/glib-2.0/glib/gshell.h /usr/include/glib-2.0/glib/gspawn.h \
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h \
|
||||
/usr/include/glib-2.0/glib/gtestutils.h \
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h \
|
||||
/usr/include/glib-2.0/glib/gtimer.h /usr/include/glib-2.0/glib/gtree.h \
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h /usr/include/libusb-1.0/libusb.h \
|
||||
/usr/include/endian.h /usr/include/bits/endian.h \
|
||||
/usr/include/sys/time.h /usr/include/sys/select.h \
|
||||
/usr/include/bits/select.h /usr/include/bits/sigset.h \
|
||||
/usr/include/sys/types.h /usr/include/sys/sysmacros.h \
|
||||
/usr/include/bits/pthreadtypes.h fprint.h
|
||||
|
||||
/usr/include/stdio.h:
|
||||
|
||||
/usr/include/features.h:
|
||||
|
||||
/usr/include/sys/cdefs.h:
|
||||
|
||||
/usr/include/bits/wordsize.h:
|
||||
|
||||
/usr/include/gnu/stubs.h:
|
||||
|
||||
/usr/include/gnu/stubs-64.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h:
|
||||
|
||||
/usr/include/bits/types.h:
|
||||
|
||||
/usr/include/bits/typesizes.h:
|
||||
|
||||
/usr/include/libio.h:
|
||||
|
||||
/usr/include/_G_config.h:
|
||||
|
||||
/usr/include/wchar.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h:
|
||||
|
||||
/usr/include/bits/stdio_lim.h:
|
||||
|
||||
/usr/include/bits/sys_errlist.h:
|
||||
|
||||
/usr/include/bits/stdio.h:
|
||||
|
||||
nbis/include/lfs.h:
|
||||
|
||||
/usr/include/math.h:
|
||||
|
||||
/usr/include/bits/huge_val.h:
|
||||
|
||||
/usr/include/bits/huge_valf.h:
|
||||
|
||||
/usr/include/bits/huge_vall.h:
|
||||
|
||||
/usr/include/bits/inf.h:
|
||||
|
||||
/usr/include/bits/nan.h:
|
||||
|
||||
/usr/include/bits/mathdef.h:
|
||||
|
||||
/usr/include/bits/mathcalls.h:
|
||||
|
||||
/usr/include/bits/mathinline.h:
|
||||
|
||||
fp_internal.h:
|
||||
|
||||
../config.h:
|
||||
|
||||
/usr/include/stdint.h:
|
||||
|
||||
/usr/include/bits/wchar.h:
|
||||
|
||||
/usr/include/glib-2.0/glib.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/galloca.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtypes.h:
|
||||
|
||||
/usr/lib/glib-2.0/include/glibconfig.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmacros.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h:
|
||||
|
||||
/usr/include/limits.h:
|
||||
|
||||
/usr/include/bits/posix1_lim.h:
|
||||
|
||||
/usr/include/bits/local_lim.h:
|
||||
|
||||
/usr/include/linux/limits.h:
|
||||
|
||||
/usr/include/bits/posix2_lim.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/garray.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthread.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gerror.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gquark.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gatomic.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbase64.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h:
|
||||
|
||||
/usr/include/time.h:
|
||||
|
||||
/usr/include/bits/time.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcache.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/glist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmem.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslice.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gchecksum.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcompletion.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gconvert.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdataset.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdate.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdir.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gfileutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghash.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghook.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/giochannel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmain.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstring.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gunicode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmarkup.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmessages.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gnode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/goption.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gpattern.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gprimes.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqsort.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grand.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gregex.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gscanner.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gsequence.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gshell.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gspawn.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtestutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtimer.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtree.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h:
|
||||
|
||||
/usr/include/libusb-1.0/libusb.h:
|
||||
|
||||
/usr/include/endian.h:
|
||||
|
||||
/usr/include/bits/endian.h:
|
||||
|
||||
/usr/include/sys/time.h:
|
||||
|
||||
/usr/include/sys/select.h:
|
||||
|
||||
/usr/include/bits/select.h:
|
||||
|
||||
/usr/include/bits/sigset.h:
|
||||
|
||||
/usr/include/sys/types.h:
|
||||
|
||||
/usr/include/sys/sysmacros.h:
|
||||
|
||||
/usr/include/bits/pthreadtypes.h:
|
||||
|
||||
fprint.h:
|
||||
@@ -0,0 +1,290 @@
|
||||
libfprint_la-minutia.lo: nbis/mindtct/minutia.c /usr/include/stdio.h \
|
||||
/usr/include/features.h /usr/include/sys/cdefs.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
|
||||
/usr/include/gnu/stubs-64.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h \
|
||||
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
|
||||
/usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h \
|
||||
/usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
|
||||
/usr/include/bits/stdio.h /usr/include/stdlib.h \
|
||||
/usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \
|
||||
/usr/include/bits/endian.h /usr/include/sys/select.h \
|
||||
/usr/include/bits/select.h /usr/include/bits/sigset.h \
|
||||
/usr/include/bits/time.h /usr/include/sys/sysmacros.h \
|
||||
/usr/include/bits/pthreadtypes.h /usr/include/alloca.h \
|
||||
nbis/include/lfs.h /usr/include/math.h /usr/include/bits/huge_val.h \
|
||||
/usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \
|
||||
/usr/include/bits/inf.h /usr/include/bits/nan.h \
|
||||
/usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \
|
||||
/usr/include/bits/mathinline.h fp_internal.h ../config.h \
|
||||
/usr/include/stdint.h /usr/include/bits/wchar.h \
|
||||
/usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \
|
||||
/usr/include/glib-2.0/glib/gtypes.h \
|
||||
/usr/lib/glib-2.0/include/glibconfig.h \
|
||||
/usr/include/glib-2.0/glib/gmacros.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
|
||||
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
|
||||
/usr/include/bits/posix2_lim.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h \
|
||||
/usr/include/glib-2.0/glib/garray.h \
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h \
|
||||
/usr/include/glib-2.0/glib/gthread.h \
|
||||
/usr/include/glib-2.0/glib/gerror.h /usr/include/glib-2.0/glib/gquark.h \
|
||||
/usr/include/glib-2.0/glib/gutils.h \
|
||||
/usr/include/glib-2.0/glib/gatomic.h \
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h \
|
||||
/usr/include/glib-2.0/glib/gbase64.h \
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h \
|
||||
/usr/include/glib-2.0/glib/gcache.h /usr/include/glib-2.0/glib/glist.h \
|
||||
/usr/include/glib-2.0/glib/gmem.h /usr/include/glib-2.0/glib/gslice.h \
|
||||
/usr/include/glib-2.0/glib/gchecksum.h \
|
||||
/usr/include/glib-2.0/glib/gcompletion.h \
|
||||
/usr/include/glib-2.0/glib/gconvert.h \
|
||||
/usr/include/glib-2.0/glib/gdataset.h \
|
||||
/usr/include/glib-2.0/glib/gdate.h /usr/include/glib-2.0/glib/gdir.h \
|
||||
/usr/include/glib-2.0/glib/gfileutils.h \
|
||||
/usr/include/glib-2.0/glib/ghash.h /usr/include/glib-2.0/glib/ghook.h \
|
||||
/usr/include/glib-2.0/glib/giochannel.h \
|
||||
/usr/include/glib-2.0/glib/gmain.h /usr/include/glib-2.0/glib/gslist.h \
|
||||
/usr/include/glib-2.0/glib/gstring.h \
|
||||
/usr/include/glib-2.0/glib/gunicode.h \
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h \
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h \
|
||||
/usr/include/glib-2.0/glib/gmarkup.h \
|
||||
/usr/include/glib-2.0/glib/gmessages.h \
|
||||
/usr/include/glib-2.0/glib/gnode.h /usr/include/glib-2.0/glib/goption.h \
|
||||
/usr/include/glib-2.0/glib/gpattern.h \
|
||||
/usr/include/glib-2.0/glib/gprimes.h \
|
||||
/usr/include/glib-2.0/glib/gqsort.h /usr/include/glib-2.0/glib/gqueue.h \
|
||||
/usr/include/glib-2.0/glib/grand.h /usr/include/glib-2.0/glib/grel.h \
|
||||
/usr/include/glib-2.0/glib/gregex.h \
|
||||
/usr/include/glib-2.0/glib/gscanner.h \
|
||||
/usr/include/glib-2.0/glib/gsequence.h \
|
||||
/usr/include/glib-2.0/glib/gshell.h /usr/include/glib-2.0/glib/gspawn.h \
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h \
|
||||
/usr/include/glib-2.0/glib/gtestutils.h \
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h \
|
||||
/usr/include/glib-2.0/glib/gtimer.h /usr/include/glib-2.0/glib/gtree.h \
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h /usr/include/libusb-1.0/libusb.h \
|
||||
/usr/include/sys/time.h fprint.h
|
||||
|
||||
/usr/include/stdio.h:
|
||||
|
||||
/usr/include/features.h:
|
||||
|
||||
/usr/include/sys/cdefs.h:
|
||||
|
||||
/usr/include/bits/wordsize.h:
|
||||
|
||||
/usr/include/gnu/stubs.h:
|
||||
|
||||
/usr/include/gnu/stubs-64.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h:
|
||||
|
||||
/usr/include/bits/types.h:
|
||||
|
||||
/usr/include/bits/typesizes.h:
|
||||
|
||||
/usr/include/libio.h:
|
||||
|
||||
/usr/include/_G_config.h:
|
||||
|
||||
/usr/include/wchar.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h:
|
||||
|
||||
/usr/include/bits/stdio_lim.h:
|
||||
|
||||
/usr/include/bits/sys_errlist.h:
|
||||
|
||||
/usr/include/bits/stdio.h:
|
||||
|
||||
/usr/include/stdlib.h:
|
||||
|
||||
/usr/include/sys/types.h:
|
||||
|
||||
/usr/include/time.h:
|
||||
|
||||
/usr/include/endian.h:
|
||||
|
||||
/usr/include/bits/endian.h:
|
||||
|
||||
/usr/include/sys/select.h:
|
||||
|
||||
/usr/include/bits/select.h:
|
||||
|
||||
/usr/include/bits/sigset.h:
|
||||
|
||||
/usr/include/bits/time.h:
|
||||
|
||||
/usr/include/sys/sysmacros.h:
|
||||
|
||||
/usr/include/bits/pthreadtypes.h:
|
||||
|
||||
/usr/include/alloca.h:
|
||||
|
||||
nbis/include/lfs.h:
|
||||
|
||||
/usr/include/math.h:
|
||||
|
||||
/usr/include/bits/huge_val.h:
|
||||
|
||||
/usr/include/bits/huge_valf.h:
|
||||
|
||||
/usr/include/bits/huge_vall.h:
|
||||
|
||||
/usr/include/bits/inf.h:
|
||||
|
||||
/usr/include/bits/nan.h:
|
||||
|
||||
/usr/include/bits/mathdef.h:
|
||||
|
||||
/usr/include/bits/mathcalls.h:
|
||||
|
||||
/usr/include/bits/mathinline.h:
|
||||
|
||||
fp_internal.h:
|
||||
|
||||
../config.h:
|
||||
|
||||
/usr/include/stdint.h:
|
||||
|
||||
/usr/include/bits/wchar.h:
|
||||
|
||||
/usr/include/glib-2.0/glib.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/galloca.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtypes.h:
|
||||
|
||||
/usr/lib/glib-2.0/include/glibconfig.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmacros.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h:
|
||||
|
||||
/usr/include/limits.h:
|
||||
|
||||
/usr/include/bits/posix1_lim.h:
|
||||
|
||||
/usr/include/bits/local_lim.h:
|
||||
|
||||
/usr/include/linux/limits.h:
|
||||
|
||||
/usr/include/bits/posix2_lim.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/garray.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthread.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gerror.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gquark.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gatomic.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbase64.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcache.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/glist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmem.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslice.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gchecksum.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcompletion.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gconvert.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdataset.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdate.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdir.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gfileutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghash.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghook.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/giochannel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmain.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstring.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gunicode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmarkup.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmessages.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gnode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/goption.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gpattern.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gprimes.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqsort.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grand.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gregex.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gscanner.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gsequence.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gshell.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gspawn.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtestutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtimer.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtree.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h:
|
||||
|
||||
/usr/include/libusb-1.0/libusb.h:
|
||||
|
||||
/usr/include/sys/time.h:
|
||||
|
||||
fprint.h:
|
||||
@@ -0,0 +1,39 @@
|
||||
libfprint_la-morph.lo: nbis/mindtct/morph.c nbis/include/morph.h \
|
||||
/usr/include/string.h /usr/include/features.h /usr/include/sys/cdefs.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
|
||||
/usr/include/gnu/stubs-64.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h \
|
||||
/usr/include/bits/string.h /usr/include/bits/string2.h \
|
||||
/usr/include/endian.h /usr/include/bits/endian.h \
|
||||
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
|
||||
/usr/include/stdlib.h
|
||||
|
||||
nbis/include/morph.h:
|
||||
|
||||
/usr/include/string.h:
|
||||
|
||||
/usr/include/features.h:
|
||||
|
||||
/usr/include/sys/cdefs.h:
|
||||
|
||||
/usr/include/bits/wordsize.h:
|
||||
|
||||
/usr/include/gnu/stubs.h:
|
||||
|
||||
/usr/include/gnu/stubs-64.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h:
|
||||
|
||||
/usr/include/bits/string.h:
|
||||
|
||||
/usr/include/bits/string2.h:
|
||||
|
||||
/usr/include/endian.h:
|
||||
|
||||
/usr/include/bits/endian.h:
|
||||
|
||||
/usr/include/bits/types.h:
|
||||
|
||||
/usr/include/bits/typesizes.h:
|
||||
|
||||
/usr/include/stdlib.h:
|
||||
@@ -0,0 +1,266 @@
|
||||
libfprint_la-poll.lo: poll.c ../config.h /usr/include/errno.h \
|
||||
/usr/include/features.h /usr/include/sys/cdefs.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
|
||||
/usr/include/gnu/stubs-64.h /usr/include/bits/errno.h \
|
||||
/usr/include/linux/errno.h /usr/include/asm/errno.h \
|
||||
/usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \
|
||||
/usr/include/time.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h \
|
||||
/usr/include/bits/time.h /usr/include/bits/types.h \
|
||||
/usr/include/bits/typesizes.h /usr/include/xlocale.h \
|
||||
/usr/include/sys/time.h /usr/include/sys/select.h \
|
||||
/usr/include/bits/select.h /usr/include/bits/sigset.h \
|
||||
/usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \
|
||||
/usr/include/glib-2.0/glib/gtypes.h \
|
||||
/usr/lib/glib-2.0/include/glibconfig.h \
|
||||
/usr/include/glib-2.0/glib/gmacros.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
|
||||
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
|
||||
/usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \
|
||||
/usr/include/bits/stdio_lim.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h \
|
||||
/usr/include/glib-2.0/glib/garray.h \
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h \
|
||||
/usr/include/glib-2.0/glib/gthread.h \
|
||||
/usr/include/glib-2.0/glib/gerror.h /usr/include/glib-2.0/glib/gquark.h \
|
||||
/usr/include/glib-2.0/glib/gutils.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h \
|
||||
/usr/include/glib-2.0/glib/gatomic.h \
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h \
|
||||
/usr/include/glib-2.0/glib/gbase64.h \
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h \
|
||||
/usr/include/glib-2.0/glib/gcache.h /usr/include/glib-2.0/glib/glist.h \
|
||||
/usr/include/glib-2.0/glib/gmem.h /usr/include/glib-2.0/glib/gslice.h \
|
||||
/usr/include/glib-2.0/glib/gchecksum.h \
|
||||
/usr/include/glib-2.0/glib/gcompletion.h \
|
||||
/usr/include/glib-2.0/glib/gconvert.h \
|
||||
/usr/include/glib-2.0/glib/gdataset.h \
|
||||
/usr/include/glib-2.0/glib/gdate.h /usr/include/glib-2.0/glib/gdir.h \
|
||||
/usr/include/glib-2.0/glib/gfileutils.h \
|
||||
/usr/include/glib-2.0/glib/ghash.h /usr/include/glib-2.0/glib/ghook.h \
|
||||
/usr/include/glib-2.0/glib/giochannel.h \
|
||||
/usr/include/glib-2.0/glib/gmain.h /usr/include/glib-2.0/glib/gslist.h \
|
||||
/usr/include/glib-2.0/glib/gstring.h \
|
||||
/usr/include/glib-2.0/glib/gunicode.h \
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h \
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h \
|
||||
/usr/include/glib-2.0/glib/gmarkup.h \
|
||||
/usr/include/glib-2.0/glib/gmessages.h \
|
||||
/usr/include/glib-2.0/glib/gnode.h /usr/include/glib-2.0/glib/goption.h \
|
||||
/usr/include/glib-2.0/glib/gpattern.h \
|
||||
/usr/include/glib-2.0/glib/gprimes.h \
|
||||
/usr/include/glib-2.0/glib/gqsort.h /usr/include/glib-2.0/glib/gqueue.h \
|
||||
/usr/include/glib-2.0/glib/grand.h /usr/include/glib-2.0/glib/grel.h \
|
||||
/usr/include/glib-2.0/glib/gregex.h \
|
||||
/usr/include/glib-2.0/glib/gscanner.h \
|
||||
/usr/include/glib-2.0/glib/gsequence.h \
|
||||
/usr/include/glib-2.0/glib/gshell.h /usr/include/glib-2.0/glib/gspawn.h \
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h \
|
||||
/usr/include/glib-2.0/glib/gtestutils.h \
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h \
|
||||
/usr/include/glib-2.0/glib/gtimer.h /usr/include/glib-2.0/glib/gtree.h \
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h /usr/include/libusb-1.0/libusb.h \
|
||||
/usr/include/endian.h /usr/include/bits/endian.h /usr/include/stdint.h \
|
||||
/usr/include/bits/wchar.h /usr/include/sys/types.h \
|
||||
/usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
|
||||
fp_internal.h fprint.h
|
||||
|
||||
../config.h:
|
||||
|
||||
/usr/include/errno.h:
|
||||
|
||||
/usr/include/features.h:
|
||||
|
||||
/usr/include/sys/cdefs.h:
|
||||
|
||||
/usr/include/bits/wordsize.h:
|
||||
|
||||
/usr/include/gnu/stubs.h:
|
||||
|
||||
/usr/include/gnu/stubs-64.h:
|
||||
|
||||
/usr/include/bits/errno.h:
|
||||
|
||||
/usr/include/linux/errno.h:
|
||||
|
||||
/usr/include/asm/errno.h:
|
||||
|
||||
/usr/include/asm-generic/errno.h:
|
||||
|
||||
/usr/include/asm-generic/errno-base.h:
|
||||
|
||||
/usr/include/time.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h:
|
||||
|
||||
/usr/include/bits/time.h:
|
||||
|
||||
/usr/include/bits/types.h:
|
||||
|
||||
/usr/include/bits/typesizes.h:
|
||||
|
||||
/usr/include/xlocale.h:
|
||||
|
||||
/usr/include/sys/time.h:
|
||||
|
||||
/usr/include/sys/select.h:
|
||||
|
||||
/usr/include/bits/select.h:
|
||||
|
||||
/usr/include/bits/sigset.h:
|
||||
|
||||
/usr/include/glib-2.0/glib.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/galloca.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtypes.h:
|
||||
|
||||
/usr/lib/glib-2.0/include/glibconfig.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmacros.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h:
|
||||
|
||||
/usr/include/limits.h:
|
||||
|
||||
/usr/include/bits/posix1_lim.h:
|
||||
|
||||
/usr/include/bits/local_lim.h:
|
||||
|
||||
/usr/include/linux/limits.h:
|
||||
|
||||
/usr/include/bits/posix2_lim.h:
|
||||
|
||||
/usr/include/bits/xopen_lim.h:
|
||||
|
||||
/usr/include/bits/stdio_lim.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/garray.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthread.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gerror.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gquark.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gutils.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gatomic.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbase64.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcache.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/glist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmem.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslice.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gchecksum.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcompletion.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gconvert.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdataset.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdate.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdir.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gfileutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghash.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghook.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/giochannel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmain.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstring.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gunicode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmarkup.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmessages.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gnode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/goption.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gpattern.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gprimes.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqsort.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grand.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gregex.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gscanner.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gsequence.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gshell.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gspawn.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtestutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtimer.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtree.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h:
|
||||
|
||||
/usr/include/libusb-1.0/libusb.h:
|
||||
|
||||
/usr/include/endian.h:
|
||||
|
||||
/usr/include/bits/endian.h:
|
||||
|
||||
/usr/include/stdint.h:
|
||||
|
||||
/usr/include/bits/wchar.h:
|
||||
|
||||
/usr/include/sys/types.h:
|
||||
|
||||
/usr/include/sys/sysmacros.h:
|
||||
|
||||
/usr/include/bits/pthreadtypes.h:
|
||||
|
||||
fp_internal.h:
|
||||
|
||||
fprint.h:
|
||||
@@ -0,0 +1,298 @@
|
||||
libfprint_la-quality.lo: nbis/mindtct/quality.c /usr/include/stdio.h \
|
||||
/usr/include/features.h /usr/include/sys/cdefs.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
|
||||
/usr/include/gnu/stubs-64.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h \
|
||||
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
|
||||
/usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h \
|
||||
/usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
|
||||
/usr/include/bits/stdio.h /usr/include/stdlib.h \
|
||||
/usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \
|
||||
/usr/include/bits/endian.h /usr/include/sys/select.h \
|
||||
/usr/include/bits/select.h /usr/include/bits/sigset.h \
|
||||
/usr/include/bits/time.h /usr/include/sys/sysmacros.h \
|
||||
/usr/include/bits/pthreadtypes.h /usr/include/alloca.h \
|
||||
/usr/include/string.h /usr/include/bits/string.h \
|
||||
/usr/include/bits/string2.h /usr/include/math.h \
|
||||
/usr/include/bits/huge_val.h /usr/include/bits/huge_valf.h \
|
||||
/usr/include/bits/huge_vall.h /usr/include/bits/inf.h \
|
||||
/usr/include/bits/nan.h /usr/include/bits/mathdef.h \
|
||||
/usr/include/bits/mathcalls.h /usr/include/bits/mathinline.h \
|
||||
nbis/include/lfs.h fp_internal.h ../config.h /usr/include/stdint.h \
|
||||
/usr/include/bits/wchar.h /usr/include/glib-2.0/glib.h \
|
||||
/usr/include/glib-2.0/glib/galloca.h \
|
||||
/usr/include/glib-2.0/glib/gtypes.h \
|
||||
/usr/lib/glib-2.0/include/glibconfig.h \
|
||||
/usr/include/glib-2.0/glib/gmacros.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
|
||||
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
|
||||
/usr/include/bits/posix2_lim.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h \
|
||||
/usr/include/glib-2.0/glib/garray.h \
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h \
|
||||
/usr/include/glib-2.0/glib/gthread.h \
|
||||
/usr/include/glib-2.0/glib/gerror.h /usr/include/glib-2.0/glib/gquark.h \
|
||||
/usr/include/glib-2.0/glib/gutils.h \
|
||||
/usr/include/glib-2.0/glib/gatomic.h \
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h \
|
||||
/usr/include/glib-2.0/glib/gbase64.h \
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h \
|
||||
/usr/include/glib-2.0/glib/gcache.h /usr/include/glib-2.0/glib/glist.h \
|
||||
/usr/include/glib-2.0/glib/gmem.h /usr/include/glib-2.0/glib/gslice.h \
|
||||
/usr/include/glib-2.0/glib/gchecksum.h \
|
||||
/usr/include/glib-2.0/glib/gcompletion.h \
|
||||
/usr/include/glib-2.0/glib/gconvert.h \
|
||||
/usr/include/glib-2.0/glib/gdataset.h \
|
||||
/usr/include/glib-2.0/glib/gdate.h /usr/include/glib-2.0/glib/gdir.h \
|
||||
/usr/include/glib-2.0/glib/gfileutils.h \
|
||||
/usr/include/glib-2.0/glib/ghash.h /usr/include/glib-2.0/glib/ghook.h \
|
||||
/usr/include/glib-2.0/glib/giochannel.h \
|
||||
/usr/include/glib-2.0/glib/gmain.h /usr/include/glib-2.0/glib/gslist.h \
|
||||
/usr/include/glib-2.0/glib/gstring.h \
|
||||
/usr/include/glib-2.0/glib/gunicode.h \
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h \
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h \
|
||||
/usr/include/glib-2.0/glib/gmarkup.h \
|
||||
/usr/include/glib-2.0/glib/gmessages.h \
|
||||
/usr/include/glib-2.0/glib/gnode.h /usr/include/glib-2.0/glib/goption.h \
|
||||
/usr/include/glib-2.0/glib/gpattern.h \
|
||||
/usr/include/glib-2.0/glib/gprimes.h \
|
||||
/usr/include/glib-2.0/glib/gqsort.h /usr/include/glib-2.0/glib/gqueue.h \
|
||||
/usr/include/glib-2.0/glib/grand.h /usr/include/glib-2.0/glib/grel.h \
|
||||
/usr/include/glib-2.0/glib/gregex.h \
|
||||
/usr/include/glib-2.0/glib/gscanner.h \
|
||||
/usr/include/glib-2.0/glib/gsequence.h \
|
||||
/usr/include/glib-2.0/glib/gshell.h /usr/include/glib-2.0/glib/gspawn.h \
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h \
|
||||
/usr/include/glib-2.0/glib/gtestutils.h \
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h \
|
||||
/usr/include/glib-2.0/glib/gtimer.h /usr/include/glib-2.0/glib/gtree.h \
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h /usr/include/libusb-1.0/libusb.h \
|
||||
/usr/include/sys/time.h fprint.h
|
||||
|
||||
/usr/include/stdio.h:
|
||||
|
||||
/usr/include/features.h:
|
||||
|
||||
/usr/include/sys/cdefs.h:
|
||||
|
||||
/usr/include/bits/wordsize.h:
|
||||
|
||||
/usr/include/gnu/stubs.h:
|
||||
|
||||
/usr/include/gnu/stubs-64.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h:
|
||||
|
||||
/usr/include/bits/types.h:
|
||||
|
||||
/usr/include/bits/typesizes.h:
|
||||
|
||||
/usr/include/libio.h:
|
||||
|
||||
/usr/include/_G_config.h:
|
||||
|
||||
/usr/include/wchar.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h:
|
||||
|
||||
/usr/include/bits/stdio_lim.h:
|
||||
|
||||
/usr/include/bits/sys_errlist.h:
|
||||
|
||||
/usr/include/bits/stdio.h:
|
||||
|
||||
/usr/include/stdlib.h:
|
||||
|
||||
/usr/include/sys/types.h:
|
||||
|
||||
/usr/include/time.h:
|
||||
|
||||
/usr/include/endian.h:
|
||||
|
||||
/usr/include/bits/endian.h:
|
||||
|
||||
/usr/include/sys/select.h:
|
||||
|
||||
/usr/include/bits/select.h:
|
||||
|
||||
/usr/include/bits/sigset.h:
|
||||
|
||||
/usr/include/bits/time.h:
|
||||
|
||||
/usr/include/sys/sysmacros.h:
|
||||
|
||||
/usr/include/bits/pthreadtypes.h:
|
||||
|
||||
/usr/include/alloca.h:
|
||||
|
||||
/usr/include/string.h:
|
||||
|
||||
/usr/include/bits/string.h:
|
||||
|
||||
/usr/include/bits/string2.h:
|
||||
|
||||
/usr/include/math.h:
|
||||
|
||||
/usr/include/bits/huge_val.h:
|
||||
|
||||
/usr/include/bits/huge_valf.h:
|
||||
|
||||
/usr/include/bits/huge_vall.h:
|
||||
|
||||
/usr/include/bits/inf.h:
|
||||
|
||||
/usr/include/bits/nan.h:
|
||||
|
||||
/usr/include/bits/mathdef.h:
|
||||
|
||||
/usr/include/bits/mathcalls.h:
|
||||
|
||||
/usr/include/bits/mathinline.h:
|
||||
|
||||
nbis/include/lfs.h:
|
||||
|
||||
fp_internal.h:
|
||||
|
||||
../config.h:
|
||||
|
||||
/usr/include/stdint.h:
|
||||
|
||||
/usr/include/bits/wchar.h:
|
||||
|
||||
/usr/include/glib-2.0/glib.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/galloca.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtypes.h:
|
||||
|
||||
/usr/lib/glib-2.0/include/glibconfig.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmacros.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h:
|
||||
|
||||
/usr/include/limits.h:
|
||||
|
||||
/usr/include/bits/posix1_lim.h:
|
||||
|
||||
/usr/include/bits/local_lim.h:
|
||||
|
||||
/usr/include/linux/limits.h:
|
||||
|
||||
/usr/include/bits/posix2_lim.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/garray.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthread.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gerror.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gquark.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gatomic.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbase64.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcache.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/glist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmem.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslice.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gchecksum.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcompletion.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gconvert.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdataset.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdate.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdir.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gfileutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghash.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghook.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/giochannel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmain.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstring.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gunicode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmarkup.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmessages.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gnode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/goption.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gpattern.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gprimes.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqsort.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grand.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gregex.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gscanner.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gsequence.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gshell.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gspawn.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtestutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtimer.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtree.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h:
|
||||
|
||||
/usr/include/libusb-1.0/libusb.h:
|
||||
|
||||
/usr/include/sys/time.h:
|
||||
|
||||
fprint.h:
|
||||
@@ -0,0 +1,293 @@
|
||||
libfprint_la-remove.lo: nbis/mindtct/remove.c /usr/include/stdio.h \
|
||||
/usr/include/features.h /usr/include/sys/cdefs.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
|
||||
/usr/include/gnu/stubs-64.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h \
|
||||
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
|
||||
/usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h \
|
||||
/usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
|
||||
/usr/include/bits/stdio.h nbis/include/lfs.h /usr/include/math.h \
|
||||
/usr/include/bits/huge_val.h /usr/include/bits/huge_valf.h \
|
||||
/usr/include/bits/huge_vall.h /usr/include/bits/inf.h \
|
||||
/usr/include/bits/nan.h /usr/include/bits/mathdef.h \
|
||||
/usr/include/bits/mathcalls.h /usr/include/bits/mathinline.h \
|
||||
fp_internal.h ../config.h /usr/include/stdint.h \
|
||||
/usr/include/bits/wchar.h /usr/include/glib-2.0/glib.h \
|
||||
/usr/include/glib-2.0/glib/galloca.h \
|
||||
/usr/include/glib-2.0/glib/gtypes.h \
|
||||
/usr/lib/glib-2.0/include/glibconfig.h \
|
||||
/usr/include/glib-2.0/glib/gmacros.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
|
||||
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
|
||||
/usr/include/bits/posix2_lim.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h \
|
||||
/usr/include/glib-2.0/glib/garray.h \
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h \
|
||||
/usr/include/glib-2.0/glib/gthread.h \
|
||||
/usr/include/glib-2.0/glib/gerror.h /usr/include/glib-2.0/glib/gquark.h \
|
||||
/usr/include/glib-2.0/glib/gutils.h \
|
||||
/usr/include/glib-2.0/glib/gatomic.h \
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h \
|
||||
/usr/include/glib-2.0/glib/gbase64.h \
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h /usr/include/time.h \
|
||||
/usr/include/bits/time.h /usr/include/glib-2.0/glib/gcache.h \
|
||||
/usr/include/glib-2.0/glib/glist.h /usr/include/glib-2.0/glib/gmem.h \
|
||||
/usr/include/glib-2.0/glib/gslice.h \
|
||||
/usr/include/glib-2.0/glib/gchecksum.h \
|
||||
/usr/include/glib-2.0/glib/gcompletion.h \
|
||||
/usr/include/glib-2.0/glib/gconvert.h \
|
||||
/usr/include/glib-2.0/glib/gdataset.h \
|
||||
/usr/include/glib-2.0/glib/gdate.h /usr/include/glib-2.0/glib/gdir.h \
|
||||
/usr/include/glib-2.0/glib/gfileutils.h \
|
||||
/usr/include/glib-2.0/glib/ghash.h /usr/include/glib-2.0/glib/ghook.h \
|
||||
/usr/include/glib-2.0/glib/giochannel.h \
|
||||
/usr/include/glib-2.0/glib/gmain.h /usr/include/glib-2.0/glib/gslist.h \
|
||||
/usr/include/glib-2.0/glib/gstring.h \
|
||||
/usr/include/glib-2.0/glib/gunicode.h \
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h \
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h \
|
||||
/usr/include/glib-2.0/glib/gmarkup.h \
|
||||
/usr/include/glib-2.0/glib/gmessages.h \
|
||||
/usr/include/glib-2.0/glib/gnode.h /usr/include/glib-2.0/glib/goption.h \
|
||||
/usr/include/glib-2.0/glib/gpattern.h \
|
||||
/usr/include/glib-2.0/glib/gprimes.h \
|
||||
/usr/include/glib-2.0/glib/gqsort.h /usr/include/glib-2.0/glib/gqueue.h \
|
||||
/usr/include/glib-2.0/glib/grand.h /usr/include/glib-2.0/glib/grel.h \
|
||||
/usr/include/glib-2.0/glib/gregex.h \
|
||||
/usr/include/glib-2.0/glib/gscanner.h \
|
||||
/usr/include/glib-2.0/glib/gsequence.h \
|
||||
/usr/include/glib-2.0/glib/gshell.h /usr/include/glib-2.0/glib/gspawn.h \
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h \
|
||||
/usr/include/glib-2.0/glib/gtestutils.h \
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h \
|
||||
/usr/include/glib-2.0/glib/gtimer.h /usr/include/glib-2.0/glib/gtree.h \
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h /usr/include/libusb-1.0/libusb.h \
|
||||
/usr/include/endian.h /usr/include/bits/endian.h \
|
||||
/usr/include/sys/time.h /usr/include/sys/select.h \
|
||||
/usr/include/bits/select.h /usr/include/bits/sigset.h \
|
||||
/usr/include/sys/types.h /usr/include/sys/sysmacros.h \
|
||||
/usr/include/bits/pthreadtypes.h fprint.h nbis/include/log.h \
|
||||
/usr/include/stdlib.h /usr/include/alloca.h
|
||||
|
||||
/usr/include/stdio.h:
|
||||
|
||||
/usr/include/features.h:
|
||||
|
||||
/usr/include/sys/cdefs.h:
|
||||
|
||||
/usr/include/bits/wordsize.h:
|
||||
|
||||
/usr/include/gnu/stubs.h:
|
||||
|
||||
/usr/include/gnu/stubs-64.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h:
|
||||
|
||||
/usr/include/bits/types.h:
|
||||
|
||||
/usr/include/bits/typesizes.h:
|
||||
|
||||
/usr/include/libio.h:
|
||||
|
||||
/usr/include/_G_config.h:
|
||||
|
||||
/usr/include/wchar.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h:
|
||||
|
||||
/usr/include/bits/stdio_lim.h:
|
||||
|
||||
/usr/include/bits/sys_errlist.h:
|
||||
|
||||
/usr/include/bits/stdio.h:
|
||||
|
||||
nbis/include/lfs.h:
|
||||
|
||||
/usr/include/math.h:
|
||||
|
||||
/usr/include/bits/huge_val.h:
|
||||
|
||||
/usr/include/bits/huge_valf.h:
|
||||
|
||||
/usr/include/bits/huge_vall.h:
|
||||
|
||||
/usr/include/bits/inf.h:
|
||||
|
||||
/usr/include/bits/nan.h:
|
||||
|
||||
/usr/include/bits/mathdef.h:
|
||||
|
||||
/usr/include/bits/mathcalls.h:
|
||||
|
||||
/usr/include/bits/mathinline.h:
|
||||
|
||||
fp_internal.h:
|
||||
|
||||
../config.h:
|
||||
|
||||
/usr/include/stdint.h:
|
||||
|
||||
/usr/include/bits/wchar.h:
|
||||
|
||||
/usr/include/glib-2.0/glib.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/galloca.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtypes.h:
|
||||
|
||||
/usr/lib/glib-2.0/include/glibconfig.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmacros.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h:
|
||||
|
||||
/usr/include/limits.h:
|
||||
|
||||
/usr/include/bits/posix1_lim.h:
|
||||
|
||||
/usr/include/bits/local_lim.h:
|
||||
|
||||
/usr/include/linux/limits.h:
|
||||
|
||||
/usr/include/bits/posix2_lim.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/garray.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthread.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gerror.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gquark.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gatomic.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbase64.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h:
|
||||
|
||||
/usr/include/time.h:
|
||||
|
||||
/usr/include/bits/time.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcache.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/glist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmem.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslice.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gchecksum.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcompletion.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gconvert.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdataset.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdate.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdir.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gfileutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghash.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghook.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/giochannel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmain.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstring.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gunicode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmarkup.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmessages.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gnode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/goption.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gpattern.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gprimes.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqsort.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grand.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gregex.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gscanner.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gsequence.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gshell.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gspawn.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtestutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtimer.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtree.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h:
|
||||
|
||||
/usr/include/libusb-1.0/libusb.h:
|
||||
|
||||
/usr/include/endian.h:
|
||||
|
||||
/usr/include/bits/endian.h:
|
||||
|
||||
/usr/include/sys/time.h:
|
||||
|
||||
/usr/include/sys/select.h:
|
||||
|
||||
/usr/include/bits/select.h:
|
||||
|
||||
/usr/include/bits/sigset.h:
|
||||
|
||||
/usr/include/sys/types.h:
|
||||
|
||||
/usr/include/sys/sysmacros.h:
|
||||
|
||||
/usr/include/bits/pthreadtypes.h:
|
||||
|
||||
fprint.h:
|
||||
|
||||
nbis/include/log.h:
|
||||
|
||||
/usr/include/stdlib.h:
|
||||
|
||||
/usr/include/alloca.h:
|
||||
@@ -0,0 +1,293 @@
|
||||
libfprint_la-ridges.lo: nbis/mindtct/ridges.c /usr/include/stdio.h \
|
||||
/usr/include/features.h /usr/include/sys/cdefs.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
|
||||
/usr/include/gnu/stubs-64.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h \
|
||||
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
|
||||
/usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h \
|
||||
/usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
|
||||
/usr/include/bits/stdio.h nbis/include/lfs.h /usr/include/math.h \
|
||||
/usr/include/bits/huge_val.h /usr/include/bits/huge_valf.h \
|
||||
/usr/include/bits/huge_vall.h /usr/include/bits/inf.h \
|
||||
/usr/include/bits/nan.h /usr/include/bits/mathdef.h \
|
||||
/usr/include/bits/mathcalls.h /usr/include/bits/mathinline.h \
|
||||
fp_internal.h ../config.h /usr/include/stdint.h \
|
||||
/usr/include/bits/wchar.h /usr/include/glib-2.0/glib.h \
|
||||
/usr/include/glib-2.0/glib/galloca.h \
|
||||
/usr/include/glib-2.0/glib/gtypes.h \
|
||||
/usr/lib/glib-2.0/include/glibconfig.h \
|
||||
/usr/include/glib-2.0/glib/gmacros.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
|
||||
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
|
||||
/usr/include/bits/posix2_lim.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h \
|
||||
/usr/include/glib-2.0/glib/garray.h \
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h \
|
||||
/usr/include/glib-2.0/glib/gthread.h \
|
||||
/usr/include/glib-2.0/glib/gerror.h /usr/include/glib-2.0/glib/gquark.h \
|
||||
/usr/include/glib-2.0/glib/gutils.h \
|
||||
/usr/include/glib-2.0/glib/gatomic.h \
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h \
|
||||
/usr/include/glib-2.0/glib/gbase64.h \
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h /usr/include/time.h \
|
||||
/usr/include/bits/time.h /usr/include/glib-2.0/glib/gcache.h \
|
||||
/usr/include/glib-2.0/glib/glist.h /usr/include/glib-2.0/glib/gmem.h \
|
||||
/usr/include/glib-2.0/glib/gslice.h \
|
||||
/usr/include/glib-2.0/glib/gchecksum.h \
|
||||
/usr/include/glib-2.0/glib/gcompletion.h \
|
||||
/usr/include/glib-2.0/glib/gconvert.h \
|
||||
/usr/include/glib-2.0/glib/gdataset.h \
|
||||
/usr/include/glib-2.0/glib/gdate.h /usr/include/glib-2.0/glib/gdir.h \
|
||||
/usr/include/glib-2.0/glib/gfileutils.h \
|
||||
/usr/include/glib-2.0/glib/ghash.h /usr/include/glib-2.0/glib/ghook.h \
|
||||
/usr/include/glib-2.0/glib/giochannel.h \
|
||||
/usr/include/glib-2.0/glib/gmain.h /usr/include/glib-2.0/glib/gslist.h \
|
||||
/usr/include/glib-2.0/glib/gstring.h \
|
||||
/usr/include/glib-2.0/glib/gunicode.h \
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h \
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h \
|
||||
/usr/include/glib-2.0/glib/gmarkup.h \
|
||||
/usr/include/glib-2.0/glib/gmessages.h \
|
||||
/usr/include/glib-2.0/glib/gnode.h /usr/include/glib-2.0/glib/goption.h \
|
||||
/usr/include/glib-2.0/glib/gpattern.h \
|
||||
/usr/include/glib-2.0/glib/gprimes.h \
|
||||
/usr/include/glib-2.0/glib/gqsort.h /usr/include/glib-2.0/glib/gqueue.h \
|
||||
/usr/include/glib-2.0/glib/grand.h /usr/include/glib-2.0/glib/grel.h \
|
||||
/usr/include/glib-2.0/glib/gregex.h \
|
||||
/usr/include/glib-2.0/glib/gscanner.h \
|
||||
/usr/include/glib-2.0/glib/gsequence.h \
|
||||
/usr/include/glib-2.0/glib/gshell.h /usr/include/glib-2.0/glib/gspawn.h \
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h \
|
||||
/usr/include/glib-2.0/glib/gtestutils.h \
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h \
|
||||
/usr/include/glib-2.0/glib/gtimer.h /usr/include/glib-2.0/glib/gtree.h \
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h /usr/include/libusb-1.0/libusb.h \
|
||||
/usr/include/endian.h /usr/include/bits/endian.h \
|
||||
/usr/include/sys/time.h /usr/include/sys/select.h \
|
||||
/usr/include/bits/select.h /usr/include/bits/sigset.h \
|
||||
/usr/include/sys/types.h /usr/include/sys/sysmacros.h \
|
||||
/usr/include/bits/pthreadtypes.h fprint.h nbis/include/log.h \
|
||||
/usr/include/stdlib.h /usr/include/alloca.h
|
||||
|
||||
/usr/include/stdio.h:
|
||||
|
||||
/usr/include/features.h:
|
||||
|
||||
/usr/include/sys/cdefs.h:
|
||||
|
||||
/usr/include/bits/wordsize.h:
|
||||
|
||||
/usr/include/gnu/stubs.h:
|
||||
|
||||
/usr/include/gnu/stubs-64.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h:
|
||||
|
||||
/usr/include/bits/types.h:
|
||||
|
||||
/usr/include/bits/typesizes.h:
|
||||
|
||||
/usr/include/libio.h:
|
||||
|
||||
/usr/include/_G_config.h:
|
||||
|
||||
/usr/include/wchar.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h:
|
||||
|
||||
/usr/include/bits/stdio_lim.h:
|
||||
|
||||
/usr/include/bits/sys_errlist.h:
|
||||
|
||||
/usr/include/bits/stdio.h:
|
||||
|
||||
nbis/include/lfs.h:
|
||||
|
||||
/usr/include/math.h:
|
||||
|
||||
/usr/include/bits/huge_val.h:
|
||||
|
||||
/usr/include/bits/huge_valf.h:
|
||||
|
||||
/usr/include/bits/huge_vall.h:
|
||||
|
||||
/usr/include/bits/inf.h:
|
||||
|
||||
/usr/include/bits/nan.h:
|
||||
|
||||
/usr/include/bits/mathdef.h:
|
||||
|
||||
/usr/include/bits/mathcalls.h:
|
||||
|
||||
/usr/include/bits/mathinline.h:
|
||||
|
||||
fp_internal.h:
|
||||
|
||||
../config.h:
|
||||
|
||||
/usr/include/stdint.h:
|
||||
|
||||
/usr/include/bits/wchar.h:
|
||||
|
||||
/usr/include/glib-2.0/glib.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/galloca.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtypes.h:
|
||||
|
||||
/usr/lib/glib-2.0/include/glibconfig.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmacros.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h:
|
||||
|
||||
/usr/include/limits.h:
|
||||
|
||||
/usr/include/bits/posix1_lim.h:
|
||||
|
||||
/usr/include/bits/local_lim.h:
|
||||
|
||||
/usr/include/linux/limits.h:
|
||||
|
||||
/usr/include/bits/posix2_lim.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/garray.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthread.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gerror.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gquark.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gatomic.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbase64.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h:
|
||||
|
||||
/usr/include/time.h:
|
||||
|
||||
/usr/include/bits/time.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcache.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/glist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmem.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslice.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gchecksum.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcompletion.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gconvert.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdataset.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdate.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdir.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gfileutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghash.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghook.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/giochannel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmain.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstring.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gunicode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmarkup.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmessages.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gnode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/goption.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gpattern.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gprimes.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqsort.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grand.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gregex.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gscanner.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gsequence.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gshell.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gspawn.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtestutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtimer.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtree.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h:
|
||||
|
||||
/usr/include/libusb-1.0/libusb.h:
|
||||
|
||||
/usr/include/endian.h:
|
||||
|
||||
/usr/include/bits/endian.h:
|
||||
|
||||
/usr/include/sys/time.h:
|
||||
|
||||
/usr/include/sys/select.h:
|
||||
|
||||
/usr/include/bits/select.h:
|
||||
|
||||
/usr/include/bits/sigset.h:
|
||||
|
||||
/usr/include/sys/types.h:
|
||||
|
||||
/usr/include/sys/sysmacros.h:
|
||||
|
||||
/usr/include/bits/pthreadtypes.h:
|
||||
|
||||
fprint.h:
|
||||
|
||||
nbis/include/log.h:
|
||||
|
||||
/usr/include/stdlib.h:
|
||||
|
||||
/usr/include/alloca.h:
|
||||
@@ -0,0 +1,290 @@
|
||||
libfprint_la-shape.lo: nbis/mindtct/shape.c /usr/include/stdio.h \
|
||||
/usr/include/features.h /usr/include/sys/cdefs.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
|
||||
/usr/include/gnu/stubs-64.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h \
|
||||
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
|
||||
/usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h \
|
||||
/usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
|
||||
/usr/include/bits/stdio.h /usr/include/stdlib.h \
|
||||
/usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \
|
||||
/usr/include/bits/endian.h /usr/include/sys/select.h \
|
||||
/usr/include/bits/select.h /usr/include/bits/sigset.h \
|
||||
/usr/include/bits/time.h /usr/include/sys/sysmacros.h \
|
||||
/usr/include/bits/pthreadtypes.h /usr/include/alloca.h \
|
||||
nbis/include/lfs.h /usr/include/math.h /usr/include/bits/huge_val.h \
|
||||
/usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \
|
||||
/usr/include/bits/inf.h /usr/include/bits/nan.h \
|
||||
/usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \
|
||||
/usr/include/bits/mathinline.h fp_internal.h ../config.h \
|
||||
/usr/include/stdint.h /usr/include/bits/wchar.h \
|
||||
/usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \
|
||||
/usr/include/glib-2.0/glib/gtypes.h \
|
||||
/usr/lib/glib-2.0/include/glibconfig.h \
|
||||
/usr/include/glib-2.0/glib/gmacros.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
|
||||
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
|
||||
/usr/include/bits/posix2_lim.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h \
|
||||
/usr/include/glib-2.0/glib/garray.h \
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h \
|
||||
/usr/include/glib-2.0/glib/gthread.h \
|
||||
/usr/include/glib-2.0/glib/gerror.h /usr/include/glib-2.0/glib/gquark.h \
|
||||
/usr/include/glib-2.0/glib/gutils.h \
|
||||
/usr/include/glib-2.0/glib/gatomic.h \
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h \
|
||||
/usr/include/glib-2.0/glib/gbase64.h \
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h \
|
||||
/usr/include/glib-2.0/glib/gcache.h /usr/include/glib-2.0/glib/glist.h \
|
||||
/usr/include/glib-2.0/glib/gmem.h /usr/include/glib-2.0/glib/gslice.h \
|
||||
/usr/include/glib-2.0/glib/gchecksum.h \
|
||||
/usr/include/glib-2.0/glib/gcompletion.h \
|
||||
/usr/include/glib-2.0/glib/gconvert.h \
|
||||
/usr/include/glib-2.0/glib/gdataset.h \
|
||||
/usr/include/glib-2.0/glib/gdate.h /usr/include/glib-2.0/glib/gdir.h \
|
||||
/usr/include/glib-2.0/glib/gfileutils.h \
|
||||
/usr/include/glib-2.0/glib/ghash.h /usr/include/glib-2.0/glib/ghook.h \
|
||||
/usr/include/glib-2.0/glib/giochannel.h \
|
||||
/usr/include/glib-2.0/glib/gmain.h /usr/include/glib-2.0/glib/gslist.h \
|
||||
/usr/include/glib-2.0/glib/gstring.h \
|
||||
/usr/include/glib-2.0/glib/gunicode.h \
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h \
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h \
|
||||
/usr/include/glib-2.0/glib/gmarkup.h \
|
||||
/usr/include/glib-2.0/glib/gmessages.h \
|
||||
/usr/include/glib-2.0/glib/gnode.h /usr/include/glib-2.0/glib/goption.h \
|
||||
/usr/include/glib-2.0/glib/gpattern.h \
|
||||
/usr/include/glib-2.0/glib/gprimes.h \
|
||||
/usr/include/glib-2.0/glib/gqsort.h /usr/include/glib-2.0/glib/gqueue.h \
|
||||
/usr/include/glib-2.0/glib/grand.h /usr/include/glib-2.0/glib/grel.h \
|
||||
/usr/include/glib-2.0/glib/gregex.h \
|
||||
/usr/include/glib-2.0/glib/gscanner.h \
|
||||
/usr/include/glib-2.0/glib/gsequence.h \
|
||||
/usr/include/glib-2.0/glib/gshell.h /usr/include/glib-2.0/glib/gspawn.h \
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h \
|
||||
/usr/include/glib-2.0/glib/gtestutils.h \
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h \
|
||||
/usr/include/glib-2.0/glib/gtimer.h /usr/include/glib-2.0/glib/gtree.h \
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h /usr/include/libusb-1.0/libusb.h \
|
||||
/usr/include/sys/time.h fprint.h
|
||||
|
||||
/usr/include/stdio.h:
|
||||
|
||||
/usr/include/features.h:
|
||||
|
||||
/usr/include/sys/cdefs.h:
|
||||
|
||||
/usr/include/bits/wordsize.h:
|
||||
|
||||
/usr/include/gnu/stubs.h:
|
||||
|
||||
/usr/include/gnu/stubs-64.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h:
|
||||
|
||||
/usr/include/bits/types.h:
|
||||
|
||||
/usr/include/bits/typesizes.h:
|
||||
|
||||
/usr/include/libio.h:
|
||||
|
||||
/usr/include/_G_config.h:
|
||||
|
||||
/usr/include/wchar.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h:
|
||||
|
||||
/usr/include/bits/stdio_lim.h:
|
||||
|
||||
/usr/include/bits/sys_errlist.h:
|
||||
|
||||
/usr/include/bits/stdio.h:
|
||||
|
||||
/usr/include/stdlib.h:
|
||||
|
||||
/usr/include/sys/types.h:
|
||||
|
||||
/usr/include/time.h:
|
||||
|
||||
/usr/include/endian.h:
|
||||
|
||||
/usr/include/bits/endian.h:
|
||||
|
||||
/usr/include/sys/select.h:
|
||||
|
||||
/usr/include/bits/select.h:
|
||||
|
||||
/usr/include/bits/sigset.h:
|
||||
|
||||
/usr/include/bits/time.h:
|
||||
|
||||
/usr/include/sys/sysmacros.h:
|
||||
|
||||
/usr/include/bits/pthreadtypes.h:
|
||||
|
||||
/usr/include/alloca.h:
|
||||
|
||||
nbis/include/lfs.h:
|
||||
|
||||
/usr/include/math.h:
|
||||
|
||||
/usr/include/bits/huge_val.h:
|
||||
|
||||
/usr/include/bits/huge_valf.h:
|
||||
|
||||
/usr/include/bits/huge_vall.h:
|
||||
|
||||
/usr/include/bits/inf.h:
|
||||
|
||||
/usr/include/bits/nan.h:
|
||||
|
||||
/usr/include/bits/mathdef.h:
|
||||
|
||||
/usr/include/bits/mathcalls.h:
|
||||
|
||||
/usr/include/bits/mathinline.h:
|
||||
|
||||
fp_internal.h:
|
||||
|
||||
../config.h:
|
||||
|
||||
/usr/include/stdint.h:
|
||||
|
||||
/usr/include/bits/wchar.h:
|
||||
|
||||
/usr/include/glib-2.0/glib.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/galloca.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtypes.h:
|
||||
|
||||
/usr/lib/glib-2.0/include/glibconfig.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmacros.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h:
|
||||
|
||||
/usr/include/limits.h:
|
||||
|
||||
/usr/include/bits/posix1_lim.h:
|
||||
|
||||
/usr/include/bits/local_lim.h:
|
||||
|
||||
/usr/include/linux/limits.h:
|
||||
|
||||
/usr/include/bits/posix2_lim.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/garray.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthread.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gerror.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gquark.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gatomic.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbase64.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcache.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/glist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmem.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslice.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gchecksum.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcompletion.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gconvert.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdataset.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdate.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdir.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gfileutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghash.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghook.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/giochannel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmain.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstring.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gunicode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmarkup.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmessages.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gnode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/goption.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gpattern.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gprimes.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqsort.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grand.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gregex.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gscanner.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gsequence.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gshell.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gspawn.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtestutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtimer.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtree.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h:
|
||||
|
||||
/usr/include/libusb-1.0/libusb.h:
|
||||
|
||||
/usr/include/sys/time.h:
|
||||
|
||||
fprint.h:
|
||||
@@ -0,0 +1,290 @@
|
||||
libfprint_la-sort.lo: nbis/mindtct/sort.c /usr/include/stdio.h \
|
||||
/usr/include/features.h /usr/include/sys/cdefs.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
|
||||
/usr/include/gnu/stubs-64.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h \
|
||||
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
|
||||
/usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h \
|
||||
/usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
|
||||
/usr/include/bits/stdio.h /usr/include/stdlib.h \
|
||||
/usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \
|
||||
/usr/include/bits/endian.h /usr/include/sys/select.h \
|
||||
/usr/include/bits/select.h /usr/include/bits/sigset.h \
|
||||
/usr/include/bits/time.h /usr/include/sys/sysmacros.h \
|
||||
/usr/include/bits/pthreadtypes.h /usr/include/alloca.h \
|
||||
nbis/include/lfs.h /usr/include/math.h /usr/include/bits/huge_val.h \
|
||||
/usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \
|
||||
/usr/include/bits/inf.h /usr/include/bits/nan.h \
|
||||
/usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \
|
||||
/usr/include/bits/mathinline.h fp_internal.h ../config.h \
|
||||
/usr/include/stdint.h /usr/include/bits/wchar.h \
|
||||
/usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \
|
||||
/usr/include/glib-2.0/glib/gtypes.h \
|
||||
/usr/lib/glib-2.0/include/glibconfig.h \
|
||||
/usr/include/glib-2.0/glib/gmacros.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
|
||||
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
|
||||
/usr/include/bits/posix2_lim.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h \
|
||||
/usr/include/glib-2.0/glib/garray.h \
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h \
|
||||
/usr/include/glib-2.0/glib/gthread.h \
|
||||
/usr/include/glib-2.0/glib/gerror.h /usr/include/glib-2.0/glib/gquark.h \
|
||||
/usr/include/glib-2.0/glib/gutils.h \
|
||||
/usr/include/glib-2.0/glib/gatomic.h \
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h \
|
||||
/usr/include/glib-2.0/glib/gbase64.h \
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h \
|
||||
/usr/include/glib-2.0/glib/gcache.h /usr/include/glib-2.0/glib/glist.h \
|
||||
/usr/include/glib-2.0/glib/gmem.h /usr/include/glib-2.0/glib/gslice.h \
|
||||
/usr/include/glib-2.0/glib/gchecksum.h \
|
||||
/usr/include/glib-2.0/glib/gcompletion.h \
|
||||
/usr/include/glib-2.0/glib/gconvert.h \
|
||||
/usr/include/glib-2.0/glib/gdataset.h \
|
||||
/usr/include/glib-2.0/glib/gdate.h /usr/include/glib-2.0/glib/gdir.h \
|
||||
/usr/include/glib-2.0/glib/gfileutils.h \
|
||||
/usr/include/glib-2.0/glib/ghash.h /usr/include/glib-2.0/glib/ghook.h \
|
||||
/usr/include/glib-2.0/glib/giochannel.h \
|
||||
/usr/include/glib-2.0/glib/gmain.h /usr/include/glib-2.0/glib/gslist.h \
|
||||
/usr/include/glib-2.0/glib/gstring.h \
|
||||
/usr/include/glib-2.0/glib/gunicode.h \
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h \
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h \
|
||||
/usr/include/glib-2.0/glib/gmarkup.h \
|
||||
/usr/include/glib-2.0/glib/gmessages.h \
|
||||
/usr/include/glib-2.0/glib/gnode.h /usr/include/glib-2.0/glib/goption.h \
|
||||
/usr/include/glib-2.0/glib/gpattern.h \
|
||||
/usr/include/glib-2.0/glib/gprimes.h \
|
||||
/usr/include/glib-2.0/glib/gqsort.h /usr/include/glib-2.0/glib/gqueue.h \
|
||||
/usr/include/glib-2.0/glib/grand.h /usr/include/glib-2.0/glib/grel.h \
|
||||
/usr/include/glib-2.0/glib/gregex.h \
|
||||
/usr/include/glib-2.0/glib/gscanner.h \
|
||||
/usr/include/glib-2.0/glib/gsequence.h \
|
||||
/usr/include/glib-2.0/glib/gshell.h /usr/include/glib-2.0/glib/gspawn.h \
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h \
|
||||
/usr/include/glib-2.0/glib/gtestutils.h \
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h \
|
||||
/usr/include/glib-2.0/glib/gtimer.h /usr/include/glib-2.0/glib/gtree.h \
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h /usr/include/libusb-1.0/libusb.h \
|
||||
/usr/include/sys/time.h fprint.h
|
||||
|
||||
/usr/include/stdio.h:
|
||||
|
||||
/usr/include/features.h:
|
||||
|
||||
/usr/include/sys/cdefs.h:
|
||||
|
||||
/usr/include/bits/wordsize.h:
|
||||
|
||||
/usr/include/gnu/stubs.h:
|
||||
|
||||
/usr/include/gnu/stubs-64.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h:
|
||||
|
||||
/usr/include/bits/types.h:
|
||||
|
||||
/usr/include/bits/typesizes.h:
|
||||
|
||||
/usr/include/libio.h:
|
||||
|
||||
/usr/include/_G_config.h:
|
||||
|
||||
/usr/include/wchar.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h:
|
||||
|
||||
/usr/include/bits/stdio_lim.h:
|
||||
|
||||
/usr/include/bits/sys_errlist.h:
|
||||
|
||||
/usr/include/bits/stdio.h:
|
||||
|
||||
/usr/include/stdlib.h:
|
||||
|
||||
/usr/include/sys/types.h:
|
||||
|
||||
/usr/include/time.h:
|
||||
|
||||
/usr/include/endian.h:
|
||||
|
||||
/usr/include/bits/endian.h:
|
||||
|
||||
/usr/include/sys/select.h:
|
||||
|
||||
/usr/include/bits/select.h:
|
||||
|
||||
/usr/include/bits/sigset.h:
|
||||
|
||||
/usr/include/bits/time.h:
|
||||
|
||||
/usr/include/sys/sysmacros.h:
|
||||
|
||||
/usr/include/bits/pthreadtypes.h:
|
||||
|
||||
/usr/include/alloca.h:
|
||||
|
||||
nbis/include/lfs.h:
|
||||
|
||||
/usr/include/math.h:
|
||||
|
||||
/usr/include/bits/huge_val.h:
|
||||
|
||||
/usr/include/bits/huge_valf.h:
|
||||
|
||||
/usr/include/bits/huge_vall.h:
|
||||
|
||||
/usr/include/bits/inf.h:
|
||||
|
||||
/usr/include/bits/nan.h:
|
||||
|
||||
/usr/include/bits/mathdef.h:
|
||||
|
||||
/usr/include/bits/mathcalls.h:
|
||||
|
||||
/usr/include/bits/mathinline.h:
|
||||
|
||||
fp_internal.h:
|
||||
|
||||
../config.h:
|
||||
|
||||
/usr/include/stdint.h:
|
||||
|
||||
/usr/include/bits/wchar.h:
|
||||
|
||||
/usr/include/glib-2.0/glib.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/galloca.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtypes.h:
|
||||
|
||||
/usr/lib/glib-2.0/include/glibconfig.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmacros.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h:
|
||||
|
||||
/usr/include/limits.h:
|
||||
|
||||
/usr/include/bits/posix1_lim.h:
|
||||
|
||||
/usr/include/bits/local_lim.h:
|
||||
|
||||
/usr/include/linux/limits.h:
|
||||
|
||||
/usr/include/bits/posix2_lim.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/garray.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthread.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gerror.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gquark.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gatomic.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbase64.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcache.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/glist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmem.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslice.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gchecksum.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcompletion.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gconvert.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdataset.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdate.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdir.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gfileutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghash.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghook.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/giochannel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmain.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstring.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gunicode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmarkup.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmessages.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gnode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/goption.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gpattern.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gprimes.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqsort.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grand.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gregex.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gscanner.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gsequence.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gshell.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gspawn.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtestutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtimer.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtree.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h:
|
||||
|
||||
/usr/include/libusb-1.0/libusb.h:
|
||||
|
||||
/usr/include/sys/time.h:
|
||||
|
||||
fprint.h:
|
||||
@@ -0,0 +1,265 @@
|
||||
libfprint_la-sync.lo: sync.c ../config.h /usr/include/errno.h \
|
||||
/usr/include/features.h /usr/include/sys/cdefs.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
|
||||
/usr/include/gnu/stubs-64.h /usr/include/bits/errno.h \
|
||||
/usr/include/linux/errno.h /usr/include/asm/errno.h \
|
||||
/usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \
|
||||
fp_internal.h /usr/include/stdint.h /usr/include/bits/wchar.h \
|
||||
/usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \
|
||||
/usr/include/glib-2.0/glib/gtypes.h \
|
||||
/usr/lib/glib-2.0/include/glibconfig.h \
|
||||
/usr/include/glib-2.0/glib/gmacros.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
|
||||
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
|
||||
/usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \
|
||||
/usr/include/bits/stdio_lim.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h \
|
||||
/usr/include/glib-2.0/glib/garray.h \
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h \
|
||||
/usr/include/glib-2.0/glib/gthread.h \
|
||||
/usr/include/glib-2.0/glib/gerror.h /usr/include/glib-2.0/glib/gquark.h \
|
||||
/usr/include/glib-2.0/glib/gutils.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h \
|
||||
/usr/include/glib-2.0/glib/gatomic.h \
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h \
|
||||
/usr/include/glib-2.0/glib/gbase64.h \
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h /usr/include/time.h \
|
||||
/usr/include/bits/time.h /usr/include/bits/types.h \
|
||||
/usr/include/bits/typesizes.h /usr/include/xlocale.h \
|
||||
/usr/include/glib-2.0/glib/gcache.h /usr/include/glib-2.0/glib/glist.h \
|
||||
/usr/include/glib-2.0/glib/gmem.h /usr/include/glib-2.0/glib/gslice.h \
|
||||
/usr/include/glib-2.0/glib/gchecksum.h \
|
||||
/usr/include/glib-2.0/glib/gcompletion.h \
|
||||
/usr/include/glib-2.0/glib/gconvert.h \
|
||||
/usr/include/glib-2.0/glib/gdataset.h \
|
||||
/usr/include/glib-2.0/glib/gdate.h /usr/include/glib-2.0/glib/gdir.h \
|
||||
/usr/include/glib-2.0/glib/gfileutils.h \
|
||||
/usr/include/glib-2.0/glib/ghash.h /usr/include/glib-2.0/glib/ghook.h \
|
||||
/usr/include/glib-2.0/glib/giochannel.h \
|
||||
/usr/include/glib-2.0/glib/gmain.h /usr/include/glib-2.0/glib/gslist.h \
|
||||
/usr/include/glib-2.0/glib/gstring.h \
|
||||
/usr/include/glib-2.0/glib/gunicode.h \
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h \
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h \
|
||||
/usr/include/glib-2.0/glib/gmarkup.h \
|
||||
/usr/include/glib-2.0/glib/gmessages.h \
|
||||
/usr/include/glib-2.0/glib/gnode.h /usr/include/glib-2.0/glib/goption.h \
|
||||
/usr/include/glib-2.0/glib/gpattern.h \
|
||||
/usr/include/glib-2.0/glib/gprimes.h \
|
||||
/usr/include/glib-2.0/glib/gqsort.h /usr/include/glib-2.0/glib/gqueue.h \
|
||||
/usr/include/glib-2.0/glib/grand.h /usr/include/glib-2.0/glib/grel.h \
|
||||
/usr/include/glib-2.0/glib/gregex.h \
|
||||
/usr/include/glib-2.0/glib/gscanner.h \
|
||||
/usr/include/glib-2.0/glib/gsequence.h \
|
||||
/usr/include/glib-2.0/glib/gshell.h /usr/include/glib-2.0/glib/gspawn.h \
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h \
|
||||
/usr/include/glib-2.0/glib/gtestutils.h \
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h \
|
||||
/usr/include/glib-2.0/glib/gtimer.h /usr/include/glib-2.0/glib/gtree.h \
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h /usr/include/libusb-1.0/libusb.h \
|
||||
/usr/include/endian.h /usr/include/bits/endian.h \
|
||||
/usr/include/sys/time.h /usr/include/sys/select.h \
|
||||
/usr/include/bits/select.h /usr/include/bits/sigset.h \
|
||||
/usr/include/sys/types.h /usr/include/sys/sysmacros.h \
|
||||
/usr/include/bits/pthreadtypes.h fprint.h
|
||||
|
||||
../config.h:
|
||||
|
||||
/usr/include/errno.h:
|
||||
|
||||
/usr/include/features.h:
|
||||
|
||||
/usr/include/sys/cdefs.h:
|
||||
|
||||
/usr/include/bits/wordsize.h:
|
||||
|
||||
/usr/include/gnu/stubs.h:
|
||||
|
||||
/usr/include/gnu/stubs-64.h:
|
||||
|
||||
/usr/include/bits/errno.h:
|
||||
|
||||
/usr/include/linux/errno.h:
|
||||
|
||||
/usr/include/asm/errno.h:
|
||||
|
||||
/usr/include/asm-generic/errno.h:
|
||||
|
||||
/usr/include/asm-generic/errno-base.h:
|
||||
|
||||
fp_internal.h:
|
||||
|
||||
/usr/include/stdint.h:
|
||||
|
||||
/usr/include/bits/wchar.h:
|
||||
|
||||
/usr/include/glib-2.0/glib.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/galloca.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtypes.h:
|
||||
|
||||
/usr/lib/glib-2.0/include/glibconfig.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmacros.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h:
|
||||
|
||||
/usr/include/limits.h:
|
||||
|
||||
/usr/include/bits/posix1_lim.h:
|
||||
|
||||
/usr/include/bits/local_lim.h:
|
||||
|
||||
/usr/include/linux/limits.h:
|
||||
|
||||
/usr/include/bits/posix2_lim.h:
|
||||
|
||||
/usr/include/bits/xopen_lim.h:
|
||||
|
||||
/usr/include/bits/stdio_lim.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/garray.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthread.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gerror.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gquark.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gutils.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gatomic.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbase64.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h:
|
||||
|
||||
/usr/include/time.h:
|
||||
|
||||
/usr/include/bits/time.h:
|
||||
|
||||
/usr/include/bits/types.h:
|
||||
|
||||
/usr/include/bits/typesizes.h:
|
||||
|
||||
/usr/include/xlocale.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcache.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/glist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmem.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslice.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gchecksum.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcompletion.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gconvert.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdataset.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdate.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdir.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gfileutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghash.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghook.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/giochannel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmain.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstring.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gunicode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmarkup.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmessages.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gnode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/goption.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gpattern.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gprimes.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqsort.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grand.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gregex.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gscanner.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gsequence.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gshell.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gspawn.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtestutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtimer.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtree.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h:
|
||||
|
||||
/usr/include/libusb-1.0/libusb.h:
|
||||
|
||||
/usr/include/endian.h:
|
||||
|
||||
/usr/include/bits/endian.h:
|
||||
|
||||
/usr/include/sys/time.h:
|
||||
|
||||
/usr/include/sys/select.h:
|
||||
|
||||
/usr/include/bits/select.h:
|
||||
|
||||
/usr/include/bits/sigset.h:
|
||||
|
||||
/usr/include/sys/types.h:
|
||||
|
||||
/usr/include/sys/sysmacros.h:
|
||||
|
||||
/usr/include/bits/pthreadtypes.h:
|
||||
|
||||
fprint.h:
|
||||
@@ -0,0 +1,269 @@
|
||||
libfprint_la-upeksonly.lo: drivers/upeksonly.c /usr/include/errno.h \
|
||||
/usr/include/features.h /usr/include/sys/cdefs.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
|
||||
/usr/include/gnu/stubs-64.h /usr/include/bits/errno.h \
|
||||
/usr/include/linux/errno.h /usr/include/asm/errno.h \
|
||||
/usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \
|
||||
/usr/include/string.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h \
|
||||
/usr/include/bits/string.h /usr/include/bits/string2.h \
|
||||
/usr/include/endian.h /usr/include/bits/endian.h \
|
||||
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
|
||||
/usr/include/stdlib.h /usr/include/glib-2.0/glib.h \
|
||||
/usr/include/glib-2.0/glib/galloca.h \
|
||||
/usr/include/glib-2.0/glib/gtypes.h \
|
||||
/usr/lib/glib-2.0/include/glibconfig.h \
|
||||
/usr/include/glib-2.0/glib/gmacros.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
|
||||
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
|
||||
/usr/include/bits/posix2_lim.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h \
|
||||
/usr/include/glib-2.0/glib/garray.h \
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h \
|
||||
/usr/include/glib-2.0/glib/gthread.h \
|
||||
/usr/include/glib-2.0/glib/gerror.h /usr/include/glib-2.0/glib/gquark.h \
|
||||
/usr/include/glib-2.0/glib/gutils.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h \
|
||||
/usr/include/glib-2.0/glib/gatomic.h \
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h \
|
||||
/usr/include/glib-2.0/glib/gbase64.h \
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h /usr/include/time.h \
|
||||
/usr/include/bits/time.h /usr/include/glib-2.0/glib/gcache.h \
|
||||
/usr/include/glib-2.0/glib/glist.h /usr/include/glib-2.0/glib/gmem.h \
|
||||
/usr/include/glib-2.0/glib/gslice.h \
|
||||
/usr/include/glib-2.0/glib/gchecksum.h \
|
||||
/usr/include/glib-2.0/glib/gcompletion.h \
|
||||
/usr/include/glib-2.0/glib/gconvert.h \
|
||||
/usr/include/glib-2.0/glib/gdataset.h \
|
||||
/usr/include/glib-2.0/glib/gdate.h /usr/include/glib-2.0/glib/gdir.h \
|
||||
/usr/include/glib-2.0/glib/gfileutils.h \
|
||||
/usr/include/glib-2.0/glib/ghash.h /usr/include/glib-2.0/glib/ghook.h \
|
||||
/usr/include/glib-2.0/glib/giochannel.h \
|
||||
/usr/include/glib-2.0/glib/gmain.h /usr/include/glib-2.0/glib/gslist.h \
|
||||
/usr/include/glib-2.0/glib/gstring.h \
|
||||
/usr/include/glib-2.0/glib/gunicode.h \
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h \
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h \
|
||||
/usr/include/glib-2.0/glib/gmarkup.h \
|
||||
/usr/include/glib-2.0/glib/gmessages.h \
|
||||
/usr/include/glib-2.0/glib/gnode.h /usr/include/glib-2.0/glib/goption.h \
|
||||
/usr/include/glib-2.0/glib/gpattern.h \
|
||||
/usr/include/glib-2.0/glib/gprimes.h \
|
||||
/usr/include/glib-2.0/glib/gqsort.h /usr/include/glib-2.0/glib/gqueue.h \
|
||||
/usr/include/glib-2.0/glib/grand.h /usr/include/glib-2.0/glib/grel.h \
|
||||
/usr/include/glib-2.0/glib/gregex.h \
|
||||
/usr/include/glib-2.0/glib/gscanner.h \
|
||||
/usr/include/glib-2.0/glib/gsequence.h \
|
||||
/usr/include/glib-2.0/glib/gshell.h /usr/include/glib-2.0/glib/gspawn.h \
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h \
|
||||
/usr/include/glib-2.0/glib/gtestutils.h \
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h \
|
||||
/usr/include/glib-2.0/glib/gtimer.h /usr/include/glib-2.0/glib/gtree.h \
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h /usr/include/libusb-1.0/libusb.h \
|
||||
/usr/include/stdint.h /usr/include/bits/wchar.h /usr/include/sys/time.h \
|
||||
/usr/include/sys/select.h /usr/include/bits/select.h \
|
||||
/usr/include/bits/sigset.h /usr/include/sys/types.h \
|
||||
/usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
|
||||
fp_internal.h ../config.h fprint.h
|
||||
|
||||
/usr/include/errno.h:
|
||||
|
||||
/usr/include/features.h:
|
||||
|
||||
/usr/include/sys/cdefs.h:
|
||||
|
||||
/usr/include/bits/wordsize.h:
|
||||
|
||||
/usr/include/gnu/stubs.h:
|
||||
|
||||
/usr/include/gnu/stubs-64.h:
|
||||
|
||||
/usr/include/bits/errno.h:
|
||||
|
||||
/usr/include/linux/errno.h:
|
||||
|
||||
/usr/include/asm/errno.h:
|
||||
|
||||
/usr/include/asm-generic/errno.h:
|
||||
|
||||
/usr/include/asm-generic/errno-base.h:
|
||||
|
||||
/usr/include/string.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h:
|
||||
|
||||
/usr/include/bits/string.h:
|
||||
|
||||
/usr/include/bits/string2.h:
|
||||
|
||||
/usr/include/endian.h:
|
||||
|
||||
/usr/include/bits/endian.h:
|
||||
|
||||
/usr/include/bits/types.h:
|
||||
|
||||
/usr/include/bits/typesizes.h:
|
||||
|
||||
/usr/include/stdlib.h:
|
||||
|
||||
/usr/include/glib-2.0/glib.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/galloca.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtypes.h:
|
||||
|
||||
/usr/lib/glib-2.0/include/glibconfig.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmacros.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h:
|
||||
|
||||
/usr/include/limits.h:
|
||||
|
||||
/usr/include/bits/posix1_lim.h:
|
||||
|
||||
/usr/include/bits/local_lim.h:
|
||||
|
||||
/usr/include/linux/limits.h:
|
||||
|
||||
/usr/include/bits/posix2_lim.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/garray.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthread.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gerror.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gquark.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gutils.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gatomic.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbase64.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h:
|
||||
|
||||
/usr/include/time.h:
|
||||
|
||||
/usr/include/bits/time.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcache.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/glist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmem.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslice.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gchecksum.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcompletion.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gconvert.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdataset.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdate.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdir.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gfileutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghash.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghook.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/giochannel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmain.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstring.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gunicode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmarkup.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmessages.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gnode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/goption.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gpattern.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gprimes.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqsort.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grand.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gregex.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gscanner.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gsequence.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gshell.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gspawn.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtestutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtimer.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtree.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h:
|
||||
|
||||
/usr/include/libusb-1.0/libusb.h:
|
||||
|
||||
/usr/include/stdint.h:
|
||||
|
||||
/usr/include/bits/wchar.h:
|
||||
|
||||
/usr/include/sys/time.h:
|
||||
|
||||
/usr/include/sys/select.h:
|
||||
|
||||
/usr/include/bits/select.h:
|
||||
|
||||
/usr/include/bits/sigset.h:
|
||||
|
||||
/usr/include/sys/types.h:
|
||||
|
||||
/usr/include/sys/sysmacros.h:
|
||||
|
||||
/usr/include/bits/pthreadtypes.h:
|
||||
|
||||
fp_internal.h:
|
||||
|
||||
../config.h:
|
||||
|
||||
fprint.h:
|
||||
@@ -0,0 +1,269 @@
|
||||
libfprint_la-upekts.lo: drivers/upekts.c /usr/include/errno.h \
|
||||
/usr/include/features.h /usr/include/sys/cdefs.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
|
||||
/usr/include/gnu/stubs-64.h /usr/include/bits/errno.h \
|
||||
/usr/include/linux/errno.h /usr/include/asm/errno.h \
|
||||
/usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \
|
||||
/usr/include/string.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h \
|
||||
/usr/include/bits/string.h /usr/include/bits/string2.h \
|
||||
/usr/include/endian.h /usr/include/bits/endian.h \
|
||||
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
|
||||
/usr/include/stdlib.h /usr/include/glib-2.0/glib.h \
|
||||
/usr/include/glib-2.0/glib/galloca.h \
|
||||
/usr/include/glib-2.0/glib/gtypes.h \
|
||||
/usr/lib/glib-2.0/include/glibconfig.h \
|
||||
/usr/include/glib-2.0/glib/gmacros.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
|
||||
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
|
||||
/usr/include/bits/posix2_lim.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h \
|
||||
/usr/include/glib-2.0/glib/garray.h \
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h \
|
||||
/usr/include/glib-2.0/glib/gthread.h \
|
||||
/usr/include/glib-2.0/glib/gerror.h /usr/include/glib-2.0/glib/gquark.h \
|
||||
/usr/include/glib-2.0/glib/gutils.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h \
|
||||
/usr/include/glib-2.0/glib/gatomic.h \
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h \
|
||||
/usr/include/glib-2.0/glib/gbase64.h \
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h /usr/include/time.h \
|
||||
/usr/include/bits/time.h /usr/include/glib-2.0/glib/gcache.h \
|
||||
/usr/include/glib-2.0/glib/glist.h /usr/include/glib-2.0/glib/gmem.h \
|
||||
/usr/include/glib-2.0/glib/gslice.h \
|
||||
/usr/include/glib-2.0/glib/gchecksum.h \
|
||||
/usr/include/glib-2.0/glib/gcompletion.h \
|
||||
/usr/include/glib-2.0/glib/gconvert.h \
|
||||
/usr/include/glib-2.0/glib/gdataset.h \
|
||||
/usr/include/glib-2.0/glib/gdate.h /usr/include/glib-2.0/glib/gdir.h \
|
||||
/usr/include/glib-2.0/glib/gfileutils.h \
|
||||
/usr/include/glib-2.0/glib/ghash.h /usr/include/glib-2.0/glib/ghook.h \
|
||||
/usr/include/glib-2.0/glib/giochannel.h \
|
||||
/usr/include/glib-2.0/glib/gmain.h /usr/include/glib-2.0/glib/gslist.h \
|
||||
/usr/include/glib-2.0/glib/gstring.h \
|
||||
/usr/include/glib-2.0/glib/gunicode.h \
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h \
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h \
|
||||
/usr/include/glib-2.0/glib/gmarkup.h \
|
||||
/usr/include/glib-2.0/glib/gmessages.h \
|
||||
/usr/include/glib-2.0/glib/gnode.h /usr/include/glib-2.0/glib/goption.h \
|
||||
/usr/include/glib-2.0/glib/gpattern.h \
|
||||
/usr/include/glib-2.0/glib/gprimes.h \
|
||||
/usr/include/glib-2.0/glib/gqsort.h /usr/include/glib-2.0/glib/gqueue.h \
|
||||
/usr/include/glib-2.0/glib/grand.h /usr/include/glib-2.0/glib/grel.h \
|
||||
/usr/include/glib-2.0/glib/gregex.h \
|
||||
/usr/include/glib-2.0/glib/gscanner.h \
|
||||
/usr/include/glib-2.0/glib/gsequence.h \
|
||||
/usr/include/glib-2.0/glib/gshell.h /usr/include/glib-2.0/glib/gspawn.h \
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h \
|
||||
/usr/include/glib-2.0/glib/gtestutils.h \
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h \
|
||||
/usr/include/glib-2.0/glib/gtimer.h /usr/include/glib-2.0/glib/gtree.h \
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h /usr/include/libusb-1.0/libusb.h \
|
||||
/usr/include/stdint.h /usr/include/bits/wchar.h /usr/include/sys/time.h \
|
||||
/usr/include/sys/select.h /usr/include/bits/select.h \
|
||||
/usr/include/bits/sigset.h /usr/include/sys/types.h \
|
||||
/usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
|
||||
fp_internal.h ../config.h fprint.h
|
||||
|
||||
/usr/include/errno.h:
|
||||
|
||||
/usr/include/features.h:
|
||||
|
||||
/usr/include/sys/cdefs.h:
|
||||
|
||||
/usr/include/bits/wordsize.h:
|
||||
|
||||
/usr/include/gnu/stubs.h:
|
||||
|
||||
/usr/include/gnu/stubs-64.h:
|
||||
|
||||
/usr/include/bits/errno.h:
|
||||
|
||||
/usr/include/linux/errno.h:
|
||||
|
||||
/usr/include/asm/errno.h:
|
||||
|
||||
/usr/include/asm-generic/errno.h:
|
||||
|
||||
/usr/include/asm-generic/errno-base.h:
|
||||
|
||||
/usr/include/string.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h:
|
||||
|
||||
/usr/include/bits/string.h:
|
||||
|
||||
/usr/include/bits/string2.h:
|
||||
|
||||
/usr/include/endian.h:
|
||||
|
||||
/usr/include/bits/endian.h:
|
||||
|
||||
/usr/include/bits/types.h:
|
||||
|
||||
/usr/include/bits/typesizes.h:
|
||||
|
||||
/usr/include/stdlib.h:
|
||||
|
||||
/usr/include/glib-2.0/glib.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/galloca.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtypes.h:
|
||||
|
||||
/usr/lib/glib-2.0/include/glibconfig.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmacros.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h:
|
||||
|
||||
/usr/include/limits.h:
|
||||
|
||||
/usr/include/bits/posix1_lim.h:
|
||||
|
||||
/usr/include/bits/local_lim.h:
|
||||
|
||||
/usr/include/linux/limits.h:
|
||||
|
||||
/usr/include/bits/posix2_lim.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/garray.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthread.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gerror.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gquark.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gutils.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gatomic.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbase64.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h:
|
||||
|
||||
/usr/include/time.h:
|
||||
|
||||
/usr/include/bits/time.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcache.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/glist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmem.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslice.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gchecksum.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcompletion.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gconvert.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdataset.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdate.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdir.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gfileutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghash.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghook.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/giochannel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmain.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstring.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gunicode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmarkup.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmessages.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gnode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/goption.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gpattern.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gprimes.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqsort.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grand.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gregex.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gscanner.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gsequence.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gshell.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gspawn.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtestutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtimer.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtree.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h:
|
||||
|
||||
/usr/include/libusb-1.0/libusb.h:
|
||||
|
||||
/usr/include/stdint.h:
|
||||
|
||||
/usr/include/bits/wchar.h:
|
||||
|
||||
/usr/include/sys/time.h:
|
||||
|
||||
/usr/include/sys/select.h:
|
||||
|
||||
/usr/include/bits/select.h:
|
||||
|
||||
/usr/include/bits/sigset.h:
|
||||
|
||||
/usr/include/sys/types.h:
|
||||
|
||||
/usr/include/sys/sysmacros.h:
|
||||
|
||||
/usr/include/bits/pthreadtypes.h:
|
||||
|
||||
fp_internal.h:
|
||||
|
||||
../config.h:
|
||||
|
||||
fprint.h:
|
||||
@@ -0,0 +1,283 @@
|
||||
libfprint_la-uru4000.lo: drivers/uru4000.c /usr/include/errno.h \
|
||||
/usr/include/features.h /usr/include/sys/cdefs.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
|
||||
/usr/include/gnu/stubs-64.h /usr/include/bits/errno.h \
|
||||
/usr/include/linux/errno.h /usr/include/asm/errno.h \
|
||||
/usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \
|
||||
/usr/include/string.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h \
|
||||
/usr/include/bits/string.h /usr/include/bits/string2.h \
|
||||
/usr/include/endian.h /usr/include/bits/endian.h \
|
||||
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
|
||||
/usr/include/stdlib.h /usr/include/unistd.h \
|
||||
/usr/include/bits/posix_opt.h /usr/include/bits/confname.h \
|
||||
/usr/include/getopt.h /usr/include/openssl/aes.h \
|
||||
/usr/include/openssl/opensslconf.h /usr/include/libusb-1.0/libusb.h \
|
||||
/usr/include/stdint.h /usr/include/bits/wchar.h /usr/include/sys/time.h \
|
||||
/usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \
|
||||
/usr/include/bits/select.h /usr/include/bits/sigset.h \
|
||||
/usr/include/sys/types.h /usr/include/sys/sysmacros.h \
|
||||
/usr/include/bits/pthreadtypes.h fp_internal.h ../config.h \
|
||||
/usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \
|
||||
/usr/include/glib-2.0/glib/gtypes.h \
|
||||
/usr/lib/glib-2.0/include/glibconfig.h \
|
||||
/usr/include/glib-2.0/glib/gmacros.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
|
||||
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
|
||||
/usr/include/bits/posix2_lim.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h \
|
||||
/usr/include/glib-2.0/glib/garray.h \
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h \
|
||||
/usr/include/glib-2.0/glib/gthread.h \
|
||||
/usr/include/glib-2.0/glib/gerror.h /usr/include/glib-2.0/glib/gquark.h \
|
||||
/usr/include/glib-2.0/glib/gutils.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h \
|
||||
/usr/include/glib-2.0/glib/gatomic.h \
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h \
|
||||
/usr/include/glib-2.0/glib/gbase64.h \
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h \
|
||||
/usr/include/glib-2.0/glib/gcache.h /usr/include/glib-2.0/glib/glist.h \
|
||||
/usr/include/glib-2.0/glib/gmem.h /usr/include/glib-2.0/glib/gslice.h \
|
||||
/usr/include/glib-2.0/glib/gchecksum.h \
|
||||
/usr/include/glib-2.0/glib/gcompletion.h \
|
||||
/usr/include/glib-2.0/glib/gconvert.h \
|
||||
/usr/include/glib-2.0/glib/gdataset.h \
|
||||
/usr/include/glib-2.0/glib/gdate.h /usr/include/glib-2.0/glib/gdir.h \
|
||||
/usr/include/glib-2.0/glib/gfileutils.h \
|
||||
/usr/include/glib-2.0/glib/ghash.h /usr/include/glib-2.0/glib/ghook.h \
|
||||
/usr/include/glib-2.0/glib/giochannel.h \
|
||||
/usr/include/glib-2.0/glib/gmain.h /usr/include/glib-2.0/glib/gslist.h \
|
||||
/usr/include/glib-2.0/glib/gstring.h \
|
||||
/usr/include/glib-2.0/glib/gunicode.h \
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h \
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h \
|
||||
/usr/include/glib-2.0/glib/gmarkup.h \
|
||||
/usr/include/glib-2.0/glib/gmessages.h \
|
||||
/usr/include/glib-2.0/glib/gnode.h /usr/include/glib-2.0/glib/goption.h \
|
||||
/usr/include/glib-2.0/glib/gpattern.h \
|
||||
/usr/include/glib-2.0/glib/gprimes.h \
|
||||
/usr/include/glib-2.0/glib/gqsort.h /usr/include/glib-2.0/glib/gqueue.h \
|
||||
/usr/include/glib-2.0/glib/grand.h /usr/include/glib-2.0/glib/grel.h \
|
||||
/usr/include/glib-2.0/glib/gregex.h \
|
||||
/usr/include/glib-2.0/glib/gscanner.h \
|
||||
/usr/include/glib-2.0/glib/gsequence.h \
|
||||
/usr/include/glib-2.0/glib/gshell.h /usr/include/glib-2.0/glib/gspawn.h \
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h \
|
||||
/usr/include/glib-2.0/glib/gtestutils.h \
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h \
|
||||
/usr/include/glib-2.0/glib/gtimer.h /usr/include/glib-2.0/glib/gtree.h \
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h fprint.h
|
||||
|
||||
/usr/include/errno.h:
|
||||
|
||||
/usr/include/features.h:
|
||||
|
||||
/usr/include/sys/cdefs.h:
|
||||
|
||||
/usr/include/bits/wordsize.h:
|
||||
|
||||
/usr/include/gnu/stubs.h:
|
||||
|
||||
/usr/include/gnu/stubs-64.h:
|
||||
|
||||
/usr/include/bits/errno.h:
|
||||
|
||||
/usr/include/linux/errno.h:
|
||||
|
||||
/usr/include/asm/errno.h:
|
||||
|
||||
/usr/include/asm-generic/errno.h:
|
||||
|
||||
/usr/include/asm-generic/errno-base.h:
|
||||
|
||||
/usr/include/string.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h:
|
||||
|
||||
/usr/include/bits/string.h:
|
||||
|
||||
/usr/include/bits/string2.h:
|
||||
|
||||
/usr/include/endian.h:
|
||||
|
||||
/usr/include/bits/endian.h:
|
||||
|
||||
/usr/include/bits/types.h:
|
||||
|
||||
/usr/include/bits/typesizes.h:
|
||||
|
||||
/usr/include/stdlib.h:
|
||||
|
||||
/usr/include/unistd.h:
|
||||
|
||||
/usr/include/bits/posix_opt.h:
|
||||
|
||||
/usr/include/bits/confname.h:
|
||||
|
||||
/usr/include/getopt.h:
|
||||
|
||||
/usr/include/openssl/aes.h:
|
||||
|
||||
/usr/include/openssl/opensslconf.h:
|
||||
|
||||
/usr/include/libusb-1.0/libusb.h:
|
||||
|
||||
/usr/include/stdint.h:
|
||||
|
||||
/usr/include/bits/wchar.h:
|
||||
|
||||
/usr/include/sys/time.h:
|
||||
|
||||
/usr/include/time.h:
|
||||
|
||||
/usr/include/bits/time.h:
|
||||
|
||||
/usr/include/sys/select.h:
|
||||
|
||||
/usr/include/bits/select.h:
|
||||
|
||||
/usr/include/bits/sigset.h:
|
||||
|
||||
/usr/include/sys/types.h:
|
||||
|
||||
/usr/include/sys/sysmacros.h:
|
||||
|
||||
/usr/include/bits/pthreadtypes.h:
|
||||
|
||||
fp_internal.h:
|
||||
|
||||
../config.h:
|
||||
|
||||
/usr/include/glib-2.0/glib.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/galloca.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtypes.h:
|
||||
|
||||
/usr/lib/glib-2.0/include/glibconfig.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmacros.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h:
|
||||
|
||||
/usr/include/limits.h:
|
||||
|
||||
/usr/include/bits/posix1_lim.h:
|
||||
|
||||
/usr/include/bits/local_lim.h:
|
||||
|
||||
/usr/include/linux/limits.h:
|
||||
|
||||
/usr/include/bits/posix2_lim.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/garray.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthread.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gerror.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gquark.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gutils.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gatomic.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbase64.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcache.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/glist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmem.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslice.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gchecksum.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcompletion.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gconvert.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdataset.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdate.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdir.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gfileutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghash.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghook.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/giochannel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmain.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstring.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gunicode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmarkup.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmessages.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gnode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/goption.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gpattern.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gprimes.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqsort.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grand.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gregex.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gscanner.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gsequence.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gshell.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gspawn.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtestutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtimer.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtree.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h:
|
||||
|
||||
fprint.h:
|
||||
@@ -0,0 +1,290 @@
|
||||
libfprint_la-util.lo: nbis/mindtct/util.c /usr/include/stdio.h \
|
||||
/usr/include/features.h /usr/include/sys/cdefs.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
|
||||
/usr/include/gnu/stubs-64.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h \
|
||||
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
|
||||
/usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h \
|
||||
/usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
|
||||
/usr/include/bits/stdio.h /usr/include/stdlib.h \
|
||||
/usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \
|
||||
/usr/include/bits/endian.h /usr/include/sys/select.h \
|
||||
/usr/include/bits/select.h /usr/include/bits/sigset.h \
|
||||
/usr/include/bits/time.h /usr/include/sys/sysmacros.h \
|
||||
/usr/include/bits/pthreadtypes.h /usr/include/alloca.h \
|
||||
nbis/include/lfs.h /usr/include/math.h /usr/include/bits/huge_val.h \
|
||||
/usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \
|
||||
/usr/include/bits/inf.h /usr/include/bits/nan.h \
|
||||
/usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \
|
||||
/usr/include/bits/mathinline.h fp_internal.h ../config.h \
|
||||
/usr/include/stdint.h /usr/include/bits/wchar.h \
|
||||
/usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \
|
||||
/usr/include/glib-2.0/glib/gtypes.h \
|
||||
/usr/lib/glib-2.0/include/glibconfig.h \
|
||||
/usr/include/glib-2.0/glib/gmacros.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
|
||||
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
|
||||
/usr/include/bits/posix2_lim.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h \
|
||||
/usr/include/glib-2.0/glib/garray.h \
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h \
|
||||
/usr/include/glib-2.0/glib/gthread.h \
|
||||
/usr/include/glib-2.0/glib/gerror.h /usr/include/glib-2.0/glib/gquark.h \
|
||||
/usr/include/glib-2.0/glib/gutils.h \
|
||||
/usr/include/glib-2.0/glib/gatomic.h \
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h \
|
||||
/usr/include/glib-2.0/glib/gbase64.h \
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h \
|
||||
/usr/include/glib-2.0/glib/gcache.h /usr/include/glib-2.0/glib/glist.h \
|
||||
/usr/include/glib-2.0/glib/gmem.h /usr/include/glib-2.0/glib/gslice.h \
|
||||
/usr/include/glib-2.0/glib/gchecksum.h \
|
||||
/usr/include/glib-2.0/glib/gcompletion.h \
|
||||
/usr/include/glib-2.0/glib/gconvert.h \
|
||||
/usr/include/glib-2.0/glib/gdataset.h \
|
||||
/usr/include/glib-2.0/glib/gdate.h /usr/include/glib-2.0/glib/gdir.h \
|
||||
/usr/include/glib-2.0/glib/gfileutils.h \
|
||||
/usr/include/glib-2.0/glib/ghash.h /usr/include/glib-2.0/glib/ghook.h \
|
||||
/usr/include/glib-2.0/glib/giochannel.h \
|
||||
/usr/include/glib-2.0/glib/gmain.h /usr/include/glib-2.0/glib/gslist.h \
|
||||
/usr/include/glib-2.0/glib/gstring.h \
|
||||
/usr/include/glib-2.0/glib/gunicode.h \
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h \
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h \
|
||||
/usr/include/glib-2.0/glib/gmarkup.h \
|
||||
/usr/include/glib-2.0/glib/gmessages.h \
|
||||
/usr/include/glib-2.0/glib/gnode.h /usr/include/glib-2.0/glib/goption.h \
|
||||
/usr/include/glib-2.0/glib/gpattern.h \
|
||||
/usr/include/glib-2.0/glib/gprimes.h \
|
||||
/usr/include/glib-2.0/glib/gqsort.h /usr/include/glib-2.0/glib/gqueue.h \
|
||||
/usr/include/glib-2.0/glib/grand.h /usr/include/glib-2.0/glib/grel.h \
|
||||
/usr/include/glib-2.0/glib/gregex.h \
|
||||
/usr/include/glib-2.0/glib/gscanner.h \
|
||||
/usr/include/glib-2.0/glib/gsequence.h \
|
||||
/usr/include/glib-2.0/glib/gshell.h /usr/include/glib-2.0/glib/gspawn.h \
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h \
|
||||
/usr/include/glib-2.0/glib/gtestutils.h \
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h \
|
||||
/usr/include/glib-2.0/glib/gtimer.h /usr/include/glib-2.0/glib/gtree.h \
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h /usr/include/libusb-1.0/libusb.h \
|
||||
/usr/include/sys/time.h fprint.h
|
||||
|
||||
/usr/include/stdio.h:
|
||||
|
||||
/usr/include/features.h:
|
||||
|
||||
/usr/include/sys/cdefs.h:
|
||||
|
||||
/usr/include/bits/wordsize.h:
|
||||
|
||||
/usr/include/gnu/stubs.h:
|
||||
|
||||
/usr/include/gnu/stubs-64.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h:
|
||||
|
||||
/usr/include/bits/types.h:
|
||||
|
||||
/usr/include/bits/typesizes.h:
|
||||
|
||||
/usr/include/libio.h:
|
||||
|
||||
/usr/include/_G_config.h:
|
||||
|
||||
/usr/include/wchar.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h:
|
||||
|
||||
/usr/include/bits/stdio_lim.h:
|
||||
|
||||
/usr/include/bits/sys_errlist.h:
|
||||
|
||||
/usr/include/bits/stdio.h:
|
||||
|
||||
/usr/include/stdlib.h:
|
||||
|
||||
/usr/include/sys/types.h:
|
||||
|
||||
/usr/include/time.h:
|
||||
|
||||
/usr/include/endian.h:
|
||||
|
||||
/usr/include/bits/endian.h:
|
||||
|
||||
/usr/include/sys/select.h:
|
||||
|
||||
/usr/include/bits/select.h:
|
||||
|
||||
/usr/include/bits/sigset.h:
|
||||
|
||||
/usr/include/bits/time.h:
|
||||
|
||||
/usr/include/sys/sysmacros.h:
|
||||
|
||||
/usr/include/bits/pthreadtypes.h:
|
||||
|
||||
/usr/include/alloca.h:
|
||||
|
||||
nbis/include/lfs.h:
|
||||
|
||||
/usr/include/math.h:
|
||||
|
||||
/usr/include/bits/huge_val.h:
|
||||
|
||||
/usr/include/bits/huge_valf.h:
|
||||
|
||||
/usr/include/bits/huge_vall.h:
|
||||
|
||||
/usr/include/bits/inf.h:
|
||||
|
||||
/usr/include/bits/nan.h:
|
||||
|
||||
/usr/include/bits/mathdef.h:
|
||||
|
||||
/usr/include/bits/mathcalls.h:
|
||||
|
||||
/usr/include/bits/mathinline.h:
|
||||
|
||||
fp_internal.h:
|
||||
|
||||
../config.h:
|
||||
|
||||
/usr/include/stdint.h:
|
||||
|
||||
/usr/include/bits/wchar.h:
|
||||
|
||||
/usr/include/glib-2.0/glib.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/galloca.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtypes.h:
|
||||
|
||||
/usr/lib/glib-2.0/include/glibconfig.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmacros.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h:
|
||||
|
||||
/usr/include/limits.h:
|
||||
|
||||
/usr/include/bits/posix1_lim.h:
|
||||
|
||||
/usr/include/bits/local_lim.h:
|
||||
|
||||
/usr/include/linux/limits.h:
|
||||
|
||||
/usr/include/bits/posix2_lim.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/garray.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthread.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gerror.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gquark.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gatomic.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbase64.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcache.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/glist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmem.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslice.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gchecksum.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcompletion.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gconvert.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdataset.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdate.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdir.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gfileutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghash.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghook.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/giochannel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmain.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstring.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gunicode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmarkup.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmessages.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gnode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/goption.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gpattern.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gprimes.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqsort.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grand.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gregex.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gscanner.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gsequence.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gshell.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gspawn.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtestutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtimer.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtree.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h:
|
||||
|
||||
/usr/include/libusb-1.0/libusb.h:
|
||||
|
||||
/usr/include/sys/time.h:
|
||||
|
||||
fprint.h:
|
||||
@@ -0,0 +1,269 @@
|
||||
libfprint_la-vcom5s.lo: drivers/vcom5s.c /usr/include/errno.h \
|
||||
/usr/include/features.h /usr/include/sys/cdefs.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
|
||||
/usr/include/gnu/stubs-64.h /usr/include/bits/errno.h \
|
||||
/usr/include/linux/errno.h /usr/include/asm/errno.h \
|
||||
/usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \
|
||||
/usr/include/string.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h \
|
||||
/usr/include/bits/string.h /usr/include/bits/string2.h \
|
||||
/usr/include/endian.h /usr/include/bits/endian.h \
|
||||
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
|
||||
/usr/include/stdlib.h /usr/include/glib-2.0/glib.h \
|
||||
/usr/include/glib-2.0/glib/galloca.h \
|
||||
/usr/include/glib-2.0/glib/gtypes.h \
|
||||
/usr/lib/glib-2.0/include/glibconfig.h \
|
||||
/usr/include/glib-2.0/glib/gmacros.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
|
||||
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
|
||||
/usr/include/bits/posix2_lim.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h \
|
||||
/usr/include/glib-2.0/glib/garray.h \
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h \
|
||||
/usr/include/glib-2.0/glib/gthread.h \
|
||||
/usr/include/glib-2.0/glib/gerror.h /usr/include/glib-2.0/glib/gquark.h \
|
||||
/usr/include/glib-2.0/glib/gutils.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h \
|
||||
/usr/include/glib-2.0/glib/gatomic.h \
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h \
|
||||
/usr/include/glib-2.0/glib/gbase64.h \
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h /usr/include/time.h \
|
||||
/usr/include/bits/time.h /usr/include/glib-2.0/glib/gcache.h \
|
||||
/usr/include/glib-2.0/glib/glist.h /usr/include/glib-2.0/glib/gmem.h \
|
||||
/usr/include/glib-2.0/glib/gslice.h \
|
||||
/usr/include/glib-2.0/glib/gchecksum.h \
|
||||
/usr/include/glib-2.0/glib/gcompletion.h \
|
||||
/usr/include/glib-2.0/glib/gconvert.h \
|
||||
/usr/include/glib-2.0/glib/gdataset.h \
|
||||
/usr/include/glib-2.0/glib/gdate.h /usr/include/glib-2.0/glib/gdir.h \
|
||||
/usr/include/glib-2.0/glib/gfileutils.h \
|
||||
/usr/include/glib-2.0/glib/ghash.h /usr/include/glib-2.0/glib/ghook.h \
|
||||
/usr/include/glib-2.0/glib/giochannel.h \
|
||||
/usr/include/glib-2.0/glib/gmain.h /usr/include/glib-2.0/glib/gslist.h \
|
||||
/usr/include/glib-2.0/glib/gstring.h \
|
||||
/usr/include/glib-2.0/glib/gunicode.h \
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h \
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h \
|
||||
/usr/include/glib-2.0/glib/gmarkup.h \
|
||||
/usr/include/glib-2.0/glib/gmessages.h \
|
||||
/usr/include/glib-2.0/glib/gnode.h /usr/include/glib-2.0/glib/goption.h \
|
||||
/usr/include/glib-2.0/glib/gpattern.h \
|
||||
/usr/include/glib-2.0/glib/gprimes.h \
|
||||
/usr/include/glib-2.0/glib/gqsort.h /usr/include/glib-2.0/glib/gqueue.h \
|
||||
/usr/include/glib-2.0/glib/grand.h /usr/include/glib-2.0/glib/grel.h \
|
||||
/usr/include/glib-2.0/glib/gregex.h \
|
||||
/usr/include/glib-2.0/glib/gscanner.h \
|
||||
/usr/include/glib-2.0/glib/gsequence.h \
|
||||
/usr/include/glib-2.0/glib/gshell.h /usr/include/glib-2.0/glib/gspawn.h \
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h \
|
||||
/usr/include/glib-2.0/glib/gtestutils.h \
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h \
|
||||
/usr/include/glib-2.0/glib/gtimer.h /usr/include/glib-2.0/glib/gtree.h \
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h /usr/include/libusb-1.0/libusb.h \
|
||||
/usr/include/stdint.h /usr/include/bits/wchar.h /usr/include/sys/time.h \
|
||||
/usr/include/sys/select.h /usr/include/bits/select.h \
|
||||
/usr/include/bits/sigset.h /usr/include/sys/types.h \
|
||||
/usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
|
||||
fp_internal.h ../config.h fprint.h
|
||||
|
||||
/usr/include/errno.h:
|
||||
|
||||
/usr/include/features.h:
|
||||
|
||||
/usr/include/sys/cdefs.h:
|
||||
|
||||
/usr/include/bits/wordsize.h:
|
||||
|
||||
/usr/include/gnu/stubs.h:
|
||||
|
||||
/usr/include/gnu/stubs-64.h:
|
||||
|
||||
/usr/include/bits/errno.h:
|
||||
|
||||
/usr/include/linux/errno.h:
|
||||
|
||||
/usr/include/asm/errno.h:
|
||||
|
||||
/usr/include/asm-generic/errno.h:
|
||||
|
||||
/usr/include/asm-generic/errno-base.h:
|
||||
|
||||
/usr/include/string.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h:
|
||||
|
||||
/usr/include/bits/string.h:
|
||||
|
||||
/usr/include/bits/string2.h:
|
||||
|
||||
/usr/include/endian.h:
|
||||
|
||||
/usr/include/bits/endian.h:
|
||||
|
||||
/usr/include/bits/types.h:
|
||||
|
||||
/usr/include/bits/typesizes.h:
|
||||
|
||||
/usr/include/stdlib.h:
|
||||
|
||||
/usr/include/glib-2.0/glib.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/galloca.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtypes.h:
|
||||
|
||||
/usr/lib/glib-2.0/include/glibconfig.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmacros.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/limits.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include-fixed/syslimits.h:
|
||||
|
||||
/usr/include/limits.h:
|
||||
|
||||
/usr/include/bits/posix1_lim.h:
|
||||
|
||||
/usr/include/bits/local_lim.h:
|
||||
|
||||
/usr/include/linux/limits.h:
|
||||
|
||||
/usr/include/bits/posix2_lim.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/float.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/garray.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthread.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gerror.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gquark.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gutils.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stdarg.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gatomic.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbase64.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbookmarkfile.h:
|
||||
|
||||
/usr/include/time.h:
|
||||
|
||||
/usr/include/bits/time.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcache.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/glist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmem.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslice.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gchecksum.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcompletion.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gconvert.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdataset.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdate.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdir.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gfileutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghash.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghook.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/giochannel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmain.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstring.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gunicode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmarkup.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmessages.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gnode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/goption.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gpattern.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gprimes.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqsort.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grand.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gregex.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gscanner.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gsequence.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gshell.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gspawn.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtestutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtimer.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtree.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gurifuncs.h:
|
||||
|
||||
/usr/include/libusb-1.0/libusb.h:
|
||||
|
||||
/usr/include/stdint.h:
|
||||
|
||||
/usr/include/bits/wchar.h:
|
||||
|
||||
/usr/include/sys/time.h:
|
||||
|
||||
/usr/include/sys/select.h:
|
||||
|
||||
/usr/include/bits/select.h:
|
||||
|
||||
/usr/include/bits/sigset.h:
|
||||
|
||||
/usr/include/sys/types.h:
|
||||
|
||||
/usr/include/sys/sysmacros.h:
|
||||
|
||||
/usr/include/bits/pthreadtypes.h:
|
||||
|
||||
fp_internal.h:
|
||||
|
||||
../config.h:
|
||||
|
||||
fprint.h:
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user