## AbiSource Applications ## Copyright (C) 2004 Luca Padovani ## Copyright (C) 2005 Jean Brefort ## ## 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. plugindir = @ABI_PLUGIN_DIR@ INCLUDES = $(AF_INCLUDES) $(ICONV_INCLUDES) $(WP_INCLUDES) $(OTHER_INCLUDES) $(GOFFICE_CFLAGS) $(TEXT_INCLUDES) CPPFLAGS = @ABI_CPPFLAGS@ @CPPFLAGS@ @PLATFORM_CPPFLAGS@ LDFLAGS = @LDFLAGS@ @GOFFICE_LIBS@ @PLATFORM_LDFLAGS@ plugin_LTLIBRARIES = libAbiGOffice.la libAbiGOffice_la_SOURCES = \ AbiGOffice.cpp \ AbiGOChart.cpp \ AbiGOComponent.cpp \ ie_imp_GOChart.cpp \ ie_imp_GOComponent.cpp \ AbiGOChart.h \ AbiGOComponent.h \ AbiGOffice.h \ ie_imp_GOChart.h \ ie_imp_GOComponent.h libAbiGOffice_la_LDFLAGS = -no-undefined -module -avoid-version # remove libAbiGOChart if installed install-data-hook: if [ -x @ABI_PLUGIN_DIR@/libAbiGOChart.so ]; \ then \ rm -f @ABI_PLUGIN_DIR@/libAbiGOChart.*; \ fi