summaryrefslogtreecommitdiff
path: root/xc/test
diff options
context:
space:
mode:
authorrws <empty>1994-04-30 11:38:20 +0000
committerrws <empty>1994-04-30 11:38:20 +0000
commitd718da3ccb9c3457924661850a5333041d18c4b7 (patch)
tree45f45b98ea0c2b92cc14d09408ca9fc7acca4dda /xc/test
parentf78d9199048d747b9d5519091bfd83c02533e069 (diff)
Initial revision
Diffstat (limited to 'xc/test')
-rw-r--r--xc/test/xsuite/Imakefile39
1 files changed, 39 insertions, 0 deletions
diff --git a/xc/test/xsuite/Imakefile b/xc/test/xsuite/Imakefile
new file mode 100644
index 000000000..ef91d7841
--- /dev/null
+++ b/xc/test/xsuite/Imakefile
@@ -0,0 +1,39 @@
+XCOMM $XConsortium$
+
+#define Prefix TET_ROOT=`pwd` PATH=`pwd`/xtest/bin:$$PATH export TET_ROOT PATH;
+
+#ifndef BuildXSuiteSpaceSaving
+#define BuildXSuiteSpaceSaving YES
+#endif
+
+#if BuildXSuiteSpaceSaving
+#define BuildCmd tcc -b -s link_scen xtest linkbuild
+#define CleanCmd tcc -c -s link_scen xtest linkbuild
+#else
+#define BuildCmd tcc -b xtest all
+#define CleanCmd tcc -c xtest all
+#endif
+
+all: install
+
+install::
+ (Prefix cd tet/src/posix_c/tools; pmake install)
+ (Prefix cd tet/src/posix_c/api; pmake install)
+ (Prefix cd xtest/src/lib; pmake install)
+ (Prefix cd xtest/src/libproto; pmake install)
+ (Prefix cd xtest/src/xim; pmake install)
+ (Prefix cd xtest/fonts; pmake install)
+ (Prefix cd xtest/src/bin/mc; pmake install)
+ (Prefix cd xtest/src/pixval/blowup; pmake install)
+ (Prefix cd xtest; BuildCmd)
+
+clean::
+ (Prefix cd tet/src/posix_c/tools; pclean)
+ (Prefix cd tet/src/posix_c/api; pclean)
+ (Prefix cd xtest/src/lib; pclean)
+ (Prefix cd xtest/src/libproto; pclean)
+ (Prefix cd xtest/src/xim; pmake pclean)
+ (Prefix cd xtest/fonts; pclean)
+ (Prefix cd xtest/src/bin/mc; pclean)
+ (Prefix cd xtest/src/pixval/blowup; pclean)
+ (Prefix cd xtest; CleanCmd) \ No newline at end of file