apps-projectcenter/Modules/Projects/ResourceSet/GNUmakefile
Nicola Pero dd04c2f9b6 Set GNUSTEP_CORE_SOFTWARE to YES so that project center is installed by default in SYSTEM if gnustep-make has been configured with --disable-packages
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@27338 72102866-910b-0410-8b05-ffd578937521
2008-12-18 19:25:05 +00:00

40 lines
646 B
Makefile

#
# GNUmakefile - Aggregate.project
#
GNUSTEP_CORE_SOFTWARE = YES
include $(GNUSTEP_MAKEFILES)/common.make
#
# Bundle
#
BUNDLE_NAME = ResourceSet
BUNDLE_EXTENSION = .project
ResourceSet_PRINCIPAL_CLASS = PCResourceSetProject
#
# Additional libraries
#
ResourceSet_LIBRARIES_DEPEND_UPON +=
#
# Resource files
#
ResourceSet_RESOURCE_FILES= \
Resources/PC.project \
Resources/Inspector.gorm \
Resources/Info.table
#
# Header files
#
ResourceSet_HEADERS= \
PCResourceSetProject.h
#
# Class files
#
ResourceSet_OBJC_FILES= \
PCResourceSetProject.m
include ../../GNUmakefile.bundles
include $(GNUSTEP_MAKEFILES)/bundle.make