]> git.lyx.org Git - features.git/blob - src/support/Makefile.am
erase->clear, AM_CONDTIONAL for conditional compilation of lyxstring, better LYX_CXX_...
[features.git] / src / support / Makefile.am
1 AUTOMAKE_OPTIONS = foreign
2 noinst_LIBRARIES = libsupport.a
3 libsupport_a_LIBADD = @LIBOBJS@
4 ETAGS_ARGS = --c++
5 INCLUDES = -I${srcdir}/../
6
7 if USE_LYXSTRING
8 LYXSTRING = lyxstring.C lyxstring.h
9 endif
10
11 libsupport_a_SOURCES = \
12         DebugStream.C \
13         DebugStream.h \
14         FileInfo.C \
15         FileInfo.h \
16         LAssert.h \
17         filetools.C \
18         filetools.h \
19         lstrings.C \
20         lstrings.h \
21         lyxlib.h \
22         $(LYXSTRING) lyxsum.C \
23         path.h \
24         syscall.C \
25         syscall.h \
26         syscontr.C \
27         syscontr.h \
28         syssingleton.C \
29         textutils.h
30