Made it compilable with stubs file and current SDI_lib.h
[AROS.git] / external / openurl / library / mmakefile.src
blob6545a0d89345036cd49cbd9a53c6d47b6df06716
1 #   $Id$
3 #   AROS metamakefile for openurl
5 include $(TOP)/config/make.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
19 #MM- external-openurl-lib : linklibs external-openurl-includes
21 %build_module_simple mmake=external-openurl-lib \
22     modname=openurl modtype=library \
23     files=$(FILES)
25 #MM external-openurl-clean : external-openurl-lib-clean
27 #MM
28 external-libs-openurl-clean :
29         $(RM) $(GENDIR)/workbench/libs/openurl
31 %common