1999-10-02 16:21:10 +00:00
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
noinst_LIBRARIES = libsupport.a
|
|
|
|
libsupport_a_LIBADD = @LIBOBJS@
|
|
|
|
ETAGS_ARGS = --c++
|
|
|
|
INCLUDES = -I${srcdir}/../
|
1999-10-19 20:59:27 +00:00
|
|
|
|
|
|
|
if USE_LYXSTRING
|
|
|
|
LYXSTRING = lyxstring.C lyxstring.h
|
|
|
|
endif
|
|
|
|
|
1999-10-02 16:21:10 +00:00
|
|
|
libsupport_a_SOURCES = \
|
1999-10-07 18:44:17 +00:00
|
|
|
DebugStream.C \
|
|
|
|
DebugStream.h \
|
1999-10-02 16:21:10 +00:00
|
|
|
FileInfo.C \
|
|
|
|
FileInfo.h \
|
|
|
|
LAssert.h \
|
1999-10-23 17:26:19 +00:00
|
|
|
LIstream.h \
|
|
|
|
LOstream.h \
|
1999-11-09 22:20:24 +00:00
|
|
|
LRegex.C \
|
|
|
|
LRegex.h \
|
|
|
|
LSubstring.C \
|
|
|
|
LSubstring.h \
|
1999-11-15 10:54:16 +00:00
|
|
|
block.h \
|
1999-10-02 16:21:10 +00:00
|
|
|
filetools.C \
|
|
|
|
filetools.h \
|
|
|
|
lstrings.C \
|
|
|
|
lstrings.h \
|
|
|
|
lyxlib.h \
|
1999-10-19 20:59:27 +00:00
|
|
|
$(LYXSTRING) lyxsum.C \
|
1999-10-13 17:32:46 +00:00
|
|
|
path.h \
|
1999-10-02 16:21:10 +00:00
|
|
|
syscall.C \
|
|
|
|
syscall.h \
|
|
|
|
syscontr.C \
|
|
|
|
syscontr.h \
|
|
|
|
syssingleton.C \
|
|
|
|
textutils.h
|
1999-11-04 01:40:20 +00:00
|
|
|
|