]> git.lyx.org Git - lyx.git/blobdiff - src/support/Makefile.am
* lyxfunctional.h: delete compare_memfun and helper classes
[lyx.git] / src / support / Makefile.am
index fa803b8d81bb89003be6afda3262d2c3c7f0384f..a21958e61afa810385f271d1305b88992fd99df6 100644 (file)
@@ -1,40 +1,33 @@
 include $(top_srcdir)/config/common.am
 
-nodist_include_HEADERS = path_defines.C
 noinst_LTLIBRARIES = libsupport.la
 
-CLEANFILES = path_defines.C
+CLEANFILES += path_defines.C
 
 INCLUDES = -I$(srcdir)/../ $(BOOST_INCLUDES)
 
-EXTRA_DIST = path_defines.C.in lyxstring.C lyxstring.h \
-            os_unix.C os_win32.C os_os2.C
+EXTRA_DIST = path_defines.C.in os_unix.C os_win32.C os_os2.C
 
-if USE_LYXSTRING
-LYXSTRING = lyxstring.C lyxstring.h
+if USE_COMPRESSION
+COMPRESSION = gzstream.C gzstream.h
 endif
 
 BUILT_SOURCES = path_defines.C
 
+AM_CXXFLAGS = $(PCH_FLAGS)
+
 libsupport_la_SOURCES = \
-       BoostFormat.h \
-       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 \
-       boost-inst.C \
        chdir.C \
        copy.C \
+       copied_ptr.h \
+       cow_ptr.h \
+       debugstream.h \
        filename.C \
        filename.h \
        filetools.C \
@@ -46,9 +39,9 @@ libsupport_la_SOURCES = \
        forkedcontr.C \
        forkedcontr.h \
        getcwd.C \
-       gzstream.C \
-       gzstream.h \
-       kill.C \
+       globbing.C \
+       globbing.h \
+       $(COMPRESSION) kill.C \
        limited_stack.h \
        lstrings.C \
        lstrings.h \
@@ -58,20 +51,23 @@ libsupport_la_SOURCES = \
        lyxmanip.h \
        lyxtime.C \
        lyxtime.h \
-       $(LYXSTRING) lyxsum.C \
+       lyxsum.C \
        mkdir.C \
-       nt_defines.h \
+       os.C \
+       os.h \
        os2_defines.h \
        os2_errortable.h \
        path.C \
        path.h \
        path_defines.C \
+       path_defines.h \
        putenv.C \
        rename.C \
        rmdir.C \
-       snprintf.h \
-       snprintf.c \
-       sstream.h \
+       socktools.C \
+       socktools.h \
+       std_istream.h \
+       std_ostream.h \
        systemcall.C \
        systemcall.h \
        tempname.C \