source: rtems/testsuites/automake/compile.am @ 4d8cd22

4.115
Last change on this file since 4d8cd22 was 4d8cd22, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/31/10 at 03:09:52

2010-07-31 Ralf Corsépius <ralf.corsepius@…>

  • automake/compile.am: Remove clean-local:. Use CLEANFILES for cleaning up make-exe by-products.
  • Property mode set to 100644
File size: 258 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
20CLEANFILES = *.num *.nxe *.elf *.srec* *.bin *.bt *.ralf
Note: See TracBrowser for help on using the repository browser.