20 lines
518 B
Plaintext
20 lines
518 B
Plaintext
# Copyright 1998 Silicon Graphics, Inc. All rights reserved.
|
|
#
|
|
#ident "$Revision: 1.1 $"
|
|
#
|
|
# Common cording definitions.
|
|
|
|
# Rules file for cording. See notes in that file for more information.
|
|
|
|
CORDRULES=$(ROOT)/usr/include/make/cordrules
|
|
|
|
# There can be any number of cord feedback files, and they should be
|
|
# alphabetically arranged in order of importance, with the most important
|
|
# file first: libfoo.1.fb, libfoo.2.fb, ...
|
|
|
|
CORDFILES=$(BASELIBNAME)*.fb
|
|
|
|
# Allow cleanup of pre-cord libraries
|
|
|
|
LDIRT+=*.precord
|