aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rmi4update/Makefile6
-rw-r--r--rmidevice/Makefile4
-rw-r--r--rmihidtool/Makefile6
3 files changed, 8 insertions, 8 deletions
diff --git a/rmi4update/Makefile b/rmi4update/Makefile
index 8770c20..c0c931b 100644
--- a/rmi4update/Makefile
+++ b/rmi4update/Makefile
@@ -1,7 +1,7 @@
CXX = g++
-CPPFLAGS = -I../include -I./include -I../rmidevice
-CXXFLAGS = -g -Wall
-LDFLAGS = -L.
+CPPFLAGS += -I../include -I./include -I../rmidevice
+CXXFLAGS += -g -Wall
+LDFLAGS += -L.
LIBS = -lrmidevice
LIBDIR = ../rmidevice
LIBNAME = librmidevice.a
diff --git a/rmidevice/Makefile b/rmidevice/Makefile
index e739392..d587200 100644
--- a/rmidevice/Makefile
+++ b/rmidevice/Makefile
@@ -1,8 +1,8 @@
CXX = g++
AR = ar
RANLIB = ranlib
-CPPFLAGS = -I../include -I./include
-CXXFLAGS = -fPIC -g -Wall
+CPPFLAGS += -I../include -I./include
+CXXFLAGS += -fPIC -g -Wall
RMIDEVICESRC = rmifunction.cpp rmidevice.cpp hiddevice.cpp
RMIDEVICEOBJ = $(RMIDEVICESRC:.cpp=.o)
LIBNAME = librmidevice.so
diff --git a/rmihidtool/Makefile b/rmihidtool/Makefile
index 7d46900..ca888d6 100644
--- a/rmihidtool/Makefile
+++ b/rmihidtool/Makefile
@@ -1,7 +1,7 @@
CXX = g++
-CPPFLAGS = -I../include -I./include -I../rmidevice
-CXXFLAGS = -g -Wall
-LDFLAGS = -L.
+CPPFLAGS += -I../include -I./include -I../rmidevice
+CXXFLAGS += -g -Wall
+LDFLAGS += -L.
LIBS = -lrmidevice
LIBDIR = ../rmidevice
LIBNAME = librmidevice.a