diff --git a/widget/src/os2/Makefile.in b/widget/src/os2/Makefile.in new file mode 100644 index 00000000000..6cc18085564 --- /dev/null +++ b/widget/src/os2/Makefile.in @@ -0,0 +1,82 @@ +#!gmake +# +# The contents of this file are subject to the Mozilla Public License +# Version 1.1 (the "License"); you may not use this file except in +# compliance with the License. You may obtain a copy of the License at +# http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS IS" +# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the +# License for the specific language governing rights and limitations +# under the License. +# +# The Original Code is the Mozilla OS/2 libraries. +# +# The Initial Developer of the Original Code is John Fairhurst, +# . Portions created by John Fairhurst are +# Copyright (C) 1999 John Fairhurst. All Rights Reserved. +# +# +# Makefile for widget/src/os2 + +DEPTH = ../../.. +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +include $(DEPTH)/config/autoconf.mk + +include $(topsrcdir)/config/config.mk + +LIBRARY_NAME=raptorwidget_s + +MODULE=raptor + +INCLUDES+= -I$(srcdir)/../xpwidgets -I$(srcdir) + +DEFINES += -D_IMPL_NS_WIDGET + +DIRS = res + +ifdef ENABLE_TESTS +DIRS += tests +endif + +CPPSRCS = \ + nsToolkit.cpp \ + nsAppShell.cpp \ + nsLookAndFeel.cpp \ + nsWindow.cpp \ + nsCanvas.cpp \ + nsFrameWindow.cpp \ + nsScrollbar.cpp \ + nsEntryField.cpp \ + nsTextArea.cpp \ + nsBaseList.cpp \ + nsCombobox.cpp \ + nsListbox.cpp \ + nsTooltipWidget.cpp \ + nsFileDialog.cpp \ + nsTooltipManager.cpp \ + nsLabel.cpp \ + nsPushbutton.cpp \ + nsRadiobutton.cpp \ + nsCheckbutton.cpp \ + nsMenuBase.cpp \ + nsMenubar.cpp \ + nsMenu.cpp \ + nsMenuItem.cpp \ + nsTabWidget.cpp \ + nsModule.cpp \ + nsFontServices.cpp \ + nsFSTree.cpp \ + nsDirPicker.cpp \ + nsContextMenu.cpp \ + nsClipboard.cpp \ + nsDragService.cpp \ + nsSound.cpp + +CSRCS = tabctrl.c + +include $(topsrcdir)/config/rules.mk +