1998-03-07 09:48:14 +00:00
|
|
|
# $Id: Makefile.inc,v 1.2 1997/12/17 19:38:30 wollman Exp $
|
1997-12-02 20:46:22 +00:00
|
|
|
|
1997-12-17 19:38:33 +00:00
|
|
|
CWARNFLAGS= -Werror -Wall -Wnested-externs -Wmissing-prototypes -Wno-unused
|
1998-03-07 09:48:14 +00:00
|
|
|
|
|
|
|
.if exists(${.OBJDIR}/../common_source)
|
|
|
|
LIBLPR= ${.OBJDIR}/../common_source/liblpr.a
|
|
|
|
.else
|
|
|
|
LIBLPR= ${.CURDIR}/../common_source/liblpr.a
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include "../Makefile.inc"
|