# GNUstep makefile

-include ../../config.make
include $(GNUSTEP_MAKEFILES)/common.make
include ../Version
include ./Version

LIBRARY_NAME     = libWEPrototype
BUNDLE_NAME      = WEPrototype
BUNDLE_EXTENSION = .wox
BUNDLE_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/WOxElemBuilders-$(MAJOR_VERSION).$(MINOR_VERSION)/

FHS_MANPAGES += doc/*.3

libWEPrototype_HEADER_FILES_DIR         = .
libWEPrototype_HEADER_FILES_INSTALL_DIR = /WEPrototype

libWEPrototype_HEADER_FILES =

libWEPrototype_OBJC_FILES = \
	WEPrototypeScriptAction.m	\
	WEPrototypeScript.m		\
	WELiveLink.m			\

WEPrototype_OBJC_FILES      = WEPrototypeBundle.m
WEPrototype_PRINCIPAL_CLASS = WEPrototypeBundle

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