Fixed compatibility of output.
[AROS.git] / external / openurl / library / mmakefile.src
blob35fb7094fad35d8e86833eaf0fba5b4080ee9963
1 #   $Id$
3 #   AROS metamakefile for openurl
5 include $(SRCDIR)/config/aros.cfg
7 FILES:= libinit \
8         init    \
9         utils   \
10         api     \
11         handler \
12         prefs   \
13         stubs-aros \
14         debug
16 USER_INCLUDES := -I$(SRCDIR)/$(CURDIR)/../include
17 USER_CFLAGS := -DAROS_ABI_V1
18 USER_LDFLAGS := -static
20 #MM- external-openurl-lib : linklibs external-openurl-includes
22 %build_module_simple mmake=external-openurl-lib \
23     modname=openurl modtype=library \
24     files=$(FILES)
26 #MM external-openurl-clean : external-openurl-lib-clean
28 #MM
29 external-libs-openurl-clean :
30         $(RM) $(GENDIR)/workbench/libs/openurl
32 %common