mesa: simplify dependencies in mmakefiles
[AROS.git] / workbench / libs / uuid / mmakefile.src
blobc60294a53630cc17d18805b3245f3bf43ae2b8d7
1 #$Id$
3 include $(SRCDIR)/config/aros.cfg
5 FILES:= uuid_compare uuid_namespace uuid_parse uuid_pack uuid_clear \
6         uuid_copy uuid_generate
8 USER_CFLAGS := -DADEBUG=1
9 USER_LDFLAGS := -static
11 #MM- workbench-libs : workbench-libs-uuid
12 %build_module mmake=workbench-libs-uuid \
13     modname=uuid modtype=library \
14     files="uuid_init $(FILES)"
16 #MM includes-copy
17 INCLUDE_FILES := $(call WILDCARD, include/*.h)
18 %copy_includes path=libraries dir=include
20 %common