]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/blobdiff - Makefile
glibc2.2 fixes - more command line options - misc doc fixes
[lisovros/qemu_apohw.git] / Makefile
index cce9c7e82808a56534abdb67c65e598c32ad9fb1..169f9def809897a8aea9c88ce084b8d0f8e4f61a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -118,6 +118,15 @@ tar:
        ( cd /tmp ; tar zcvf ~/$(FILE).tar.gz $(FILE) )
        rm -rf /tmp/$(FILE)
 
+# generate a binary distribution including the test binary environnment 
+BINPATH=/usr/local/qemu-i386
+
+tarbin:
+       tar zcvf /tmp/qemu-i386-glibc21.tar.gz \
+                 $(BINPATH)/etc $(BINPATH)/lib $(BINPATH)/bin
+       tar zcvf /tmp/qemu-i386-wine.tar.gz \
+                 $(BINPATH)/X11R6 $(BINPATH)/wine
+
 ifneq ($(wildcard .depend),)
 include .depend
 endif