Skip to content

Commit a48d8b4

Browse files
committed
Initial revision
0 parents  commit a48d8b4

32 files changed

+19644
-0
lines changed

AUTHORS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Maxim Krasnyansky <[email protected]>
2+
Original author.
3+
Primary maintainer.
4+
5+
Marcel Holtmann <[email protected]>
6+
Various patches, fixes and other contributions.

COPYING

Lines changed: 304 additions & 0 deletions
Large diffs are not rendered by default.

ChangeLog

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
ver 2.0-pre7:
2+
Bluetooth libraries and header files is now a separate package.
3+
4+
ver 2.0-pre6:
5+
API cleanup and additions.
6+
7+
ver 2.0-pre4:
8+
HCI filter enhancements.
9+
10+
ver 2.0-pre3:
11+
Cleanup.
12+
13+
ver 2.0-pre2:
14+
Additional HCI library functions.
15+
Documentation update.
16+
17+
ver 2.0-pre1:
18+
Minor fixes and improvements.

INSTALL

Whitespace-only changes.

Makefile.am

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#
2+
# $Id$
3+
#
4+
5+
SUBDIRS = include src

Makefile.in

Lines changed: 339 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,339 @@
1+
# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
2+
3+
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4+
# This Makefile.in is free software; the Free Software Foundation
5+
# gives unlimited permission to copy and/or distribute it,
6+
# with or without modifications, as long as this notice is preserved.
7+
8+
# This program is distributed in the hope that it will be useful,
9+
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10+
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11+
# PARTICULAR PURPOSE.
12+
13+
#
14+
# $Id$
15+
#
16+
17+
18+
SHELL = @SHELL@
19+
20+
srcdir = @srcdir@
21+
top_srcdir = @top_srcdir@
22+
VPATH = @srcdir@
23+
prefix = @prefix@
24+
exec_prefix = @exec_prefix@
25+
26+
bindir = @bindir@
27+
sbindir = @sbindir@
28+
libexecdir = @libexecdir@
29+
datadir = @datadir@
30+
sysconfdir = @sysconfdir@
31+
sharedstatedir = @sharedstatedir@
32+
localstatedir = @localstatedir@
33+
libdir = @libdir@
34+
infodir = @infodir@
35+
mandir = @mandir@
36+
includedir = @includedir@
37+
oldincludedir = /usr/include
38+
39+
DESTDIR =
40+
41+
pkgdatadir = $(datadir)/@PACKAGE@
42+
pkglibdir = $(libdir)/@PACKAGE@
43+
pkgincludedir = $(includedir)/@PACKAGE@
44+
45+
top_builddir = .
46+
47+
ACLOCAL = @ACLOCAL@
48+
AUTOCONF = @AUTOCONF@
49+
AUTOMAKE = @AUTOMAKE@
50+
AUTOHEADER = @AUTOHEADER@
51+
52+
INSTALL = @INSTALL@
53+
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
54+
INSTALL_DATA = @INSTALL_DATA@
55+
INSTALL_SCRIPT = @INSTALL_SCRIPT@
56+
transform = @program_transform_name@
57+
58+
NORMAL_INSTALL = :
59+
PRE_INSTALL = :
60+
POST_INSTALL = :
61+
NORMAL_UNINSTALL = :
62+
PRE_UNINSTALL = :
63+
POST_UNINSTALL = :
64+
host_alias = @host_alias@
65+
host_triplet = @host@
66+
AR = @AR@
67+
AS = @AS@
68+
CC = @CC@
69+
DLLTOOL = @DLLTOOL@
70+
ECHO = @ECHO@
71+
EXEEXT = @EXEEXT@
72+
LD = @LD@
73+
LIBTOOL = @LIBTOOL@
74+
LN_S = @LN_S@
75+
MAKEINFO = @MAKEINFO@
76+
OBJDUMP = @OBJDUMP@
77+
OBJEXT = @OBJEXT@
78+
PACKAGE = @PACKAGE@
79+
RANLIB = @RANLIB@
80+
STRIP = @STRIP@
81+
VERSION = @VERSION@
82+
83+
SUBDIRS = include src
84+
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85+
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
86+
CONFIG_CLEAN_FILES =
87+
DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
88+
Makefile.in NEWS aclocal.m4 config.guess config.sub configure \
89+
configure.in install-sh ltmain.sh missing mkinstalldirs
90+
91+
92+
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
93+
94+
TAR = gtar
95+
GZIP_ENV = --best
96+
all: all-redirect
97+
.SUFFIXES:
98+
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
99+
cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
100+
101+
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
102+
cd $(top_builddir) \
103+
&& CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
104+
105+
$(ACLOCAL_M4): configure.in
106+
cd $(srcdir) && $(ACLOCAL)
107+
108+
config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
109+
$(SHELL) ./config.status --recheck
110+
$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
111+
cd $(srcdir) && $(AUTOCONF)
112+
113+
# This directory's subdirectories are mostly independent; you can cd
114+
# into them and run `make' without going through this Makefile.
115+
# To change the values of `make' variables: instead of editing Makefiles,
116+
# (1) if the variable is set in `config.status', edit `config.status'
117+
# (which will cause the Makefiles to be regenerated when you run `make');
118+
# (2) otherwise, pass the desired values on the `make' command line.
119+
120+
@SET_MAKE@
121+
122+
all-recursive install-data-recursive install-exec-recursive \
123+
installdirs-recursive install-recursive uninstall-recursive \
124+
check-recursive installcheck-recursive info-recursive dvi-recursive:
125+
@set fnord $(MAKEFLAGS); amf=$$2; \
126+
dot_seen=no; \
127+
target=`echo $@ | sed s/-recursive//`; \
128+
list='$(SUBDIRS)'; for subdir in $$list; do \
129+
echo "Making $$target in $$subdir"; \
130+
if test "$$subdir" = "."; then \
131+
dot_seen=yes; \
132+
local_target="$$target-am"; \
133+
else \
134+
local_target="$$target"; \
135+
fi; \
136+
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
137+
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
138+
done; \
139+
if test "$$dot_seen" = "no"; then \
140+
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
141+
fi; test -z "$$fail"
142+
143+
mostlyclean-recursive clean-recursive distclean-recursive \
144+
maintainer-clean-recursive:
145+
@set fnord $(MAKEFLAGS); amf=$$2; \
146+
dot_seen=no; \
147+
rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
148+
rev="$$subdir $$rev"; \
149+
test "$$subdir" != "." || dot_seen=yes; \
150+
done; \
151+
test "$$dot_seen" = "no" && rev=". $$rev"; \
152+
target=`echo $@ | sed s/-recursive//`; \
153+
for subdir in $$rev; do \
154+
echo "Making $$target in $$subdir"; \
155+
if test "$$subdir" = "."; then \
156+
local_target="$$target-am"; \
157+
else \
158+
local_target="$$target"; \
159+
fi; \
160+
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
161+
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
162+
done && test -z "$$fail"
163+
tags-recursive:
164+
list='$(SUBDIRS)'; for subdir in $$list; do \
165+
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
166+
done
167+
168+
tags: TAGS
169+
170+
ID: $(HEADERS) $(SOURCES) $(LISP)
171+
list='$(SOURCES) $(HEADERS)'; \
172+
unique=`for i in $$list; do echo $$i; done | \
173+
awk ' { files[$$0] = 1; } \
174+
END { for (i in files) print i; }'`; \
175+
here=`pwd` && cd $(srcdir) \
176+
&& mkid -f$$here/ID $$unique $(LISP)
177+
178+
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
179+
tags=; \
180+
here=`pwd`; \
181+
list='$(SUBDIRS)'; for subdir in $$list; do \
182+
if test "$$subdir" = .; then :; else \
183+
test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
184+
fi; \
185+
done; \
186+
list='$(SOURCES) $(HEADERS)'; \
187+
unique=`for i in $$list; do echo $$i; done | \
188+
awk ' { files[$$0] = 1; } \
189+
END { for (i in files) print i; }'`; \
190+
test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
191+
|| (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
192+
193+
mostlyclean-tags:
194+
195+
clean-tags:
196+
197+
distclean-tags:
198+
-rm -f TAGS ID
199+
200+
maintainer-clean-tags:
201+
202+
distdir = $(PACKAGE)-$(VERSION)
203+
top_distdir = $(distdir)
204+
205+
# This target untars the dist file and tries a VPATH configuration. Then
206+
# it guarantees that the distribution is self-contained by making another
207+
# tarfile.
208+
distcheck: dist
209+
-rm -rf $(distdir)
210+
GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
211+
mkdir $(distdir)/=build
212+
mkdir $(distdir)/=inst
213+
dc_install_base=`cd $(distdir)/=inst && pwd`; \
214+
cd $(distdir)/=build \
215+
&& ../configure --srcdir=.. --prefix=$$dc_install_base \
216+
&& $(MAKE) $(AM_MAKEFLAGS) \
217+
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
218+
&& $(MAKE) $(AM_MAKEFLAGS) check \
219+
&& $(MAKE) $(AM_MAKEFLAGS) install \
220+
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \
221+
&& $(MAKE) $(AM_MAKEFLAGS) dist
222+
-rm -rf $(distdir)
223+
@banner="$(distdir).tar.gz is ready for distribution"; \
224+
dashes=`echo "$$banner" | sed s/./=/g`; \
225+
echo "$$dashes"; \
226+
echo "$$banner"; \
227+
echo "$$dashes"
228+
dist: distdir
229+
-chmod -R a+r $(distdir)
230+
GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
231+
-rm -rf $(distdir)
232+
dist-all: distdir
233+
-chmod -R a+r $(distdir)
234+
GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
235+
-rm -rf $(distdir)
236+
distdir: $(DISTFILES)
237+
-rm -rf $(distdir)
238+
mkdir $(distdir)
239+
-chmod 777 $(distdir)
240+
here=`cd $(top_builddir) && pwd`; \
241+
top_distdir=`cd $(distdir) && pwd`; \
242+
distdir=`cd $(distdir) && pwd`; \
243+
cd $(top_srcdir) \
244+
&& $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
245+
@for file in $(DISTFILES); do \
246+
d=$(srcdir); \
247+
if test -d $$d/$$file; then \
248+
cp -pr $$d/$$file $(distdir)/$$file; \
249+
else \
250+
test -f $(distdir)/$$file \
251+
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
252+
|| cp -p $$d/$$file $(distdir)/$$file || :; \
253+
fi; \
254+
done
255+
for subdir in $(SUBDIRS); do \
256+
if test "$$subdir" = .; then :; else \
257+
test -d $(distdir)/$$subdir \
258+
|| mkdir $(distdir)/$$subdir \
259+
|| exit 1; \
260+
chmod 777 $(distdir)/$$subdir; \
261+
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
262+
|| exit 1; \
263+
fi; \
264+
done
265+
info-am:
266+
info: info-recursive
267+
dvi-am:
268+
dvi: dvi-recursive
269+
check-am: all-am
270+
check: check-recursive
271+
installcheck-am:
272+
installcheck: installcheck-recursive
273+
install-exec-am:
274+
install-exec: install-exec-recursive
275+
276+
install-data-am:
277+
install-data: install-data-recursive
278+
279+
install-am: all-am
280+
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
281+
install: install-recursive
282+
uninstall-am:
283+
uninstall: uninstall-recursive
284+
all-am: Makefile
285+
all-redirect: all-recursive
286+
install-strip:
287+
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
288+
installdirs: installdirs-recursive
289+
installdirs-am:
290+
291+
292+
mostlyclean-generic:
293+
294+
clean-generic:
295+
296+
distclean-generic:
297+
-rm -f Makefile $(CONFIG_CLEAN_FILES)
298+
-rm -f config.cache config.log stamp-h stamp-h[0-9]*
299+
300+
maintainer-clean-generic:
301+
mostlyclean-am: mostlyclean-tags mostlyclean-generic
302+
303+
mostlyclean: mostlyclean-recursive
304+
305+
clean-am: clean-tags clean-generic mostlyclean-am
306+
307+
clean: clean-recursive
308+
309+
distclean-am: distclean-tags distclean-generic clean-am
310+
-rm -f libtool
311+
312+
distclean: distclean-recursive
313+
-rm -f config.status
314+
315+
maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
316+
distclean-am
317+
@echo "This command is intended for maintainers to use;"
318+
@echo "it deletes files that may require special tools to rebuild."
319+
320+
maintainer-clean: maintainer-clean-recursive
321+
-rm -f config.status
322+
323+
.PHONY: install-data-recursive uninstall-data-recursive \
324+
install-exec-recursive uninstall-exec-recursive installdirs-recursive \
325+
uninstalldirs-recursive all-recursive check-recursive \
326+
installcheck-recursive info-recursive dvi-recursive \
327+
mostlyclean-recursive distclean-recursive clean-recursive \
328+
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
329+
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
330+
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
331+
install-exec install-data-am install-data install-am install \
332+
uninstall-am uninstall all-redirect all-am all installdirs-am \
333+
installdirs mostlyclean-generic distclean-generic clean-generic \
334+
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
335+
336+
337+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
338+
# Otherwise a system limit (for SysV at least) may be exceeded.
339+
.NOEXPORT:

NEWS

Whitespace-only changes.

0 commit comments

Comments
 (0)