]> git.lyx.org Git - lyx.git/blob - src/support/Makefile.am
small cleanup, doxygen, formatting changes
[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         fmt.C \
42         getUserName.C \
43         getcwd.C \
44         kill.C \
45         lstrings.C \
46         lstrings.h \
47         lxtl.h \
48         lyxalgo.h \
49         lyxfunctional.h \
50         lyxlib.h \
51         lyxmanip.h \
52         $(LYXSTRING) lyxsum.C \
53         mkdir.C \
54         path.C \
55         path.h \
56         putenv.C \
57         rename.C \
58         rmdir.C \
59         snprintf.h \
60         snprintf.c \
61         sstream.h \
62         $(REGEX) syscall.C \
63         syscall.h \
64         syscontr.C \
65         syscontr.h \
66         syssingleton.C \
67         tempname.C \
68         translator.h \
69         textutils.h \
70         unlink.C