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

 INCLUDES = -I. -I$(VNS_INCLUDES) -I$(VNS_BITMAPS)

HEADERS = \
page_to_ps.h \
pagelist.h \
printer.h

SRCS= \
page_to_ps.c \
pagelist.c \
printer.c \
vns_to_ps.c

OBJS = \
page_to_ps.o \
pagelist.o \
printer.o \
vns_to_ps.o

all::

NormalLibraryTarget(ps,$(OBJS))

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

LintLibraryTarget(ps,$(SRCS))
/* InstallLintLibrary(ps,$(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))
