#
# This is Makefile for shadow functions.
#

TOPDIR=..

include $(TOPDIR)/Makeconfig
include $(TOPDIR)/Makerules

DIRS:=

SRCS = shadow-comp.c
ASMS= $(SRCS:.c=.s)
OBJS= $(SRCS:.c=.o)
ALIAESE= 

include $(TOPDIR)/Maketargets  
