FreeCalypso > hg > freecalypso-tools
comparison rvinterf/rvtat/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 | ab8fb95a28da |
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 PROG= fcup-rvtat | 4 PROG= fcup-rvtat |
4 OBJS= interf.o main.o | 5 OBJS= interf.o main.o |
5 LIBS= ../libinterf/libinterf.a | 6 LIBS= ../libinterf/libinterf.a |
6 INSTBIN=/opt/freecalypso/bin | 7 INSTBIN=/opt/freecalypso/bin |
7 | 8 |