X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/58c7cd12b9035450e702d36dfdce63bfd008bcd0..3646fd68cb4fcf3242e8c6ba87bf99f409777032:/src/gtk1/Makefile.am diff --git a/src/gtk1/Makefile.am b/src/gtk1/Makefile.am index 51c48c4cab..9eae458950 100644 --- a/src/gtk1/Makefile.am +++ b/src/gtk1/Makefile.am @@ -4,16 +4,15 @@ ## ## Process this file with automake to produce Makefile.in -AUTOMAKE_OPTIONS = 1.3 no-dependencies +AUTOMAKE_OPTIONS = 1.3 +# no-dependencies SUFFIXES = .cpp .c DEFS = $(TOOLKIT_DEF) $(WXDEBUG_DEFINE) LIBS = $(GUILIBS) -VPATH = .:${srcdir}:${srcdir}/../common:${srcdir}/../generic:${EXTRA_VPATH} - -EXTRA_DIST = "${srcdir}/../common ${srcdir}/../generic ${srcdir}" +VPATH = .:${srcdir}:${srcdir}/../common:${srcdir}/../generic:${srcdir}/../html:${EXTRA_VPATH} lib_LTLIBRARIES = @WX_LIBRARY_NAME@ EXTRA_LTLIBRARIES = libwx_gtk.la libwx_motif.la libwx_msw.la @@ -30,21 +29,28 @@ libwx_gtk_la_SOURCES = \ win_gtk.c \ extended.c \ parser.c \ + gsocket.c \ + gsockgtk.c \ \ cmndata.cpp \ config.cpp \ date.cpp \ datstrm.cpp \ dcbase.cpp \ + dlgcmn.cpp \ docmdi.cpp \ docview.cpp \ dynarray.cpp \ dynlib.cpp \ event.cpp \ + ffile.cpp \ file.cpp \ fileconf.cpp \ filefn.cpp \ + filesys.cpp \ framecmn.cpp \ + fs_inet.cpp \ + fs_zip.cpp \ ftp.cpp \ gdicmn.cpp \ hash.cpp \ @@ -76,7 +82,6 @@ libwx_gtk_la_SOURCES = \ resource.cpp \ sckaddr.cpp \ sckfile.cpp \ - sckint.cpp \ sckipc.cpp \ sckstrm.cpp \ serbase.cpp \ @@ -85,12 +90,15 @@ libwx_gtk_la_SOURCES = \ string.cpp \ tbarbase.cpp \ tbarsmpl.cpp \ + textcmn.cpp \ textfile.cpp \ + txtstrm.cpp \ time.cpp \ timercmn.cpp \ - utilscmn.cpp \ tokenzr.cpp \ + unzip.c \ url.cpp \ + utilscmn.cpp \ valgen.cpp \ validate.cpp \ valtext.cpp \ @@ -100,23 +108,26 @@ libwx_gtk_la_SOURCES = \ wxchar.cpp \ wxexpr.cpp \ zstream.cpp \ + zipstream.cpp \ \ db.cpp \ dbtable.cpp \ \ + busyinfo.cpp \ caret.cpp \ - choicdgg.cpp \ colrdlgg.cpp \ dcpsg.cpp \ dirdlgg.cpp \ + extdlgg.cpp \ fontdlgg.cpp \ gridg.cpp \ helpext.cpp \ + helpwxht.cpp \ helphtml.cpp \ imaglist.cpp \ laywin.cpp \ listctrl.cpp \ - msgdlgg.cpp \ + numdlgg.cpp \ panelg.cpp \ printps.cpp \ prntdlgg.cpp \ @@ -129,7 +140,7 @@ libwx_gtk_la_SOURCES = \ splitter.cpp \ statusbr.cpp \ tabg.cpp \ - textdlgg.cpp \ + tipdlg.cpp \ treectrl.cpp \ \ threadpsx.cpp \ @@ -144,6 +155,7 @@ libwx_gtk_la_SOURCES = \ checkbox.cpp \ checklst.cpp \ choice.cpp \ + choicdlg.cpp \ clipbrd.cpp \ colour.cpp \ combobox.cpp \ @@ -168,6 +180,7 @@ libwx_gtk_la_SOURCES = \ mdi.cpp \ menu.cpp \ minifram.cpp \ + msgdlg.cpp \ notebook.cpp \ palette.cpp \ pen.cpp \ @@ -184,12 +197,32 @@ libwx_gtk_la_SOURCES = \ stattext.cpp \ tbargtk.cpp \ textctrl.cpp \ + textdlg.cpp \ timer.cpp \ tooltip.cpp \ utilsgtk.cpp \ utilsres.cpp \ wave.cpp \ - window.cpp + window.cpp \ +\ + htmlcell.cpp \ + htmlfilter.cpp \ + htmlhelp.cpp \ + htmlhelp_io.cpp \ + htmlparser.cpp \ + htmltag.cpp \ + htmlwin.cpp \ + htmlwinparser.cpp \ + mod_fonts.cpp \ + mod_hline.cpp \ + mod_image.cpp \ + mod_layout.cpp \ + mod_links.cpp \ + mod_list.cpp \ + mod_pre.cpp \ + mod_tables.cpp \ + search.cpp + # these are the sources which we build by our own rules #