mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-22 11:21:29 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@19495 72102866-910b-0410-8b05-ffd578937521
69 lines
1.2 KiB
Makefile
69 lines
1.2 KiB
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 = RenaissanceProject
|
|
BUNDLE_NAME = RenaissanceProject
|
|
RenaissanceProject_PRINCIPAL_CLASS = PCRenaissanceProj
|
|
|
|
|
|
#
|
|
# Additional libraries
|
|
#
|
|
|
|
RenaissanceProject_LIBRARIES_DEPEND_UPON += -lProjectCenter
|
|
|
|
#
|
|
# Resource files
|
|
#
|
|
|
|
RenaissanceProject_RESOURCE_FILES= \
|
|
Resources/PC.project \
|
|
Resources/main.m \
|
|
Resources/AppController.m \
|
|
Resources/AppController.h \
|
|
Resources/Main.gsmarkup \
|
|
Resources/MainMenu-GNUstep.gsmarkup \
|
|
Resources/MainMenu-OSX.gsmarkup \
|
|
Resources/Inspector.gorm
|
|
|
|
|
|
#
|
|
# Header files
|
|
#
|
|
|
|
RenaissanceProject_HEADERS= \
|
|
PCRenaissanceProj.h \
|
|
PCRenaissanceProject.h \
|
|
PCRenaissanceProject+Inspector.h
|
|
|
|
#
|
|
# Class files
|
|
#
|
|
|
|
RenaissanceProject_OBJC_FILES= \
|
|
PCRenaissanceProj.m \
|
|
PCRenaissanceProject.m \
|
|
PCRenaissanceProject+Inspector.m
|
|
|
|
#
|
|
# C files
|
|
#
|
|
|
|
RenaissanceProject_C_FILES=
|
|
|
|
include ../GNUmakefile.bundles
|
|
include $(GNUSTEP_MAKEFILES)/bundle.make
|
|
|