#
# GNUmakefile 
# Written by Gregory John Casamento <greg_casamento@yahoo.com>
#
# 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
#



#
# Library
#

PACKAGE_NAME=Gorm
LIBRARY_VAR=GORM
LIBRARY_NAME=libGorm
libGorm_HEADER_FILES_DIR=.
libGorm_HEADER_FILES_INSTALL_DIR=/InterfaceBuilder
ADDITIONAL_INCLUDE_DIRS = -I..
srcdir = .

include ./Version

#
# Additional libraries
#

libGorm_LIBRARIES_DEPEND_UPON += -lgnustep-gui -l$(FOUNDATION_LIBRARY_NAME)

#
# Header files
#

libGorm_HEADER_FILES= \
IBApplicationAdditions.h \
IBCellAdditions.h \
IBCellProtocol.h \
IBConnectors.h \
IBDefines.h \
IBDocuments.h \
IBEditors.h \
IBInspector.h \
IBInspectorManager.h \
IBInspectorMode.h \
IBObjectAdditions.h \
IBObjectProtocol.h \
IBPalette.h \
IBProjects.h \
IBProjectFiles.h \
IBResourceManager.h \
IBSystem.h \
IBViewAdditions.h \
IBViewProtocol.h \
IBViewResourceDragging.h \
InterfaceBuilder.h

#
# Class files
#

libGorm_OBJC_FILES= \
IBApplicationAdditions.m \
IBConnectors.m \
IBDocuments.m \
IBEditors.m \
IBInspector.m \
IBInspectorManager.m \
IBInspectorMode.m \
IBObjectAdditions.m \
IBPalette.m \
IBResourceManager.m

#
# C files
#

libGorm_C_FILES= 

HEADERS_INSTALL = $(libGorm_HEADER_FILES)

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


syntax highlighted by Code2HTML, v. 0.9.1