summaryrefslogtreecommitdiff
path: root/gtk/Makefile.target
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2010-10-29 00:54:27 +0000
committerVincent Sanders <vince@netsurf-browser.org>2010-10-29 00:54:27 +0000
commit802f58f10d1d733093b0c285a2ee8bfdf68de414 (patch)
tree56f8882897e9ca64a1257c11afec6caba22345e2 /gtk/Makefile.target
parent8814bca33e515bcb9110dbdc9e0f44285dd5bb47 (diff)
downloadnetsurf-802f58f10d1d733093b0c285a2ee8bfdf68de414.tar.gz
netsurf-802f58f10d1d733093b0c285a2ee8bfdf68de414.tar.bz2
Futher simplification of the makefile
Use target makefiles to set build sources svn path=/trunk/netsurf/; revision=10916
Diffstat (limited to 'gtk/Makefile.target')
-rw-r--r--gtk/Makefile.target18
1 files changed, 18 insertions, 0 deletions
diff --git a/gtk/Makefile.target b/gtk/Makefile.target
index c253386e2..ef9c97978 100644
--- a/gtk/Makefile.target
+++ b/gtk/Makefile.target
@@ -52,3 +52,21 @@
CFLAGS += -U__STRICT_ANSI__
endif
+# ----------------------------------------------------------------------------
+# Source file setup
+# ----------------------------------------------------------------------------
+
+# S_GTK are sources purely for the GTK build
+S_GTK := font_pango.c gtk_bitmap.c gtk_gui.c gtk_schedule.c \
+ gtk_thumbnail.c gtk_plotters.c gtk_treeview.c gtk_scaffolding.c \
+ gtk_completion.c gtk_login.c gtk_throbber.c gtk_selection.c \
+ gtk_history.c gtk_window.c gtk_filetype.c gtk_download.c \
+ gtk_menu.c gtk_print.c gtk_save.c gtk_search.c gtk_tabs.c \
+ gtk_theme.c gtk_toolbar.c sexy_icon_entry.c gtk_compat.c \
+ gtk_cookies.c gtk_hotlist.c \
+ $(addprefix dialogs/,gtk_options.c gtk_about.c gtk_source.c)
+S_GTK := $(addprefix gtk/,$(S_GTK)) $(addprefix utils/,container.c)
+# code in utils/container.ch is non-universal it seems
+
+SOURCES := $(S_COMMON) $(S_IMAGE) $(S_BROWSER) $(S_PDF) $(S_GTK)
+EXETARGET := nsgtk