comparison rvinterf/asyncshell/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 c1aadfcd185f
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= fc-shell 4 PROG= fc-shell
4 OBJS= at.o help.o init.o keypress.o main.o oneshot.o parse.o pktsort.o \ 5 OBJS= at.o help.o init.o keypress.o main.o oneshot.o parse.o pktsort.o \
5 poweroff.o rxctl.o sendarb.o sendsp.o tchcmd.o tchplay.o tchrec.o \ 6 poweroff.o rxctl.o sendarb.o sendsp.o tchcmd.o tchplay.o tchrec.o \
6 usercmd.o 7 usercmd.o
7 LIBS= ../libasync/libasync.a ../libg23/libg23.a ../libinterf/libinterf.a 8 LIBS= ../libasync/libasync.a ../libg23/libg23.a ../libinterf/libinterf.a