]> git.lyx.org Git - lyx.git/blob - src/support/Makefile.am
fix crossref label list, some debug messages + various
[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         abort.C \
27         block.h \
28         chdir.C \
29         date.C \
30         filetools.C \
31         filetools.h \
32         getUserName.C \
33         getcwd.C \
34         kill.C \
35         lstrings.C \
36         lstrings.h \
37         lyxlib.h \
38         $(LYXSTRING) lyxsum.C \
39         mkdir.C \
40         path.h \
41         putenv.C \
42         $(REGEX) syscall.C \
43         syscall.h \
44         syscontr.C \
45         syscontr.h \
46         syssingleton.C \
47         textutils.h