]> git.lyx.org Git - lyx.git/blob - src/support/Makefile.am
Small things in my tree.
[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         abort.C \
32         block.h \
33         chdir.C \
34         date.C \
35         filetools.C \
36         filetools.h \
37         getUserName.C \
38         getcwd.C \
39         kill.C \
40         lstrings.C \
41         lstrings.h \
42         lxtl.h \
43         lyxalgo.h \
44         lyxlib.h \
45         lyxmanip.h \
46         $(LYXSTRING) lyxsum.C \
47         mkdir.C \
48         path.C \
49         path.h \
50         putenv.C \
51         $(REGEX) syscall.C \
52         syscall.h \
53         syscontr.C \
54         syscontr.h \
55         syssingleton.C \
56         textutils.h