mistermatt2u
9dac67be80
Remove unnecessary manual compiler architecture selection
...
- Remove statements that set the architecture selection that is passed to the compiler. The statemets seemed to only be an opportunity to cause build failures due to manual setting of the architecture. Perhaps it is best to let the compiler do that on its own.
2015-12-16 19:48:50 -05:00
mistermatt2u
f71eab3ddc
Rollback /opt to /usr changes in commit b15bf7d
...
- Apparently macports likes to put includes in /usr/local/include and not /opt/local/include like maybe it should. So we shouldn't change /opt to /usr for the portaudio part of the makefile. This reverts those changes, and (apparently) allows the portaudio portion to compile on 10.11
2015-12-16 00:06:22 -05:00
mistermatt2u
3839ccf333
Removed extraneous 'echo' comments.
...
- Removed 'echo' comments about SDK needing to be located in /Developer. This is no longer the case after commit b15bf7d
.
2015-12-15 23:06:59 -05:00
mistermatt2u
019b4258fa
Added gen_fff to 'make clean' target
...
- The file gen_fff is created as part of the build process. However, if the build fails (or maybe even if it doesn't), the gen_fff file is not cleaned when running 'make clean'.
2015-12-15 22:18:14 -05:00
mistermatt2u
b15bf7d016
- Replaced logic that determines what version of OS X SDK is installed, and where. Assuming a location of /Developer produced make errors on 10.11. This is likely due to the fact that XCODE installs to /Applications by default (when installed via App Store).
...
- Replaced instances of /opt with /usr. Assuming the existence of /opt caused make errors for 10.11. According to 'man hier', the file system hierarchy information, /opt is not used on OS X. If there is a standard location for shared libraries, it is /usr/lib.
2015-12-15 20:39:30 -05:00
WB2OSZ
4c60979844
Rewrite GPS handling. Lots of other clean up.
2015-11-07 20:57:02 -05:00
WB2OSZ
dd27f9960b
Development snapshot 1.3 dev F.
...
Changes to be committed:
modified: .gitattributes
modified: CHANGES.md
modified: Makefile
modified: Makefile.linux
new file: Makefile.macosx
modified: Makefile.win
modified: aclients.c
modified: aprs_tt.c
modified: aprs_tt.h
modified: atest.c
modified: audio.c
modified: audio.h
new file: audio_portaudio.c
new file: audio_stats.c
new file: audio_stats.h
modified: audio_win.c
modified: ax25_pad.c
modified: ax25_pad.h
modified: beacon.c
modified: config.c
modified: config.h
modified: decode_aprs.c
modified: decode_aprs.h
modified: demod.c
modified: digipeater.c
modified: direwolf.c
modified: direwolf.h
modified: dlq.c
modified: doc/README.md
modified: doc/Raspberry-Pi-APRS.pdf
modified: doc/User-Guide.pdf
new file: doc/WA8LMF-TNC-Test-CD-Results.pdf
modified: dtime_now.c
modified: dtmf.c
modified: dw-start.sh
modified: encode_aprs.c
modified: encode_aprs.h
modified: gen_packets.c
modified: gen_tone.c
modified: gen_tone.h
new file: generic.conf
modified: grm_sym.h
modified: hdlc_rec.c
modified: hdlc_rec.h
modified: igate.c
modified: kiss.c
modified: kiss_frame.c
modified: kissnet.c
modified: latlong.c
modified: man1/direwolf.1
modified: mgn_icon.h
modified: misc/README-dire-wolf.txt
new file: misc/strlcat.c
new file: misc/strlcpy.c
modified: morse.c
new file: morse.h
modified: nmea.c
modified: pfilter.c
modified: ptt.c
new file: serial_port.c
new file: serial_port.h
modified: server.c
modified: symbols.c
modified: symbols.h
new file: telemetry-toolkit/telem-balloon.conf
new file: telemetry-toolkit/telem-balloon.pl
new file: telemetry-toolkit/telem-bits.pl
new file: telemetry-toolkit/telem-data.pl
new file: telemetry-toolkit/telem-data91.pl
new file: telemetry-toolkit/telem-eqns.pl
new file: telemetry-toolkit/telem-m0xer-3.txt
new file: telemetry-toolkit/telem-parm.pl
new file: telemetry-toolkit/telem-unit.pl
new file: telemetry-toolkit/telem-volts.conf
new file: telemetry-toolkit/telem-volts.py
modified: telemetry.c
modified: textcolor.c
modified: tq.c
modified: tt_text.c
modified: tt_text.h
modified: tt_user.c
modified: tt_user.h
modified: utm2ll.c
modified: version.h
new file: walk96.c
modified: xmit.c
2015-09-07 19:56:20 -04:00