add place-holder directory for the a3000 wd533c93 scsi controller implementation.
[AROS.git] / workbench / devs / monitors / IntelGMA / mmakefile.src
blob66bf2173215fa0c72789bed39dcd693a9931334f
1 # $Id$
3 include $(SRCDIR)/config/aros.cfg
4 include $(SRCDIR)/workbench/libs/mesa/mesa.cfg
6 GALLIUM_PATH = $(top_srcdir)/src/gallium
8 IGMA_HIDD_SOURCES := \
9             intelgma_init \
10             intelgma_i2cclass \
11             intelgma_hiddclass \
12             intelgma_bitmapclass \
13             intelgma_support \
14             intelgma_memory \
15             intelgma_startup \
16             intelgma_galliumclass \
17             intelgma_compositorclass
19 IGMA_HIDD_SOURCES += \
20             intelgma_copybox
22 USER_INCLUDES += \
23             -iquote $(GALLIUM_PATH)/drivers \
24             -iquote $(GALLIUM_PATH)/include \
25             -iquote $(GALLIUM_PATH)/auxiliary
27 USER_LDFLAGS := -static-libstdc++ \
28   -L$(top_libdir) \
29   -lgallium_i915 -lgalliumauxiliary -lmesautil \
30   -lhiddstubs -lpthread -lstdcio -lstdc
32 # disable necessary warnings
33 NOWARN_FLAGS := -Wno-unused-value -Wno-unused-variable
34 USER_CFLAGS += $(NOWARN_FLAGS)
36 EXEDIR := $(AROSDIR)/Devs/Monitors
38 #MM- workbench-devs-monitors: devs-monitors-intelgma
39 #MM devs-monitors-intelgma : hidd-i2c hidd-gallium intelgma-linklibs-gallium_i915 linklibs-galliumauxiliary
41 %build_prog mmake=devs-monitors-intelgma \
42            progname=IntelGMA targetdir=$(EXEDIR) \
43            files=$(IGMA_HIDD_SOURCES) uselibs=""
46 %common