mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
69013332e2
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3748 a592a061-630c-0410-9148-cb99ea01b6c8
11 lines
235 B
Plaintext
11 lines
235 B
Plaintext
AUTOMAKE_OPTIONS = foreign
|
|
|
|
DISTCLEANFILES= -r *.orig *.rej *~ *.bak core
|
|
|
|
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
|
|
|
|
ETAGS_ARGS = --lang=c++
|
|
|
|
BOOST_INCLUDES = -I$(top_srcdir)/boost
|
|
SIGC_INCLUDES = -I$(top_srcdir) -I$(top_builddir)
|