source: rtems/cpukit/automake/compile.am @ f26145b

4.104.114.84.95
Last change on this file since f26145b was 07750ff, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/28/05 at 03:06:51

2005-01-28 Ralf Corsepius <ralf.corsepius@…>

  • automake/compile.am: Remove RTEMS_CPPFLAGS.
  • Property mode set to 100644
File size: 176 bytes
Line 
1##
2## $Id$
3##
4
5depend:
6
7AM_CPPFLAGS = -I$(top_builddir) -I$(PROJECT_INCLUDE)
8AM_CFLAGS = $(RTEMS_CFLAGS)
9AM_CCASFLAGS = -I$(top_builddir) -I$(PROJECT_INCLUDE) $(RTEMS_ASFLAGS)
Note: See TracBrowser for help on using the repository browser.