#
# 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
#

#
# Bundle
#

PACKAGE_NAME=Dhry
BUNDLE_NAME=Dhry
BUNDLE_EXTENSION=.bundle
BUNDLE_INSTALL_DIR=$(GNUSTEP_LOCAL_ROOT)/Library/Bundles
Dhry_PRINCIPAL_CLASS=DhryController
#

# Additional libraries
#

Dhry_LIBRARIES_DEPEND_UPON += 

#

# Resource files
#

Dhry_RESOURCE_FILES= 

#

# Header files
#

Dhry_HEADERS= \
DhryController.h \
dhry.h 

#

# Class files
#

Dhry_OBJC_FILES= \
DhryController.m 

#

# C files
#

Dhry_C_FILES= \
dhry_1.c \
dhry_2.c 

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