libui/unix/GNUmakeinc.mk

47 lines
832 B
Makefile
Raw Normal View History

2015-04-22 14:04:55 -05:00
# 22 april 2015
osCFILES = \
2015-04-22 16:54:05 -05:00
unix/alloc.c \
unix/box.c \
unix/button.c \
unix/checkbox.c \
unix/child.c \
2015-06-14 18:58:00 -05:00
unix/combobox.c \
unix/control.c \
unix/datetimepicker.c \
unix/entry.c \
2015-06-14 18:58:00 -05:00
unix/group.c \
unix/label.c \
2015-04-22 16:54:05 -05:00
unix/main.c \
2015-04-23 12:11:36 -05:00
unix/menu.c \
2015-06-14 18:58:00 -05:00
unix/progressbar.c \
unix/radiobuttons.c \
unix/separator.c \
unix/slider.c \
unix/spinbox.c \
2015-06-26 17:45:00 -05:00
unix/stddialogs.c \
unix/tab.c \
unix/text.c \
unix/util.c \
unix/window.c
2015-04-22 14:04:55 -05:00
osHFILES = \
unix/uipriv_unix.h
2015-04-22 16:56:39 -05:00
# thanks ebassi in irc.gimp.net/#gtk+
2015-04-22 14:04:55 -05:00
osCFLAGS = \
2015-04-22 16:56:39 -05:00
-D_UI_EXTERN='__attribute__((visibility("default"))) extern' \
2015-04-22 14:04:55 -05:00
-fvisibility=hidden \
2015-04-24 13:11:23 -05:00
-fPIC \
2015-04-22 14:04:55 -05:00
`pkg-config --cflags gtk+-3.0`
osLDFLAGS = \
-fvisibility=hidden \
2015-04-24 13:11:23 -05:00
-fPIC \
2015-04-22 14:04:55 -05:00
`pkg-config --libs gtk+-3.0`
2015-04-28 13:46:09 -05:00
osLDWarnUndefinedFlags = -Wl,--no-undefined -Wl,--no-allow-shlib-undefined
2015-04-22 14:04:55 -05:00
osLIBSUFFIX = .so
osEXESUFFIX =