- Set an interrupt handler for ATAPI devices that send an int after accepting
[cake.git] / compiler / c_lib / makefile.src
blob7e35209a13d58cc13afea0b4f124cab95ee00894
1 # $Id$
2 # Makefile for c_lib on AROS
3 TOP=../..
5 include $(TOP)/config/make.cfg
7 ifeq ($(FLAVOUR),native)
8 SUBDIRS=source
9 else
10 SUBDIRS=source
11 #vcpp vbcc
12 endif
14 all:
15         %subdirs_q target=all
17 clean::
18         %subdirs_q Cleaning clean
20 setup:
21         %subdirs_q "Setting up" setup
23 %common