comparison rvinterf/etmsync/Makefile @ 470:1d5bd9a06781

rvinterf tree Makefiles: split CPPFLAGS from CFLAGS This change is in preparation for allowing CFLAGS to be overridden by users and package builders.
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 12 Feb 2019 00:00:18 +0000
parents 322e75a1c8b9
children 90d7c360a614
comparison
equal deleted inserted replaced
469:fd4af8023ce6 470:1d5bd9a06781
1 CC= gcc 1 CC= gcc
2 CFLAGS= -O2 -I../include 2 CFLAGS= -O2
3 CPPFLAGS=-I../include
3 PROGS= fc-dspapidump fc-fsio fc-memdump fc-readcal fc-tmsync 4 PROGS= fc-dspapidump fc-fsio fc-memdump fc-readcal fc-tmsync
4 INSTBIN=/opt/freecalypso/bin 5 INSTBIN=/opt/freecalypso/bin
5 INSTHELP=/opt/freecalypso/helpfiles 6 INSTHELP=/opt/freecalypso/helpfiles
6 7
7 LIBINTERF= ../libinterf/libinterf.a 8 LIBINTERF= ../libinterf/libinterf.a