]> git.lyx.org Git - features.git/blob - src/support/Makefile.am
get rid of dead code, some new functions constify variables.
[features.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         atoi.C \
35         block.h \
36         chdir.C \
37         copy.C \
38         date.C \
39         filetools.C \
40         filetools.h \
41         getUserName.C \
42         getcwd.C \
43         kill.C \
44         lstrings.C \
45         lstrings.h \
46         lxtl.h \
47         lyxalgo.h \
48         lyxlib.h \
49         lyxmanip.h \
50         $(LYXSTRING) lyxsum.C \
51         mkdir.C \
52         path.C \
53         path.h \
54         putenv.C \
55         rename.C \
56         rmdir.C \
57         sstream.h \
58         $(REGEX) syscall.C \
59         syscall.h \
60         syscontr.C \
61         syscontr.h \
62         syssingleton.C \
63         translator.h \
64         textutils.h \
65         unlink.C \
66         utility.hpp