
include $(GNUSTEP_MAKEFILES)/common.make

OBJCFLAGS += -Wall

#
# We are creating a subproject
#
SUBPROJECT_NAME = VHFExport

#
# Header files
#

VHFExport_HEADERS= \
DXFExport.h \
dxfColorTable.h \
GerberExport.h \
HPGLExport.h
#types.h
#VHFDictionaryAdditions.h
#VHFScannerAdditions.h
#VHFStringAdditions.h

#
# Class files
#

VHFExport_OBJC_FILES= \
DXFExport.m \
GerberExport.m \
HPGLExport.m
#VHFDictionaryAdditions.m
#VHFScannerAdditions.m
#VHFStringAdditions.m

VHFImport_C_FILES = 

#
# Resource files
#

VHFExport_RESOURCE_FILES= 

VHFExport_PRINCIPAL_CLASS = 

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