libui/haiku/GNUmakeinc.mk

47 lines
886 B
Makefile
Raw Normal View History

2015-11-17 09:46:58 -06:00
# 22 april 2015
CXXFILES += \
haiku/alloc.cpp \
2015-11-18 22:47:20 -06:00
haiku/area.cpp \
2015-11-18 15:16:29 -06:00
haiku/box.cpp \
haiku/button.cpp \
haiku/checkbox.cpp \
haiku/combobox.cpp \
haiku/control.cpp \
haiku/datetimepicker.cpp \
2015-11-19 08:01:05 -06:00
haiku/draw.cpp \
haiku/entry.cpp \
haiku/group.cpp \
haiku/label.cpp \
haiku/main.cpp \
2015-11-19 08:01:05 -06:00
haiku/menu.cpp \
haiku/progressbar.cpp \
haiku/radiobuttons.cpp \
haiku/separator.cpp \
haiku/singlechild.cpp \
haiku/slider.cpp \
haiku/spinbox.cpp \
2015-11-19 08:01:05 -06:00
haiku/stddialogs.cpp \
haiku/tab.cpp \
haiku/text.cpp \
2015-11-18 10:35:43 -06:00
haiku/util.cpp \
haiku/window.cpp
2015-11-17 09:46:58 -06:00
HFILES += \
haiku/uipriv_haiku.hpp
2015-11-17 09:46:58 -06:00
# thanks ebassi in irc.gimp.net/#gtk+
CXXFLAGS += \
2015-11-17 09:46:58 -06:00
-D_UI_EXTERN='__attribute__((visibility("default"))) extern' \
-fvisibility=hidden \
-fPIC
LDFLAGS += \
-fvisibility=hidden \
-fPIC \
-lbe
2015-11-17 09:46:58 -06:00
# flags for warning on undefined symbols
LDFLAGS += \
-Wl,--no-undefined -Wl,--no-allow-shlib-undefined