source: rtems/testsuites/automake/compile.am @ ee844b4

4.104.114.84.95
Last change on this file since ee844b4 was ee844b4, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/22/05 at 13:24:25

2005-11-22 Ralf Corsepius <ralf.corsepius@…>

  • automake/compile.am: Remove .coff.
  • Property mode set to 100644
File size: 264 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* *.obj *.bin *.bt
Note: See TracBrowser for help on using the repository browser.