mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-22 19:31:56 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@22011 72102866-910b-0410-8b05-ffd578937521
62 lines
874 B
Makefile
62 lines
874 B
Makefile
#
|
|
# GNUmakefile - Generated by ProjectCenter
|
|
# Written by Philippe C.D. Robert <phr@3dkit.org>
|
|
#
|
|
# NOTE: Do NOT change this file -- ProjectCenter maintains it!
|
|
#
|
|
# Put all of your customisations in GNUmakefile.preamble and
|
|
# GNUmakefile.postamble
|
|
#
|
|
|
|
include $(GNUSTEP_MAKEFILES)/common.make
|
|
|
|
|
|
#
|
|
# Bundle
|
|
#
|
|
|
|
PACKAGE_NAME = LibraryProject
|
|
BUNDLE_NAME = LibraryProject
|
|
LibraryProject_PRINCIPAL_CLASS = PCLibProj
|
|
|
|
|
|
#
|
|
# Additional libraries
|
|
#
|
|
|
|
LibraryProject_LIBRARIES_DEPEND_UPON +=
|
|
|
|
#
|
|
# Resource files
|
|
#
|
|
|
|
LibraryProject_RESOURCE_FILES= \
|
|
Resources/PC.project \
|
|
Resources/Version \
|
|
Resources/Inspector.gorm
|
|
|
|
#
|
|
# Header files
|
|
#
|
|
|
|
LibraryProject_HEADERS= \
|
|
PCLibProj.h \
|
|
PCLibProject.h
|
|
|
|
#
|
|
# Class files
|
|
#
|
|
|
|
LibraryProject_OBJC_FILES= \
|
|
PCLibProj.m \
|
|
PCLibProject.m
|
|
|
|
#
|
|
# C files
|
|
#
|
|
|
|
LibraryProject_C_FILES=
|
|
|
|
include ../GNUmakefile.bundles
|
|
include $(GNUSTEP_MAKEFILES)/bundle.make
|
|
|