revert between 56095 -> 55830 in arch
[AROS.git] / workbench / libs / gallium / mmakefile.src
blob95b182af18a9c010bd4f60b54c8b7cec220c4502
1 #   $Id$
4 include $(SRCDIR)/config/aros.cfg
6 #MM workbench-libs-gallium : includes hidd-gallium
8 USER_INCLUDES := \
9             -I$(AROS_DEVELOPER)/include/gallium \
11 LIB_GALLIUM_SOURCES = \
12             gallium_init \
13             createpipe \
14             createpipescreen \
15             destroypipescreen \
16             bltpiperesourcerastport
18 #MM- core-linklibs : linklibs-gallium
20 %build_module mmake=workbench-libs-gallium \
21    modname=gallium modtype=library \
22    linklibname=gallium \
23    files="$(LIB_GALLIUM_SOURCES)" \
24    uselibs="stdc"
26 #MM includes-copy
28 INCLUDE_FILES := $(call WILDCARD, include/*.h)
30 %copy_includes path=gallium dir=include
32 %common