]> git.lyx.org Git - lyx.git/blobdiff - src/support/Makefile.am
more changes read the ChangeLog
[lyx.git] / src / support / Makefile.am
index 3b13ab6e9a632a8d826a97108749184060065e3f..2bc70a97f7b0f6704359bf243d2140f55d8db61a 100644 (file)
@@ -1,18 +1,26 @@
 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}/../
 
+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_a_SOURCES = \
+libsupport_la_SOURCES = \
        DebugStream.C \
        DebugStream.h \
        FileInfo.C \
        FileInfo.h \
+       LAssert.C \
        LAssert.h \
        LIstream.h \
        LOstream.h \
@@ -20,17 +28,33 @@ libsupport_a_SOURCES = \
        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 \
+       lyxmanip.h \
        $(LYXSTRING) lyxsum.C \
+       mkdir.C \
+       path.C \
        path.h \
-       syscall.C \
+       putenv.C \
+       $(REGEX) syscall.C \
        syscall.h \
        syscontr.C \
        syscontr.h \
        syssingleton.C \
-       textutils.h
-
+       translator.h \
+       textutils.h \
+       utility.hpp