Autodoc formatting fixes.
[AROS.git] / make.defaults
blobadcea9fc304c5eea986cee176f3c3dcf19d18500
1 #   Copyright (C) 1995-1998 AROS
2 #   $Id$
4 #   Desc: Some options for the make
6 # DO NOT EDIT THIS FILE.
7 # Instead create a file make.opts in the *same directory* and
8 # put the options you need in there.
10 # Do we build the libraries shared (.so = yes) or static (.a = no)
11 SHARED_EXEC = yes
12 SHARED_DOS = yes
13 SHARED_UTILITY = yes
14 SHARED_GRAPHICS = yes
15 SHARED_INTUITION = yes
16 SHARED_LAYERS = yes
17 SHARED_MATHFFP = yes
18 SHARED_MATHIEEESINGBAS = yes
19 SHARED_EXPANSION = yes
20 SHARED_WORKBENCH = yes
21 SHARED_BOOPSI = yes
22 SHARED_AROS = yes
23 SHARED_TIMER = yes
24 SHARED_BATTCLOCK = yes
25 SHARED_BOOT = yes
26 SHARED_OOP = yes
27 SHARED_CGFX = yes
30 # Include debugging information (so you can use gdb or similar)
31 DEBUG = yes