X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2FMakefile.am;h=5633ecfaa45d58ec1e05e7f56d779fdd208cebc5;hb=c8089f8bf9d66c8428e8869895c61145ee4dd5e9;hp=3b13ab6e9a632a8d826a97108749184060065e3f;hpb=2cf98b74fc52411dfe61eed649ae755fc1b25df8;p=features.git diff --git a/src/support/Makefile.am b/src/support/Makefile.am index 3b13ab6e9a..5633ecfaa4 100644 --- a/src/support/Makefile.am +++ b/src/support/Makefile.am @@ -1,18 +1,25 @@ -AUTOMAKE_OPTIONS = foreign -noinst_LIBRARIES = libsupport.a -libsupport_a_LIBADD = @LIBOBJS@ -ETAGS_ARGS = --c++ -INCLUDES = -I${srcdir}/../ +include $(top_srcdir)/config/common.am + +noinst_LTLIBRARIES = libsupport.la + +INCLUDES = -I$(srcdir)/../ $(SIGC_INCLUDES) $(BOOST_INCLUDES) + +EXTRA_DIST = lyxstring.C lyxstring.h regex.c lyxregex.h \ + os_unix.C os_win32.C os_os2.C 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 +27,51 @@ libsupport_a_SOURCES = \ LRegex.h \ LSubstring.C \ LSubstring.h \ + os.C \ + os.h \ + StrPool.C \ + StrPool.h \ + abort.C \ + atoi.C \ + chdir.C \ + copy.C \ + date.C \ filetools.C \ filetools.h \ + fmt.C \ + forkedcall.C \ + forkedcall.h \ + forkedcontr.C \ + forkedcontr.h \ + getUserName.C \ + getcwd.C \ + kill.C \ lstrings.C \ lstrings.h \ + lxtl.h \ + lyxalgo.h \ + lyxfunctional.h \ lyxlib.h \ + lyxmanip.h \ $(LYXSTRING) lyxsum.C \ + mkdir.C \ + nt_defines.h \ + os2_defines.h \ + os2_errortable.h \ + path.C \ path.h \ - syscall.C \ - syscall.h \ - syscontr.C \ - syscontr.h \ - syssingleton.C \ - textutils.h - + putenv.C \ + rename.C \ + rmdir.C \ + smart_ptr.h \ + snprintf.h \ + snprintf.c \ + sstream.h \ + $(REGEX) systemcall.C \ + systemcall.h \ + tempname.C \ + textutils.h \ + translator.h \ + types.h \ + unlink.C \ + utility.h