#
# 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=HostAddress
APP_NAME=HostAddress
HostAddress_APPLICATION_ICON=
#

# Additional libraries
#

ADDITIONAL_GUI_LIBS += 

#

# Resource files
#

HostAddress_RESOURCE_FILES= 

#

# Header files
#

HostAddress_HEADERS= \
AppController.h \
Resolver.h 

#

# Class files
#

HostAddress_OBJC_FILES= \
main.m \
AppController.m \
Resolver.m 

#

# C files
#

HostAddress_C_FILES= 

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