1 # parthenogenesis: Tool to make a bootable USB device for Sam4xx machines
5 include $(SRCDIR)/config/aros.cfg
7 #MM- host-tools-parthenogenesis: host-linklibs-adf
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" \