]> git.lyx.org Git - lyx.git/blob - src/support/Makefile.am
change call to shared_ptr::reset, move some using declarations around
[lyx.git] / src / support / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 noinst_LTLIBRARIES = libsupport.la
4
5 INCLUDES = -I$(srcdir)/../ $(SIGC_INCLUDES) $(BOOST_INCLUDES)
6
7 EXTRA_DIST = lyxstring.C lyxstring.h regex.c lyxregex.h \
8              os_unix.C os_win32.C os_os2.C
9
10 if USE_LYXSTRING
11 LYXSTRING = lyxstring.C lyxstring.h
12 endif
13 if USE_REGEX
14 REGEX = regex.c lyxregex.h
15 endif
16
17 libsupport_la_SOURCES = \
18         DebugStream.C \
19         DebugStream.h \
20         FileInfo.C \
21         FileInfo.h \
22         LAssert.C \
23         LAssert.h \
24         LIstream.h \
25         LOstream.h \
26         LRegex.C \
27         LRegex.h \
28         LSubstring.C \
29         LSubstring.h \
30         os.C \
31         os.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         forkedcall.C \
43         forkedcall.h \
44         forkedcontr.C \
45         forkedcontr.h \
46         getUserName.C \
47         getcwd.C \
48         kill.C \
49         lstrings.C \
50         lstrings.h \
51         lxtl.h \
52         lyxalgo.h \
53         lyxfunctional.h \
54         lyxlib.h \
55         lyxmanip.h \
56         $(LYXSTRING) lyxsum.C \
57         mkdir.C \
58         nt_defines.h \
59         os2_defines.h \
60         os2_errortable.h \
61         path.C \
62         path.h \
63         putenv.C \
64         rename.C \
65         rmdir.C \
66         smart_ptr.h \
67         snprintf.h \
68         snprintf.c \
69         sstream.h \
70         $(REGEX) systemcall.C \
71         systemcall.h \
72         tempname.C \
73         textutils.h \
74         translator.h \
75         types.h \
76         unlink.C \
77         utility.h