source: trunk/src/kmk/testcase/nmakebase.mak@ 144

Last change on this file since 144 was 32, checked in by bird, 23 years ago

for try and fail purposes.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 288 bytes
Line 
1all: /usr/tmp/mytarget.exe
2
3/usr/tmp/mytarget.exe: /root/tst.mak /root/lst
4 @echo '$$< = '$<
5 @echo '$$@ = '$@
6 @echo '$$! = '$!
7 @echo '$$? = '$?
8 @echo '$$* = '$?
9 @echo '$$** = '$?
10
11 @echo '$$(@F) = '$(@F)
12 @echo '$$(@D) = '$(@D)
13 @echo '$$(@R) = '$(@R)
14 @echo '$$(@B) = '$(@B)
15
16
17
18
Note: See TracBrowser for help on using the repository browser.