lyx_mirror/src/frontends/Makefile.am
Abdelrazak Younes d8ae51dbe1 This is the merging of the GUI API cleanup branch that was developed in svn+ssh://svn.lyx.org/lyx/lyx-devel/branches/personal/younes.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14152 a592a061-630c-0410-9148-cb99ea01b6c8
2006-06-20 08:39:16 +00:00

47 lines
747 B
Makefile

include $(top_srcdir)/config/common.am
SUBDIRS = controllers $(FRONTENDS_SUBDIRS)
DIST_SUBDIRS = controllers xforms qt3 gtk qt4
EXTRA_DIST = pch.h
BUILT_SOURCES = $(PCH_FILE)
noinst_LTLIBRARIES = libfrontends.la
AM_CPPFLAGS += $(PCH_FLAGS) -I$(srcdir)/.. $(BOOST_INCLUDES)
libfrontends_la_SOURCES = \
Alert.C \
Alert.h \
Alert_pimpl.h \
Dialogs.C \
Dialogs.h \
FileDialog.h \
LyXKeySym.h \
LyXKeySymFactory.h \
LyXView.C \
LyXView.h \
Menubar.h \
Painter.C \
Painter.h \
Timeout.C \
Timeout.h \
Toolbars.C \
Toolbars.h \
Clipboard.h \
Gui.h \
GuiCursor.C \
GuiCursor.h \
WorkArea.C \
WorkArea.h \
font_metrics.h \
guiapi.h \
guiapi.C \
key_state.h \
lyx_gui.h \
mouse_state.h \
nullpainter.C \
nullpainter.h