This commit was manufactured by cvs2svn to create tag 'lyx-1_3_7'.
[lyx.git] / src / support / Makefile.am
blob0ab9475edb5961943962125bc529aec33addb2ab
1 include $(top_srcdir)/config/common.am
3 noinst_LTLIBRARIES = libsupport.la
5 INCLUDES = -I$(srcdir)/.. $(BOOST_INCLUDES)
7 EXTRA_DIST = lyxstring.C lyxstring.h \
8              os_cygwin.C os_unix.C os_win32.C os_win32.h os_os2.C
10 if USE_LYXSTRING
11 LYXSTRING = lyxstring.C lyxstring.h
12 endif
14 localedir = $(datadir)/locale
16 libsupport_la_SOURCES = \
17         DebugStream.C \
18         DebugStream.h \
19         FileInfo.C \
20         FileInfo.h \
21         FileMonitor.h \
22         FileMonitor.C \
23         LAssert.C \
24         LAssert.h \
25         LIstream.h \
26         LOstream.h \
27         os.C \
28         os.h \
29         abort.C \
30         atoi.C \
31         chdir.C \
32         copy.C \
33         filetools.C \
34         filetools.h \
35         forkedcall.C \
36         forkedcall.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         $(LYXSTRING) lyxsum.C \
49         mkdir.C \
50         nt_defines.h \
51         os2_defines.h \
52         os2_errortable.h \
53         package.C \
54         package.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         tempname.C \
66         textutils.h \
67         translator.h \
68         types.h \
69         unlink.C
71 package.lo: ../config.h \
72         package.C package.h DebugStream.h FileInfo.h \
73         filetools.h LAssert.h LOstream.h lstrings.h lyxlib.h os.h \
74         $(top_srcdir)/src/BoostFormat.h $(top_srcdir)/src/debug.h \
75         $(top_srcdir)/src/gettext.h $(top_srcdir)/src/Lsstream.h \
76         $(top_srcdir)/src/LString.h
77         $(CXXCOMPILE) \
78                 -DLYX_DIR=\"$(LYX_ABS_INSTALLED_DATADIR)\" \
79                 -DTOP_SRCDIR=\"$(LYX_ABS_TOP_SRCDIR)\" \
80                 -DLOCALEDIR=\"$(LYX_ABS_INSTALLED_LOCALEDIR)\" \
81                 -c $(top_srcdir)/src/support/package.C && \
82         echo "timestamp" > $@