## 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= -UVERSION \ $(AF_INCLUDES) $(WP_INCLUDES) $(TEXT_INCLUDES) $(ICONV_INCLUDES) $(OTHER_INCLUDES) noinst_LIBRARIES = libXap_win.a libXap_win_a_SOURCES=\ xap_Win32App.cpp \ xap_Win32AppImpl.cpp \ xap_Win32Clipboard.cpp \ xap_Win32DragAndDrop.cpp \ xap_Win32DialogBase.cpp \ xap_Win32DialogHelper.cpp \ xap_Win32Dlg_About.cpp \ xap_Win32Dlg_Image.cpp \ xap_Win32Dlg_ClipArt.cpp \ xap_Win32Dlg_FileOpenSaveAs.cpp \ xap_Win32Dlg_FontChooser.cpp \ xap_Win32Dlg_Language.cpp \ xap_Win32Dlg_MessageBox.cpp \ xap_Win32Dlg_Password.cpp \ xap_Win32Dlg_PluginManager.cpp \ xap_Win32Dlg_Print.cpp \ xap_Win32Dlg_PrintPreview.cpp \ xap_Win32Dlg_WindowMore.cpp \ xap_Win32Dlg_Zoom.cpp \ xap_Win32Dlg_Insert_Symbol.cpp \ xap_Win32Dlg_Encoding.cpp \ xap_Win32EncodingManager.cpp \ xap_Win32FrameImpl.cpp \ xap_Win32PreviewWidget.cpp \ xap_Win32Slurp.cpp \ xap_Win32FontPreview.cpp \ xap_Win32Toolbar_Icons.cpp \ xap_Win32DialogHelper.cpp \ xap_Win32PropertySheet.cpp \ xap_Win32Module.cpp \ xap_Win32LabelledSeparator.cpp \ xap_Win32Dlg_HTMLOptions.cpp \ xap_Win32Dlg_ListDocuments.cpp \ xap_Win32Dlg_History.cpp \ xap_Win32Dlg_DocComparison.cpp