2006-12-26 11:00:33 +00:00
|
|
|
#
|
|
|
|
# GNUmakefile - FrameworkProject
|
|
|
|
#
|
2008-12-18 19:25:05 +00:00
|
|
|
GNUSTEP_CORE_SOFTWARE = YES
|
2006-12-26 11:00:33 +00:00
|
|
|
include $(GNUSTEP_MAKEFILES)/common.make
|
|
|
|
|
|
|
|
#
|
|
|
|
# Bundle
|
|
|
|
#
|
|
|
|
BUNDLE_NAME = Framework
|
|
|
|
BUNDLE_EXTENSION = .project
|
|
|
|
Framework_PRINCIPAL_CLASS = PCFrameworkProject
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
# Additional libraries
|
|
|
|
#
|
|
|
|
Framework_LIBRARIES_DEPEND_UPON +=
|
|
|
|
|
|
|
|
#
|
|
|
|
# Resource files
|
|
|
|
#
|
|
|
|
Framework_RESOURCE_FILES= \
|
|
|
|
Resources/PC.project \
|
|
|
|
Resources/Inspector.gorm \
|
|
|
|
Resources/Info.table
|
|
|
|
|
|
|
|
#
|
|
|
|
# Header files
|
|
|
|
#
|
|
|
|
Framework_HEADERS= \
|
|
|
|
PCFrameworkProject.h
|
|
|
|
|
|
|
|
#
|
|
|
|
# Class files
|
|
|
|
#
|
|
|
|
Framework_OBJC_FILES= \
|
|
|
|
PCFrameworkProject.m
|
|
|
|
|
|
|
|
include ../../GNUmakefile.bundles
|
|
|
|
include $(GNUSTEP_MAKEFILES)/bundle.make
|