# $Id$ include ../common.make WOBUNDLE_NAME = OGoProject OGoProject_PRINCIPAL_CLASS = SkyProject4Module OGoProject_OBJC_FILES = \ NGUnixTool.m \ NSString+P4.m \ \ SkyP4DocJournal.m \ SkyP4DocumentDownloadLogList.m \ SkyP4DocumentIcon.m \ SkyP4DocumentPath.m \ SkyP4DocumentRequestHandler.m \ SkyP4DownloadLink.m \ SkyP4FolderView.m \ SkyP4ProjectTableView.m \ \ OGoComponent+FileManagerError.m \ NSData+SkyTextEditable.m \ SkyCompanyAccessEditor.m \ SkyDocumentAttributeEditor.m \ SkyProject4BLOBViewer.m \ SkyProject4Desktop.m \ SkyProject4DocumentEditor.m \ SkyProject4DocumentRename.m \ SkyProject4DocumentSearch.m \ SkyProject4DocumentUpload.m \ SkyProject4DocumentVersionSave.m\ SkyProject4DocumentViewer.m \ SkyProject4Module.m \ SkyProject4MovePanel.m \ SkyProject4NewLink.m \ SkyProject4Viewer.m \ WOComponent+P4Forms.m \ SkyProject4VersionList.m \ SkyProject4DocumentDeletePage.m \ OGoDocAction.m \ OGoProjectAction.m \ OGoProject_COMPONENTS = \ SkyP4ProjectTableView.wo \ SkyP4FolderView.wo \ SkyP4DocumentDownloadLogList.wo \ SkyP4DocJournal.wo \ SkyDocumentAttributeEditor.wo \ SkyProject4BLOBViewer.wo \ SkyProject4Desktop.wo \ SkyProject4DocumentEditor.wo \ SkyProject4DocumentRename.wo \ SkyProject4DocumentSearch.wo \ SkyProject4DocumentUpload.wo \ SkyProject4DocumentVersionSave.wo \ SkyProject4DocumentViewer.wo \ SkyProject4MovePanel.wo \ SkyProject4NewLink.wo \ SkyProject4Viewer.wo \ SkyProject4VersionList.wo \ # resources OGoProject_RESOURCE_FILES += \ SkyCompanyAccessEditor.wox OGoProject_RESOURCE_FILES += \ Defaults.plist Version -include GNUmakefile.preamble include $(GNUSTEP_MAKEFILES)/wobundle.make -include GNUmakefile.postamble