
include $(GNUSTEP_MAKEFILES)/common.make

OBJCFLAGS += -Wall

#
# We are creating a subproject
#
SUBPROJECT_NAME = VHFImport

#
# Header files
#

VHFImport_HEADERS= \
PSImport.h \
DINImport.h \
DXFImport.h \
dxfColorTable.h \
GerberImport.h \
HPGLImport.h
#types.h
#vhfCFGFunctions.h
#VHFDictionaryAdditions.h
#VHFScannerAdditions.h
#VHFStringAdditions.h
#vhf2DFunctions.h

#
# Class files
#

VHFImport_OBJC_FILES= \
PSImport.m \
DINImport.m \
DXFImport.m \
GerberImport.m \
HPGLImport.m
#../Shared/vhfCFGFunctions.m
#VHFDictionaryAdditions.m
#VHFScannerAdditions.m
#VHFStringAdditions.m
#vhf2DFunctions.m

VHFImport_C_FILES = 

#
# Resource files
#

VHFImport_RESOURCE_FILES= \
psImport.prolog \
psImportAI3.prolog \
psImportAI3.trailer

VHFImport_PRINCIPAL_CLASS = 

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