]> git.lyx.org Git - features.git/blob - src/support/Makefile.am
LSubstring and LRegex added, some small cleanup in FileInfo, audited most of the...
[features.git] / src / support / Makefile.am
1 AUTOMAKE_OPTIONS = foreign
2 noinst_LIBRARIES = libsupport.a
3 libsupport_a_LIBADD = @LIBOBJS@
4 ETAGS_ARGS = --c++
5 INCLUDES = -I${srcdir}/../
6
7 if USE_LYXSTRING
8 LYXSTRING = lyxstring.C lyxstring.h
9 endif
10
11 libsupport_a_SOURCES = \
12         DebugStream.C \
13         DebugStream.h \
14         FileInfo.C \
15         FileInfo.h \
16         LAssert.h \
17         LIstream.h \
18         LOstream.h \
19         LRegex.C \
20         LRegex.h \
21         LSubstring.C \
22         LSubstring.h \
23         filetools.C \
24         filetools.h \
25         lstrings.C \
26         lstrings.h \
27         lyxlib.h \
28         $(LYXSTRING) lyxsum.C \
29         path.h \
30         syscall.C \
31         syscall.h \
32         syscontr.C \
33         syscontr.h \
34         syssingleton.C \
35         textutils.h
36