Files
rtems/c/src/lib/libbsp/bsp.am
2004-04-21 10:43:04 +00:00

10 lines
293 B
Plaintext

##
## $Id$
##
## Explicitly set CPPASCOMPILE
# to be able to use it for compilation of *.S even if automake
# doesn't generate this variable. (automake-1.8.2+ only generates
# this rule if *_SOURCES contain *.S.)
CPPASCOMPILE = $(CCAS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)