ClusterDist.bpr
上传用户:szb0815
上传日期:2007-06-13
资源大小:338k
文件大小:6k
源码类别:

生物技术

开发平台:

C++ Builder

  1. # ---------------------------------------------------------------------------
  2. !if !$d(BCB)
  3. BCB = $(MAKEDIR)..
  4. !endif
  5. # ---------------------------------------------------------------------------
  6. # IDE SECTION
  7. # ---------------------------------------------------------------------------
  8. # The following section of the project makefile is managed by the BCB IDE.
  9. # It is recommended to use the IDE to change any of the values in this
  10. # section.
  11. # ---------------------------------------------------------------------------
  12. VERSION = BCB.04.04
  13. # ---------------------------------------------------------------------------
  14. PROJECT = ClusterDist.exe
  15. OBJFILES = ClusterDist.obj FileFormat.obj ClusterMain.obj ClusterAbout.obj MyUtils.obj 
  16.   NumericalRecipes.obj
  17. RESFILES = ClusterDist.res
  18. RESDEPEN = $(RESFILES) FileFormat.dfm ClusterMain.dfm ClusterAbout.dfm
  19. LIBFILES =
  20. LIBRARIES =
  21. SPARELIBS = Vcl40.lib dclocx40.lib nmfast40.lib VCLX40.lib tee40.lib
  22. PACKAGES = Vcl40.bpi Vclx40.bpi vcljpg40.bpi bcbsmp40.bpi Qrpt40.bpi Vcldb40.bpi 
  23.   ibsmp40.bpi vcldbx40.bpi TeeUI40.bpi teedb40.bpi tee40.bpi nmfast40.bpi 
  24.   dclocx40.bpi
  25. DEFFILE =
  26. # ---------------------------------------------------------------------------
  27. PATHCPP = .;
  28. PATHASM = .;
  29. PATHPAS = .;
  30. PATHRC = .;
  31. DEBUGLIBPATH = $(BCB)libdebug
  32. RELEASELIBPATH = $(BCB)librelease
  33. USERDEFINES =
  34. SYSDEFINES = _RTLDLL;NO_STRICT;USEPACKAGES
  35. # ---------------------------------------------------------------------------
  36. CFLAG1 = -I....;....Librecipessrcrecipes;BplClustering;$(BCB)include;$(BCB)includevcl 
  37.   -O2 -Hc -H=$(BCB)libvcl40.csm -w -Ve -a8 -5 -k- -vi -c -b- -w-par -w-inl -Vx 
  38.   -tW -tWM -D$(SYSDEFINES);$(USERDEFINES)
  39. PFLAGS = -U....;....Librecipessrcrecipes;BplClustering;$(BCB)libobj;$(BCB)lib;$(RELEASELIBPATH) 
  40.   -I....;....Librecipessrcrecipes;BplClustering;$(BCB)include;$(BCB)includevcl 
  41.   -$Y- -$L- -$D- -v -JPHNE -M
  42. RFLAGS = -i....;....Librecipessrcrecipes;BplClustering;$(BCB)include;$(BCB)includevcl
  43. AFLAGS = /i.... /i....Librecipessrcrecipes /iBplClustering /i$(BCB)include 
  44.   /i$(BCB)includevcl /mx /w2 /zn
  45. LFLAGS = -L....;....Librecipessrcrecipes;BplClustering;$(BCB)libobj;$(BCB)lib;$(RELEASELIBPATH) 
  46.   -S:0x1000000 -aa -Tpe -x -Gn
  47. # ---------------------------------------------------------------------------
  48. ALLOBJ = c0w32.obj Memmgr.Lib $(PACKAGES) sysinit.obj $(OBJFILES)
  49. ALLRES = $(RESFILES)
  50. ALLLIB = $(LIBFILES) $(LIBRARIES) import32.lib cp32mti.lib
  51. # ---------------------------------------------------------------------------
  52. !ifdef IDEOPTIONS
  53. [Version Info]
  54. IncludeVerInfo=0
  55. AutoIncBuild=0
  56. MajorVer=1
  57. MinorVer=0
  58. Release=0
  59. Build=0
  60. Debug=0
  61. PreRelease=0
  62. Special=0
  63. Private=0
  64. DLL=0
  65. Locale=1033
  66. CodePage=1252
  67. [Version Info Keys]
  68. CompanyName=
  69. FileDescription=
  70. FileVersion=1.0.0.0
  71. InternalName=
  72. LegalCopyright=
  73. LegalTrademarks=
  74. OriginalFilename=
  75. ProductName=
  76. ProductVersion=1.0.0.0
  77. Comments=
  78. [HistoryListshlIncludePath]
  79. Count=2
  80. Item0=....;....Librecipessrcrecipes;BplClustering;$(BCB)include;$(BCB)includevcl
  81. Item1=....Librecipessrcrecipes;BplClustering;$(BCB)include;$(BCB)includevcl
  82. [HistoryListshlLibraryPath]
  83. Count=2
  84. Item0=....;....Librecipessrcrecipes;BplClustering;$(BCB)libobj;$(BCB)lib
  85. Item1=....Librecipessrcrecipes;BplClustering;$(BCB)libobj;$(BCB)lib
  86. [HistoryListshlDebugSourcePath]
  87. Count=1
  88. Item0=$(BCB)sourcevcl
  89. [Debugging]
  90. DebugSourceDirs=$(BCB)sourcevcl
  91. [Parameters]
  92. RunParams=
  93. HostApplication=
  94. RemoteHost=
  95. RemotePath=
  96. RemoteDebug=0
  97. [Compiler]
  98. InMemoryExe=0
  99. ShowInfoMsgs=0
  100. !endif
  101. # ---------------------------------------------------------------------------
  102. # MAKE SECTION
  103. # ---------------------------------------------------------------------------
  104. # This section of the project file is not used by the BCB IDE.  It is for
  105. # the benefit of building from the command-line using the MAKE utility.
  106. # ---------------------------------------------------------------------------
  107. .autodepend
  108. # ---------------------------------------------------------------------------
  109. !if !$d(BCC32)
  110. BCC32 = bcc32
  111. !endif
  112. !if !$d(CPP32)
  113. CPP32 = cpp32
  114. !endif
  115. !if !$d(DCC32)
  116. DCC32 = dcc32
  117. !endif
  118. !if !$d(TASM32)
  119. TASM32 = tasm32
  120. !endif
  121. !if !$d(LINKER)
  122. LINKER = ilink32
  123. !endif
  124. !if !$d(BRCC32)
  125. BRCC32 = brcc32
  126. !endif
  127. # ---------------------------------------------------------------------------
  128. !if $d(PATHCPP)
  129. .PATH.CPP = $(PATHCPP)
  130. .PATH.C   = $(PATHCPP)
  131. !endif
  132. !if $d(PATHPAS)
  133. .PATH.PAS = $(PATHPAS)
  134. !endif
  135. !if $d(PATHASM)
  136. .PATH.ASM = $(PATHASM)
  137. !endif
  138. !if $d(PATHRC)
  139. .PATH.RC  = $(PATHRC)
  140. !endif
  141. # ---------------------------------------------------------------------------
  142. $(PROJECT): $(OBJFILES) $(RESDEPEN) $(DEFFILE)
  143.     $(BCB)BIN$(LINKER) @&&!
  144.     $(LFLAGS) +
  145.     $(ALLOBJ), +
  146.     $(PROJECT),, +
  147.     $(ALLLIB), +
  148.     $(DEFFILE), +
  149.     $(ALLRES)
  150. !
  151. # ---------------------------------------------------------------------------
  152. .pas.hpp:
  153.     $(BCB)BIN$(DCC32) $(PFLAGS) {$< }
  154. .pas.obj:
  155.     $(BCB)BIN$(DCC32) $(PFLAGS) {$< }
  156. .cpp.obj:
  157.     $(BCB)BIN$(BCC32) $(CFLAG1) -n$(@D) {$< }
  158. .c.obj:
  159.     $(BCB)BIN$(BCC32) $(CFLAG1) -n$(@D) {$< }
  160. .c.i:
  161.     $(BCB)BIN$(CPP32) $(CFLAG1) -n. {$< }
  162. .cpp.i:
  163.     $(BCB)BIN$(CPP32) $(CFLAG1) -n. {$< }
  164. .asm.obj:
  165.     $(BCB)BIN$(TASM32) $(AFLAGS) $<, $@
  166. .rc.res:
  167.     $(BCB)BIN$(BRCC32) $(RFLAGS) -fo$@ $<
  168. # ---------------------------------------------------------------------------