]> git.lyx.org Git - lyx.git/blob - src/support/Makefile.am
Fix the line-delete-forward bug?
[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 EXTRA_DIST = lyxstring.C lyxstring.h regex.c lyxregex.h
8
9 if USE_LYXSTRING
10 LYXSTRING = lyxstring.C lyxstring.h
11 endif
12 if USE_REGEX
13 REGEX = regex.c lyxregex.h
14 endif
15
16 libsupport_la_SOURCES = \
17         DebugStream.C \
18         DebugStream.h \
19         FileInfo.C \
20         FileInfo.h \
21         LAssert.h \
22         LIstream.h \
23         LOstream.h \
24         LRegex.C \
25         LRegex.h \
26         LSubstring.C \
27         LSubstring.h \
28         abort.C \
29         block.h \
30         chdir.C \
31         date.C \
32         filetools.C \
33         filetools.h \
34         getUserName.C \
35         getcwd.C \
36         kill.C \
37         lstrings.C \
38         lstrings.h \
39         lyxalgo.h \
40         lyxlib.h \
41         lyxmanip.h \
42         $(LYXSTRING) lyxsum.C \
43         mkdir.C \
44         path.C \
45         path.h \
46         putenv.C \
47         $(REGEX) syscall.C \
48         syscall.h \
49         syscontr.C \
50         syscontr.h \
51         syssingleton.C \
52         textutils.h