mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 11:23:45 +00:00
ac1faa8439
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6948 a592a061-630c-0410-9148-cb99ea01b6c8
16 lines
264 B
Plaintext
16 lines
264 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++
|
|
|
|
if USE_INCLUDED_BOOST
|
|
BOOST_INCLUDES = -I$(top_srcdir)/boost
|
|
endif
|
|
|
|
LIBS =
|