ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/dclient/Makefile.am
(Generate patch)

Comparing deliantra/dclient/Makefile.am (file contents):
Revision 1.2 by sf-pippijn, Mon Oct 18 06:53:53 2010 UTC vs.
Revision 1.3 by sf-pippijn, Mon Oct 18 07:06:20 2010 UTC

32 $(MAKE) $(AM_MAKEFLAGS) install DESTDIR=$(PWD)/$(distdir)_$(host_cpu) 32 $(MAKE) $(AM_MAKEFLAGS) install DESTDIR=$(PWD)/$(distdir)_$(host_cpu)
33 tar zcf $(distdir)_$(host_cpu).tar.gz $(distdir)_$(host_cpu) 33 tar zcf $(distdir)_$(host_cpu).tar.gz $(distdir)_$(host_cpu)
34 $(RM) -r $(distdir)_$(host_cpu) 34 $(RM) -r $(distdir)_$(host_cpu)
35 35
36dclient.static: all 36dclient.static: all
37 g++-snapshot `find . -name "*.o"` -static $(BOOST) $(CURSES) -lgpm -o $@ 37 $(CXX) `find . -name "*.o"` -static $(BOOST) $(CURSES) -lgpm -o $@
38 38
39upload: dclient.static 39upload: dclient.static
40 cat $< | gzip > dclient.gz 40 cat $< | gzip > dclient.gz
41 rcp dclient.gz ra:public_html/files/up 41 rcp dclient.gz ra:public_html/files/up
42 echo -n "http://xinutec.org/~pippijn/files/up/dclient.gz" | xclip -i 42 echo -n "http://xinutec.org/~pippijn/files/up/dclient.gz" | xclip -i

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines