]> git.lyx.org Git - lyx.git/blobdiff - config/common.am
cua.bind: switch shortcuts for bold and boldsymbol
[lyx.git] / config / common.am
index 12c7d3d07d08369d8d1be32f4c32db0de276c99e..cabc35a4c02f05d628ea617de02841ebae80f543 100644 (file)
@@ -1,5 +1,3 @@
-AUTOMAKE_OPTIONS = foreign dist-bzip2
-
 CLEANFILES = pch.h.gch
 
 DISTCLEANFILES= pch.h.gch.dep *.orig *.rej *~ *.bak core
@@ -22,7 +20,7 @@ $(PCH_FILE): $(PCH_SOURCE)
        $(MAKE) PCH_FLAGS= pch-file
 
 pch-file:
-       $(CXXCOMPILE) -x c++-header $(PCH_SOURCE) -o $(PCH_FILE) \
+       $(CXXCOMPILE) -x c++-header -fPIC -DPIC $(PCH_SOURCE) -o $(PCH_FILE) \
        -MT $(PCH_FILE)  -MD -MP -MF "./$(PCH_FILE).Tdep" \
        && mv "./$(PCH_FILE).Tdep" "./$(PCH_FILE).dep" \
        || rm "./$(PCH_FILE).Tdep"
@@ -30,16 +28,4 @@ endif
 
 SUFFIXES = .gch
 
-if USE_INCLUDED_BOOST
-BOOST_INCLUDES = -I$(top_srcdir)/boost
-BOOST_FILESYSTEM = $(top_builddir)/boost/libs/filesystem/src/libboost_filesystem.la
-BOOST_REGEX = $(top_builddir)/boost/libs/regex/src/libboost_regex.la
-BOOST_SIGNALS = $(top_builddir)/boost/libs/signals/src/libboost_signals.la
-else
-BOOST_INCLUDES =
-BOOST_FILESYSTEM = -lboost_filesystem
-BOOST_REGEX = -lboost_regex
-BOOST_SIGNALS = -lboost_signals
-endif
-
 LIBS =