]> git.lyx.org Git - lyx.git/blobdiff - src/support/Makefile.am
noncopyable + read ChangeLog
[lyx.git] / src / support / Makefile.am
index 35560ee7e323e8b113fe09ec479b5ddb1c10bedf..a7a038facc86209d1fb45921755096271434d9c7 100644 (file)
@@ -1,9 +1,13 @@
 AUTOMAKE_OPTIONS = foreign
+DISTCLEANFILES= *.orig *.rej *~ *.bak core
+MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
 noinst_LTLIBRARIES = libsupport.la
 LIBS =
-ETAGS_ARGS = --c++
+ETAGS_ARGS = --lang=c++
 INCLUDES = -I${srcdir}/../
 
+EXTRA_DIST = lyxstring.C lyxstring.h regex.c lyxregex.h
+
 if USE_LYXSTRING
 LYXSTRING = lyxstring.C lyxstring.h
 endif
@@ -16,6 +20,7 @@ libsupport_la_SOURCES = \
        DebugStream.h \
        FileInfo.C \
        FileInfo.h \
+       LAssert.C \
        LAssert.h \
        LIstream.h \
        LOstream.h \
@@ -23,6 +28,8 @@ libsupport_la_SOURCES = \
        LRegex.h \
        LSubstring.C \
        LSubstring.h \
+       StrPool.C \
+       StrPool.h \
        abort.C \
        block.h \
        chdir.C \
@@ -34,12 +41,19 @@ libsupport_la_SOURCES = \
        kill.C \
        lstrings.C \
        lstrings.h \
+       lxtl.h \
+       lyxalgo.h \
        lyxlib.h \
+       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