X-Git-Url: http://average.org/gitweb/?a=blobdiff_plain;f=linux%2FMakefile;fp=linux%2FMakefile;h=c23a47b6eeface90a477be7235c1bb76bfe7091e;hb=a1d335a2895b04b965d678167ecfd14ab4245960;hp=0000000000000000000000000000000000000000;hpb=1d067f3471ebb6545de6f9cf01bc1c89e0aa0fb6;p=pulsecounter.git diff --git a/linux/Makefile b/linux/Makefile new file mode 100644 index 0000000..c23a47b --- /dev/null +++ b/linux/Makefile @@ -0,0 +1,16 @@ +CFLAGS += -I$(BLUEZ) `pkg-config --cflags glib-2.0` +LDLIBS = $(BLUEZ)/lib/.libs/libbluetooth-internal.a \ + $(BLUEZ)/src/.libs/libshared-glib.a \ + `pkg-config --libs glib-2.0` + +all: pulsecounter + +pulsecounter: pulsecounter.o \ + $(BLUEZ)/attrib/att.o $(BLUEZ)/attrib/gatt.o \ + $(BLUEZ)/attrib/gattrib.o $(BLUEZ)/btio/btio.o \ + $(BLUEZ)/attrib/utils.o $(BLUEZ)/src/log.o + $(CC) $(LDFLAGS) $^ $(LDLIBS) -o $@ + + +# $(BLUEZ)/attrib/interactive.o \ +# $(BLUEZ)/client/display.o