summaryrefslogtreecommitdiff
path: root/libtk/mkfile-std
diff options
context:
space:
mode:
Diffstat (limited to 'libtk/mkfile-std')
-rw-r--r--libtk/mkfile-std44
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