]> git.lyx.org Git - lyx.git/blobdiff - src/support/Makefile.am
noncopyable + read ChangeLog
[lyx.git] / src / support / Makefile.am
index abeebb67c513016ac18a3763a0c80f4de8ec9197..a7a038facc86209d1fb45921755096271434d9c7 100644 (file)
@@ -1,23 +1,59 @@
 AUTOMAKE_OPTIONS = foreign
-noinst_LIBRARIES = libsupport.a
-libsupport_a_LIBADD = @LIBOBJS@
-ETAGS_ARGS = --c++
+DISTCLEANFILES= *.orig *.rej *~ *.bak core
+MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
+noinst_LTLIBRARIES = libsupport.la
+LIBS =
+ETAGS_ARGS = --lang=c++
 INCLUDES = -I${srcdir}/../
-libsupport_a_SOURCES = \
+
+EXTRA_DIST = lyxstring.C lyxstring.h regex.c lyxregex.h
+
+if USE_LYXSTRING
+LYXSTRING = lyxstring.C lyxstring.h
+endif
+if USE_REGEX
+REGEX = regex.c lyxregex.h
+endif
+
+libsupport_la_SOURCES = \
+       DebugStream.C \
+       DebugStream.h \
        FileInfo.C \
        FileInfo.h \
+       LAssert.C \
        LAssert.h \
+       LIstream.h \
+       LOstream.h \
+       LRegex.C \
+       LRegex.h \
+       LSubstring.C \
+       LSubstring.h \
+       StrPool.C \
+       StrPool.h \
+       abort.C \
+       block.h \
+       chdir.C \
+       date.C \
        filetools.C \
        filetools.h \
+       getUserName.C \
+       getcwd.C \
+       kill.C \
        lstrings.C \
        lstrings.h \
+       lxtl.h \
+       lyxalgo.h \
        lyxlib.h \
-       lyxstring.C \
-       lyxstring.h \
-       lyxsum.C \
-       syscall.C \
+       lyxmanip.h \
+       $(LYXSTRING) lyxsum.C \
+       mkdir.C \
+       path.C \
+       path.h \
+       putenv.C \
+       $(REGEX) syscall.C \
        syscall.h \
        syscontr.C \
        syscontr.h \
        syssingleton.C \
-       textutils.h
+       textutils.h \
+       utility.hpp