#
# GNUmakefile - Generated by ProjectCenter
#
ifeq ($(GNUSTEP_MAKEFILES),)
 GNUSTEP_MAKEFILES := $(shell gnustep-config --variable=GNUSTEP_MAKEFILES 2>/dev/null)
endif
ifeq ($(GNUSTEP_MAKEFILES),)
 $(error You need to set GNUSTEP_MAKEFILES before compiling!)
endif

include $(GNUSTEP_MAKEFILES)/common.make

#
# Framework
#
VERSION = 0.3.0
PACKAGE_NAME = XCode
FRAMEWORK_NAME = XCode

#
# Resource files
#
XCode_RESOURCE_FILES = Resources/Framework-mapping.plist \
	Resources/language-codes.plist \
	Resources/create-dummy-class.sh \

#
# Header files
#
XCode_HEADER_FILES = \
GSXCBuildDatabase.h \
GSXCBuildContext.h \
GSXCCommon.h \
NSArray+Additions.h \
NSString+PBXAdditions.h \
PBXBuildPhase.h \
PBXTarget.h \
PBXApplicationTarget.h \
PBXAggregateTarget.h \
PBXBuildFile.h \
PBXBuildRule.h \
PBXBundleTarget.h \
PBXCoder.h \
PBXCommon.h \
PBXContainer.h \
PBXContainerItemProxy.h \
PBXCopyFilesBuildPhase.h \
PBXFileReference.h \
PBXFrameworksBuildPhase.h \
PBXFrameworkTarget.h \
PBXFileSystemSynchronizedRootGroup.h \
PBXGroup.h \
PBXHeadersBuildPhase.h \
PBXNativeTarget.h \
PBXProject.h \
PBXReferenceProxy.h \
PBXResourcesBuildPhase.h \
PBXRezBuildPhase.h \
PBXShellScriptBuildPhase.h \
PBXSourcesBuildPhase.h \
PBXTargetDependency.h \
PBXVariantGroup.h \
XCAbstractDelegate.h \
XCBuildConfiguration.h \
XCConfigurationList.h \
XCVersionGroup.h \
XCWorkspace.h \
XCFileRef.h \
XCWorkspaceParser.h \
PBXLegacyTarget.h \
GSXCBuildOperation.h \
GSXCBuildDelegate.h \
GSXCGenerator.h \
NSObject+KeyExtraction.h \
XCode.h \

#
# Class files
#
XCode_OBJC_FILES = \
GSXCBuildDatabase.m \
GSXCBuildContext.m \
NSArray+Additions.m \
NSString+PBXAdditions.m \
PBXBuildPhase.m \
PBXTarget.m \
PBXApplicationTarget.m \
PBXAggregateTarget.m \
PBXBuildFile.m \
PBXBuildRule.m \
PBXBundleTarget.m \
PBXCoder.m \
PBXCommon.m \
PBXContainerItemProxy.m \
PBXContainer.m \
PBXCopyFilesBuildPhase.m \
PBXFileReference.m \
PBXFileSystemSynchronizedRootGroup.m \
PBXFrameworksBuildPhase.m \
PBXFrameworkTarget.m \
PBXGroup.m \
PBXHeadersBuildPhase.m \
PBXNativeTarget.m \
PBXProject.m \
PBXReferenceProxy.m \
PBXResourcesBuildPhase.m \
PBXRezBuildPhase.m \
PBXShellScriptBuildPhase.m \
PBXSourcesBuildPhase.m \
PBXTargetDependency.m \
PBXVariantGroup.m \
XCAbstractDelegate.m \
XCBuildConfiguration.m \
XCConfigurationList.m \
XCVersionGroup.m \
XCWorkspace.m \
XCFileRef.m \
XCWorkspaceParser.m \
PBXLegacyTarget.m \
GSXCBuildOperation.m \
GSXCGenerator.m \
xcsystem.m \
NSObject+KeyExtraction.m \

#
# Makefiles
#
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/aggregate.make
include $(GNUSTEP_MAKEFILES)/framework.make
-include GNUmakefile.postamble
