X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ce4169a4d129fc6cd165b2e9ccc5cf5d48356020..4e57b0d49515043e7b4083eb596ac5044ccb950e:/src/motif/Makefile.am diff --git a/src/motif/Makefile.am b/src/motif/Makefile.am index faa471ef06..f898f12162 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 \ @@ -113,8 +123,6 @@ libwx_motif_la_SOURCES = \ prntdlgg.cpp \ progdlgg.cpp \ prop.cpp \ - propform.cpp \ - proplist.cpp \ sashwin.cpp \ scrolwin.cpp \ splitter.cpp \ @@ -158,6 +166,7 @@ libwx_motif_la_SOURCES = \ main.cpp \ mdi.cpp \ menu.cpp \ + menuitem.cpp \ minifram.cpp \ notebook.cpp \ palette.cpp \ @@ -171,15 +180,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