Moved tests into appropriate subdirs.
[AROS.git] / workbench / fs / ntfs / mmakefile.src
bloba68a547d50640062db0e9cd80c1f42a7745b0ffd
1 include $(TOP)/config/make.cfg
3 #MM- workbench-fs-complete : workbench-fs-ntfs
5 #MM workbench-fs-ntfs : workbench-libs-uuid-includes
7 USER_LDFLAGS := -static
9 FILES := startup main disk cache packet ntfs ops lock direntry charset names timer notify support
11 DISABLEDFILES :=   file   
13 %build_prog mmake=workbench-fs-ntfs \
14     progname=ntfs-handler targetdir=$(AROSDIR)/Storage \
15     files="$(FILES)" usestartup=no
17 %common