Rev | Line | |
---|
[1] | 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 | install_dir = $(CMTINSTALLAREA)\$(tag)\bin
|
---|
| 11 | ${CONSTITUENT}installname = ${CONSTITUENT}$(application_suffix)
|
---|
| 12 |
|
---|
| 13 | ${CONSTITUENT} :: ${CONSTITUENT}install
|
---|
| 14 |
|
---|
| 15 | install :: ${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 |
|
---|
| 25 | uninstall :: ${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.