# Only build if wxWidgets was found: if HAVE_WX # You can also disable metatronic even if wx is found: if HAVE_METATRONIC lib_LTLIBRARIES = libmetatronic.la mtincludedir = $(includedir)/vos/metatronic mtinclude_HEADERS = metatronic.hh wxstuff.hh INCLUDES = @DEFINES@ @WX_CFLAGS@ libmetatronic_la_SOURCES = mtwidget.cc mtcontainer.cc mtframe.cc \ metatronic.cc mtmenu.cc mtmenubar.cc \ mtlabel.cc mtbutton.cc mtinput.cc mt_select_boolean.cc \ mt_select_list.cc mt_select_value.cc select_tree.cc \ mt_input_numeric.cc mt_input_numeric_slider.cc \ input_color.cc input_file.cc mtnotebook.cc #\ # wx_@WX_PLATFORM@/custom_slider.cpp wx_@WX_PLATFORM@/custom_spinctrl.cpp EXTRA_DIST = $(srcdir)/wx_mac/custom_slider.cpp $(srcdir)/wx_mac/custom_spinctrl.cpp # wx_gtk/custom_slider.cpp wx_gtk/custom_spinctrl.cpp \ # wx_msw/custom_slider.cpp wx_msw/custom_spinctrl.cpp noinst_HEADERS = input_color.hh input_file.hh mtwidget.hh \ mt_input_numeric.hh mt_input_numeric_slider.hh select_tree.hh \ mt_select_boolean.hh mt_select_list.hh mt_select_value.hh \ mtbutton.hh mtcontainer.hh mtframe.hh mtinput.hh \ mtlabel.hh mtmenu.hh mtmenubar.hh mtnotebook.hh \ wx/custom_slider.h wx/custom_spinctrl.h \ wx/mac/custom_slider.h wx/mac/custom_spinctrl.h libmetatronic_la_LIBADD = -lvos -lvutil -lmetaobject_property -lmetaobject_gui \ -lmetaobject_misc @WX_LIBS@ libmetatronic_la_LDFLAGS = -no-undefined -version-info 0:0:0 \ -L$(top_builddir)/libs/vos/vos \ -L$(top_builddir)/libs/vos/vutil \ -L$(top_builddir)/libs/vos/metaobjects/property \ -L$(top_builddir)/libs/vos/metaobjects/misc \ -L$(top_builddir)/libs/vos/metaobjects/gui # Set version-info like this: # CURRENT:REVISION:AGE # on any interface change increment CURRENT and set REVISION to 0 # else increment REVISION on any change to code # increment AGE on any interface addition # set AGE to 0 on any interface removal # ========= Version info for release 0.20-pre1 was 0:0:0 ========== # metatronic_LDFLAGS = $(METATRONIC_LFLAGS) -framework Foundation INPLACE_LIB=libmetatronic include $(top_srcdir)/inplace.mak all-local: install-lib-inplace endif # HAVE_METATRONIC endif # HAVE_WX include $(top_srcdir)/autonmake.mak include $(top_srcdir)/autovcproj.mak