2006-12-26 11:00:33 +00:00
|
|
|
#
|
|
|
|
# GNUmakefile - Aggregate.project
|
|
|
|
#
|
2008-12-19 13:13:49 +00:00
|
|
|
PACKAGE_NAME = ProjectCenter
|
2006-12-26 11:00:33 +00:00
|
|
|
include $(GNUSTEP_MAKEFILES)/common.make
|
|
|
|
|
|
|
|
#
|
|
|
|
# Bundle
|
|
|
|
#
|
|
|
|
BUNDLE_NAME = Aggregate
|
|
|
|
BUNDLE_EXTENSION = .project
|
|
|
|
Aggregate_PRINCIPAL_CLASS = PCAggregateProject
|
|
|
|
|
|
|
|
#
|
|
|
|
# Additional libraries
|
|
|
|
#
|
|
|
|
Aggregate_LIBRARIES_DEPEND_UPON +=
|
|
|
|
|
|
|
|
#
|
|
|
|
# Resource files
|
|
|
|
#
|
|
|
|
Aggregate_RESOURCE_FILES= \
|
|
|
|
Resources/PC.project \
|
|
|
|
Resources/Inspector.gorm \
|
|
|
|
Resources/Info.table
|
|
|
|
|
|
|
|
#
|
|
|
|
# Header files
|
|
|
|
#
|
|
|
|
Aggregate_HEADERS= \
|
|
|
|
PCAggregateProject.h
|
|
|
|
|
|
|
|
#
|
|
|
|
# Class files
|
|
|
|
#
|
|
|
|
Aggregate_OBJC_FILES= \
|
|
|
|
PCAggregateProject.m
|
|
|
|
|
|
|
|
include ../../GNUmakefile.bundles
|
|
|
|
include $(GNUSTEP_MAKEFILES)/bundle.make
|