Metatarget for copying of testfile fixed.
[AROS.git] / workbench / libs / gallium / mmakefile.src
blob8bd4aa746ac6f07f60fe417eacfa2decb6343748
1 #   $Id$
5 include $(TOP)/config/make.cfg
7 #MM- workbench-libs-complete : workbench-libs-gallium
8 #MM workbench-libs-gallium : includes hidd-gallium
10 USER_INCLUDES := \
11             -I$(AROS_DEVELOPMENT)/include/gallium \
13 LIB_GALLIUM_SOURCES = \
14             createpipescreen \
15             destroypipescreen \
16             bltpipesurfacerastport \
17             bltpiperesourcerastport \
18             gallium_init \
19             gallium_func
21 %build_module mmake=workbench-libs-gallium \
22     modname=gallium modtype=library linklibname=gallium conffile=gallium.conf \
23     files="$(LIB_GALLIUM_SOURCES)" uselibs="oop"
25 #MM includes-copy
27 INCLUDE_FILES := $(call WILDCARD, include/*.h)
29 %copy_includes path=gallium dir=include
31 %common