]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
Some changes suggested by ra1nb0w@github
authorc vw <dl1ycf@darc.de>
Fri, 12 Jun 2020 08:02:05 +0000 (10:02 +0200)
committerc vw <dl1ycf@darc.de>
Fri, 12 Jun 2020 08:02:05 +0000 (10:02 +0200)
Makefile.mac

index f6e96c84001d2dfddaf5fc683ac3ab32efc1fd2c..972791a65574114e201175ce4473d2283a661717 100644 (file)
@@ -32,8 +32,8 @@ MIDI_INCLUDE=MIDI
 # 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
@@ -145,7 +145,8 @@ GTKLIBS=`pkg-config --libs gtk+-3.0`
 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) \
@@ -407,6 +408,9 @@ clean:
        -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