]> git.lyx.org Git - lyx.git/blob - src/support/Makefile.am
cosmetic fix
[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         filename.C \
34         filename.h \
35         filetools.C \
36         filetools.h \
37         forkedcall.C \
38         forkedcall.h \
39         forkedcallqueue.C \
40         forkedcallqueue.h \
41         forkedcontr.C \
42         forkedcontr.h \
43         getcwd.C \
44         kill.C \
45         limited_stack.h \
46         lstrings.C \
47         lstrings.h \
48         lyxalgo.h \
49         lyxfunctional.h \
50         lyxlib.h \
51         lyxmanip.h \
52         lyxtime.C \
53         lyxtime.h \
54         $(LYXSTRING) lyxsum.C \
55         mkdir.C \
56         nt_defines.h \
57         os2_defines.h \
58         os2_errortable.h \
59         path.C \
60         path.h \
61         putenv.C \
62         rename.C \
63         rmdir.C \
64         snprintf.h \
65         snprintf.c \
66         sstream.h \
67         systemcall.C \
68         systemcall.h \
69         tempname.C \
70         textutils.h \
71         tostr.h \
72         tostr.C \
73         translator.h \
74         types.h \
75         userinfo.C \
76         userinfo.h \
77         unlink.C