# AUTOMATICALLY GENERATED. DO NOT EDIT - YOUR CHANGES WILL BE OVERWRITTEN

include $(GNUSTEP_MAKEFILES)/common.make

ifeq ($(warnings), yes)
ADDITIONAL_OBJCFLAGS += -W
ADDITIONAL_OBJCPPFLAGS += -W
ADDITIONAL_CFLAGS += -W
ADDITIONAL_CPPFLAGS += -W
endif
ifeq ($(allwarnings), yes)
ADDITIONAL_OBJCFLAGS += -Wall
ADDITIONAL_OBJCPPFLAGS += -Wall
ADDITIONAL_CFLAGS += -Wall
ADDITIONAL_CPPFLAGS += -Wall
endif

APP_NAME = KeyArcher

KeyArcher_OBJC_FILES = AppController.m \
Document.m \
ObjectGraph.m \
ArchivedObject.m \
KeyArcher_main.m \

KeyArcher_OBJCC_FILES = 
KeyArcher_C_FILES = 
KeyArcher_RESOURCE_FILES = 
KeyArcher_LANGUAGES = English \

KeyArcher_LOCALIZED_RESOURCE_FILES = KeyArcher_MainMenu.gorm \
Document.gorm \

KeyArcher_MAIN_MODEL_FILE = KeyArcher_MainMenu.gorm

ADDITIONAL_GUI_LIBS = 
SUBPROJECTS = 
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/application.make
include $(GNUSTEP_MAKEFILES)/aggregate.make
-include GNUmakefile.postamble
