Moved DejaVue fonts to contrib. They are only needed by applications
[AROS-Contrib.git] / dopus / Library / mmakefile.src
blobadd3fb2a21066ad7fc9de7aec4ad140b877c9e96
1 # $Id$
3 include $(SRCDIR)/$(CURDIR)/../make.cfg
5 FILES   := \
6         functions       \
7         simplerequest   \
8         filereq         \
9         strings         \
10         imagery         \
11         borders         \
12         dospaths        \
13         gui             \
14         dos_exec        \
15         listview        \
16         dopus_stuff     \
17         misc            \
18         menus           \
19         language        \
20         wildcard        \
21         dates           \
22         requesters      \
23         data
25 #MM- dopus-library : setup includes linklibs dopus-includes
27 USER_CFLAGS := -D__DOPUS_NOLIBBASE__ -I$(DOPUSDIR)/Development/include
29 # TODO: Remove and clean the compiler warnings!
30 USER_CFLAGS += -Wno-error
31 USER_LDFLAGS := -static
33 %build_module mmake=dopus-library \
34     modname=dopus modtype=library prefix=$(DOPUSDIR) \
35     files="dopus_init $(FILES)"