Files
rtems/testsuites/automake/compile.am
Ralf Corsepius 4d8cd2216d 2010-07-31 Ralf Corsépius <ralf.corsepius@rtems.org>
* automake/compile.am: Remove clean-local:.
	Use CLEANFILES for cleaning up make-exe by-products.
2010-07-31 03:09:52 +00:00

21 lines
258 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 =
CLEANFILES = *.num *.nxe *.elf *.srec* *.bin *.bt *.ralf