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.3 by sf-pippijn, Mon Oct 18 07:06:20 2010 UTC vs.
Revision 1.4 by sf-pippijn, Mon Oct 18 14:11:42 2010 UTC

15 15
16CLEANFILES = # empty 16CLEANFILES = # empty
17DISTCLEANFILES = # empty 17DISTCLEANFILES = # empty
18MAINTAINERCLEANFILES = # empty 18MAINTAINERCLEANFILES = # empty
19 19
20AM_CPPFLAGS = -I$(srcdir)/include -I/usr/include/ncursesw -isystem /usr/include/ncursesw -include adt/foreach.h -Dnullptr=NULL 20AM_CPPFLAGS = -I$(srcdir)/include -I/usr/include/ncursesw -isystem /usr/include/ncursesw -include compiler.h
21AM_CXXFLAGS = -pipe -O3 -ggdb3 -Wall -pedantic -std=c++0x -fno-inline 21AM_CXXFLAGS = -pipe -O3 -ggdb3 -Wall -pedantic -std=c++0x -fno-inline
22AM_LDFLAGS = -Wl,-z,defs,-z,nodlopen,-z,noexecstack,-z,now,-z,nodump 22AM_LDFLAGS = -Wl,-z,defs,-z,nodlopen,-z,noexecstack,-z,now,-z,nodump
23 23
24BOOST = -lboost_system-mt -lpthread 24BOOST = -lboost_system-mt -lpthread
25CURSES = -lpanelw -lmenuw -lncursesw 25CURSES = -lpanelw -lmenuw -lncursesw
26
27#include src/common/Rules.am
28#include include/common/Rules.am
29#include testsuite/common/Rules.am
26 30
27include include/Rules.am 31include include/Rules.am
28include src/Rules.am 32include src/Rules.am
29include testsuite/Rules.am 33include testsuite/Rules.am
30 34
32 $(MAKE) $(AM_MAKEFLAGS) install DESTDIR=$(PWD)/$(distdir)_$(host_cpu) 36 $(MAKE) $(AM_MAKEFLAGS) install DESTDIR=$(PWD)/$(distdir)_$(host_cpu)
33 tar zcf $(distdir)_$(host_cpu).tar.gz $(distdir)_$(host_cpu) 37 tar zcf $(distdir)_$(host_cpu).tar.gz $(distdir)_$(host_cpu)
34 $(RM) -r $(distdir)_$(host_cpu) 38 $(RM) -r $(distdir)_$(host_cpu)
35 39
36dclient.static: all 40dclient.static: all
37 $(CXX) `find . -name "*.o"` -static $(BOOST) $(CURSES) -lgpm -o $@ 41 $(CXX) `find . -name "*.o"` -static $(BOOST) $(CURSES) -lgpm $(BFD) -o $@
38 42
39upload: dclient.static 43upload: dclient.static
40 cat $< | gzip > dclient.gz 44 cat $< | gzip > dclient.gz
41 rcp dclient.gz ra:public_html/files/up 45 rcp dclient.gz ra:public_html/files/up
42 echo -n "http://xinutec.org/~pippijn/files/up/dclient.gz" | xclip -i 46 echo -n "http://xinutec.org/~pippijn/files/up/dclient.gz" | xclip -i
43 $(RM) dclient.gz 47 $(RM) dclient.gz
44 48
45DISTCLEANFILES += curses.log deliantra.log 49DISTCLEANFILES += curses.log client.log

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines