Files
rtems/testsuites/automake/compile.am
T
Ralf Corsepius 8f53ef7177 2009-10-23 Ralf Corsepius <ralf.corsepius@rtems.org>
* automake/compile.am: Add *.ralf to clean-local.
2009-10-23 05:37:46 +00:00

23 lines
266 B
Plaintext

##
## $Id$
##
CC = @CC@ $(GCCSPECS)
CXX = @CXX@ $(GCCSPECS)
CPP = @CPP@ $(GCCSPECS)
LD = @LD@
OBJCOPY = @OBJCOPY@
NM = @NM@
SIZE = @SIZE@
STRIP = @STRIP@
##
AM_CPPFLAGS =
AM_CFLAGS =
AM_CXXFLAGS =
clean-local:
$(RM) *.num *.nxe *.elf *.srec* *.bin *.bt *.ralf