apps-projectcenter/Modules/Projects/Framework/GNUmakefile
Sergii Stoian f113470a11 continuing merging...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@24242 72102866-910b-0410-8b05-ffd578937521
2006-12-26 11:00:33 +00:00

41 lines
591 B
Makefile

#
# GNUmakefile - FrameworkProject
#
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