]> git.lyx.org Git - lyx.git/blob - src/support/Makefile.am
in addition to the changes mentioned in ChangeLog, there is the usual batch of whites...
[lyx.git] / src / support / Makefile.am
1 AUTOMAKE_OPTIONS = foreign
2 pkglib_LTLIBRARIES = libsupport.la
3 LIBS =
4 ETAGS_ARGS = --c++
5 INCLUDES = -I${srcdir}/../
6
7 if USE_LYXSTRING
8 LYXSTRING = lyxstring.C lyxstring.h
9 endif
10
11 libsupport_la_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         block.h \
24         filetools.C \
25         filetools.h \
26         lstrings.C \
27         lstrings.h \
28         lyxlib.h \
29         $(LYXSTRING) lyxsum.C \
30         path.h \
31         syscall.C \
32         syscall.h \
33         syscontr.C \
34         syscontr.h \
35         syssingleton.C \
36         textutils.h