source: rtems/c/src/automake/compile.am @ a7479f2

4.104.114.84.95
Last change on this file since a7479f2 was 104ff62, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/18/06 at 11:56:36

2006-10-18 Ralf Corsépius <ralf.corsepius@…>

  • automake/compile.am: Use hard-coded RTEMS_* flags.
  • Property mode set to 100644
File size: 313 bytes
Line 
1##
2## $Id$
3##
4
5## -------------------------------------------------------------------------
6
7CC = @CC@ $(GCCSPECS)
8CXX = @CXX@ $(GCCSPECS)
9CPP = @CPP@ $(GCCSPECS)
10CCAS = @CCAS@ $(GCCSPECS)
11
12##
13AM_CPPFLAGS = @RTEMS_CPPFLAGS@
14AM_CFLAGS = @RTEMS_CFLAGS@
15AM_CXXFLAGS = @RTEMS_CFLAGS@
16AM_CCASFLAGS = @RTEMS_CCASFLAGS@
Note: See TracBrowser for help on using the repository browser.