mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-26 09:41:01 +00:00
move automake files for daemon into platforms/daemon
This commit is contained in:
parent
b65d0a6321
commit
e3a5f28223
@ -1,5 +0,0 @@
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
SUBDIRS = platforms/daemon/src example/daemon
|
||||
|
||||
package:
|
||||
./package.sh
|
@ -1,7 +1,7 @@
|
||||
BTSTACK_ROOT=../..
|
||||
CC = @CC@
|
||||
LDFLAGS = @LDFLAGS@ -lBTstack -L../../src
|
||||
CFLAGS = @CFLAGS@ -I$(BTSTACK_ROOT) -I$(BTSTACK_ROOT)/include
|
||||
CFLAGS = @CFLAGS@ -I$(BTSTACK_ROOT)/platforms/daemon -I$(BTSTACK_ROOT)/include
|
||||
prefix = @prefix@
|
||||
|
||||
all: test rfcomm-cat rfcomm-echo rfcomm-test inquiry l2cap-server l2cap-throughput le_scan
|
||||
|
2
platforms/daemon/Makefile.am
Normal file
2
platforms/daemon/Makefile.am
Normal file
@ -0,0 +1,2 @@
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
SUBDIRS = src ../../example/daemon
|
@ -183,4 +183,4 @@ AC_SUBST(BTSTACK_LIB_LDFLAGS)
|
||||
AC_SUBST(BTSTACK_LIB_EXTENSION)
|
||||
AC_SUBST(LIBUSB_CFLAGS)
|
||||
AC_SUBST(LIBUSB_LDFLAGS)
|
||||
AC_OUTPUT(Makefile platforms/daemon/src/Makefile example/daemon/Makefile)
|
||||
AC_OUTPUT(Makefile src/Makefile ../../example/daemon/Makefile)
|
@ -4,7 +4,7 @@ prefix = @prefix@
|
||||
|
||||
CC = @CC@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
CFLAGS = @CFLAGS@ -I $(BTSTACK_ROOT)/include -I$(BTSTACK_ROOT)/platforms/src/daemon -I $(BTSTACK_ROOT)/ble -I $(BTSTACK_ROOT)/src -I $(BTSTACK_ROOT)
|
||||
CFLAGS = @CFLAGS@ -I.. -I $(BTSTACK_ROOT)/include -I$(BTSTACK_ROOT)/platforms/src/daemon -I $(BTSTACK_ROOT)/ble -I $(BTSTACK_ROOT)/src -I $(BTSTACK_ROOT)
|
||||
BTSTACK_LIB_LDFLAGS = @BTSTACK_LIB_LDFLAGS@
|
||||
BTSTACK_LIB_EXTENSION = @BTSTACK_LIB_EXTENSION@
|
||||
LIBUSB_CFLAGS = @LIBUSB_CFLAGS@
|
||||
|
Loading…
x
Reference in New Issue
Block a user