# uncomment the line below for various debug facilities
#DEBUG_OPTION=-D DEBUG
-CC=gcc
-LINK=gcc
+CC?=gcc
+LINK?=gcc
ifeq ($(CONTROLLER2_V2_INCLUDE),CONTROLLER2_V2)
CONTROLLER2_OPTIONS=-D CONTROLLER2_V2
AUDIO_OPTIONS=-DPORTAUDIO
AUDIO_LIBS=-lportaudio -O3
-CFLAGS= -g -Wno-deprecated-declarations
+CFLAGS?= -g -Wno-deprecated-declarations
+
OPTIONS=$(MIDI_OPTIONS) $(PURESIGNAL_OPTIONS) $(REMOTE_OPTIONS) $(USBOZY_OPTIONS) \
$(SOAPYSDR_OPTIONS) $(LOCALCW_OPTIONS) \
$(STEMLAB_OPTIONS) \
-rm -f $(PROGRAM) hpsdrsim
-rm -rf $(PROGRAM).app
+install: $(PROGRAM)
+ cp $(PROGRAM) $(DESTDIR)/usr/local/bin
+
#############################################################################
#
# hpsdrsim is a cool program that emulates an SDR board with UDP and TCP