summaryrefslogtreecommitdiffstats
path: root/c/src/automake/compile.am
blob: f0c5466ae8fdf9b9aad7cfbf898dec1cf8e727ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
##
## $Id$
##

## -------------------------------------------------------------------------

CC = @CC@ $(GCCSPECS)
CXX = @CXX@ $(GCCSPECS)
CPP = @CPP@ $(GCCSPECS)
CCAS = @CCAS@ $(GCCSPECS)

##
AM_CPPFLAGS = @RTEMS_CPPFLAGS@
AM_CFLAGS =
AM_CXXFLAGS =
AM_CCASFLAGS = @RTEMS_CCASFLAGS@