X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/143121c5e122f8d90a38225311234ceade5e67c8..20a8b34e2c6d43140cb8b38482536a49ed7e0e7a:/src/gtk/Makefile.am diff --git a/src/gtk/Makefile.am b/src/gtk/Makefile.am index 067a612827..83384cee93 100644 --- a/src/gtk/Makefile.am +++ b/src/gtk/Makefile.am @@ -1,20 +1,27 @@ ## Purpose: The automake makefile for wxWindows (src/gtk subdirectory) -## Author: Phil Blecker, Vadim Zeitlin +## Author: Phil Blecker, Vadim Zeitlin, Robert Roebling ## Version: $Id$ ## ## Process this file with automake to produce Makefile.in +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 +EXTRA_LTLIBRARIES = libwx_gtk.la libwx_motif.la libwx_msw.la + +# empty Motif library +libwx_motif_la_SOURCES = + +# empty MSW/WINE library +libwx_msw_la_SOURCES = # these are the common files which always make part of the library libwx_gtk_la_SOURCES = \ @@ -24,49 +31,46 @@ libwx_gtk_la_SOURCES = \ parser.c \ \ cmndata.cpp \ - dynarray.cpp \ - filefn.cpp \ - hash.cpp \ - list.cpp \ - matrix.cpp \ - memory.cpp \ - module.cpp \ - object.cpp \ - string.cpp \ - timercmn.cpp \ - utilscmn.cpp \ - tokenzr.cpp \ - variant.cpp \ - wxchar.cpp \ -\ config.cpp \ date.cpp \ datstrm.cpp \ - db.cpp \ - dbtable.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 \ helpbase.cpp \ http.cpp \ image.cpp \ + imagbmp.cpp \ imaggif.cpp \ imagjpeg.cpp \ imagpng.cpp \ intl.cpp \ ipcbase.cpp \ layout.cpp \ + list.cpp \ log.cpp \ longlong.cpp \ + matrix.cpp \ + memory.cpp \ mimetype.cpp \ + module.cpp \ mstream.cpp \ + object.cpp \ objstrm.cpp \ odbc.cpp \ paper.cpp \ @@ -82,32 +86,46 @@ libwx_gtk_la_SOURCES = \ serbase.cpp \ socket.cpp \ stream.cpp \ + string.cpp \ tbarbase.cpp \ tbarsmpl.cpp \ + textcmn.cpp \ textfile.cpp \ + txtstrm.cpp \ time.cpp \ + timercmn.cpp \ + tokenzr.cpp \ + unzip.c \ url.cpp \ + utilscmn.cpp \ valgen.cpp \ validate.cpp \ valtext.cpp \ + variant.cpp \ wfstream.cpp \ wincmn.cpp \ + 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 \ panelg.cpp \ printps.cpp \ prntdlgg.cpp \ @@ -120,7 +138,7 @@ libwx_gtk_la_SOURCES = \ splitter.cpp \ statusbr.cpp \ tabg.cpp \ - textdlgg.cpp \ + tipdlg.cpp \ treectrl.cpp \ \ threadpsx.cpp \ @@ -135,6 +153,7 @@ libwx_gtk_la_SOURCES = \ checkbox.cpp \ checklst.cpp \ choice.cpp \ + choicdlg.cpp \ clipbrd.cpp \ colour.cpp \ combobox.cpp \ @@ -159,6 +178,7 @@ libwx_gtk_la_SOURCES = \ mdi.cpp \ menu.cpp \ minifram.cpp \ + msgdlg.cpp \ notebook.cpp \ palette.cpp \ pen.cpp \ @@ -175,12 +195,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 #