libui/haiku/GNUmakeinc.mk

28 lines
485 B
Makefile
Raw Normal View History

2015-11-17 09:46:58 -06:00
# 22 april 2015
CXXFILES += \
haiku/alloc.cpp \
haiku/control.cpp \
haiku/main.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