mirror of
https://github.com/deadw00d/AROS.git
synced 2025-12-08 06:20:50 +00:00
36 lines
845 B
Plaintext
36 lines
845 B
Plaintext
#
|
|
|
|
include $(SRCDIR)/config/aros.cfg
|
|
include $(SRCDIR)/workbench/libs/mesa/mesa.cfg
|
|
|
|
GALLIUM_PATH = $(top_srcdir)/src/gallium
|
|
|
|
#MM workbench-libs-gallium : includes hidd-gallium
|
|
|
|
USER_INCLUDES += \
|
|
-I$(AROS_INCLUDES)/gallium \
|
|
-iquote $(GALLIUM_PATH)/include
|
|
#USER_CPPFLAGS +=-DDEBUG=1
|
|
|
|
LIB_GALLIUM_SOURCES = \
|
|
gallium_init \
|
|
createpipe \
|
|
destroypipe \
|
|
createpipescreen \
|
|
destroypipescreen \
|
|
bltpiperesourcerastport
|
|
|
|
##MM- core-linklibs : linklibs-gallium
|
|
|
|
%build_module mmake=workbench-libs-gallium \
|
|
modname=gallium modtype=library \
|
|
files="$(LIB_GALLIUM_SOURCES)" \
|
|
uselibs="oop" sdk=mesa usesdks="private mesa"
|
|
|
|
INCLUDE_FILES := $(call WILDCARD, include/*.h)
|
|
|
|
#MM includes-copy
|
|
%copy_includes path=gallium dir=include sdk=mesa
|
|
|
|
%common
|