View | Details | Raw Unified
Collapse All | Expand All

(-) hunspell-1.1.2~/src/parsers/Makefile.am (-2 / +8 lines)
 Lines 1-8    Link Here 
lib_LIBRARIES = libhunspell.a
lib_LIBRARIES = libhunspell.a libhunspell_pic.a
libhunspell_a_SOURCES=affentry.cxx affixmgr.cxx csutil.cxx \
libhunspell_a_SOURCES=affentry.cxx affixmgr.cxx csutil.cxx \
		     dictmgr.cxx hashmgr.cxx hunspell.cxx \
		     dictmgr.cxx hashmgr.cxx hunspell.cxx \
	             suggestmgr.cxx utf_info.cxx license.myspell license.hunspell
	             suggestmgr.cxx utf_info.cxx license.myspell license.hunspell
libhunspell_pic_a_SOURCES=$(libhunspell_a_SOURCES)
libhunspell_pic_a_CXXFLAGS= -fPIC
include_HEADERS=affentry.hxx htypes.hxx affixmgr.hxx \
include_HEADERS=affentry.hxx htypes.hxx affixmgr.hxx \
	        csutil.hxx hunspell.hxx atypes.hxx dictmgr.hxx \
	        csutil.hxx hunspell.hxx atypes.hxx dictmgr.hxx \
		suggestmgr.hxx baseaffix.hxx hashmgr.hxx langnum.hxx
		suggestmgr.hxx baseaffix.hxx hashmgr.hxx langnum.hxx
 Lines 1-8    Link Here 
lib_LIBRARIES=libparsers.a
lib_LIBRARIES=libparsers.a libparsers_pic.a
libparsers_a_SOURCES=firstparser.cxx htmlparser.cxx \
libparsers_a_SOURCES=firstparser.cxx htmlparser.cxx \
		      latexparser.cxx  manparser.cxx \
		      latexparser.cxx  manparser.cxx \
		      textparser.cxx 
		      textparser.cxx 
libparsers_pic_a_SOURCES=$(libparsers_a_SOURCES)
libparsers_pic_a_CXXFLAGS= -fPIC
#include_hunspelldir
#include_hunspelldir
include_HEADERS = firstparser.hxx \
include_HEADERS = firstparser.hxx \
		  htmlparser.hxx \
		  htmlparser.hxx \