summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/bsp.am
blob: 2f145cad8b237a6855489ed8e0faab311d80fb53 (plain) (blame)
1
2
3
4
5
6
7
8
9
##
## $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)