X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/143121c5e122f8d90a38225311234ceade5e67c8..4438caf41af49f00f3c8137ac801871f59cce386:/src/motif/Makefile.am diff --git a/src/motif/Makefile.am b/src/motif/Makefile.am index b9ea7d1782..9f05f9e071 100644 --- a/src/motif/Makefile.am +++ b/src/motif/Makefile.am @@ -4,23 +4,33 @@ ## ## 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} +VPATH = .:${srcdir}:${srcdir}/xmcombo:${srcdir}/../common:${srcdir}/../generic:${EXTRA_VPATH} EXTRA_DIST = "${srcdir}/../common ${srcdir}/../generic ${srcdir}" lib_LTLIBRARIES = @WX_LIBRARY_NAME@ -EXTRA_LTLIBRARIES = libwx_gtk.la libwx_motif.la +EXTRA_LTLIBRARIES = libwx_motif.la libwx_gtk.la libwx_msw.la + +# empty GTK library +libwx_gtk_la_SOURCES = + +# empty MSW/WINE library +libwx_msw_la_SOURCES = # these are the common files which always make part of the library libwx_motif_la_SOURCES = \ \ extended.c \ parser.c \ + xmcombo.c \ \ cmndata.cpp \ dynarray.cpp \ @@ -44,6 +54,7 @@ libwx_motif_la_SOURCES = \ db.cpp \ dbtable.cpp \ dcbase.cpp \ + dlgcmn.cpp \ docmdi.cpp \ docview.cpp \ dynlib.cpp \ @@ -56,6 +67,7 @@ libwx_motif_la_SOURCES = \ helpbase.cpp \ http.cpp \ image.cpp \ + imagbmp.cpp \ imaggif.cpp \ imagjpeg.cpp \ imagpng.cpp \ @@ -106,20 +118,18 @@ libwx_motif_la_SOURCES = \ imaglist.cpp \ laywin.cpp \ listctrl.cpp \ - msgdlgg.cpp \ panelg.cpp \ printps.cpp \ prntdlgg.cpp \ progdlgg.cpp \ prop.cpp \ - propform.cpp \ - proplist.cpp \ sashwin.cpp \ scrolwin.cpp \ splitter.cpp \ statusbr.cpp \ tabg.cpp \ textdlgg.cpp \ + tipdlg.cpp \ treectrl.cpp \ \ threadpsx.cpp \ @@ -157,7 +167,9 @@ libwx_motif_la_SOURCES = \ main.cpp \ mdi.cpp \ menu.cpp \ + menuitem.cpp \ minifram.cpp \ + msgdlg.cpp \ notebook.cpp \ palette.cpp \ pen.cpp \ @@ -170,15 +182,16 @@ libwx_motif_la_SOURCES = \ spinbutt.cpp \ statbmp.cpp \ statbox.cpp \ - statline.cpp \ stattext.cpp \ textctrl.cpp \ timer.cpp \ - tooltip.cpp \ - utilsres.cpp \ - wave.cpp \ + toolbar.cpp \ + utils.cpp \ window.cpp +# propform.cpp \ +# proplist.cpp \ + # these are the sources which we build by our own rules # # TODO: parser.y can be included into SOURCES, but for the sake of my life I