2007-12-30 17:41:49 +01:00
|
|
|
COMPONENT = gb.gtk
|
|
|
|
include $(top_srcdir)/component.am
|
|
|
|
|
2012-07-02 19:51:54 +02:00
|
|
|
SUBDIRS = . @GTKOPENGL_DIR@
|
2011-03-19 14:57:25 +01:00
|
|
|
|
2007-12-30 17:41:49 +01:00
|
|
|
gblib_LTLIBRARIES = gb.gtk.la
|
|
|
|
|
|
|
|
gb_gtk_la_LIBADD = @GTK_LIB@
|
|
|
|
gb_gtk_la_LDFLAGS = -module @LD_FLAGS@ @GTK_LDFLAGS@
|
2012-05-04 18:45:14 +02:00
|
|
|
gb_gtk_la_CPPFLAGS = @GTK_INC@ -I$(top_srcdir)/share
|
2007-12-30 17:41:49 +01:00
|
|
|
|
|
|
|
gb_gtk_la_SOURCES = \
|
|
|
|
gmemory.h gmemory.cpp gtag.h ggambastag.h gshare.h \
|
2012-10-29 01:02:39 +01:00
|
|
|
gb.gtk.h widgets.h widgets_private.h font-parser.h font-parser.cpp \
|
|
|
|
gtools.cpp gcolor.h \
|
2007-12-30 17:41:49 +01:00
|
|
|
gstock.cpp gfont.cpp gpicture.cpp \
|
2012-12-10 18:08:28 +01:00
|
|
|
gdesktop.cpp gmessage.cpp \
|
2007-12-30 17:41:49 +01:00
|
|
|
gcontrol.cpp gcontainer.cpp gseparator.cpp \
|
|
|
|
gbutton.cpp gprogressbar.cpp gslider.cpp glabel.cpp gsignals.cpp \
|
2012-10-29 01:02:39 +01:00
|
|
|
gpicturebox.cpp gcombobox.cpp gtextbox.cpp gtextarea.cpp \
|
|
|
|
gspinbox.cpp \
|
2012-12-29 11:17:38 +01:00
|
|
|
gframe.cpp gtabstrip.cpp gscrollview.cpp \
|
2007-12-30 17:41:49 +01:00
|
|
|
gmenu.cpp gtrayicon.cpp gmainwindow.cpp \
|
2012-10-29 01:02:39 +01:00
|
|
|
gtree.h gtree.cpp \
|
2007-12-30 17:41:49 +01:00
|
|
|
watcher.h watcher.cpp \
|
|
|
|
CStock.cpp CStock.h \
|
|
|
|
CConst.h CConst.cpp CColor.h CColor.cpp \
|
|
|
|
CFont.h CFont.cpp \
|
|
|
|
CKey.h CKey.cpp \
|
|
|
|
CScreen.h CScreen.cpp \
|
|
|
|
CMessage.h CMessage.cpp CDialog.h CDialog.cpp \
|
2009-01-17 00:12:10 +01:00
|
|
|
CDraw.h CDraw.cpp \
|
2009-12-29 02:21:39 +01:00
|
|
|
cpaint_impl.h cpaint_impl.cpp \
|
2009-01-17 00:12:10 +01:00
|
|
|
CImage.h CImage.cpp \
|
|
|
|
CPicture.h CPicture.cpp \
|
2007-12-30 17:41:49 +01:00
|
|
|
CClipboard.h CClipboard.cpp \
|
|
|
|
CMouse.h CMouse.cpp \
|
|
|
|
CWatcher.h CWatcher.cpp \
|
|
|
|
CWidget.h CWidget.cpp CContainer.h CContainer.cpp \
|
|
|
|
CSeparator.h CSeparator.cpp \
|
|
|
|
CDrawingArea.h CDrawingArea.cpp \
|
|
|
|
CLabel.h CLabel.cpp \
|
|
|
|
CProgress.h CProgress.cpp \
|
|
|
|
CSlider.h CSlider.cpp \
|
|
|
|
CButton.h CButton.cpp \
|
|
|
|
CPictureBox.h CPictureBox.cpp \
|
|
|
|
CTextBox.h CTextBox.cpp \
|
|
|
|
CTextArea.h CTextArea.cpp \
|
|
|
|
CSpinBox.h CSpinBox.cpp \
|
|
|
|
CFrame.h CFrame.cpp \
|
|
|
|
CTabStrip.h CTabStrip.cpp \
|
|
|
|
CScrollView.h CScrollView.cpp \
|
|
|
|
CMenu.h CMenu.cpp CTrayIcon.h CTrayIcon.cpp CWindow.h CWindow.cpp \
|
2009-12-31 03:51:59 +01:00
|
|
|
cprinter.h cprinter.cpp \
|
2010-01-01 19:45:35 +01:00
|
|
|
csvgimage.h csvgimage.cpp \
|
2007-12-30 17:41:49 +01:00
|
|
|
main.h main.cpp \
|
2012-09-11 00:07:48 +02:00
|
|
|
gkey.h gkey.cpp \
|
2011-02-25 15:05:56 +01:00
|
|
|
gcursor.h gcursor.cpp \
|
2007-12-30 17:41:49 +01:00
|
|
|
gmouse.h gmouse.cpp \
|
|
|
|
gdesktop.h \
|
|
|
|
gstock.h \
|
|
|
|
gpicture.h \
|
|
|
|
gfont.h \
|
|
|
|
gmessage.h \
|
|
|
|
gdialog.h \
|
|
|
|
gcontrol.h \
|
|
|
|
gseparator.h \
|
|
|
|
gtrayicon.h \
|
|
|
|
gplugin.h \
|
|
|
|
gprogressbar.h \
|
|
|
|
glabel.h \
|
|
|
|
gbutton.h \
|
|
|
|
gmoviebox.h \
|
|
|
|
gpicturebox.h \
|
|
|
|
gspinbox.h \
|
|
|
|
gcombobox.h \
|
|
|
|
gtextbox.h \
|
|
|
|
gtextarea.h \
|
|
|
|
gslider.h \
|
|
|
|
gscrollbar.h \
|
|
|
|
gcontainer.h \
|
|
|
|
gscrollview.h \
|
|
|
|
gdrawingarea.h gdrawingarea.cpp \
|
|
|
|
gtabstrip.h \
|
|
|
|
gframe.h \
|
|
|
|
gmenu.h \
|
|
|
|
gmainwindow.h \
|
|
|
|
gapplication.h gapplication.cpp \
|
|
|
|
gclipboard.h \
|
|
|
|
gdrag.h gdrag.cpp \
|
2008-04-19 01:43:38 +02:00
|
|
|
gtools.h kentities.h \
|
2009-12-31 03:51:59 +01:00
|
|
|
gprinter.h gprinter.cpp \
|
2012-05-06 03:14:57 +02:00
|
|
|
gglarea.h gglarea.cpp \
|
2008-04-19 01:43:38 +02:00
|
|
|
x11.h x11.c
|