2000-06-12 11:55:12 +00:00
|
|
|
AUTOMAKE_OPTIONS = foreign 1.4
|
|
|
|
DISTCLEANFILES= *.orig *.rej *~ *.bak core
|
|
|
|
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
|
|
|
|
noinst_LTLIBRARIES = libxforms.la
|
2000-10-02 00:55:02 +00:00
|
|
|
BOOST_INCLUDES = -I$(top_srcdir)/boost
|
2000-06-12 11:55:12 +00:00
|
|
|
INCLUDES = -I${top_srcdir}/src/ \
|
|
|
|
-I${top_srcdir}/src/frontends/ \
|
2000-10-02 00:55:02 +00:00
|
|
|
${SIGC_CFLAGS} $(BOOST_INCLUDES)
|
2000-06-12 11:55:12 +00:00
|
|
|
LIBS=
|
|
|
|
LDFLAGS=
|
|
|
|
LYXDATADIRS = forms
|
|
|
|
ETAGS_ARGS = --lang=c++
|
2000-08-02 05:54:58 +00:00
|
|
|
# Alphabetical order please. It makes it easier to figure out what's missing.
|
2000-06-12 11:55:12 +00:00
|
|
|
libxforms_la_SOURCES = \
|
2000-11-08 09:39:46 +00:00
|
|
|
ButtonController.C \
|
2000-08-14 05:24:35 +00:00
|
|
|
ButtonController.h \
|
2000-06-12 11:55:12 +00:00
|
|
|
Dialogs.C \
|
2000-08-22 18:28:11 +00:00
|
|
|
GUIRunTime.C \
|
2000-09-22 15:09:51 +00:00
|
|
|
FormBase.C \
|
|
|
|
FormBase.h \
|
2000-08-02 05:54:58 +00:00
|
|
|
FormCitation.C \
|
|
|
|
FormCitation.h \
|
|
|
|
form_citation.C \
|
|
|
|
form_citation.h \
|
2000-06-12 11:55:12 +00:00
|
|
|
FormCopyright.C \
|
|
|
|
FormCopyright.h \
|
|
|
|
form_copyright.C \
|
|
|
|
form_copyright.h \
|
2000-08-11 14:42:20 +00:00
|
|
|
FormDocument.C \
|
|
|
|
FormDocument.h \
|
|
|
|
form_document.C \
|
|
|
|
form_document.h \
|
2000-09-22 15:09:51 +00:00
|
|
|
FormError.C \
|
|
|
|
FormError.h \
|
|
|
|
form_error.C \
|
|
|
|
form_error.h \
|
2000-07-31 12:30:10 +00:00
|
|
|
FormGraphics.C \
|
|
|
|
FormGraphics.h \
|
|
|
|
form_graphics.C \
|
|
|
|
form_graphics.h \
|
2000-08-03 12:56:25 +00:00
|
|
|
FormIndex.C \
|
|
|
|
FormIndex.h \
|
|
|
|
form_index.C \
|
|
|
|
form_index.h \
|
2000-10-13 05:57:05 +00:00
|
|
|
FormInset.C \
|
|
|
|
FormInset.h \
|
2000-09-25 15:59:27 +00:00
|
|
|
FormParagraph.C \
|
|
|
|
FormParagraph.h \
|
|
|
|
form_paragraph.C \
|
|
|
|
form_paragraph.h \
|
2000-06-12 11:55:12 +00:00
|
|
|
FormPreferences.C \
|
|
|
|
FormPreferences.h \
|
|
|
|
form_preferences.C \
|
|
|
|
form_preferences.h \
|
|
|
|
FormPrint.C \
|
|
|
|
FormPrint.h \
|
|
|
|
form_print.C \
|
|
|
|
form_print.h \
|
2000-08-08 13:55:26 +00:00
|
|
|
FormRef.C \
|
|
|
|
FormRef.h \
|
|
|
|
form_ref.C \
|
|
|
|
form_ref.h \
|
2000-07-11 15:08:54 +00:00
|
|
|
FormTabular.C \
|
|
|
|
FormTabular.h \
|
|
|
|
form_tabular.C \
|
|
|
|
form_tabular.h \
|
2000-10-24 13:13:59 +00:00
|
|
|
FormTabularCreate.C \
|
|
|
|
FormTabularCreate.h \
|
|
|
|
form_tabular_create.C \
|
|
|
|
form_tabular_create.h \
|
2000-08-02 05:54:58 +00:00
|
|
|
FormToc.C \
|
|
|
|
FormToc.h \
|
|
|
|
form_toc.C \
|
|
|
|
form_toc.h \
|
2000-07-27 10:26:38 +00:00
|
|
|
FormUrl.C \
|
|
|
|
FormUrl.h \
|
|
|
|
form_url.C \
|
|
|
|
form_url.h \
|
2000-06-12 11:55:12 +00:00
|
|
|
input_validators.h \
|
|
|
|
input_validators.c \
|
2000-07-31 12:30:10 +00:00
|
|
|
Menubar_pimpl.C \
|
|
|
|
Menubar_pimpl.h \
|
|
|
|
RadioButtonGroup.C \
|
|
|
|
RadioButtonGroup.h \
|
|
|
|
Toolbar_pimpl.C \
|
|
|
|
Toolbar_pimpl.h \
|
2000-11-02 14:47:47 +00:00
|
|
|
xform_macros.h \
|
|
|
|
xform_helpers.C \
|
|
|
|
xform_helpers.h
|
2000-06-12 11:55:12 +00:00
|
|
|
|
|
|
|
# These still have to be added. Sooner or later. ARRae-20000411
|
|
|
|
# GUI_defaults.C \
|
|
|
|
# GUI_initialize.C \
|
|
|
|
# GUI_postlyxrc.C \
|
|
|
|
# GUI_runtime.C \
|
|
|
|
# GUI_applymenu.C
|
|
|
|
|
|
|
|
# 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
|