]> git.lyx.org Git - lyx.git/blob - src/support/Makefile.am
small changes and two patches from Dekel
[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 BOOST_INCLUDES = -I$(top_srcdir)/boost
8 INCLUDES = -I${srcdir}/../ $(BOOST_INCLUDES)
9
10 EXTRA_DIST = lyxstring.C lyxstring.h regex.c lyxregex.h
11
12 if USE_LYXSTRING
13 LYXSTRING = lyxstring.C lyxstring.h
14 endif
15 if USE_REGEX
16 REGEX = regex.c lyxregex.h
17 endif
18
19 libsupport_la_SOURCES = \
20         DebugStream.C \
21         DebugStream.h \
22         FileInfo.C \
23         FileInfo.h \
24         LAssert.C \
25         LAssert.h \
26         LIstream.h \
27         LOstream.h \
28         LRegex.C \
29         LRegex.h \
30         LSubstring.C \
31         LSubstring.h \
32         StrPool.C \
33         StrPool.h \
34         abort.C \
35         atoi.C \
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