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

4.104.115
Last change on this file since f6ef96c2 was fdd2816, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/22/05 at 14:13:42

Remove .obj

  • 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
20clean-local:
21        $(RM) *.num *.nxe *.elf *.srec* *.bin *.bt
Note: See TracBrowser for help on using the repository browser.