1995-04-27 16:03:47 +00:00
|
|
|
#
|
|
|
|
# Bmakefile for rast
|
|
|
|
#
|
1996-06-19 20:36:35 +00:00
|
|
|
# $Id: Makefile.inc,v 1.2 1996/06/04 19:08:04 jfieber Exp $
|
1995-04-27 16:03:47 +00:00
|
|
|
#
|
|
|
|
|
1996-06-04 19:09:50 +00:00
|
|
|
.if exists(${.CURDIR}/../../Makefile.inc)
|
1995-04-27 16:03:47 +00:00
|
|
|
.include "${.CURDIR}/../../Makefile.inc"
|
1996-06-04 19:09:50 +00:00
|
|
|
.endif
|
1995-04-27 16:03:47 +00:00
|
|
|
|
|
|
|
.if exists(${.CURDIR}/../libsgmls/obj)
|
|
|
|
LIBSGMLS= ${.CURDIR}/../libsgmls/obj/libsgmls.a
|
|
|
|
.else
|
|
|
|
LIBSGMLS= ${.CURDIR}/../libsgmls/libsgmls.a
|
1996-06-04 19:09:50 +00:00
|
|
|
.endif
|
1996-06-19 20:36:35 +00:00
|
|
|
|