lyx_mirror/src/frontends/Makefile.am

48 lines
1.1 KiB
Makefile
Raw Normal View History

AUTOMAKE_OPTIONS = foreign 1.4
DISTCLEANFILES= *.orig *.rej *~ *.bak core
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
# xforms has to be fixed here as we still need object files in this directory
# for the compilation of other frontends, so until that we have to let this
# here.
SUBDIRS = controllers @FRONTEND@
ETAGS_ARGS = --lang=c++
BOOST_INCLUDES = -I$(top_srcdir)/boost
INCLUDES = $(FRONTEND_INCLUDES) -I$(srcdir)/.. $(SIGC_CFLAGS) $(BOOST_INCLUDES)
LIBS =
noinst_LTLIBRARIES = libfrontends.la
libfrontends_la_LIBADD= @FRONTEND_GUILIB@ \
controllers/*.lo
libfrontends_la_DEPENDENCIES = $(libfrontends_la_LIBADD)
libfrontends_la_SOURCES=\
Alert.C \
Alert.h \
Alert_pimpl.h \
Dialogs.C \
Dialogs.h \
DialogBase.h \
FileDialog.h \
GUIRunTime.h \
Liason.C \
Liason.h \
Menubar.C \
Menubar.h \
Timeout.C \
Timeout.h \
Toolbar.C \
Toolbar.h
libfrontends.la: libfrontends.o
libfrontends.o: $(libfrontends_la_OBJECTS) $(libfrontends_la_DEPENDENCIES)
$(CXXLINK) $(libfrontends_la_OBJECTS) $(libfrontends_la_LIBADD)
EXTRA_DIST = xforms qt2 gnome
dist-hook:
@cd $(distdir) ; \
rm -rf `find qt2 -name \*CVS\*`; \
rm -rf `find gnome -name \*CVS\*`