## 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= $(AF_INCLUDES) $(WP_INCLUDES) $(TEXT_INCLUDES) $(ICONV_INCLUDES) noinst_LIBRARIES = libXap_mac.a libXap_mac_a_SOURCES= \ xap_MacApp.cpp \ xap_MacDlg_PrintPreview.cpp \ xap_MacClipboard.cpp \ xap_MacDlg_About.cpp \ xap_MacDlg_Image.cpp \ xap_MacDlg_WindowMore.cpp \ xap_MacDlg_Encoding.cpp \ xap_MacDlg_FileOpenSaveAs.cpp \ xap_MacDlg_Zoom.cpp \ xap_MacDlg_FontChooser.cpp \ xap_MacEncodingManager.cpp \ xap_MacDlg_Insert_Symbol.cpp \ xap_MacDlg_Password.cpp \ xap_MacFontManager.cpp \ xap_MacDlg_Language.cpp \ xap_MacFrame.cpp \ xap_MacDlg_MessageBox.cpp \ xap_MacModule.cpp \ xap_MacDlg_Print.cpp \ xap_MacTlbr_Icons.cpp \ xap_MacToolbar_Control.cpp