]> git.lyx.org Git - lyx.git/blob - src/support/Makefile.am
remove commented HAVE_SSTREAM code
[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         copy.C \
37         date.C \
38         filetools.C \
39         filetools.h \
40         getUserName.C \
41         getcwd.C \
42         kill.C \
43         lstrings.C \
44         lstrings.h \
45         lxtl.h \
46         lyxalgo.h \
47         lyxlib.h \
48         lyxmanip.h \
49         $(LYXSTRING) lyxsum.C \
50         mkdir.C \
51         path.C \
52         path.h \
53         putenv.C \
54         rename.C \
55         sstream.h \
56         $(REGEX) syscall.C \
57         syscall.h \
58         syscontr.C \
59         syscontr.h \
60         syssingleton.C \
61         translator.h \
62         textutils.h \
63         utility.hpp