#include "../../VNSImake.defs"

INCLUDES = -I. -I$(XMINC) -I$(VNS_BITMAPS) -I$(VNS_INCLUDES)
DEFINES = $(MOTIF_DEFINES)

HEADERS = \
Vns.h

SRCS = \
action_props.c \
api.c \
browser.c \
callback.c \
command_panel.c \
create_bmaps.c \
database.c \
events.c \
image_props.c \
link_props.c \
note.c \
object.c \
page.c \
props.c \
server.c \
session.c \
text_props.c \
util.c \
vns.c

OBJS = \
action_props.o \
api.o \
browser.o \
callback.o \
command_panel.o \
create_bmaps.o \
database.o \
events.o \
image_props.o \
link_props.o \
note.o \
object.o \
page.o \
props.o \
server.o \
session.o \
text_props.o \
util.o \
vns.o

all::

NormalLibraryTarget(Vns,$(OBJS))

/* InstallLibrary(Vns,$(VNS_DESTLIB)) */

LintLibraryTarget(Vns,$(SRCS))
/* InstallLintLibrary(Vns,$(LINTLIBDIR)) */

/* build links in the include directory of the source tree */
BuildIncludes($(HEADERS),.,.)

/* install the headers in the installation include directory */
/* InstallMultiple($(HEADERS),$(VNS_DESTINC)) */

DependTarget()

NormalLintTarget($(SRCS))
