]> git.lyx.org Git - lyx.git/blobdiff - src/support/Makefile.am
utilize the 3rd arg of the boost smart pointers, remove own adaptation of boost smart...
[lyx.git] / src / support / Makefile.am
index bcdf36a57748ea3336e87025a8110ffad4b5e95f..eb7941d94bd42ce4cf4e5a8f952e5d5c998614a9 100644 (file)
@@ -1,30 +1,65 @@
-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 \
+            os_unix.C os_win32.C os_os2.C
 
 if USE_LYXSTRING
 LYXSTRING = lyxstring.C lyxstring.h
 endif
 
-libsupport_a_SOURCES = \
+libsupport_la_SOURCES = \
        DebugStream.C \
        DebugStream.h \
        FileInfo.C \
        FileInfo.h \
+       FileMonitor.h \
+       FileMonitor.C \
+       LAssert.C \
        LAssert.h \
+       LIstream.h \
+       LOstream.h \
+       os.C \
+       os.h \
+       abort.C \
+       atoi.C \
+       chdir.C \
+       copy.C \
        filetools.C \
        filetools.h \
+       forkedcall.C \
+       forkedcall.h \
+       forkedcontr.C \
+       forkedcontr.h \
+       getcwd.C \
+       kill.C \
+       limited_stack.h \
        lstrings.C \
        lstrings.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 \
+       snprintf.h \
+       snprintf.c \
+       sstream.h \
+       systemcall.C \
+       systemcall.h \
+       tempname.C \
+       textutils.h \
+       translator.h \
+       types.h \
+       unlink.C