Updated PCI IDs to latest snapshot.
[tangerine.git] / compiler / c_lib / source / makefile.src
blob383b37e3d5fa3eb39dcca76655c14eaae7139fa6
1 # $Id$
2 # Makefile for c_lib on AROS
3 TOP=../../..
5 include $(TOP)/config/make.cfg
7 ifeq ($(FLAVOUR),native)
8 SUBDIRS=include lib_source test_prg
9 else
10 SUBDIRS=include lib_source test_prg
11 endif
13 all:
14         %subdirs_q target=all submf=makefile.aros
16 clean::
17         %subdirs_q Cleaning clean submf=makefile.aros
19 setup:
20         %subdirs_q "Setting up" setup submf=makefile.aros
22 %common