apps-projectcenter/ProjectCenter/GNUmakefile
Philippe C.D. Robert c27f10ff80 Added the icon for creating a tar.gz dist and updated the project files using
the latest CVS code.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@11926 72102866-910b-0410-8b05-ffd578937521
2002-01-01 18:09:14 +00:00

103 lines
1.8 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
#
# Subprojects
#
#
# Main application
#
PACKAGE_NAME=ProjectCenter
APP_NAME=ProjectCenter
ProjectCenter_APPLICATION_ICON=ProjectCenter.app.tiff
#
# Additional libraries
#
ADDITIONAL_GUI_LIBS += -lProjectCenter
#
# Resource files
#
ProjectCenter_RESOURCE_FILES= \
ProjectCenterInfo.plist \
FileIcon_.c.tiff \
FileIcon_.h.tiff \
FileIcon_.m.tiff \
FileIcon_rtf.tiff \
ProjectCenter.app.tiff \
ProjectCenter.tiff \
ProjectCenter_clean.tiff \
ProjectCenter_debug.tiff \
ProjectCenter_install.tiff \
ProjectCenter_make.tiff \
ProjectCenter_profile.tiff \
ProjectCenter_rpm.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_settings.tiff \
ProjectCentre_uml.tiff \
ProjectCenter_dist.tiff
#
# Header files
#
ProjectCenter_HEADERS= \
PCAppController.h \
PCFindController.h \
PCInfoController.h \
PCLogController.h \
PCMenuController.h \
PCPrefController.h \
PCAppController+MenuHandling.h
#
# Class files
#
ProjectCenter_OBJC_FILES= \
PCAppController.m \
PCFindController.m \
PCInfoController.m \
PCLogController.m \
PCMenuController.m \
PCPrefController.m \
ProjectCenter_main.m \
PCAppController+MenuHandling.m
#
# C files
#
ProjectCenter_C_FILES=
-include GNUmakefile.preamble
-include GNUmakefile.local
include $(GNUSTEP_MAKEFILES)/aggregate.make
include $(GNUSTEP_MAKEFILES)/application.make
-include GNUmakefile.postamble