X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d75638f85f4f385f3cfdc3e8a2a9acc6a686e7b2..4438caf41af49f00f3c8137ac801871f59cce386:/src/motif/Makefile.am?ds=sidebyside diff --git a/src/motif/Makefile.am b/src/motif/Makefile.am index 080c7f678c..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_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 \ @@ -107,7 +118,6 @@ libwx_motif_la_SOURCES = \ imaglist.cpp \ laywin.cpp \ listctrl.cpp \ - msgdlgg.cpp \ panelg.cpp \ printps.cpp \ prntdlgg.cpp \ @@ -119,6 +129,7 @@ libwx_motif_la_SOURCES = \ statusbr.cpp \ tabg.cpp \ textdlgg.cpp \ + tipdlg.cpp \ treectrl.cpp \ \ threadpsx.cpp \ @@ -156,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 \ @@ -169,13 +182,11 @@ 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 \