repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Don't try to setup and use X11 shared memory if
[tangerine.git]
/
compiler
/
c_lib
/
makefile.src
blob
7e35209a13d58cc13afea0b4f124cab95ee00894
1
# $Id$
2
# Makefile for c_lib on AROS
3
TOP=../..
4
5
include $(TOP)/config/make.cfg
6
7
ifeq ($(FLAVOUR),native)
8
SUBDIRS=source
9
else
10
SUBDIRS=source
11
#vcpp vbcc
12
endif
13
14
all:
15
%subdirs_q target=all
16
17
clean::
18
%subdirs_q Cleaning clean
19
20
setup:
21
%subdirs_q "Setting up" setup
22
23
%common