Description: Upstream changes introduced in version 0.8.8-1
 This patch has been created by dpkg-source during the package build.
 Here's the last changelog entry, hopefully it gives details on why
 those changes were made:
 .
 gworkspace (0.8.8-1) unstable; urgency=low
 .
   * New upstream version.
   * Bump standards version.
   * Change section to gnustep.
 .
 The person named in the Author field signed this changelog entry.
Author: Gürkan Sengün <gurkan@phys.ethz.ch>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- /dev/null
+++ gworkspace-0.8.8/FSNode/ExtendedInfo/GNUmakefile
@@ -0,0 +1,13 @@
+PACKAGE_NAME = gworkspace
+include $(GNUSTEP_MAKEFILES)/common.make
+
+SUBPROJECTS = \
+    Role  
+
+-include GNUmakefile.preamble
+
+
+include $(GNUSTEP_MAKEFILES)/aggregate.make
+
+-include GNUmakefile.postamble
+
--- /dev/null
+++ gworkspace-0.8.8/FSNode/ExtendedInfo/Role/GNUmakefile
@@ -0,0 +1,32 @@
+
+PACKAGE_NAME = gworkspace
+include $(GNUSTEP_MAKEFILES)/common.make
+
+BUNDLE_NAME = Role
+BUNDLE_EXTENSION = .extinfo
+
+#Role_HAS_RESOURCE_BUNDLE = yes
+
+OBJCFLAGS += -Wall
+
+#
+# We are creating a bundle
+#
+Role_OBJC_FILES = ExtInfoRole.m 
+
+Role_PRINCIPAL_CLASS = ExtInfoRole
+
+ADDITIONAL_GUI_LIBS += -lFSNode
+
+#Role_LANGUAGES = English Italian Romanian
+
+#Role_LOCALIZED_RESOURCE_FILES = Localizable.strings
+
+#Role_RESOURCE_FILES = Localizable.strings
+
+-include GNUmakefile.preamble
+
+include $(GNUSTEP_MAKEFILES)/bundle.make
+
+-include GNUmakefile.postamble
+
--- /dev/null
+++ gworkspace-0.8.8/DBKit/GNUmakefile
@@ -0,0 +1,38 @@
+
+PACKAGE_NAME = gworkspace
+include $(GNUSTEP_MAKEFILES)/common.make
+
+LIBRARY_VAR  = DBKIT
+LIBRARY_NAME = libDBKit
+
+libDBKit_OBJC_FILES = \
+DBKBTree.m \
+DBKBTreeNode.m \
+DBKFreeNodesPage.m \
+DBKFixLenRecordsFile.m \
+DBKVarLenRecordsFile.m \
+DBKPathsTree.m
+
+libDBKit_HEADER_FILES = \
+DBKBTree.h \
+DBKBTreeNode.h \
+DBKFixLenRecordsFile.h \
+DBKVarLenRecordsFile.h \
+DBKPathsTree.h
+
+libDBKit_HEADER_FILES_DIR = .
+libDBKit_HEADER_FILES_INSTALL_DIR=DBKit
+
+ifeq ($(findstring darwin, $(GNUSTEP_TARGET_OS)), darwin)
+  ifeq ($(OBJC_RUNTIME_LIB), gnu)
+    SHARED_LD_POSTFLAGS += -lgnustep-base
+  endif
+endif
+
+include $(GNUSTEP_MAKEFILES)/library.make
+include $(GNUSTEP_MAKEFILES)/aggregate.make
+
+-include GNUmakefile.preamble
+-include GNUmakefile.local
+-include GNUmakefile.postamble
+
--- /dev/null
+++ gworkspace-0.8.8/GWorkspace/Finder/Modules/config.h
@@ -0,0 +1,20 @@
+/* config.h.  Generated from config.h.in by configure.  */
+/* config.h.in.  Generated from configure.ac by autoheader.  */
+
+/* debug logging */
+#define GW_DEBUG_LOG 0
+
+/* Define to the address where bug reports for this package should be sent. */
+#define PACKAGE_BUGREPORT ""
+
+/* Define to the full name of this package. */
+#define PACKAGE_NAME ""
+
+/* Define to the full name and version of this package. */
+#define PACKAGE_STRING ""
+
+/* Define to the one symbol short name of this package. */
+#define PACKAGE_TARNAME ""
+
+/* Define to the version of this package. */
+#define PACKAGE_VERSION ""
--- /dev/null
+++ gworkspace-0.8.8/GWorkspace/Finder/Modules/GNUmakefile
@@ -0,0 +1,23 @@
+
+PACKAGE_NAME = gworkspace
+include $(GNUSTEP_MAKEFILES)/common.make
+
+SUBPROJECTS = \
+    FModuleName \
+    FModuleKind \
+    FModuleSize \
+    FModuleOwner \
+    FModuleCrDate \
+    FModuleModDate \
+    FModuleContents \
+    FModuleAnnotations
+
+
+-include GNUmakefile.preamble
+
+-include GNUmakefile.local
+
+include $(GNUSTEP_MAKEFILES)/aggregate.make
+
+-include GNUmakefile.postamble
+
--- /dev/null
+++ gworkspace-0.8.8/GWorkspace/Finder/Modules/FModuleModDate/GNUmakefile
@@ -0,0 +1,25 @@
+
+PACKAGE_NAME = gworkspace
+include $(GNUSTEP_MAKEFILES)/common.make
+
+BUNDLE_NAME = FModuleModDate
+BUNDLE_EXTENSION = .finder
+
+FModuleModDate_HAS_RESOURCE_BUNDLE = yes
+
+OBJCFLAGS += -Wall
+
+FModuleModDate_OBJC_FILES = FModuleModDate.m 
+
+FModuleModDate_PRINCIPAL_CLASS = FModuleModDate
+
+FModuleModDate_RESOURCE_FILES = \
+    Resources/Images/* \
+    Resources/FModuleModDate.gorm
+
+-include GNUmakefile.preamble
+
+include $(GNUSTEP_MAKEFILES)/bundle.make
+
+-include GNUmakefile.postamble
+
--- /dev/null
+++ gworkspace-0.8.8/GWorkspace/Finder/Modules/FModuleCrDate/GNUmakefile
@@ -0,0 +1,25 @@
+
+PACKAGE_NAME = gworkspace
+include $(GNUSTEP_MAKEFILES)/common.make
+
+BUNDLE_NAME = FModuleCrDate
+BUNDLE_EXTENSION = .finder
+
+FModuleCrDate_HAS_RESOURCE_BUNDLE = yes
+
+OBJCFLAGS += -Wall
+
+FModuleCrDate_OBJC_FILES = FModuleCrDate.m 
+
+FModuleCrDate_PRINCIPAL_CLASS = FModuleCrDate
+
+FModuleCrDate_RESOURCE_FILES = \
+    Resources/Images/* \
+    Resources/FModuleCrDate.gorm
+
+-include GNUmakefile.preamble
+
+include $(GNUSTEP_MAKEFILES)/bundle.make
+
+-include GNUmakefile.postamble
+
--- /dev/null
+++ gworkspace-0.8.8/GWorkspace/Finder/Modules/FModuleKind/GNUmakefile
@@ -0,0 +1,25 @@
+
+PACKAGE_NAME = gworkspace
+include $(GNUSTEP_MAKEFILES)/common.make
+
+BUNDLE_NAME = FModuleKind
+BUNDLE_EXTENSION = .finder
+
+FModuleKind_HAS_RESOURCE_BUNDLE = yes
+
+OBJCFLAGS += -Wall
+
+FModuleKind_OBJC_FILES = FModuleKind.m 
+
+FModuleKind_PRINCIPAL_CLASS = FModuleKind
+
+FModuleKind_RESOURCE_FILES = \
+    Resources/Images/* \
+    Resources/FModuleKind.gorm
+
+-include GNUmakefile.preamble
+
+include $(GNUSTEP_MAKEFILES)/bundle.make
+
+-include GNUmakefile.postamble
+
--- /dev/null
+++ gworkspace-0.8.8/GWorkspace/Finder/Modules/FModuleAnnotations/GNUmakefile
@@ -0,0 +1,25 @@
+
+PACKAGE_NAME = gworkspace
+include $(GNUSTEP_MAKEFILES)/common.make
+
+BUNDLE_NAME = FModuleAnnotations
+BUNDLE_EXTENSION = .finder
+
+FModuleAnnotations_HAS_RESOURCE_BUNDLE = yes
+
+OBJCFLAGS += -Wall
+
+FModuleAnnotations_OBJC_FILES = FModuleAnnotations.m 
+
+FModuleAnnotations_PRINCIPAL_CLASS = FModuleAnnotations
+
+FModuleAnnotations_RESOURCE_FILES = \
+    Resources/Images/* \
+    Resources/FModuleAnnotations.gorm
+
+-include GNUmakefile.preamble
+
+include $(GNUSTEP_MAKEFILES)/bundle.make
+
+-include GNUmakefile.postamble
+
--- /dev/null
+++ gworkspace-0.8.8/GWorkspace/Finder/Modules/FModuleOwner/GNUmakefile
@@ -0,0 +1,25 @@
+
+PACKAGE_NAME = gworkspace
+include $(GNUSTEP_MAKEFILES)/common.make
+
+BUNDLE_NAME = FModuleOwner
+BUNDLE_EXTENSION = .finder
+
+FModuleOwner_HAS_RESOURCE_BUNDLE = yes
+
+OBJCFLAGS += -Wall
+
+FModuleOwner_OBJC_FILES = FModuleOwner.m 
+
+FModuleOwner_PRINCIPAL_CLASS = FModuleOwner
+
+FModuleOwner_RESOURCE_FILES = \
+    Resources/Images/* \
+    Resources/FModuleOwner.gorm
+
+-include GNUmakefile.preamble
+
+include $(GNUSTEP_MAKEFILES)/bundle.make
+
+-include GNUmakefile.postamble
+
--- /dev/null
+++ gworkspace-0.8.8/GWorkspace/Finder/Modules/FModuleName/GNUmakefile
@@ -0,0 +1,25 @@
+
+PACKAGE_NAME = gworkspace
+include $(GNUSTEP_MAKEFILES)/common.make
+
+BUNDLE_NAME = FModuleName
+BUNDLE_EXTENSION = .finder
+
+FModuleName_HAS_RESOURCE_BUNDLE = yes
+
+OBJCFLAGS += -Wall
+
+FModuleName_OBJC_FILES = FModuleName.m 
+
+FModuleName_PRINCIPAL_CLASS = FModuleName
+
+FModuleName_RESOURCE_FILES = \
+    Resources/Images/* \
+    Resources/FModuleName.gorm
+
+-include GNUmakefile.preamble
+
+include $(GNUSTEP_MAKEFILES)/bundle.make
+
+-include GNUmakefile.postamble
+
--- /dev/null
+++ gworkspace-0.8.8/GWorkspace/Finder/Modules/FModuleSize/GNUmakefile
@@ -0,0 +1,25 @@
+
+PACKAGE_NAME = gworkspace
+include $(GNUSTEP_MAKEFILES)/common.make
+
+BUNDLE_NAME = FModuleSize
+BUNDLE_EXTENSION = .finder
+
+FModuleSize_HAS_RESOURCE_BUNDLE = yes
+
+OBJCFLAGS += -Wall
+
+FModuleSize_OBJC_FILES = FModuleSize.m 
+
+FModuleSize_PRINCIPAL_CLASS = FModuleSize
+
+FModuleSize_RESOURCE_FILES = \
+    Resources/Images/* \
+    Resources/FModuleSize.gorm
+
+-include GNUmakefile.preamble
+
+include $(GNUSTEP_MAKEFILES)/bundle.make
+
+-include GNUmakefile.postamble
+
--- /dev/null
+++ gworkspace-0.8.8/GWorkspace/Finder/Modules/FModuleContents/GNUmakefile
@@ -0,0 +1,25 @@
+
+PACKAGE_NAME = gworkspace
+include $(GNUSTEP_MAKEFILES)/common.make
+
+BUNDLE_NAME = FModuleContents
+BUNDLE_EXTENSION = .finder
+
+FModuleContents_HAS_RESOURCE_BUNDLE = yes
+
+OBJCFLAGS += -Wall
+
+FModuleContents_OBJC_FILES = FModuleContents.m 
+
+FModuleContents_PRINCIPAL_CLASS = FModuleContents
+
+FModuleContents_RESOURCE_FILES = \
+    Resources/Images/* \
+    Resources/FModuleContents.gorm
+
+-include GNUmakefile.preamble
+
+include $(GNUSTEP_MAKEFILES)/bundle.make
+
+-include GNUmakefile.postamble
+
--- /dev/null
+++ gworkspace-0.8.8/Inspector/ContentViewers/GNUmakefile
@@ -0,0 +1,39 @@
+
+PACKAGE_NAME = gworkspace
+include $(GNUSTEP_MAKEFILES)/common.make
+
+include ../inspector.make
+
+ifneq ($(PDFKIT),no)
+SUBPROJECTS = \
+  FolderViewer \
+  ImageViewer \
+  SoundViewer \
+  AppViewer \
+  RtfViewer \
+  PdfViewer \
+  NSTIFFViewer \
+  NSRTFViewer \
+  NSColorViewer \
+  IBViewViewer
+else
+SUBPROJECTS = \
+  FolderViewer \
+  ImageViewer \
+  SoundViewer \
+  AppViewer \
+  RtfViewer \
+  NSTIFFViewer \
+  NSRTFViewer \
+  NSColorViewer \
+  IBViewViewer
+endif
+
+-include GNUmakefile.preamble
+
+-include GNUmakefile.local
+
+include $(GNUSTEP_MAKEFILES)/aggregate.make
+
+-include GNUmakefile.postamble
+
--- /dev/null
+++ gworkspace-0.8.8/Inspector/ContentViewers/NSColorViewer/GNUmakefile
@@ -0,0 +1,27 @@
+
+PACKAGE_NAME = gworkspace
+include $(GNUSTEP_MAKEFILES)/common.make
+
+BUNDLE_NAME = NSColorViewer
+BUNDLE_EXTENSION = .inspector
+
+NSColorViewer_HAS_RESOURCE_BUNDLE = yes
+
+OBJCFLAGS += -Wall
+
+#
+# We are creating a bundle
+#
+NSColorViewer_OBJC_FILES = NSColorViewer.m
+
+NSColorViewer_PRINCIPAL_CLASS = NSColorViewer
+
+NSColorViewer_RESOURCE_FILES = Resources/English.lproj \
+InspectorInfo.plist 
+
+-include GNUmakefile.preamble
+
+include $(GNUSTEP_MAKEFILES)/bundle.make
+
+-include GNUmakefile.postamble
+
--- /dev/null
+++ gworkspace-0.8.8/Inspector/ContentViewers/RtfViewer/GNUmakefile
@@ -0,0 +1,27 @@
+
+PACKAGE_NAME = gworkspace
+include $(GNUSTEP_MAKEFILES)/common.make
+
+BUNDLE_NAME = RtfViewer
+BUNDLE_EXTENSION = .inspector
+
+RtfViewer_HAS_RESOURCE_BUNDLE = yes
+
+OBJCFLAGS += -Wall
+
+#
+# We are creating a bundle
+#
+RtfViewer_OBJC_FILES = RtfViewer.m 
+
+RtfViewer_PRINCIPAL_CLASS = RtfViewer
+
+RtfViewer_RESOURCE_FILES = Resources/English.lproj \
+InspectorInfo.plist 
+
+-include GNUmakefile.preamble
+
+include $(GNUSTEP_MAKEFILES)/bundle.make
+
+-include GNUmakefile.postamble
+
--- /dev/null
+++ gworkspace-0.8.8/Inspector/ContentViewers/IBViewViewer/GNUmakefile
@@ -0,0 +1,27 @@
+
+PACKAGE_NAME = gworkspace
+include $(GNUSTEP_MAKEFILES)/common.make
+
+BUNDLE_NAME = IBViewViewer
+BUNDLE_EXTENSION = .inspector
+
+IBViewViewer_HAS_RESOURCE_BUNDLE = yes
+
+OBJCFLAGS += -Wall
+
+#
+# We are creating a bundle
+#
+IBViewViewer_OBJC_FILES = IBViewViewer.m
+
+IBViewViewer_PRINCIPAL_CLASS = IBViewViewer
+
+IBViewViewer_RESOURCE_FILES = Resources/English.lproj \
+InspectorInfo.plist 
+
+-include GNUmakefile.preamble
+
+include $(GNUSTEP_MAKEFILES)/bundle.make
+
+-include GNUmakefile.postamble
+
--- /dev/null
+++ gworkspace-0.8.8/Inspector/ContentViewers/SoundViewer/GNUmakefile
@@ -0,0 +1,25 @@
+
+PACKAGE_NAME = gworkspace
+include $(GNUSTEP_MAKEFILES)/common.make
+
+BUNDLE_NAME = SoundViewer
+BUNDLE_EXTENSION = .inspector
+
+SoundViewer_HAS_RESOURCE_BUNDLE = yes
+
+OBJCFLAGS += -Wall
+
+SoundViewer_OBJC_FILES = SoundViewer.m 
+
+SoundViewer_PRINCIPAL_CLASS = SoundViewer
+
+SoundViewer_RESOURCE_FILES = Images/* \
+                             InspectorInfo.plist \
+                             Resources/English.lproj \
+
+-include GNUmakefile.preamble
+
+include $(GNUSTEP_MAKEFILES)/bundle.make
+
+-include GNUmakefile.postamble
+
--- /dev/null
+++ gworkspace-0.8.8/Inspector/ContentViewers/NSRTFViewer/GNUmakefile
@@ -0,0 +1,27 @@
+
+PACKAGE_NAME = gworkspace
+include $(GNUSTEP_MAKEFILES)/common.make
+
+BUNDLE_NAME = NSRTFViewer
+BUNDLE_EXTENSION = .inspector
+
+NSRTFViewer_HAS_RESOURCE_BUNDLE = yes
+
+OBJCFLAGS += -Wall
+
+#
+# We are creating a bundle
+#
+NSRTFViewer_OBJC_FILES = NSRTFViewer.m
+
+NSRTFViewer_PRINCIPAL_CLASS = NSRTFViewer
+
+NSRTFViewer_RESOURCE_FILES = Resources/English.lproj \
+InspectorInfo.plist 
+
+-include GNUmakefile.preamble
+
+include $(GNUSTEP_MAKEFILES)/bundle.make
+
+-include GNUmakefile.postamble
+
--- /dev/null
+++ gworkspace-0.8.8/Inspector/ContentViewers/ImageViewer/GNUmakefile
@@ -0,0 +1,31 @@
+
+PACKAGE_NAME = gworkspace
+include $(GNUSTEP_MAKEFILES)/common.make
+
+SUBPROJECTS = resizer 
+
+BUNDLE_NAME = ImageViewer
+BUNDLE_EXTENSION = .inspector
+
+ImageViewer_HAS_RESOURCE_BUNDLE = yes
+
+OBJCFLAGS += -Wall
+
+#
+# We are creating a bundle
+#
+ImageViewer_OBJC_FILES = ImageViewer.m 
+
+ImageViewer_PRINCIPAL_CLASS = ImageViewer
+
+ImageViewer_RESOURCE_FILES = Resources/English.lproj \
+InspectorInfo.plist 
+
+-include GNUmakefile.preamble
+
+include $(GNUSTEP_MAKEFILES)/aggregate.make
+
+include $(GNUSTEP_MAKEFILES)/bundle.make
+
+-include GNUmakefile.postamble
+
--- /dev/null
+++ gworkspace-0.8.8/Inspector/ContentViewers/ImageViewer/resizer/GNUmakefile
@@ -0,0 +1,18 @@
+
+PACKAGE_NAME = gworkspace
+include $(GNUSTEP_MAKEFILES)/common.make
+
+TOOL_NAME = resizer
+
+OBJCFLAGS += -Wall
+
+resizer_OBJC_FILES = Resizer.m 
+
+ADDITIONAL_TOOL_LIBS += -lgnustep-gui $(SYSTEM_LIBS)
+
+-include GNUmakefile.preamble
+
+include $(GNUSTEP_MAKEFILES)/tool.make
+
+-include GNUmakefile.postamble
+
--- /dev/null
+++ gworkspace-0.8.8/Inspector/ContentViewers/AppViewer/GNUmakefile
@@ -0,0 +1,27 @@
+
+PACKAGE_NAME = gworkspace
+include $(GNUSTEP_MAKEFILES)/common.make
+
+BUNDLE_NAME = AppViewer
+BUNDLE_EXTENSION=.inspector
+
+OBJCFLAGS += -Wall
+
+AppViewer_HAS_RESOURCE_BUNDLE = yes
+
+#
+# We are creating a bundle
+#
+AppViewer_OBJC_FILES = AppViewer.m 
+
+AppViewer_PRINCIPAL_CLASS = AppViewer
+
+AppViewer_RESOURCE_FILES = Resources/English.lproj \
+InspectorInfo.plist 
+
+-include GNUmakefile.preamble
+
+include $(GNUSTEP_MAKEFILES)/bundle.make
+
+-include GNUmakefile.postamble
+
--- /dev/null
+++ gworkspace-0.8.8/Inspector/ContentViewers/PdfViewer/GNUmakefile
@@ -0,0 +1,30 @@
+
+PACKAGE_NAME = gworkspace
+include $(GNUSTEP_MAKEFILES)/common.make
+
+BUNDLE_NAME = PdfViewer
+BUNDLE_EXTENSION = .inspector
+
+PdfViewer_HAS_RESOURCE_BUNDLE = yes
+
+OBJCFLAGS += -Wall
+
+PdfViewer_GUI_LIBS += -lPDFKit
+
+PdfViewer_OBJC_FILES = PdfViewer.m 
+
+PdfViewer_PRINCIPAL_CLASS = PdfViewer
+
+#PdfViewer_LANGUAGES = English 
+PdfViewer_RESOURCE_FILES = Images/* \
+                           InspectorInfo.plist \
+                           Resources/English.lproj 
+
+#PdfViewer_LOCALIZED_RESOURCE_FILES = Localizable.strings
+
+-include GNUmakefile.preamble
+
+include $(GNUSTEP_MAKEFILES)/bundle.make
+
+-include GNUmakefile.postamble
+
--- /dev/null
+++ gworkspace-0.8.8/Inspector/ContentViewers/FolderViewer/GNUmakefile
@@ -0,0 +1,24 @@
+
+PACKAGE_NAME = gworkspace
+include $(GNUSTEP_MAKEFILES)/common.make
+
+BUNDLE_NAME = FolderViewer
+BUNDLE_EXTENSION = .inspector
+
+FolderViewer_HAS_RESOURCE_BUNDLE = yes
+
+OBJCFLAGS += -Wall
+
+FolderViewer_OBJC_FILES = FolderViewer.m 
+
+FolderViewer_PRINCIPAL_CLASS = FolderViewer
+
+FolderViewer_RESOURCE_FILES = Resources/English.lproj \
+InspectorInfo.plist 
+
+-include GNUmakefile.preamble
+
+include $(GNUSTEP_MAKEFILES)/bundle.make
+
+-include GNUmakefile.postamble
+
--- /dev/null
+++ gworkspace-0.8.8/Inspector/ContentViewers/NSTIFFViewer/GNUmakefile
@@ -0,0 +1,27 @@
+
+PACKAGE_NAME = gworkspace
+include $(GNUSTEP_MAKEFILES)/common.make
+
+BUNDLE_NAME = NSTIFFViewer
+BUNDLE_EXTENSION = .inspector
+
+NSTIFFViewer_HAS_RESOURCE_BUNDLE = yes
+
+OBJCFLAGS += -Wall
+
+#
+# We are creating a bundle
+#
+NSTIFFViewer_OBJC_FILES = NSTIFFViewer.m
+
+NSTIFFViewer_PRINCIPAL_CLASS = NSTIFFViewer
+
+NSTIFFViewer_RESOURCE_FILES = Resources/English.lproj \
+InspectorInfo.plist 
+
+-include GNUmakefile.preamble
+
+include $(GNUSTEP_MAKEFILES)/bundle.make
+
+-include GNUmakefile.postamble
+
--- /dev/null
+++ gworkspace-0.8.8/Recycler/GNUmakefile
@@ -0,0 +1,39 @@
+PACKAGE_NAME = gworkspace
+include $(GNUSTEP_MAKEFILES)/common.make
+
+VERSION = 0.7
+
+#
+# MAIN APP
+#
+APP_NAME = Recycler
+Recycler_PRINCIPAL_CLASS = Recycler
+Recycler_APPLICATION_ICON=Recycler.tiff
+
+Recycler_HAS_RESOURCE_BUNDLE = yes
+
+Recycler_RESOURCE_FILES = \
+    Resources/Images/* \
+    Resources/English.lproj 
+
+Recycler_LANGUAGES = Resources/English 
+
+# The Objective-C source files to be compiled
+Recycler_OBJC_FILES = main.m \
+                     Recycler.m \
+                     RecyclerView.m \
+                     RecyclerIcon.m \
+                     Preferences/RecyclerPrefs.m \
+                     Dialogs/StartAppWin.m
+
+ADDITIONAL_GUI_LIBS += -lFSNode
+
+-include GNUmakefile.preamble
+
+-include GNUmakefile.local
+
+include $(GNUSTEP_MAKEFILES)/aggregate.make
+
+include $(GNUSTEP_MAKEFILES)/application.make
+
+-include GNUmakefile.postamble
--- /dev/null
+++ gworkspace-0.8.8/Operation/GNUmakefile
@@ -0,0 +1,39 @@
+
+PACKAGE_NAME = gworkspace
+include $(GNUSTEP_MAKEFILES)/common.make
+
+FRAMEWORK_NAME = Operation
+include Version
+
+Operation_PRINCIPAL_CLASS = Operation
+Operation_HAS_RESOURCE_BUNDLE = yes
+
+Operation_RESOURCE_FILES = \
+    Resources/Images/* \
+    Resources/English.lproj 
+
+Operation_LANGUAGES = Resources/English 
+
+# The Objective-C source files to be compiled
+
+Operation_OBJC_FILES = \
+                 Operation.m \
+                 FileOpInfo.m \
+                 Functions.m 
+
+Operation_HEADER_FILES = \
+         Operation.h 
+
+ifeq ($(findstring darwin, $(GNUSTEP_TARGET_OS)), darwin)
+  ifeq ($(OBJC_RUNTIME_LIB), gnu)
+    SHARED_LD_POSTFLAGS += -lgnustep-base -lgnustep-gui
+  endif
+endif
+						 
+-include GNUmakefile.preamble
+
+-include GNUmakefile.local
+
+include $(GNUSTEP_MAKEFILES)/framework.make
+
+-include GNUmakefile.postamble
--- /dev/null
+++ gworkspace-0.8.8/Tools/GNUmakefile
@@ -0,0 +1,19 @@
+PACKAGE_NAME = gworkspace
+include $(GNUSTEP_MAKEFILES)/common.make
+
+SUBPROJECTS = \
+        fswatcher \
+        searchtool \
+        lsfupdater \
+        ddbd \
+        thumbnailer \
+        wopen 
+
+-include GNUmakefile.preamble
+
+-include GNUmakefile.local
+
+include $(GNUSTEP_MAKEFILES)/aggregate.make
+
+-include GNUmakefile.postamble
+
--- /dev/null
+++ gworkspace-0.8.8/Tools/lsfupdater/GNUmakefile
@@ -0,0 +1,23 @@
+
+PACKAGE_NAME = gworkspace
+include $(GNUSTEP_MAKEFILES)/common.make
+
+# The application to be compiled
+TOOL_NAME = lsfupdater
+
+# The Objective-C source files to be compiled
+
+lsfupdater_OBJC_FILES = lsfupdater.m 
+
+ADDITIONAL_TOOL_LIBS += -lgnustep-gui $(SYSTEM_LIBS)
+
+# The Resource files to be copied into the app's resources directory
+
+-include GNUmakefile.preamble
+
+-include GNUmakefile.local
+
+include $(GNUSTEP_MAKEFILES)/tool.make
+
+-include GNUmakefile.postamble
+
--- /dev/null
+++ gworkspace-0.8.8/Tools/wopen/GNUmakefile
@@ -0,0 +1,21 @@
+
+PACKAGE_NAME = gworkspace
+include $(GNUSTEP_MAKEFILES)/common.make
+
+# The application to be compiled
+TOOL_NAME = wopen
+
+# The Objective-C source files to be compiled
+
+wopen_OBJC_FILES = wopen.m
+
+# The Resource files to be copied into the app's resources directory
+
+-include GNUmakefile.preamble
+
+-include GNUmakefile.local
+
+include $(GNUSTEP_MAKEFILES)/tool.make
+
+-include GNUmakefile.postamble
+
--- /dev/null
+++ gworkspace-0.8.8/Tools/thumbnailer/GNUmakefile
@@ -0,0 +1,25 @@
+
+PACKAGE_NAME = gworkspace
+include $(GNUSTEP_MAKEFILES)/common.make
+
+# The application to be compiled
+SERVICE_NAME = thumbnailer
+
+#
+# subprojects
+#
+SUBPROJECTS = ImageThumbnailer
+
+# The Objective-C source files to be compiled
+thumbnailer_OBJC_FILES = main.m
+
+-include GNUmakefile.preamble
+-include GNUmakefile.local
+
+include $(GNUSTEP_MAKEFILES)/tool.make
+include $(GNUSTEP_MAKEFILES)/service.make
+include $(GNUSTEP_MAKEFILES)/aggregate.make
+
+-include GNUmakefile.local.service
+-include GNUmakefile.postamble
+
--- /dev/null
+++ gworkspace-0.8.8/Tools/thumbnailer/ImageThumbnailer/GNUmakefile
@@ -0,0 +1,22 @@
+
+PACKAGE_NAME = gworkspace
+include $(GNUSTEP_MAKEFILES)/common.make
+
+BUNDLE_NAME = ImageThumbnailer
+BUNDLE_EXTENSION = .thumb
+
+OBJCFLAGS += -Wall
+
+#
+# We are creating a bundle
+#
+ImageThumbnailer_OBJC_FILES = ImageThumbnailer.m
+
+ImageThumbnailer_PRINCIPAL_CLASS = ImageThumbnailer
+
+-include GNUmakefile.preamble
+
+include $(GNUSTEP_MAKEFILES)/bundle.make
+
+-include GNUmakefile.postamble
+
--- /dev/null
+++ gworkspace-0.8.8/Tools/ddbd/MDModules/GNUmakefile
@@ -0,0 +1,15 @@
+
+PACKAGE_NAME = gworkspace
+include $(GNUSTEP_MAKEFILES)/common.make
+
+SUBPROJECTS = \
+  MDModuleAnnotations 
+  
+-include GNUmakefile.preamble
+
+-include GNUmakefile.local
+
+include $(GNUSTEP_MAKEFILES)/aggregate.make
+
+-include GNUmakefile.postamble
+
--- /dev/null
+++ gworkspace-0.8.8/Tools/ddbd/MDModules/MDModuleAnnotations/GNUmakefile
@@ -0,0 +1,19 @@
+
+PACKAGE_NAME = gworkspace
+include $(GNUSTEP_MAKEFILES)/common.make
+
+BUNDLE_NAME = MDModuleAnnotations
+BUNDLE_EXTENSION = .mdm
+
+OBJCFLAGS += -Wall
+
+MDModuleAnnotations_OBJC_FILES = MDModuleAnnotations.m 
+
+MDModuleAnnotations_PRINCIPAL_CLASS = MDModuleAnnotations
+
+-include GNUmakefile.preamble
+
+include $(GNUSTEP_MAKEFILES)/bundle.make
+
+-include GNUmakefile.postamble
+
--- /dev/null
+++ gworkspace-0.8.8/Tools/searchtool/GNUmakefile
@@ -0,0 +1,23 @@
+
+PACKAGE_NAME = gworkspace
+include $(GNUSTEP_MAKEFILES)/common.make
+
+# The application to be compiled
+TOOL_NAME = searchtool
+
+# The Objective-C source files to be compiled
+
+searchtool_OBJC_FILES = searchtool.m 
+
+ADDITIONAL_TOOL_LIBS += -lgnustep-gui $(SYSTEM_LIBS)
+
+# The Resource files to be copied into the app's resources directory
+
+-include GNUmakefile.preamble
+
+-include GNUmakefile.local
+
+include $(GNUSTEP_MAKEFILES)/tool.make
+
+-include GNUmakefile.postamble
+
