#
# GNUmakefile - Generated by ProjectCenter
# Written by Philippe C.D. Robert <probert@siggraph.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=Camera
APP_NAME=Camera
GNUSTEP_INSTALLATION_DIR=$(GNUSTEP_LOCAL_ROOT)/
Camera_APPLICATION_ICON=Camera.png
Camera_MAIN_MODEL_FILE=Camera.gorm


#
# Additional libraries
#

ADDITIONAL_GUI_LIBS += 

#
# Resource files
#

Camera_RESOURCE_FILES= \
Camera.gorm \
CameraInfo.plist \
Images/*

#
# Header files
#

Camera_HEADER_FILES= \
CameraController.h \
DigitalCamera.h \
OpenPanelAddons.h

#
# Class files
#

Camera_OBJC_FILES= \
main.m \
AppDelegate.m \
CameraController.m \
DigitalCamera.m \
OpenPanelAddons.m

#
# C files
#

Camera_C_FILES= 

-include GNUmakefile.preamble
-include GNUmakefile.local
include $(GNUSTEP_MAKEFILES)/aggregate.make
include $(GNUSTEP_MAKEFILES)/application.make
-include GNUmakefile.postamble
