## AbiSource Applications ## Copyright (C) 2001 Sam Tobin-Hochstadt ## ## This program is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License ## as published by the Free Software Foundation; either version 2 ## of the License, or (at your option) any later version. ## ## This program is distributed in the hope that it will be useful, ## but WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ## GNU General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with this program; if not, write to the Free Software ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ## 02111-1307, USA. include $(top_srcdir)/includes.mk INCLUDES= $(TEXT_INCLUDES) $(WP_INCLUDES) $(AF_INCLUDES) $(OTHER_INCLUDES) SUBDIRS = t noinst_LIBRARIES = libPtbl.a libPtbl_a_SOURCES= \ pd_Document.cpp \ pd_Document_TestRoutines.cpp \ pd_Style.cpp \ pf_Frag.cpp \ pf_Frag_FmtMark.cpp \ pf_Frag_Object.cpp \ pf_Frag_Strux.cpp \ pf_Frag_Strux_Block.cpp \ pf_Frag_Strux_Section.cpp \ pf_Frag_TestRoutines.cpp \ pf_Frag_Text.cpp \ pf_Fragments.cpp \ pf_Frags_TestRoutines.cpp \ pp_AttrProp.cpp \ pp_Property.cpp \ pp_PropertyMap.cpp \ pp_TableAttrProp.cpp \ pp_Revision.cpp \ po_Bookmark.cpp \ pt_PieceTable.cpp \ pt_PT_Append.cpp \ pt_PT_ChangeObject.cpp \ pt_PT_ChangeSpan.cpp \ pt_PT_ChangeStrux.cpp \ pt_PT_FmtMark.cpp \ pt_PT_Glob.cpp \ pt_PT_DeleteObject.cpp \ pt_PT_DeleteSpan.cpp \ pt_PT_DeleteStrux.cpp \ pt_PT_InsertObject.cpp \ pt_PT_InsertSpan.cpp \ pt_PT_InsertStrux.cpp \ pt_PT_Listener.cpp \ pt_PT_Styles.cpp \ pt_PT_TestRoutines.cpp \ pt_PT_Undo.cpp \ pt_VarSet.cpp \ px_ChangeHistory.cpp \ px_CH_TestRoutines.cpp \ px_ChangeRecord.cpp \ px_CR_FmtMark.cpp \ px_CR_FmtMarkChange.cpp \ px_CR_Glob.cpp \ px_CR_Object.cpp \ px_CR_ObjectChange.cpp \ px_CR_Span.cpp \ px_CR_SpanChange.cpp \ px_CR_Strux.cpp \ px_CR_StruxChange.cpp \ px_CR_Style.cpp \ px_CR_DocProp.cpp \ px_CR_DataItem.cpp \ px_CR_TestRoutines.cpp \ fd_Field.cpp \ pd_Iterator.cpp EXTRA_DIST = \ Makefile \ README.TXT \ $(headers_DATA) #headersdir = $(ABIWORD_HEADERSDIR)/text/ptbl/xp noinst_HEADERS = \ fd_Field.h \ pd_Document.h \ pd_Iterator.h \ pd_Style.h \ pf_Frag_FmtMark.h \ pf_Frag.h \ pf_Fragments.h \ pf_Frag_Object.h \ pf_Frag_Strux_Block.h \ pf_Frag_Strux.h \ pf_Frag_Strux_Section.h \ pf_Frag_Text.h \ pl_Listener.h \ po_Bookmark.h \ pp_AttrProp.h \ pp_Property.h \ pp_PropertyMap.h \ pp_Revision.h \ pp_TableAttrProp.h \ pt_PieceTable.h \ pt_Types.h \ pt_VarSet.h \ px_ChangeHistory.h \ px_ChangeRecord.h \ px_CR_DataItem.h \ px_CR_DocProp.h \ px_CR_FmtMarkChange.h \ px_CR_FmtMark.h \ px_CR_Glob.h \ px_CR_ObjectChange.h \ px_CR_Object.h \ px_CR_SpanChange.h \ px_CR_Span.h \ px_CR_StruxChange.h \ px_CR_Strux.h \ px_CR_Style.h