1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/kernelhwsrv/kerneltest/f32test/loader/ldrtst.mke Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,103 @@
1.4 +# f32test/loader/ldrtst.mke
1.5 +#
1.6 +# Copyright (c) 2000 Symbian Ltd. All rights reserved.
1.7 +#
1.8 +
1.9 +ifeq "$(OS)" "Windows_NT"
1.10 +ERASE := @erase 2>>nul
1.11 +else
1.12 +ERASE := @erase
1.13 +endif
1.14 +
1.15 +SDIR := ..\loader
1.16 +GDIR := ..\loader\gen
1.17 +
1.18 +MAKMAKE : MAKEGENERATED
1.19 +
1.20 +FREEZE :
1.21 +
1.22 +LIB : LIBGENERATED
1.23 +
1.24 +CLEANLIB :
1.25 +
1.26 +RESOURCE :
1.27 +
1.28 +FINAL :
1.29 +
1.30 +BLD SAVESPACE : BLDGENERATED
1.31 +
1.32 +RELEASABLES :
1.33 +
1.34 +ROMFILE :
1.35 +
1.36 +CLEAN :
1.37 +
1.38 +$(GDIR)\dlltree.inf : $(SDIR)\dlltree.pl $(SDIR)\dllt.h $(SDIR)\dllt.cpp $(SDIR)\dllt.cia \
1.39 + $(SDIR)\dlltifc.h $(SDIR)\exet.cpp $(SDIR)\exetifc.h $(SDIR)\dlltree.txt
1.40 + perl $(SDIR)\dlltree.pl $(SDIR)\dlltree.txt $(GDIR)
1.41 +
1.42 +$(GDIR)\ldrtest.iby : $(SDIR)\dlltree.pl $(SDIR)\dllt.h $(SDIR)\dllt.cpp $(SDIR)\dllt.cia \
1.43 + $(SDIR)\dlltifc.h $(SDIR)\exet.cpp $(SDIR)\exetifc.h $(SDIR)\dlltree.txt
1.44 + perl $(SDIR)\dlltree.pl $(SDIR)\dlltree.txt $(GDIR)
1.45 +
1.46 +$(GDIR)\dlltree.h : $(SDIR)\dlltree.pl $(SDIR)\dllt.h $(SDIR)\dllt.cpp $(SDIR)\dllt.cia \
1.47 + $(SDIR)\dlltifc.h $(SDIR)\exet.cpp $(SDIR)\exetifc.h $(SDIR)\dlltree.txt
1.48 + perl $(SDIR)\dlltree.pl $(SDIR)\dlltree.txt $(GDIR)
1.49 +
1.50 +$(GDIR)\dllt.h : $(SDIR)\dllt.h
1.51 + copy $(SDIR)\dllt.h $(GDIR)\dllt.h
1.52 +
1.53 +$(GDIR)\dllt.cpp : $(SDIR)\dllt.cpp
1.54 + copy $(SDIR)\dllt.cpp $(GDIR)\dllt.cpp
1.55 +
1.56 +$(GDIR)\dllt.cia : $(SDIR)\dllt.cia
1.57 + copy $(SDIR)\dllt.cia $(GDIR)\dllt.cia
1.58 +
1.59 +$(GDIR)\dlltifc.h : $(SDIR)\dlltifc.h
1.60 + copy $(SDIR)\dlltifc.h $(GDIR)\dlltifc.h
1.61 +
1.62 +$(GDIR)\exet.cpp : $(SDIR)\exet.cpp
1.63 + copy $(SDIR)\exet.cpp $(GDIR)\exet.cpp
1.64 +
1.65 +$(GDIR)\exetifc.h : $(SDIR)\exetifc.h
1.66 + copy $(SDIR)\exetifc.h $(GDIR)\exetifc.h
1.67 +
1.68 +$(GDIR)\exetifc.cpp : $(SDIR)\exetifc.cpp
1.69 + copy $(SDIR)\exetifc.cpp $(GDIR)\exetifc.cpp
1.70 +
1.71 +$(GDIR)\t_ldrtst.h : $(SDIR)\t_ldrtst.h
1.72 + copy $(SDIR)\t_ldrtst.h $(GDIR)\t_ldrtst.h
1.73 +
1.74 +$(GDIR)\t_ldrtst.cpp : $(SDIR)\t_ldrtst.cpp
1.75 + copy $(SDIR)\t_ldrtst.cpp $(GDIR)\t_ldrtst.cpp
1.76 +
1.77 +$(GDIR)\t_ldrtst2.cpp : $(SDIR)\t_ldrtst2.cpp
1.78 + copy $(SDIR)\t_ldrtst2.cpp $(GDIR)\t_ldrtst2.cpp
1.79 +
1.80 +$(GDIR)\t_ldrtst.mmp : $(SDIR)\t_ldrtst.mmp
1.81 + copy $(SDIR)\t_ldrtst.mmp $(GDIR)\t_ldrtst.mmp
1.82 +
1.83 +$(GDIR)\t_sfhash.cpp : $(SDIR)\t_sfhash.cpp
1.84 + copy $(SDIR)\t_sfhash.cpp $(GDIR)\t_sfhash.cpp
1.85 +
1.86 +$(GDIR)\t_hash.h : $(SDIR)\t_hash.h
1.87 + copy $(SDIR)\t_hash.h $(GDIR)\t_hash.h
1.88 +
1.89 +GENERATED : $(GDIR)\dlltree.inf $(GDIR)\ldrtest.iby $(GDIR)\dlltree.h \
1.90 + $(GDIR)\dllt.h $(GDIR)\dllt.cpp $(GDIR)\dllt.cia $(GDIR)\dlltifc.h \
1.91 + $(GDIR)\exet.cpp $(GDIR)\exetifc.h $(GDIR)\exetifc.cpp \
1.92 + $(GDIR)\t_ldrtst.cpp $(GDIR)\t_ldrtst2.cpp $(GDIR)\t_ldrtst.h \
1.93 + $(GDIR)\t_ldrtst.mmp $(GDIR)\t_sfhash.cpp $(GDIR)\t_hash.h
1.94 + cd $(GDIR) && call bldmake -f dlltree.inf bldfiles
1.95 + cd $(GDIR) && call bldmake -f dlltree.inf bldfiles $(PLATFORM)
1.96 +
1.97 +MAKEGENERATED : GENERATED
1.98 + cd $(GDIR) && call abld test makefile $(PLATFORM)
1.99 +
1.100 +LIBGENERATED : GENERATED
1.101 + cd $(GDIR) && call abld test library $(PLATFORM)
1.102 +
1.103 +BLDGENERATED : GENERATED
1.104 + cd $(GDIR) && call abld test target $(PLATFORM) $(CFG)
1.105 +
1.106 +