revert between 56095 -> 55830 in arch
[AROS.git] / arch / ppc-sam440 / parthenogenesis / mmakefile.src
blob88223f8371547ed0ba76facb409fab982daffceb
1 # parthenogenesis: Tool to make a bootable USB device for Sam4xx machines
2
3 # $Id$
5 include $(SRCDIR)/config/aros.cfg
7 #MM- host-tools-parthenogenesis: host-linklibs-adf
9 FILES=parthenogenesis
11 USER_INCLUDES := -I$(CROSSTOOLSDIR)/include
12 USER_LDFLAGS  := -L$(CROSSTOOLSDIR)/lib
14 %build_prog mmake=host-tools-parthenogenesis \
15         files=$(FILES) compiler=host \
16         progname=parthenogenesis cflags="$(USER_INCLUDES) -g3" \
17         ldflags="$(USER_LDFLAGS) -g3" \
18         targetdir="$(HOSTGENDIR)/tools" \
19         uselibs=adf
21 %common