source: rtems/c/src/lib/libbsp/bsp.am @ 3239698

4.104.114.84.95
Last change on this file since 3239698 was 8f1eeb91, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/19/04 at 05:51:30

2004-02-17 Ralf Corsepius <corsepiu@…>

  • bsp.am: Remove everything but CPPASCOMPILE.
  • Property mode set to 100644
File size: 295 bytes
Line 
1##
2## $Id$
3##
4
5## Explicitly set CPPASCOMPILE
6# to be able to use it for compilation of *.S even if automake
7# doesn't generate this variable. (automake-1.8.2+ only generates
8# this rule if *_SOURCES contain *.S.)
9CPPASCOMPILE = $(CCAS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
Note: See TracBrowser for help on using the repository browser.