workbench/locale/languages: Use AROS_LDn macro to get prototype of AROS_LHn defined...
[AROS.git] / workbench / demos / mmakefile.src
blob57e0346ecfc748cbfd51fb8fb52570af6f0fc4e2
1 #   $Id$
3 #   Makefile for AROS Demos
5 include $(TOP)/config/make.cfg
7 #   Some files cause problems for native compiles:
9 #   1) No working __chip keyword in the standard cc/ld
10 #   2) Missing functions because we don't link with libc.a
11 #   3) "Fixed or forbidden register was spilled"
13 FILES   := \
14     childchild \
15     childwindow \
16     colorwheel \
17     compleximage \
18     consoledemo \
19         cons \
20         cons_charmap \
21     coolbutton \
22     cxtest \
23     demowin \
24     dto \
25     easyreq \
26     filereq \
27     font2c \
28     fontreq \
29     gtdemo \
30     gtmultiselect \
31     intuitext \
32     lens \
33     listfonts \
34     menudemo \
35     modelclassdemo \
36     multiple_timers \
37     mxgads \
38     notify \
39     palettedemo \
40     readicon \
41     regiontest \
42     register \
43     realtdemo \
44     roundshape \
45     roundwindow \
46     rtdemo \
47     rtezrequest \
48     rtfont \
49     rtlong \
50     rtfile \
51     rtscreen \
52     rtstring \
53     rtpalette \
54     scrbackfill \
55     screenmodereq \
56     shadowborder \
57     sift \
58     simple_timer \
59     simpleimage \
60     strtest \
61     sysreq \
62     test_text \
63     winbackfill \
64     window \
65     winshape
67 USER_CFLAGS := -I$(SRCDIR)/workbench/libs
69 #MM demos :includes linklibs demos-images-setup workbench-demos-zune
71 %build_progs mmake=demos \
72     files=$(FILES) targetdir=$(AROSDIR)/Demos \
73     uselibs="coolimagesstatic arossupport amiga arosc m"
76 demos : $(AROSDIR)/Demos/forkbomb
78 # Don't need to compile this, so it gets a rule to itself.
79 $(AROSDIR)/Demos/forkbomb : forkbomb
80         @$(CP) $< $@
82 %common