libspeex backported from ABIv0. Updated to v1.2.0.
[AROS-Contrib.git] / scalos / libraries / makefile-new
blob80906b4a37ef09717865f4e422be04b3ed0737fc
1 # $Date: 2011-06-23 22:23:38 +0200 (Do, 23. Jun 2011) $
2 # $Revision: 740 $
3 ##############################################################################
5 ifndef TOPLEVEL
6         TOPLEVEL=$(shell pwd)/..
7 endif
9 ##############################################################################
11 include         config.mk
13 ###############################################################################
15 SUBDIRS =       preferences     \
16                 sqlite          \
17                 scalosgfx       \
18                 iconobject
20 ifeq ($(MACHINE), ppc-amigaos)
21 else
22 ifeq ($(MACHINE), i386-aros)
23 else
24 SUBDIRS +=      popupmenu
25 endif
26 endif
28 ##############################################################################
30 .PHONY: all install clean bump dump
32 all:    all_subdirs
34 install: install_subdirs
36 clean: clean_subdirs
38 nodebug: nodebug_subdirs
40 ##############################################################################