Skip to content

Commit 0134ccf

Browse files
author
Jonathan Naylor
committed
Added new RPi2 .mk files for all projects that use them, and renamed the existing RPi .mk file.
1 parent 6c264e2 commit 0134ccf

20 files changed

+120
-0
lines changed
File renamed without changes.
+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Makefile-include
2+
#
3+
# Settings for Raspbian Wheezy compile in qemu-debootstrap environment
4+
# Hans-J. Barthen, DL5DI 2013-01-21
5+
# Rename this file to settings.mk before you compile the source for the Raspbian platform
6+
#
7+
export DATADIR := "/home/opendv/data"
8+
export BINDIR := "$(DESTDIR)/usr/bin"
9+
export CC := $(shell wx-config --cxx)
10+
export LDFLAGS :=
11+
export CFLAGS := -O2 -march=armv7-a -mfpu=vfp -mfloat-abi=hard -Wall -Wno-non-virtual-dtor -Wno-strict-aliasing -Wno-psabi -DDATA_DIR='$(DATADIR)' -DBIN_DIR='$(BINDIR)' -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -DGPIO -pthread $(shell wx-config --cxxflags)
12+
export LIBS := -lasound -lusb-1.0 -lwiringPi $(shell wx-config --libs adv,core)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Makefile-include
2+
#
3+
# Settings for Raspbian Wheezy compile in qemu-debootstrap environment
4+
# Hans-J. Barthen, DL5DI 2013-01-21
5+
# Rename this file to settings.mk before you compile the source for the Raspbian platform
6+
#
7+
export DATADIR := "/home/opendv/data"
8+
export BINDIR := "$(DESTDIR)/usr/bin"
9+
export CC := $(shell wx-config --cxx)
10+
export LDFLAGS :=
11+
export CFLAGS := -O2 -march=armv7-a -mfpu=vfp -mfloat-abi=hard -Wall -Wno-non-virtual-dtor -Wno-strict-aliasing -Wno-psabi -DDATA_DIR='$(DATADIR)' -DBIN_DIR='$(BINDIR)' -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -DGPIO -pthread $(shell wx-config --cxxflags)
12+
export LIBS := -lasound -lusb-1.0 -lwiringPi $(shell wx-config --libs adv,core)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Makefile-include
2+
#
3+
# Settings for Raspbian Wheezy compile in qemu-debootstrap environment
4+
# Hans-J. Barthen, DL5DI 2013-01-21
5+
# Rename this file to settings.mk before you compile the source for the Raspbian platform
6+
#
7+
export DATADIR := "/home/opendv/data"
8+
export BINDIR := "$(DESTDIR)/usr/bin"
9+
export CC := $(shell wx-config --cxx)
10+
export LDFLAGS :=
11+
export CFLAGS := -O2 -march=armv7-a -mfpu=vfp -mfloat-abi=hard -Wall -Wno-non-virtual-dtor -Wno-strict-aliasing -Wno-psabi -DDATA_DIR='$(DATADIR)' -DBIN_DIR='$(BINDIR)' -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -DGPIO -pthread $(shell wx-config --cxxflags)
12+
export LIBS := -lasound -lusb-1.0 -lwiringPi $(shell wx-config --libs adv,core)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Makefile-include
2+
#
3+
# Settings for Raspbian Wheezy compile in qemu-debootstrap environment
4+
# Hans-J. Barthen, DL5DI 2013-01-21
5+
# Rename this file to settings.mk before you compile the source for the Raspbian platform
6+
#
7+
export DATADIR := "/home/opendv/data"
8+
export BINDIR := "$(DESTDIR)/usr/bin"
9+
export CC := $(shell wx-config --cxx)
10+
export LDFLAGS :=
11+
export CFLAGS := -O2 -march=armv7-a -mfpu=vfp -mfloat-abi=hard -Wall -Wno-non-virtual-dtor -Wno-strict-aliasing -Wno-psabi -DDATA_DIR='$(DATADIR)' -DBIN_DIR='$(BINDIR)' -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -DGPIO -pthread $(shell wx-config --cxxflags)
12+
export LIBS := -lasound -lusb-1.0 -lwiringPi $(shell wx-config --libs adv,core)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Makefile-include
2+
#
3+
# Settings for Raspbian Wheezy compile in qemu-debootstrap environment
4+
# Hans-J. Barthen, DL5DI 2013-01-21
5+
# Rename this file to settings.mk before you compile the source for the Raspbian platform
6+
#
7+
export DATADIR := "/home/opendv/data"
8+
export BINDIR := "$(DESTDIR)/usr/bin"
9+
export CC := $(shell wx-config --cxx)
10+
export LDFLAGS :=
11+
export CFLAGS := -O2 -march=armv7-a -mfpu=vfp -mfloat-abi=hard -Wall -Wno-non-virtual-dtor -Wno-strict-aliasing -Wno-psabi -DDATA_DIR='$(DATADIR)' -DBIN_DIR='$(BINDIR)' -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -DGPIO -pthread $(shell wx-config --cxxflags)
12+
export LIBS := -lasound -lusb-1.0 -lwiringPi $(shell wx-config --libs adv,core)
File renamed without changes.
+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Makefile-include
2+
#
3+
# Settings for Raspbian Wheezy compile in qemu-debootstrap environment
4+
# Hans-J. Barthen, DL5DI 2013-01-21
5+
# Rename this file to settings.mk before you compile the source for the Raspbian platform
6+
#
7+
export DATADIR := "/home/opendv/data"
8+
export BINDIR := "$(DESTDIR)/usr/bin"
9+
export CC := $(shell wx-config --cxx)
10+
export LDFLAGS :=
11+
export CFLAGS := -O2 -march=armv7-a -mfpu=vfp -mfloat-abi=hard -Wall -Wno-non-virtual-dtor -Wno-strict-aliasing -Wno-psabi -DDATA_DIR='$(DATADIR)' -DBIN_DIR='$(BINDIR)' -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -DGPIO -pthread $(shell wx-config --cxxflags)
12+
export LIBS := -lasound -lusb-1.0 -lwiringPi $(shell wx-config --libs adv,core)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Makefile-include
2+
#
3+
# Settings for Raspbian Wheezy compile in qemu-debootstrap environment
4+
# Hans-J. Barthen, DL5DI 2013-01-21
5+
# Rename this file to settings.mk before you compile the source for the Raspbian platform
6+
#
7+
export DATADIR := "/home/opendv/data"
8+
export BINDIR := "$(DESTDIR)/usr/bin"
9+
export CC := $(shell wx-config --cxx)
10+
export LDFLAGS :=
11+
export CFLAGS := -O2 -march=armv7-a -mfpu=vfp -mfloat-abi=hard -Wall -Wno-non-virtual-dtor -Wno-strict-aliasing -Wno-psabi -DDATA_DIR='$(DATADIR)' -DBIN_DIR='$(BINDIR)' -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -DGPIO -pthread $(shell wx-config --cxxflags)
12+
export LIBS := -lasound -lusb-1.0 -lwiringPi $(shell wx-config --libs adv,core)
File renamed without changes.
+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Makefile-include
2+
#
3+
# Settings for Raspbian Wheezy compile in qemu-debootstrap environment
4+
# Hans-J. Barthen, DL5DI 2013-01-21
5+
# Rename this file to settings.mk before you compile the source for the Raspbian platform
6+
#
7+
export DATADIR := "/home/opendv/data"
8+
export BINDIR := "$(DESTDIR)/usr/bin"
9+
export CC := $(shell wx-config --cxx)
10+
export LDFLAGS :=
11+
export CFLAGS := -O2 -march=armv7-a -mfpu=vfp -mfloat-abi=hard -Wall -Wno-non-virtual-dtor -Wno-strict-aliasing -Wno-psabi -DDATA_DIR='$(DATADIR)' -DBIN_DIR='$(BINDIR)' -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -DGPIO -pthread $(shell wx-config --cxxflags)
12+
export LIBS := -lasound -lusb-1.0 -lwiringPi $(shell wx-config --libs adv,core)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Makefile-include
2+
#
3+
# Settings for Raspbian Wheezy compile in qemu-debootstrap environment
4+
# Hans-J. Barthen, DL5DI 2013-01-21
5+
# Rename this file to settings.mk before you compile the source for the Raspbian platform
6+
#
7+
export DATADIR := "/home/opendv/data"
8+
export BINDIR := "$(DESTDIR)/usr/bin"
9+
export CC := $(shell wx-config --cxx)
10+
export LDFLAGS :=
11+
export CFLAGS := -O2 -march=armv7-a -mfpu=vfp -mfloat-abi=hard -Wall -Wno-non-virtual-dtor -Wno-strict-aliasing -Wno-psabi -DDATA_DIR='$(DATADIR)' -DBIN_DIR='$(BINDIR)' -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -DGPIO -pthread $(shell wx-config --cxxflags)
12+
export LIBS := -lasound -lusb-1.0 -lwiringPi $(shell wx-config --libs adv,core)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Makefile-include
2+
#
3+
# Settings for Raspbian Wheezy compile in qemu-debootstrap environment
4+
# Hans-J. Barthen, DL5DI 2013-01-21
5+
# Rename this file to settings.mk before you compile the source for the Raspbian platform
6+
#
7+
export DATADIR := "/home/opendv/data"
8+
export BINDIR := "$(DESTDIR)/usr/bin"
9+
export CC := $(shell wx-config --cxx)
10+
export LDFLAGS :=
11+
export CFLAGS := -O2 -march=armv7-a -mfpu=vfp -mfloat-abi=hard -Wall -Wno-non-virtual-dtor -Wno-strict-aliasing -Wno-psabi -DDATA_DIR='$(DATADIR)' -DBIN_DIR='$(BINDIR)' -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -DGPIO -pthread $(shell wx-config --cxxflags)
12+
export LIBS := -lasound -lusb-1.0 -lwiringPi $(shell wx-config --libs adv,core)

0 commit comments

Comments
 (0)