]> git.lyx.org Git - lyx.git/blob - src/support/Makefile.am
Collapse all those LFUN_XYZ_APPLY to a single LFUN_INSET_APPLY.
[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         forkedcallqueue.C \
36         forkedcallqueue.h \
37         forkedcontr.C \
38         forkedcontr.h \
39         getcwd.C \
40         kill.C \
41         limited_stack.h \
42         lstrings.C \
43         lstrings.h \
44         lyxalgo.h \
45         lyxfunctional.h \
46         lyxlib.h \
47         lyxmanip.h \
48         lyxtime.C \
49         lyxtime.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         snprintf.h \
61         snprintf.c \
62         sstream.h \
63         systemcall.C \
64         systemcall.h \
65         userinfo.C \
66         userinfo.h \
67         tempname.C \
68         textutils.h \
69         translator.h \
70         types.h \
71         unlink.C