mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-21 19:01:18 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@7874 72102866-910b-0410-8b05-ffd578937521
91 lines
1.8 KiB
Makefile
91 lines
1.8 KiB
Makefile
#
|
|
# GNUmakefile - Generated by the ProjectCenter
|
|
# Written by Philippe C.D. Robert <phr@projectcenter.ch>
|
|
#
|
|
# 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
|
|
#
|
|
# Subprojects
|
|
#
|
|
|
|
#
|
|
# Main application
|
|
#
|
|
|
|
APP_NAME=ProjectCenter
|
|
|
|
ProjectCenter_LDFLAGS = -lProjectCenter
|
|
ProjectCenter_APPLICATION_ICON = ProjectCenter.tiff
|
|
|
|
ProjectCenter_RESOURCE_FILES= \
|
|
ProjectCenter.tiff \
|
|
ProjectCenter.app.tiff \
|
|
ProjectCentre_add.tiff \
|
|
ProjectCentre_build.tiff \
|
|
ProjectCentre_clean.tiff \
|
|
ProjectCentre_cvs.tiff \
|
|
ProjectCentre_documentation.tiff \
|
|
ProjectCentre_files.tiff \
|
|
ProjectCentre_find.tiff \
|
|
ProjectCentre_prefs.tiff \
|
|
ProjectCentre_run.tiff \
|
|
ProjectCentre_uml.tiff \
|
|
ProjectCentre_settings.tiff \
|
|
FileIcon_.c.tiff \
|
|
FileIcon_.h.tiff \
|
|
FileIcon_.m.tiff \
|
|
FileIcon_rtf.tiff \
|
|
ProjectCenter_make.tiff \
|
|
ProjectCenter_clean.tiff \
|
|
ProjectCenter_debug.tiff \
|
|
ProjectCenter_profile.tiff \
|
|
ProjectCenter_install.tiff \
|
|
Info-project.plist
|
|
|
|
# Header files
|
|
#
|
|
|
|
ProjectCenter_HEADERS= \
|
|
PCAppController.h \
|
|
PCAppController+MenuHandling.h \
|
|
PCFindController.h \
|
|
PCInfoController.h \
|
|
PCLogController.h \
|
|
PCMenuController.h \
|
|
PCPrefController.h
|
|
|
|
#
|
|
# Class files
|
|
#
|
|
|
|
ProjectCenter_OBJC_FILES= \
|
|
PCAppController.m \
|
|
PCAppController+MenuHandling.m \
|
|
PCFindController.m \
|
|
PCInfoController.m \
|
|
PCLogController.m \
|
|
PCMenuController.m \
|
|
PCPrefController.m \
|
|
ProjectCenter_main.m
|
|
|
|
#
|
|
# C files
|
|
#
|
|
|
|
ProjectCenter_C_FILES=
|
|
|
|
-include GNUmakefile.preamble
|
|
-include GNUmakefile.local
|
|
include $(GNUSTEP_MAKEFILES)/application.make
|
|
-include GNUmakefile.postamble
|
|
|
|
|
|
|
|
|
|
|
|
|