Menu

[r4265]: / trunk / tests / tet / Makefile  Maximize  Restore  History

Download this file

26 lines (20 with data), 391 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# $Id$
#
# TET-based test suites used by the Elftoolchain project.
#
TOP= ../..
# Build TET and LIBTEST first.
SUBDIR+= tet
# Build tests for libraries.
SUBDIR+= libelf
SUBDIR+= libelftc
SUBDIR+= libdwarf
# Build tests for tools.
SUBDIR+= elfdump
SUBDIR+= nm
.if !make(install)
.include "$(TOP)/mk/elftoolchain.subdir.mk"
.else
install: .SILENT .PHONY
echo Nothing to install.
.endif
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.