Documented GVF_SAVE_VAR alongside other flags, and removed a query/doubt
[AROS.git] / rom / usb / poseidon / mmakefile.src
blobf5ab48707849bd566d9e8f920d1a197b8d595a9a
1 #   $Id$
3 include $(SRCDIR)/config/aros.cfg
5 FILES :=    poseidon.library popo.gui numtostr debug
7 FUNCS := \
9 SHELLFILES := PsdDevLister PsdErrorlog AddUSBClasses AddUSBHardware PsdStackLoader 
11 USER_CFLAGS := -DMUIMASTER_YES_INLINE_STDARG
13 #MM kernel-usb-poseidon-includes : \
14 #MM     kernel-exec-includes \
15 #MM     kernel-dos-includes \
16 #MM     kernel-utility-includes \
17 #MM     kernel-usb-usbclass-includes \
18 #MM     includes-copy
19 #MM- kernel-usb-poseidon : linklibs
21 #MM- kernel-usb-shelltools : kernel-usb-poseidon-includes
23 #MM- kernel-usb-usbromstartup : kernel-usb-poseidon
25 %build_progs mmake=kernel-usb-shelltools \
26     files=$(SHELLFILES) targetdir=$(AROS_C)
28 USER_LDFLAGS := -static
30 %build_module mmake=kernel-usb-poseidon \
31     modname=poseidon modtype=library \
32     files="$(FUNCS) $(FILES)" \
33     uselibs="debug"
35 %build_module_simple mmake=kernel-usb-usbromstartup \
36   modname=usbromstartup modtype=resource \
37   files="usbromstartup" uselibs="amiga"
39 %common