## FILE: GNUmakefile
#
# Project Tryst
#
# Creator Chris B. Vetter
# Maintainer Chris B. Vetter
# Creation Date Mon Sep 11 14:37:48 CEST 2006
#
# Copyright (c) 2006
#
# Tryst is free software under the terms of a dual BSD/LGPL license.
# For a full copyright description, see the COPYRIGHT file.
#
############################################################################
ifeq ($(GNUSTEP_MAKEFILES),)
$(error You need to run the GNUstep configuration script before compiling)
endif
include $(GNUSTEP_MAKEFILES)/common.make
#
# Subprojects
#
SUBPROJECTS = Source
#
# Additional settings
#
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/aggregate.make
-include GNUmakefile.postamble
#
# End of File.
syntax highlighted by Code2HTML, v. 0.9.1