]> git.lyx.org Git - lyx.git/blob - src/support/Makefile.am
noncopyable + read ChangeLog
[lyx.git] / src / support / Makefile.am
1 AUTOMAKE_OPTIONS = foreign
2 DISTCLEANFILES= *.orig *.rej *~ *.bak core
3 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
4 noinst_LTLIBRARIES = libsupport.la
5 LIBS =
6 ETAGS_ARGS = --lang=c++
7 INCLUDES = -I${srcdir}/../
8
9 EXTRA_DIST = lyxstring.C lyxstring.h regex.c lyxregex.h
10
11 if USE_LYXSTRING
12 LYXSTRING = lyxstring.C lyxstring.h
13 endif
14 if USE_REGEX
15 REGEX = regex.c lyxregex.h
16 endif
17
18 libsupport_la_SOURCES = \
19         DebugStream.C \
20         DebugStream.h \
21         FileInfo.C \
22         FileInfo.h \
23         LAssert.C \
24         LAssert.h \
25         LIstream.h \
26         LOstream.h \
27         LRegex.C \
28         LRegex.h \
29         LSubstring.C \
30         LSubstring.h \
31         StrPool.C \
32         StrPool.h \
33         abort.C \
34         block.h \
35         chdir.C \
36         date.C \
37         filetools.C \
38         filetools.h \
39         getUserName.C \
40         getcwd.C \
41         kill.C \
42         lstrings.C \
43         lstrings.h \
44         lxtl.h \
45         lyxalgo.h \
46         lyxlib.h \
47         lyxmanip.h \
48         $(LYXSTRING) lyxsum.C \
49         mkdir.C \
50         path.C \
51         path.h \
52         putenv.C \
53         $(REGEX) syscall.C \
54         syscall.h \
55         syscontr.C \
56         syscontr.h \
57         syssingleton.C \
58         textutils.h \
59         utility.hpp