
include $(GNUSTEP_MAKEFILES)/common.make

OBJCFLAGS += -Wall

#
# We are creating a subproject
#
SUBPROJECT_NAME = VHFShared

#
# Header files
#

VHFShared_HEADERS= \
types.h \
vhf2DFunctions.h \
vhfCFGFunctions.h \
vhfCompatibility.h \
vhfCommonFunctions.h \
vhfMath.h \
vhfSoundFunctions.h \
VHFArrayAdditions.h \
VHFDictionaryAdditions.h \
VHFPopUpButtonAdditions.h \
VHFScannerAdditions.h \
VHFStringAdditions.h \
VHFSystemAdditions.h

#
# Class files
#

VHFShared_OBJC_FILES= \
vhf2DFunctions.m \
vhfCFGFunctions.m \
vhfCommonFunctions.m \
vhfMath.m \
vhfSoundFunctions.m \
VHFArrayAdditions.m \
VHFDictionaryAdditions.m \
VHFPopUpButtonAdditions.m \
VHFScannerAdditions.m \
VHFStringAdditions.m \
VHFSystemAdditions.m

VHFImport_C_FILES = 

#
# Resource files
#

VHFShared_RESOURCE_FILES=

VHFShared_PRINCIPAL_CLASS = 

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