ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/dclient/Makefile.am
Revision: 1.3
Committed: Mon Oct 18 07:06:20 2010 UTC (13 years, 7 months ago) by sf-pippijn
Branch: MAIN
Changes since 1.2: +1 -1 lines
Log Message:
use $(CXX)

File Contents

# Content
1 AUTOMAKE_OPTIONS = -Wall
2 ACLOCAL_AMFLAGS = -I m4
3 DISTCHECK_CONFIGURE_FLAGS = CXX=$(CXX)
4
5 lib_LTLIBRARIES = # empty
6 bin_PROGRAMS = # empty
7 check_PROGRAMS = # empty
8 noinst_HEADERS = # empty
9
10 TESTS = # empty
11
12 BUILT_SOURCES = # empty
13
14 EXTRA_DIST = # empty
15
16 CLEANFILES = # empty
17 DISTCLEANFILES = # empty
18 MAINTAINERCLEANFILES = # empty
19
20 AM_CPPFLAGS = -I$(srcdir)/include -I/usr/include/ncursesw -isystem /usr/include/ncursesw -include adt/foreach.h -Dnullptr=NULL
21 AM_CXXFLAGS = -pipe -O3 -ggdb3 -Wall -pedantic -std=c++0x -fno-inline
22 AM_LDFLAGS = -Wl,-z,defs,-z,nodlopen,-z,noexecstack,-z,now,-z,nodump
23
24 BOOST = -lboost_system-mt -lpthread
25 CURSES = -lpanelw -lmenuw -lncursesw
26
27 include include/Rules.am
28 include src/Rules.am
29 include testsuite/Rules.am
30
31 package:
32 $(MAKE) $(AM_MAKEFLAGS) install DESTDIR=$(PWD)/$(distdir)_$(host_cpu)
33 tar zcf $(distdir)_$(host_cpu).tar.gz $(distdir)_$(host_cpu)
34 $(RM) -r $(distdir)_$(host_cpu)
35
36 dclient.static: all
37 $(CXX) `find . -name "*.o"` -static $(BOOST) $(CURSES) -lgpm -o $@
38
39 upload: dclient.static
40 cat $< | gzip > dclient.gz
41 rcp dclient.gz ra:public_html/files/up
42 echo -n "http://xinutec.org/~pippijn/files/up/dclient.gz" | xclip -i
43 $(RM) dclient.gz
44
45 DISTCLEANFILES += curses.log deliantra.log