]> git.lyx.org Git - lyx.git/blob - src/support/Makefile.am
6323abc82164651cfa78252eaa842937bf3182ce
[lyx.git] / src / support / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 noinst_LTLIBRARIES = libsupport.la
4
5 INCLUDES = -I$(srcdir)/../ $(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         FileMonitor.h \
20         FileMonitor.C \
21         LAssert.C \
22         LAssert.h \
23         LIstream.h \
24         LOstream.h \
25         os.C \
26         os.h \
27         abort.C \
28         atoi.C \
29         chdir.C \
30         copy.C \
31         filetools.C \
32         filetools.h \
33         forkedcall.C \
34         forkedcall.h \
35         forkedcontr.C \
36         forkedcontr.h \
37         getcwd.C \
38         kill.C \
39         limited_stack.h \
40         lstrings.C \
41         lstrings.h \
42         lyxalgo.h \
43         lyxfunctional.h \
44         lyxlib.h \
45         lyxmanip.h \
46         $(LYXSTRING) lyxsum.C \
47         mkdir.C \
48         nt_defines.h \
49         os2_defines.h \
50         os2_errortable.h \
51         path.C \
52         path.h \
53         putenv.C \
54         rename.C \
55         rmdir.C \
56         snprintf.h \
57         snprintf.c \
58         sstream.h \
59         systemcall.C \
60         systemcall.h \
61         tempname.C \
62         textutils.h \
63         translator.h \
64         types.h \
65         unlink.C