apps-projectcenter/Modules/Projects/Library/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

42 lines
581 B
Makefile

#
# GNUmakefile - LibraryProject
#
include $(GNUSTEP_MAKEFILES)/common.make
#
# Bundle
#
BUNDLE_NAME = Library
BUNDLE_EXTENSION = .project
Library_PRINCIPAL_CLASS = PCLibProject
#
# Additional libraries
#
Library_LIBRARIES_DEPEND_UPON +=
#
# Resource files
#
Library_RESOURCE_FILES= \
Resources/PC.project \
Resources/Version \
Resources/Inspector.gorm \
Resources/Info.table
#
# Header files
#
Library_HEADERS= \
PCLibProject.h
#
# Class files
#
Library_OBJC_FILES= \
PCLibProject.m
include ../../GNUmakefile.bundles
include $(GNUSTEP_MAKEFILES)/bundle.make