]> git.lyx.org Git - lyx.git/blob - src/support/Makefile.am
Make lyx2lyx output the new external inset format.
[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         BoostFormat.h \
16         DebugStream.C \
17         DebugStream.h \
18         FileInfo.C \
19         FileInfo.h \
20         FileMonitor.h \
21         FileMonitor.C \
22         LAssert.C \
23         LAssert.h \
24         LIstream.h \
25         LOstream.h \
26         os.C \
27         os.h \
28         abort.C \
29         atoi.C \
30         boost-inst.C \
31         chdir.C \
32         copy.C \
33         filetools.C \
34         filetools.h \
35         forkedcall.C \
36         forkedcall.h \
37         forkedcallqueue.C \
38         forkedcallqueue.h \
39         forkedcontr.C \
40         forkedcontr.h \
41         getcwd.C \
42         kill.C \
43         limited_stack.h \
44         lstrings.C \
45         lstrings.h \
46         lyxalgo.h \
47         lyxfunctional.h \
48         lyxlib.h \
49         lyxmanip.h \
50         lyxtime.C \
51         lyxtime.h \
52         $(LYXSTRING) lyxsum.C \
53         mkdir.C \
54         nt_defines.h \
55         os2_defines.h \
56         os2_errortable.h \
57         path.C \
58         path.h \
59         putenv.C \
60         rename.C \
61         rmdir.C \
62         snprintf.h \
63         snprintf.c \
64         sstream.h \
65         systemcall.C \
66         systemcall.h \
67         tempname.C \
68         textutils.h \
69         tostr.h \
70         tostr.C \
71         translator.h \
72         types.h \
73         userinfo.C \
74         userinfo.h \
75         unlink.C