X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2FMakefile.am;h=88a42a342787e90fb9996ba0ac72194314c8aa82;hb=36945644e70db39a8316570bb44fabc7a3bd3d49;hp=4f7bc41e1a2c353dbc6e43b45cc19cd880deee09;hpb=d5bef92340fec94228ed0c56c4cbc599eb964e39;p=lyx.git diff --git a/src/frontends/Makefile.am b/src/frontends/Makefile.am index 4f7bc41e1a..88a42a3427 100644 --- a/src/frontends/Makefile.am +++ b/src/frontends/Makefile.am @@ -1,18 +1,16 @@ include $(top_srcdir)/config/common.am -SUBDIRS = controllers @FRONTEND@ +SUBDIRS = controllers $(FRONTENDS_SUBDIRS) -noinst_LTLIBRARIES = libfrontends.la - -LIBS += @FRONTEND_LDFLAGS@ @FRONTEND_LIBS@ +DIST_SUBDIRS = controllers xforms qt2 gtk -INCLUDES = $(FRONTEND_INCLUDES) -I$(srcdir)/.. $(SIGC_CFLAGS) $(BOOST_INCLUDES) +EXTRA_DIST = pch.h -EXTRA_DIST = xforms qt2 gnome +BUILT_SOURCES = $(PCH_FILE) -libfrontends_la_LIBADD = @FRONTEND_GUILIB@ controllers/*.lo +noinst_LTLIBRARIES = libfrontends.la -libfrontends_la_DEPENDENCIES = $(libfrontends_la_LIBADD) +AM_CPPFLAGS += $(PCH_FLAGS) -I$(srcdir)/.. $(BOOST_INCLUDES) libfrontends_la_SOURCES = \ Alert.C \ @@ -20,26 +18,28 @@ libfrontends_la_SOURCES = \ Alert_pimpl.h \ Dialogs.C \ Dialogs.h \ - DialogBase.h \ FileDialog.h \ - GUIRunTime.h \ - Liason.C \ - Liason.h \ - Menubar.C \ + LyXKeySym.h \ + LyXKeySymFactory.h \ + LyXScreenFactory.h \ + LyXView.C \ + LyXView.h \ Menubar.h \ + Painter.C \ + Painter.h \ Timeout.C \ Timeout.h \ - Toolbar.C \ - Toolbar.h - -dist-hook: - @cd $(distdir) ; \ - rm -rf `find qt2 -name \*CVS\*`; \ - rm -rf `find gnome -name \*CVS\*` - -distclean-local: - for dir in $(EXTRA_DIST) ; do \ - if test -f $$dir/Makefile ; then \ - make -C $$dir distclean ; \ - fi ; \ - done + Toolbars.C \ + Toolbars.h \ + WorkArea.h \ + WorkAreaFactory.h \ + font_metrics.h \ + guiapi.h \ + guiapi.C \ + key_state.h \ + lyx_gui.h \ + mouse_state.h \ + nullpainter.C \ + nullpainter.h \ + screen.C \ + screen.h