]> git.lyx.org Git - lyx.git/blob - src/support/Makefile.am
toc support reorganization; changes to xform_helpers; aspect ratio patch from herbert
[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         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         fmt.C \
34         forkedcall.C \
35         forkedcall.h \
36         forkedcontr.C \
37         forkedcontr.h \
38         getcwd.C \
39         kill.C \
40         limited_stack.h \
41         lstrings.C \
42         lstrings.h \
43         lyxalgo.h \
44         lyxfunctional.h \
45         lyxlib.h \
46         lyxmanip.h \
47         $(LYXSTRING) lyxsum.C \
48         mkdir.C \
49         nt_defines.h \
50         os2_defines.h \
51         os2_errortable.h \
52         path.C \
53         path.h \
54         putenv.C \
55         rename.C \
56         rmdir.C \
57         smart_ptr.h \
58         snprintf.h \
59         snprintf.c \
60         sstream.h \
61         systemcall.C \
62         systemcall.h \
63         tempname.C \
64         textutils.h \
65         translator.h \
66         types.h \
67         unlink.C \
68         utility.h