#
# pi Makefile
#
# x-kernel v3.2
#
# Copyright (c) 1991  Arizona Board of Regents
#
# $Revision: 1.6 $
# $Date: 1992/01/24 05:25:37 $
#

DIRS = idmap
FILES = xk_debug part prottbl prottbl_parse sessn_gc upi msg

XRT=..
LIB=libPi_$(HOW)

OBJECTFILE = newObjectList

include $(MAKE_INCLUDE)/Makefile.lib

ifeq ($(CC),gcc)

#
# msg.o requires the 'traditional' flag, so we need a special rule for
# it
#
$(HOW)/msg.o : msg.c
	$(CC) -c $(CFLAGS) -traditional -o $@ $<

endif
