summaryrefslogtreecommitdiffstats
path: root/testsuites/automake/compile.am
blob: 345a452eac0f66d9387de097e912cbe101235806 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
##
## $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* *.obj *.bin *.bt