#
#  dft_inplace library makefile
#

DLL     = yes
TOPDIR  = ..\..\..\..
INCDIR  = ..\..\..\kernel;..\..\..\dft;..\..\..\dft\codelets;$(TOPDIR)\include

include $(TOPDIR)\config\makerules

all: dft_inplace$(LBO) $(MDUMMY)

OBJECTS = i_codlist$(CO) q1_2$(CO) q1_3$(CO) q1_4$(CO) q1_5$(CO) q1_6$(CO) q1_8$(CO)

dft_inplace$(LBO): $(OBJECTS)
	-@del $@ 2>nul
	$(LB) $@ $(OBJECTS) $(LBENDL)

clean: $(MDUMMY)
	-@del dft_inplace$(LBO) $(OBJECTS) 2> nul
