From a48d8b4639f36e6fc2d7e87cac92e178674caaa1 Mon Sep 17 00:00:00 2001 From: Max Krasnyansky Date: Fri, 8 Mar 2002 21:10:06 +0000 Subject: Initial revision --- include/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 include/Makefile.am (limited to 'include/Makefile.am') diff --git a/include/Makefile.am b/include/Makefile.am new file mode 100644 index 00000000..dceb3447 --- /dev/null +++ b/include/Makefile.am @@ -0,0 +1,9 @@ +# +# $Id$ +# + +hdrdir = $(prefix)/include/bluetooth + +install-data-local: + $(mkinstalldirs) $(DESTDIR)$(hdrdir) + $(INSTALL) -m 644 $(srcdir)/*.h $(DESTDIR)$(hdrdir) -- cgit From 8e9ea9b77e3c4eaf1f1813cfa1e275c7b7ef219a Mon Sep 17 00:00:00 2001 From: Max Krasnyansky Date: Fri, 17 May 2002 01:09:28 +0000 Subject: Fix "make dist" --- include/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/Makefile.am') diff --git a/include/Makefile.am b/include/Makefile.am index dceb3447..53b05244 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -4,6 +4,8 @@ hdrdir = $(prefix)/include/bluetooth +EXTRA_DIST = bluetooth.h hci.h hci_lib.h hci_uart.h hci_vhci.h l2cap.h sco.h + install-data-local: $(mkinstalldirs) $(DESTDIR)$(hdrdir) $(INSTALL) -m 644 $(srcdir)/*.h $(DESTDIR)$(hdrdir) -- cgit From 4bbdd73f337a0e1f76597c93bb3bda99cea4a550 Mon Sep 17 00:00:00 2001 From: Max Krasnyansky Date: Thu, 23 May 2002 20:26:01 +0000 Subject: Build env cleanup. Remove auto generated files from CVS. Working 'make distcheck'. --- include/Makefile.am | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'include/Makefile.am') diff --git a/include/Makefile.am b/include/Makefile.am index 53b05244..f4a9f308 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -2,10 +2,6 @@ # $Id$ # -hdrdir = $(prefix)/include/bluetooth +includedir = @includedir@/bluetooth -EXTRA_DIST = bluetooth.h hci.h hci_lib.h hci_uart.h hci_vhci.h l2cap.h sco.h - -install-data-local: - $(mkinstalldirs) $(DESTDIR)$(hdrdir) - $(INSTALL) -m 644 $(srcdir)/*.h $(DESTDIR)$(hdrdir) +include_HEADERS = bluetooth.h hci.h hci_lib.h hci_uart.h hci_vhci.h l2cap.h sco.h -- cgit From 9bf1d0ca2ad3beefb98c8f1a08c8188dfaedf579 Mon Sep 17 00:00:00 2001 From: Max Krasnyansky Date: Mon, 27 May 2002 02:25:33 +0000 Subject: Libtoolize and fix top level build. Make cleanup. --- include/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/Makefile.am') diff --git a/include/Makefile.am b/include/Makefile.am index f4a9f308..794a4c55 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -5,3 +5,10 @@ includedir = @includedir@/bluetooth include_HEADERS = bluetooth.h hci.h hci_lib.h hci_uart.h hci_vhci.h l2cap.h sco.h + +bluetooth: + ln -s . bluetooth + +all-local: bluetooth +clean-local: + rm -f bluetooth -- cgit From 3c7d6997f5434c7fbb188253bb077bcc0585af3f Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 23 Aug 2002 15:40:54 +0000 Subject: Add TTY ioctl defines and structures --- include/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/Makefile.am') diff --git a/include/Makefile.am b/include/Makefile.am index 794a4c55..27a769fa 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -4,7 +4,7 @@ includedir = @includedir@/bluetooth -include_HEADERS = bluetooth.h hci.h hci_lib.h hci_uart.h hci_vhci.h l2cap.h sco.h +include_HEADERS = bluetooth.h hci.h hci_lib.h hci_uart.h hci_vhci.h l2cap.h sco.h rfcomm.h bluetooth: ln -s . bluetooth -- cgit From ca16ae22dd4542899a4a8c9a843fc6f7e72dbab4 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 31 Mar 2004 16:35:56 +0000 Subject: Add header files of the SDP library --- include/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/Makefile.am') diff --git a/include/Makefile.am b/include/Makefile.am index 27a769fa..f615705a 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -4,7 +4,7 @@ includedir = @includedir@/bluetooth -include_HEADERS = bluetooth.h hci.h hci_lib.h hci_uart.h hci_vhci.h l2cap.h sco.h rfcomm.h +include_HEADERS = bluetooth.h hci.h hci_lib.h hci_uart.h hci_vhci.h l2cap.h sco.h rfcomm.h sdp.h sdp_lib.h sdp_internal.h bluetooth: ln -s . bluetooth -- cgit From 51342992af3f09ffad66197aa84e5960e1fc4c28 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 31 Mar 2004 19:49:50 +0000 Subject: Cleaner way of creating the bluetooth include link --- include/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/Makefile.am') diff --git a/include/Makefile.am b/include/Makefile.am index f615705a..78afcf73 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -6,9 +6,9 @@ includedir = @includedir@/bluetooth include_HEADERS = bluetooth.h hci.h hci_lib.h hci_uart.h hci_vhci.h l2cap.h sco.h rfcomm.h sdp.h sdp_lib.h sdp_internal.h -bluetooth: - ln -s . bluetooth -all-local: bluetooth +all-local: + @if [ ! -e bluetooth ] ; then ln -s $(top_srcdir)/include bluetooth ; fi + clean-local: - rm -f bluetooth + @rm -f bluetooth -- cgit From cd92094bf45c07b666971d68b228d3340e974b5d Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 31 Mar 2004 21:08:51 +0000 Subject: Add CMTP header file --- include/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/Makefile.am') diff --git a/include/Makefile.am b/include/Makefile.am index 78afcf73..22bce597 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -4,7 +4,7 @@ includedir = @includedir@/bluetooth -include_HEADERS = bluetooth.h hci.h hci_lib.h hci_uart.h hci_vhci.h l2cap.h sco.h rfcomm.h sdp.h sdp_lib.h sdp_internal.h +include_HEADERS = bluetooth.h hci.h hci_lib.h hci_uart.h hci_vhci.h l2cap.h sco.h rfcomm.h sdp.h sdp_lib.h sdp_internal.h cmtp.h all-local: -- cgit From 66e912c137f52fcac7eab1a7d0d9da65b975b2cc Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 31 Mar 2004 21:56:37 +0000 Subject: Add BNEP header file --- include/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/Makefile.am') diff --git a/include/Makefile.am b/include/Makefile.am index 22bce597..ec8835a2 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -4,7 +4,7 @@ includedir = @includedir@/bluetooth -include_HEADERS = bluetooth.h hci.h hci_lib.h hci_uart.h hci_vhci.h l2cap.h sco.h rfcomm.h sdp.h sdp_lib.h sdp_internal.h cmtp.h +include_HEADERS = bluetooth.h hci.h hci_lib.h hci_uart.h hci_vhci.h l2cap.h sco.h rfcomm.h sdp.h sdp_lib.h sdp_internal.h bnep.h cmtp.h all-local: -- cgit From db3ac6f0370159237530248efa79557c2cd98499 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 3 Apr 2004 05:57:41 +0000 Subject: Don't install sdp_internal.h --- include/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/Makefile.am') diff --git a/include/Makefile.am b/include/Makefile.am index ec8835a2..bdb5e939 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -4,7 +4,9 @@ includedir = @includedir@/bluetooth -include_HEADERS = bluetooth.h hci.h hci_lib.h hci_uart.h hci_vhci.h l2cap.h sco.h rfcomm.h sdp.h sdp_lib.h sdp_internal.h bnep.h cmtp.h +include_HEADERS = bluetooth.h hci.h hci_lib.h hci_uart.h hci_vhci.h l2cap.h sco.h rfcomm.h sdp.h sdp_lib.h bnep.h cmtp.h + +noinst_HEADERS = sdp_internal.h all-local: -- cgit From 8b9071e009bb469a12095ae83178567d30e9177b Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 25 Apr 2004 15:34:37 +0000 Subject: Add HIDP header file --- include/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/Makefile.am') diff --git a/include/Makefile.am b/include/Makefile.am index bdb5e939..cbde42bf 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -4,7 +4,9 @@ includedir = @includedir@/bluetooth -include_HEADERS = bluetooth.h hci.h hci_lib.h hci_uart.h hci_vhci.h l2cap.h sco.h rfcomm.h sdp.h sdp_lib.h bnep.h cmtp.h +include_HEADERS = \ + bluetooth.h hci.h hci_lib.h hci_uart.h hci_vhci.h \ + l2cap.h sco.h rfcomm.h sdp.h sdp_lib.h bnep.h cmtp.h hidp.h noinst_HEADERS = sdp_internal.h -- cgit From 3429ef600fcef09e96408f8b476ead6cb519cf83 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 21 Jul 2004 13:30:34 +0000 Subject: Make use of MAINTAINERCLEANFILES --- include/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/Makefile.am') diff --git a/include/Makefile.am b/include/Makefile.am index cbde42bf..4ac8aada 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -10,9 +10,10 @@ include_HEADERS = \ noinst_HEADERS = sdp_internal.h +MAINTAINERCLEANFILES = Makefile.in all-local: - @if [ ! -e bluetooth ] ; then ln -s $(top_srcdir)/include bluetooth ; fi + @if [ ! -e bluetooth ] ; then $(LN_S) $(top_srcdir)/include bluetooth ; fi clean-local: @rm -f bluetooth -- cgit From 654f832d98530b05dc7ffaefff5950a32de76b3c Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 23 Jan 2005 22:49:48 +0000 Subject: Remove sdp_internal.h --- include/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/Makefile.am') diff --git a/include/Makefile.am b/include/Makefile.am index 4ac8aada..5710846d 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -8,8 +8,6 @@ include_HEADERS = \ bluetooth.h hci.h hci_lib.h hci_uart.h hci_vhci.h \ l2cap.h sco.h rfcomm.h sdp.h sdp_lib.h bnep.h cmtp.h hidp.h -noinst_HEADERS = sdp_internal.h - MAINTAINERCLEANFILES = Makefile.in all-local: -- cgit From ba65f7a41c24a3161cceec9a55ed363dc835365d Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 21 Jun 2005 16:43:47 +0000 Subject: Remove hci_vhci.h header file --- include/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/Makefile.am') diff --git a/include/Makefile.am b/include/Makefile.am index 5710846d..c8a4973e 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -5,8 +5,8 @@ includedir = @includedir@/bluetooth include_HEADERS = \ - bluetooth.h hci.h hci_lib.h hci_uart.h hci_vhci.h \ - l2cap.h sco.h rfcomm.h sdp.h sdp_lib.h bnep.h cmtp.h hidp.h + bluetooth.h hci.h hci_lib.h hci_uart.h sco.h \ + l2cap.h rfcomm.h sdp.h sdp_lib.h bnep.h cmtp.h hidp.h MAINTAINERCLEANFILES = Makefile.in -- cgit From 654718757db545ba3e0317d1588595cd486c3436 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 21 Jun 2005 16:47:29 +0000 Subject: Remove hci_uart.h header file --- include/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/Makefile.am') diff --git a/include/Makefile.am b/include/Makefile.am index c8a4973e..ab67cf59 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -5,8 +5,8 @@ includedir = @includedir@/bluetooth include_HEADERS = \ - bluetooth.h hci.h hci_lib.h hci_uart.h sco.h \ - l2cap.h rfcomm.h sdp.h sdp_lib.h bnep.h cmtp.h hidp.h + bluetooth.h hci.h hci_lib.h sco.h l2cap.h \ + sdp.h sdp_lib.h rfcomm.h bnep.h cmtp.h hidp.h MAINTAINERCLEANFILES = Makefile.in -- cgit From c0d524486a50e8366c12c5ebea1a4441e9db46aa Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 29 Oct 2005 19:25:42 +0000 Subject: Big cleanup of CVS relics --- include/Makefile.am | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/Makefile.am') diff --git a/include/Makefile.am b/include/Makefile.am index ab67cf59..992e987b 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,6 +1,3 @@ -# -# $Id$ -# includedir = @includedir@/bluetooth -- cgit