grub2: bring back build of aros-side grub2 tools
[AROS.git] / workbench / devs / monitors / wrapper / mmakefile.src
blobb303d148bdb6eedbf7ddf844998e62ae4bd6a2e1
1 #   $Id$
3 include $(SRCDIR)/config/aros.cfg
5 FILES      := wrapper
6 DEVSDIR    := $(AROS_DEVS)/Monitors
7 STORAGEDIR := $(AROSDIR)/Storage/Monitors
9 #MM- workbench-devs-monitors: devs-monitors-wrapper devs-monitors-wrapper-copy
11 #MM devs-monitors-wrapper : includes linklibs
13 %build_prog mmake=devs-monitors-wrapper \
14     progname=Wrapper targetdir=$(STORAGEDIR) \
15     files=$(FILES)
17 #MM
18 devs-monitors-wrapper-copy: $(DEVSDIR)/ATI \
19                             $(DEVSDIR)/NVidia $(DEVSDIR)/VMWare
21 $(DEVSDIR)/ATI: $(STORAGEDIR)/Wrapper | $(DEVSDIR)
22         @$(ECHO) "Creating   $@..."
23         @$(CP) -f $< $@
25 $(DEVSDIR)/NVidia: $(STORAGEDIR)/Wrapper | $(DEVSDIR)
26         @$(ECHO) "Creating   $@..."
27         @$(CP) -f $< $@
29 $(DEVSDIR)/VMWare: $(STORAGEDIR)/Wrapper | $(DEVSDIR)
30         @$(ECHO) "Creating   $@..."
31         @$(CP) -f $< $@
33 $(DEVSDIR):
34         @$(ECHO) "Creating   $@..."
35         @$(MKDIR) $(DEVSDIR)
37 %common