modified makefile to allow easier adjustment of build options for different targets...
[AROS-Contrib.git] / scalos / Modules / makefile-new
blobf0707721a39c8c11d2cd5634f8a7d19549d6a703
1 # $Date: 2011-08-10 17:07:41 +0200 (Mi, 10. Aug 2011) $
2 # $Revision: 835 $
3 #############################################################
4 TOPLEVEL        =       $(shell pwd)/..
6 include         config.mk
8 ##############################################################################
10 # Project subdirectories
13 SUBDIRS =       WindowProperties.MUI \
14                 IconProperties.MUI \
15                 Information.MUI \
16                 Rename.MUI \
17                 NewDrawer.MUI \
18                 Execute_Command.MUI \
19                 Exchange.MUI \
20                 Find.MUI \
21                 Delete.MUI \
22                 Empty_Trashcan.MUI \
23                 Updater.MUI \
24                 FormatDisk.Gadtools \
25                 #
27 #               Delete.Gadtools \
28 #               Rename.Reaction \
29 #               Rename.Gadtools \
30 #               NewDrawer.Reaction \
31 #               NewDrawer.Gadtools \
32 #               Execute_Command.Gadtools \
33 #               Empty_Trashcan.Gadtools \
35 ##############################################################################
37 .PHONY: all install clean
39 all: all_subdirs
41 clean: clean_subdirs
43 install: install_subdirs
45 nodebug: nodebug_subdirs