aboutsummaryrefslogtreecommitdiff
path: root/rmidevice/Makefile
diff options
context:
space:
mode:
authorAndrew Duggan <aduggan@synaptics.com>2014-07-31 12:29:36 -0700
committerAndrew Duggan <aduggan@synaptics.com>2014-07-31 12:29:36 -0700
commitfc7d81c629d0b8b277b4b0311dcd50d02fc324fb (patch)
tree419c2712c28bf0556068b0a5ea8a0f08f4f25a5e /rmidevice/Makefile
parent64f3a0c0192fb883513d949114cb2f8147a0af83 (diff)
downloadrmi4utils-fc7d81c629d0b8b277b4b0311dcd50d02fc324fb.tar.gz
allow inheriting compiler and tools if they are defined in the environment
Diffstat (limited to 'rmidevice/Makefile')
-rw-r--r--rmidevice/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/rmidevice/Makefile b/rmidevice/Makefile
index 0878669..35aec55 100644
--- a/rmidevice/Makefile
+++ b/rmidevice/Makefile
@@ -1,6 +1,6 @@
-CXX = g++
-AR = ar
-RANLIB = ranlib
+CXX ?= g++
+AR ?= ar
+RANLIB ?= ranlib
CPPFLAGS += -I../include -I./include
CXXFLAGS += -fPIC -Wall
RMIDEVICESRC = rmifunction.cpp rmidevice.cpp hiddevice.cpp