2001-03-15 13:37:04 +00:00
|
|
|
AUTOMAKE_OPTIONS = foreign 1.4
|
|
|
|
DISTCLEANFILES= *.orig *.rej *~ *.bak core
|
|
|
|
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
|
|
|
|
noinst_LTLIBRARIES = libcontrollers.la
|
|
|
|
BOOST_INCLUDES = -I$(top_srcdir)/boost
|
|
|
|
INCLUDES = -I${top_srcdir}/src/ \
|
|
|
|
-I${top_srcdir}/src/frontends/ \
|
|
|
|
${SIGC_CFLAGS} $(BOOST_INCLUDES)
|
|
|
|
LIBS =
|
|
|
|
SUBDIRS =
|
|
|
|
ETAGS_ARGS = --lang=c++
|
|
|
|
libcontrollers_la_SOURCES=\
|
2001-03-28 12:59:29 +00:00
|
|
|
biblio.C \
|
|
|
|
biblio.h \
|
|
|
|
character.C \
|
|
|
|
character.h \
|
2001-03-15 13:37:04 +00:00
|
|
|
ButtonController.h \
|
2001-03-30 09:51:46 +00:00
|
|
|
ButtonControllerBase.C \
|
|
|
|
ButtonControllerBase.h \
|
2001-03-15 13:37:04 +00:00
|
|
|
ButtonPolicies.C \
|
|
|
|
ButtonPolicies.h \
|
|
|
|
ControlBibitem.C \
|
|
|
|
ControlBibitem.h \
|
2001-03-19 16:37:01 +00:00
|
|
|
ControlBibtex.C \
|
|
|
|
ControlBibtex.h \
|
2001-03-30 09:51:46 +00:00
|
|
|
ControlButton.C \
|
|
|
|
ControlButton.h \
|
2001-03-21 13:27:03 +00:00
|
|
|
ControlCharacter.C \
|
|
|
|
ControlCharacter.h \
|
2001-03-15 13:37:04 +00:00
|
|
|
ControlCitation.C \
|
|
|
|
ControlCitation.h \
|
|
|
|
ControlCommand.C \
|
|
|
|
ControlCommand.h \
|
|
|
|
ControlConnections.C \
|
|
|
|
ControlConnections.h \
|
2001-03-22 11:24:36 +00:00
|
|
|
ControlCopyright.C \
|
2001-03-23 17:09:34 +00:00
|
|
|
ControlCopyright.h \
|
2001-03-22 11:24:36 +00:00
|
|
|
ControlCredits.h \
|
|
|
|
ControlCredits.C \
|
2001-03-23 23:15:33 +00:00
|
|
|
ControlDialogs.h \
|
2001-03-23 17:09:34 +00:00
|
|
|
ControlError.h \
|
|
|
|
ControlError.C \
|
2001-03-30 09:51:46 +00:00
|
|
|
ControlExternal.h \
|
|
|
|
ControlExternal.C \
|
2001-03-28 12:59:29 +00:00
|
|
|
ControlGraphics.h \
|
|
|
|
ControlGraphics.C \
|
2001-03-23 17:09:34 +00:00
|
|
|
ControlInclude.C \
|
|
|
|
ControlInclude.h \
|
2001-03-28 12:59:29 +00:00
|
|
|
ControlIndex.C \
|
|
|
|
ControlIndex.h \
|
2001-03-23 17:09:34 +00:00
|
|
|
ControlInset.h \
|
2001-03-20 10:14:03 +00:00
|
|
|
ControlLog.C \
|
|
|
|
ControlLog.h \
|
2001-03-27 16:03:28 +00:00
|
|
|
ControlMinipage.C \
|
|
|
|
ControlMinipage.h \
|
|
|
|
ControlPreamble.C \
|
|
|
|
ControlPreamble.h \
|
2001-03-27 10:43:10 +00:00
|
|
|
ControlPrint.C \
|
|
|
|
ControlPrint.h \
|
2001-03-26 13:16:57 +00:00
|
|
|
ControlRef.C \
|
|
|
|
ControlRef.h \
|
2001-03-26 15:25:37 +00:00
|
|
|
ControlSearch.C \
|
|
|
|
ControlSearch.h \
|
2001-03-27 13:00:41 +00:00
|
|
|
ControlSplash.C \
|
|
|
|
ControlSplash.h \
|
2001-03-26 14:33:58 +00:00
|
|
|
ControlTabularCreate.C \
|
|
|
|
ControlTabularCreate.h \
|
2001-03-30 19:24:28 +00:00
|
|
|
ControlToc.C \
|
|
|
|
ControlToc.h \
|
2001-03-23 18:46:11 +00:00
|
|
|
ControlUrl.C \
|
|
|
|
ControlUrl.h \
|
2001-03-20 10:14:03 +00:00
|
|
|
ControlVCLog.C \
|
|
|
|
ControlVCLog.h \
|
2001-03-22 11:24:36 +00:00
|
|
|
GUI.h \
|
2001-03-21 13:27:03 +00:00
|
|
|
ViewBase.h \
|
|
|
|
helper_funcs.C \
|
|
|
|
helper_funcs.h
|
2001-03-15 13:37:04 +00:00
|
|
|
|
|
|
|
# just copied from old lyx repository
|
|
|
|
dist-hook:
|
|
|
|
for subdir in $(LYXDATADIRS) ; do \
|
|
|
|
test -d $(distdir)/$$subdir \
|
|
|
|
|| mkdir $(distdir)/$$subdir \
|
|
|
|
|| exit 1; \
|
|
|
|
chmod 777 $(distdir)/$$subdir; \
|
|
|
|
list=`(cd $(srcdir)/$$subdir && ls -1 | grep -v CVS)`; \
|
|
|
|
echo $$list ; \
|
|
|
|
for fil in $$list ; do \
|
|
|
|
cp -p $(srcdir)/$$subdir/$$fil $(distdir)/$$subdir ; \
|
|
|
|
done ; \
|
|
|
|
done
|