lyx_mirror/src/support/Makefile.am
Lars Gullik Bjønnes 617cfbe80f added a regex to be used when the system is missing one, use noinst instead of pkglib since we are currently not useing shared libs anyway.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@394 a592a061-630c-0410-9148-cb99ea01b6c8
1999-12-24 01:30:26 +00:00

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