]> git.lyx.org Git - lyx.git/blob - src/support/Makefile.am
45fa24ee8d5c6674b0c0697dafc74327e1ac1536
[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 libsupport_a_SOURCES = \
7         DebugStream.C \
8         DebugStream.h \
9         FileInfo.C \
10         FileInfo.h \
11         LAssert.h \
12         filetools.C \
13         filetools.h \
14         lstrings.C \
15         lstrings.h \
16         lyxlib.h \
17         lyxstring.C \
18         lyxstring.h \
19         lyxsum.C \
20         path.h \
21         syscall.C \
22         syscall.h \
23         syscontr.C \
24         syscontr.h \
25         syssingleton.C \
26         textutils.h