]> git.lyx.org Git - lyx.git/blob - src/support/Makefile.am
Create a grfx::Loader class and so move large chunks of code out of
[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         LAssert.C \
20         LAssert.h \
21         LIstream.h \
22         LOstream.h \
23         os.C \
24         os.h \
25         abort.C \
26         atoi.C \
27         chdir.C \
28         copy.C \
29         filetools.C \
30         filetools.h \
31         fmt.C \
32         forkedcall.C \
33         forkedcall.h \
34         forkedcontr.C \
35         forkedcontr.h \
36         getcwd.C \
37         kill.C \
38         limited_stack.h \
39         lstrings.C \
40         lstrings.h \
41         lyxalgo.h \
42         lyxfunctional.h \
43         lyxlib.h \
44         lyxmanip.h \
45         $(LYXSTRING) lyxsum.C \
46         mkdir.C \
47         nt_defines.h \
48         os2_defines.h \
49         os2_errortable.h \
50         path.C \
51         path.h \
52         putenv.C \
53         rename.C \
54         rmdir.C \
55         smart_ptr.h \
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 \
66         utility.h