diff options
| author | Charles.Forsyth <devnull@localhost> | 2006-12-22 17:07:39 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2006-12-22 17:07:39 +0000 |
| commit | 37da2899f40661e3e9631e497da8dc59b971cbd0 (patch) | |
| tree | cbc6d4680e347d906f5fa7fca73214418741df72 /libtk/mkfile-std | |
| parent | 54bc8ff236ac10b3eaa928fd6bcfc0cdb2ba46ae (diff) | |
20060303a
Diffstat (limited to 'libtk/mkfile-std')
| -rw-r--r-- | libtk/mkfile-std | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/libtk/mkfile-std b/libtk/mkfile-std new file mode 100644 index 00000000..f8b453b1 --- /dev/null +++ b/libtk/mkfile-std @@ -0,0 +1,44 @@ +CANVSFILES=\ + canvs.$O\ + canvu.$O\ + carcs.$O\ + cbits.$O\ + cimag.$O\ + cline.$O\ + coval.$O\ + cpoly.$O\ + crect.$O\ + ctext.$O\ + cwind.$O\ + +LABELFILES=\ + buton.$O\ + label.$O\ + +TEXTWFILES=\ + textu.$O\ + textw.$O\ + tindx.$O\ + tmark.$O\ + ttags.$O\ + twind.$O\ + +OFILES=$OFILES\ + $CANVSFILES\ + colrs.$O\ + entry.$O\ + extns.$O\ + frame.$O\ + $LABELFILES\ + listb.$O\ + menus.$O\ + scale.$O\ + scrol.$O\ + $TEXTWFILES\ + +frame.$O: frame.h +$CANVSFILES: canvs.h +$LABELFILES: label.h +listb.$O: listb.h +menus.$O: frame.h label.h +$TEXTWFILES: textw.h |
