mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
b379d75b45
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5936 a592a061-630c-0410-9148-cb99ea01b6c8
15 lines
286 B
Plaintext
15 lines
286 B
Plaintext
AUTOMAKE_OPTIONS = foreign
|
|
|
|
DISTCLEANFILES= *.orig *.rej *~ *.bak core
|
|
|
|
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
|
|
|
|
AM_INSTALL_DATA_FLAGS = $(INSTALL) -m 644 -D
|
|
|
|
ETAGS_ARGS = --lang=c++
|
|
|
|
BOOST_INCLUDES = -I$(top_srcdir)/boost
|
|
SIGC_INCLUDES = -I$(top_srcdir) -I$(top_builddir)
|
|
|
|
LIBS =
|