]> git.lyx.org Git - features.git/blob - src/support/Makefile.am
os:: patch from Ruurd + bindings display fix
[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 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         os.C \
33         os.h \
34         StrPool.C \
35         StrPool.h \
36         abort.C \
37         atoi.C \
38         chdir.C \
39         copy.C \
40         date.C \
41         filetools.C \
42         filetools.h \
43         fmt.C \
44         getUserName.C \
45         getcwd.C \
46         kill.C \
47         lstrings.C \
48         lstrings.h \
49         lxtl.h \
50         lyxalgo.h \
51         lyxfunctional.h \
52         lyxlib.h \
53         lyxmanip.h \
54         $(LYXSTRING) lyxsum.C \
55         mkdir.C \
56         path.C \
57         path.h \
58         putenv.C \
59         rename.C \
60         rmdir.C \
61         snprintf.h \
62         snprintf.c \
63         sstream.h \
64         $(REGEX) syscall.C \
65         syscall.h \
66         syscontr.C \
67         syscontr.h \
68         syssingleton.C \
69         tempname.C \
70         translator.h \
71         textutils.h \
72         unlink.C