/[qemu]/qemu/Makefile
ViewVC logotype

Diff of /qemu/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.52 by bellard, Tue Oct 28 00:12:52 2003 UTC revision 1.53 by bellard, Tue Oct 28 00:47:44 2003 UTC
# Line 66  FILE=qemu-$(shell cat VERSION) Line 66  FILE=qemu-$(shell cat VERSION)
66  tar:  tar:
67          rm -rf /tmp/$(FILE)          rm -rf /tmp/$(FILE)
68          cp -r . /tmp/$(FILE)          cp -r . /tmp/$(FILE)
69          ( cd /tmp ; tar zcvf ~/$(FILE).tar.gz $(FILE) )          ( cd /tmp ; tar zcvf ~/$(FILE).tar.gz $(FILE) --exclude CVS )
70          rm -rf /tmp/$(FILE)          rm -rf /tmp/$(FILE)
71    
72  # generate a binary distribution including the test binary environnment  # generate a binary distribution
 BINPATH=/usr/local/qemu-i386  
   
73  tarbin:  tarbin:
74          tar zcvf /tmp/qemu-$(VERSION)-i386-glibc21.tar.gz \          ( cd / ; tar zcvf ~/qemu-$(VERSION)-i386.tar.gz \
75                   $(BINPATH)/etc $(BINPATH)/lib $(BINPATH)/bin $(BINPATH)/usr          $(prefix)/bin/qemu $(prefix)/bin/qemu-fast \
76          tar zcvf /tmp/qemu-$(VERSION)-i386-wine.tar.gz \          $(prefix)/bin/qemu-i386 \
77                   $(BINPATH)/wine          $(prefix)/bin/qemu-arm \
78            $(prefix)/bin/qemu-sparc \
79            $(sharedir)/bios.bin \
80            $(sharedir)/vgabios.bin \
81            $(mandir)/man1/qemu.1 )
82    
83  ifneq ($(wildcard .depend),)  ifneq ($(wildcard .depend),)
84  include .depend  include .depend

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26