mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 21:49:51 +00:00
617cfbe80f
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@394 a592a061-630c-0410-9148-cb99ea01b6c8
40 lines
617 B
Makefile
40 lines
617 B
Makefile
AUTOMAKE_OPTIONS = foreign
|
|
noinst_LTLIBRARIES = libsupport.la
|
|
LIBS =
|
|
ETAGS_ARGS = --c++
|
|
INCLUDES = -I${srcdir}/../
|
|
|
|
if USE_LYXSTRING
|
|
LYXSTRING = lyxstring.C lyxstring.h
|
|
endif
|
|
if USE_REGEX
|
|
REGEX = regex.c lyxregex.h
|
|
endif
|
|
|
|
libsupport_la_SOURCES = \
|
|
DebugStream.C \
|
|
DebugStream.h \
|
|
FileInfo.C \
|
|
FileInfo.h \
|
|
LAssert.h \
|
|
LIstream.h \
|
|
LOstream.h \
|
|
LRegex.C \
|
|
LRegex.h \
|
|
LSubstring.C \
|
|
LSubstring.h \
|
|
block.h \
|
|
filetools.C \
|
|
filetools.h \
|
|
lstrings.C \
|
|
lstrings.h \
|
|
lyxlib.h \
|
|
$(LYXSTRING) lyxsum.C \
|
|
path.h \
|
|
$(REGEX) syscall.C \
|
|
syscall.h \
|
|
syscontr.C \
|
|
syscontr.h \
|
|
syssingleton.C \
|
|
textutils.h
|