]> git.lyx.org Git - lyx.git/blob - src/support/Makefile.am
some new (not extensive) changes, some fixes, will probably reverto to .la libs later...
[lyx.git] / src / support / Makefile.am
1 AUTOMAKE_OPTIONS = foreign
2 noinst_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 if USE_REGEX
11 REGEX = regex.c lyxregex.h
12 endif
13
14 libsupport_la_SOURCES = \
15         DebugStream.C \
16         DebugStream.h \
17         FileInfo.C \
18         FileInfo.h \
19         LAssert.h \
20         LIstream.h \
21         LOstream.h \
22         LRegex.C \
23         LRegex.h \
24         LSubstring.C \
25         LSubstring.h \
26         block.h \
27         filetools.C \
28         filetools.h \
29         lstrings.C \
30         lstrings.h \
31         lyxlib.h \
32         $(LYXSTRING) lyxsum.C \
33         path.h \
34         $(REGEX) syscall.C \
35         syscall.h \
36         syscontr.C \
37         syscontr.h \
38         syssingleton.C \
39         textutils.h