repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
make.tmpl: add missing compiler attribute to build_progs
[AROS.git]
/
arch
/
m68k-all
/
test
/
mmakefile.src
blob
8911f5d9d4c9c40fb40433c25a3a1ae699b02863
1
# $Id$
2
#
3
# Makefile for AROS m68k Test
4
5
include $(SRCDIR)/config/aros.cfg
6
7
EXEDIR := $(AROS_TESTS)
8
9
FILES=bcpl_strings
10
11
USER_CFLAGS = -I$(SRCDIR)/arch/m68k-all/dos
12
13
%build_progs mmake=test-m68k \
14
files=$(FILES) targetdir=$(EXEDIR) \
15
usestartup=no
16
17
%common