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
Test initialisation of MUIA_List_AdjustWidth and MUIA_List_AdjustHeight, and
[AROS.git]
/
arch
/
.unmaintained
/
m68k-pp-native
/
TxElf
/
mmakefile.src
blob
86aecfb4b38fe9225d5df3b0071e71240d6b2ae8
1
# $Id$
2
#
3
# Makefile for AROS Demos
4
5
include $(SRCDIR)/config/aros.cfg
6
7
FILES := \
8
TxElf
9
10
EXEDIR := $(AROSDIR)/Tools/PPilot
11
USER_CFLAGS := -D__AROS
12
13
%build_prog mmake=pp-tools \
14
progname=TxElf targetdir=$(EXEDIR) \
15
files=$(FILES) uselibs="coolimagesstatic"
16
17
%common