aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@no.no.james.local>2015-09-01 15:18:35 +0100
committerroot <root@no.no.james.local>2015-09-01 15:18:35 +0100
commitdb0ac71a71b4f4621a1128b1b663aa5081a2de10 (patch)
tree74d421275b74dd3e475b9b3639e93d8539704936
parentb9b824c9203a0ea331b6f33da642aeacdccd8332 (diff)
downloadnrfdfu-db0ac71a71b4f4621a1128b1b663aa5081a2de10.tar.gz
nrfdfu-db0ac71a71b4f4621a1128b1b663aa5081a2de10.tar.bz2
nrfdfu-db0ac71a71b4f4621a1128b1b663aa5081a2de10.zip
fish
-rw-r--r--AUTHORS0
-rw-r--r--COPYING0
-rw-r--r--ChangeLog0
-rw-r--r--Makefile41
-rw-r--r--NEWS0
-rw-r--r--README0
6 files changed, 0 insertions, 41 deletions
diff --git a/AUTHORS b/AUTHORS
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/AUTHORS
diff --git a/COPYING b/COPYING
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/COPYING
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/ChangeLog
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 5566f0b..0000000
--- a/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-CSRCS=nrfdfu.c util.c zip.c ble.c manifest.c dfu.c hexdump.c
-BLUEZ_SRCS=bluez/att.c bluez/queue.c bluez/crypto.c bluez/util.c bluez/io-mainloop.c bluez/timeout-mainloop.c bluez/mainloop.c bluez/gatt-db.c bluez/uuid.c bluez/gatt-client.c bluez/gatt-helpers.c
-
-PROG=nrfdfu
-
-OPT=-g
-WARN=-Wall
-
-
-CPROTO=cproto
-ZIP_INCLUDES=$(shell pkg-config --cflags libzip)
-ZIP_LIBS=$(shell pkg-config --libs libzip)
-JSON_C_INCLUDES=$(shell pkg-config --cflags json-c)
-JSON_C_LIBS=$(shell pkg-config --libs json-c)
-BLUEZ_INCLUDES=$(shell pkg-config --cflags bluez)
-BLUEZ_LIBS=$(shell pkg-config --libs bluez)
-
-
-INCLUDES=${ZIP_INCLUDES} ${JSON_C_INCLUDES} ${BLUEZ_INCLUDES}
-LIBS=${ZIP_LIBS} ${JSON_C_LIBS} ${BLUEZ_LIBS}
-CPPFLAGS=${DEFINES} ${INCLUDES}
-CFLAGS=${OPT} ${WARN}
-OBJS=${CSRCS:%.c=%.o} ${BLUEZ_SRCS:%.c=%.o}
-
-
-all: ${PROG}
-
-${PROG}:${OBJS}
- ${CC} ${CFLAGS} ${LDFLAGS} -o ${PROG} ${OBJS} ${LIBS}
-
-protos:
- echo > prototypes.h
- ${CPROTO} ${CPPFLAGS} -e -v ${CSRCS} > prototypes.new
- mv prototypes.new prototypes.h
-
-clean:
- /bin/rm -f ${OBJS} ${PROG} *~ core.* core
-
-test: ${PROG}
- ./${PROG} -b fd:f9:62:4a:8a:c8 -p test.zip
-
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/NEWS
diff --git a/README b/README
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/README