]> git.lyx.org Git - lyx.git/blob - src/support/Makefile.am
1a7e10d477db9f39b46707563f15793448ae0212
[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 \
8              os_unix.C os_win32.C os_os2.C
9
10 if USE_LYXSTRING
11 LYXSTRING = lyxstring.C lyxstring.h
12 endif
13
14 libsupport_la_SOURCES = \
15         DebugStream.C \
16         DebugStream.h \
17         FileInfo.C \
18         FileInfo.h \
19         LAssert.C \
20         LAssert.h \
21         LIstream.h \
22         LOstream.h \
23         os.C \
24         os.h \
25         StrPool.C \
26         StrPool.h \
27         abort.C \
28         atoi.C \
29         chdir.C \
30         copy.C \
31         date.C \
32         filetools.C \
33         filetools.h \
34         fmt.C \
35         forkedcall.C \
36         forkedcall.h \
37         forkedcontr.C \
38         forkedcontr.h \
39         getUserName.C \
40         getcwd.C \
41         kill.C \
42         limited_stack.h \
43         lstrings.C \
44         lstrings.h \
45         lxtl.h \
46         lyxalgo.h \
47         lyxfunctional.h \
48         lyxlib.h \
49         lyxmanip.h \
50         $(LYXSTRING) lyxsum.C \
51         mkdir.C \
52         nt_defines.h \
53         os2_defines.h \
54         os2_errortable.h \
55         path.C \
56         path.h \
57         putenv.C \
58         rename.C \
59         rmdir.C \
60         smart_ptr.h \
61         snprintf.h \
62         snprintf.c \
63         sstream.h \
64         systemcall.C \
65         systemcall.h \
66         tempname.C \
67         textutils.h \
68         translator.h \
69         types.h \
70         unlink.C \
71         utility.h