mirror of
https://github.com/dhewm/dhewm3.git
synced 2024-12-02 01:03:53 +00:00
21 lines
503 B
Text
21 lines
503 B
Text
|
# $Id$
|
||
|
|
||
|
include $(TOP)/config/make.cfg
|
||
|
|
||
|
#MM- aros-doom3 : aros-doom3-defconfig
|
||
|
|
||
|
#MM aros-doom3-defconfig : aros-doom3-dirs
|
||
|
|
||
|
aros-doom3-defconfig: $(AROS_CONTRIB)/Games/Fps/ADoom3/base/default.cfg
|
||
|
|
||
|
$(AROS_CONTRIB)/Games/ADoom3/base/default.cfg: $(SRCDIR)/$(CURDIR)/default.cfg
|
||
|
@$(CP) $< $@
|
||
|
|
||
|
%build_icons mmake=iconset-Gorilla-contrib-icons-extras-games-adoom3 icons=ADoom3 dir=$(AROS_CONTRIB)/Games/Fps
|
||
|
|
||
|
#MM
|
||
|
aros-doom3-dirs :
|
||
|
%mkdirs_q $(AROS_CONTRIB)/Fps/Games/ADoom3/base
|
||
|
|
||
|
%common
|