]> git.lyx.org Git - lyx.git/blob - src/frontends/Makefile.am
drop the ld -r stuff, we gained nothing with it, other build optimizations gave us...
[lyx.git] / src / frontends / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 SUBDIRS = controllers @FRONTEND@
4
5 noinst_LTLIBRARIES = libfrontends.la
6
7 INCLUDES = $(FRONTEND_INCLUDES) -I$(srcdir)/..  $(SIGC_CFLAGS) $(BOOST_INCLUDES)
8
9 libfrontends_la_LIBADD= @FRONTEND_GUILIB@ \
10         controllers/*.lo
11
12 libfrontends_la_DEPENDENCIES = $(libfrontends_la_LIBADD)
13
14 libfrontends_la_SOURCES=\
15         Alert.C \
16         Alert.h \
17         Alert_pimpl.h \
18         Dialogs.C \
19         Dialogs.h \
20         DialogBase.h \
21         FileDialog.h \
22         GUIRunTime.h \
23         Liason.C \
24         Liason.h \
25         Menubar.C \
26         Menubar.h \
27         Timeout.C \
28         Timeout.h \
29         Toolbar.C \
30         Toolbar.h
31
32 EXTRA_DIST = xforms qt2 gnome
33
34 dist-hook:
35         @cd $(distdir) ; \
36         rm -rf `find qt2 -name \*CVS\*`; \
37         rm -rf `find gnome -name \*CVS\*`