O_TARGET := translucency_mod.o

list-multy 		:= trynslucency.o
translucency-objs 	:= extension.o staticext.o base.o


obj-$(CONFIG_TRANSLUCENCY)	+= translucency.o 


include $(TOPDIR)/Rules.make

extension.c: redirect.txt makeext.pl
	/usr/bin/perl makeext.pl extension redirect.txt

translucency.o: $(translucency-objs)
	$(LD) -r -o $@ $(translucency-objs)


