source: trunk/src/emx/comend.smak@ 1036

Last change on this file since 1036 was 885, checked in by bird, 22 years ago

.TKVAR = target kind variant.

  • Property cvs2svn:cvs-rev set to 1.3
  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 353 bytes
Line 
1# This submakefile is included from mk*.smak submakefiles to clean up local
2# variables after the target has been defined.
3
4# Clear local variables so that we don't incidentally
5# get a wrong value in a different module
6ifndef .TKEEP
7.OBJS :=
8.DIRS :=
9.TARG :=
10.TARGET :=
11.TKIND :=
12.TSRC :=
13.TLDF :=
14.TCF :=
15.TDEP :=
16.IMPS :=
17.TKVAR :=
18endif
19
20.TKEEP :=
Note: See TracBrowser for help on using the repository browser.