source: CMT/v1r18p20041201/mgr/fragments/nmake/application @ 1

Last change on this file since 1 was 1, checked in by arnault, 19 years ago

Import all tags

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
10install_dir = $(CMTINSTALLAREA)\$(tag)\bin
11${CONSTITUENT}installname = ${CONSTITUENT}$(application_suffix)
12
13${CONSTITUENT} :: ${CONSTITUENT}install
14
15install :: ${CONSTITUENT}install
16
17${CONSTITUENT}install :: $(install_dir)\$(${CONSTITUENT}installname)
18        @if NOT "$(CMTINSTALLAREA)"=="" echo "installation done"
19
20$(install_dir)\$(${CONSTITUENT}installname) :: $(bin)$(${CONSTITUENT}installname)
21        @if NOT "$(CMTINSTALLAREA)"=="" $(cmt_install_action) "$(PACKAGE_ROOT)\$(tag)" "$(${CONSTITUENT}installname)" "$(install_dir)"
22
23${CONSTITUENT}clean :: ${CONSTITUENT}uninstall
24
25uninstall :: ${CONSTITUENT}uninstall
26
27${CONSTITUENT}uninstall ::
28        @if NOT "$(CMTINSTALLAREA)"=="" $(cmt_uninstall_action) "$(PACKAGE_ROOT)\$(tag)" "$(${CONSTITUENT}installname)" "$(install_dir)"
29
Note: See TracBrowser for help on using the repository browser.