summaryrefslogtreecommitdiffstats
path: root/automake/compile.am
blob: ea4018ea3bc37582713223dd0ce5308357dddbf3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
##
## $Id$
##
## In future this file shall take compilation rules, now contained in
## gcc-target-default.cfg
##

## -------------------------------------------------------------------------
## NOTE: This is experimental.
##
## Expect frequent changes :(
## -------------------------------------------------------------------------

DEFS = @DEFS@

##
## FIXME: DEFS and INCLUDES should not be passed as AM_CPPFLAGS
AM_CPPFLAGS += $(DEFS) $(INCLUDES) $(RTEMS_CPPFLAGS)