Skip to content

Commit

Permalink
Initial commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
tanob committed Jun 21, 2010
0 parents commit b75e45e
Show file tree
Hide file tree
Showing 62 changed files with 71,171 additions and 0 deletions.
13 changes: 13 additions & 0 deletions AUTHORS
@@ -0,0 +1,13 @@
People who have contributed to libofa:

Frode Holm (frode (at) musicip (dot) com)
Stephen Pope (stp (at) create (dot) ucsb (dot) edu)
Wendell Hicken (whicken (at) musicip (dot) com)
- Initial code

Robert Kaye (rob (at) eorbit (dot) net)
- Autoconf/libtool wrapping

Eric Sandeen (sandeen (at) sgi (dot) com)
- Sent in a small patch to avoid a | vs || ambiguity

1,182 changes: 1,182 additions & 0 deletions COPYING

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions Makefile.am
@@ -0,0 +1,25 @@
# ------------------------------------------------------------------
#
# libofa -- the Open Fingerprint Architecture library
#
# Copyright (C) 2006 MusicIP Corporation
# All rights reserved.
#
#-------------------------------------------------------------------
AUTOMAKE_OPTIONS = foreign

SUBDIRS = include lib examples
DIST_SUBDIRS = include lib examples

cvsclean: distclean
@echo "additonal cleanup for cvs commits"
rm -f *~ *.exe
rm -f $(PACKAGE)-$(VERSION).tar.gz

pcdir = $(libdir)/pkgconfig
pc_DATA = libofa.pc

# README.win32 config_win32.h
EXTRA_DIST = libofa.pc.in README COPYING

CLEANFILES = stamp-h

0 comments on commit b75e45e

Please sign in to comment.