2706a6d56302da0667b869733427d8012a095439
[yaffs/.git] / wince / sources
1 !IF 0\r
2 \r
3  YAFFS: Yet another FFS. A NAND-flash specific file system.\r
4 ; SOURCES: The FSD layer for the WinCE version of YAFFS.\r
5 ;\r
6 ; Copyright (C) 2002 Trimble Navigation Limited.  All rights reserved.\r
7 ;\r
8 ; Created by Charles Manning <charles.manning@trimble.co.nz>\r
9 ;\r
10 ; This program is free software; you can redistribute it and/or modify\r
11 ; it under the terms of the GNU General Public License version 2 as\r
12 ; published by the Free Software Foundation.\r
13 ; This program is distributed in the hope that it will be useful, but \r
14 ;\r
15 ; WITHOUT ANY WARRANTY; without even the implied warranty of \r
16 ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General \r
17 ; Public License for more details. You should have received a copy of the\r
18 ; GNU General Public License along with this program; if not, write to the \r
19 ; Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\r
20 ;\r
21 ; $Id: sources,v 1.2 2003-01-31 00:52:53 charles Exp $\r
22 \r
23 \r
24 \r
25 !ENDIF\r
26 \r
27 !if "$(ODO_NODISPLAY)" == "1"\r
28 SKIPBUILD=1\r
29 !endif\r
30 \r
31 RELEASETYPE=PLATFORM\r
32 \r
33 TARGETNAME=YFSD\r
34 TARGETTYPE=DYNLINK\r
35 TARGETLIBS=                                             \\r
36     $(_PUBLICROOT)\COMMON\OAK\lib\arm\Sa1100\ce\retail\fsdmgr.lib \\r
37     $(_COMMONSDKROOT)\lib\$(_CPUINDPATH)\coredll.lib    \\r
38 \r
39 CDEFINES=  $(CDEFINES) -DCONFIG_YAFFS_WINCE -DCONFIG_YAFFS_SHORT_NAMES_IN_RAM \r
40 \r
41 \r
42 SOURCES=  yaffs_guts.c nand_ecc.c yaffsfsd.c ynandif.c \r
43 \r
44     \r
45 \r