]> git.lyx.org Git - lyx.git/blob - src/support/Makefile.am
b5b553727828aa8a7f293a542c3dd13a654cd9b8
[lyx.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         filetools.C \
20         filetools.h \
21         lstrings.C \
22         lstrings.h \
23         lyxlib.h \
24         $(LYXSTRING) lyxsum.C \
25         path.h \
26         syscall.C \
27         syscall.h \
28         syscontr.C \
29         syscontr.h \
30         syssingleton.C \
31         textutils.h