source: CMT/HEAD/mgr/fragments/nmake/application @ 353

Last change on this file since 353 was 353, checked in by garonne, 17 years ago

add Florence fix

  • Property svn:eol-style set to native
File size: 1.0 KB
Line 
1
2$(bin)${CONSTITUENT}$(application_suffix) :: ${OBJS} $(use_stamps) $(${CONSTITUENT}stamps) requirements $(use_requirements)
3        $(link_echo) $@
4        $(link_silent) ${LINKMACRO} /out:$(bin)${CONSTITUENT}$(application_suffix) @<<
5${OBJS}
6$(use_linkopts)
7$(${CONSTITUENT}linkopts)
8<<
9
10
11
12install_dir = $(CMTINSTALLAREA)\$(tag)\bin
13${CONSTITUENT}installname = ${CONSTITUENT}$(application_suffix)
14
15${CONSTITUENT} :: ${CONSTITUENT}install
16
17install :: ${CONSTITUENT}install
18
19${CONSTITUENT}install :: $(install_dir)\$(${CONSTITUENT}installname)
20        @if NOT "$(CMTINSTALLAREA)"=="" echo "installation done"
21
22$(install_dir)\$(${CONSTITUENT}installname) :: $(bin)$(${CONSTITUENT}installname)
23        @if NOT "$(CMTINSTALLAREA)"=="" $(cmt_install_action) "$(PACKAGE_ROOT)\$(tag)" "$(${CONSTITUENT}installname)" "$(install_dir)"
24
25${CONSTITUENT}clean :: ${CONSTITUENT}uninstall
26
27uninstall :: ${CONSTITUENT}uninstall
28
29${CONSTITUENT}uninstall ::
30        @if NOT "$(CMTINSTALLAREA)"=="" $(cmt_uninstall_action) "$(PACKAGE_ROOT)\$(tag)" "$(${CONSTITUENT}installname)" "$(install_dir)"
31
Note: See TracBrowser for help on using the repository browser.