Files
rtems/testsuites/automake/compile.am
Ralf Corsepius fdd281672c Remove .obj
2005-11-22 14:13:42 +00:00

22 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 =
clean-local:
$(RM) *.num *.nxe *.elf *.srec* *.bin *.bt