forked from Imagelibrary/rtems
10 lines
293 B
Plaintext
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)
|