source: rtems/testsuites/automake/compile.am @ 8911ffd

4.115
Last change on this file since 8911ffd was 8f53ef7, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/23/09 at 05:37:46

2009-10-23 Ralf Corsepius <ralf.corsepius@…>

  • automake/compile.am: Add *.ralf to clean-local.
  • Property mode set to 100644
File size: 266 bytes
Line 
1##
2## $Id$
3##
4
5CC = @CC@ $(GCCSPECS)
6CXX = @CXX@ $(GCCSPECS)
7CPP = @CPP@ $(GCCSPECS)
8
9LD = @LD@
10OBJCOPY = @OBJCOPY@
11NM = @NM@
12SIZE = @SIZE@
13STRIP = @STRIP@
14
15##
16AM_CPPFLAGS =
17AM_CFLAGS =
18AM_CXXFLAGS =
19
20clean-local:
21        $(RM) *.num *.nxe *.elf *.srec* *.bin *.bt *.ralf
22
Note: See TracBrowser for help on using the repository browser.