ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/dclient/Makefile.am
Revision: 1.5
Committed: Mon Oct 18 15:34:21 2010 UTC (13 years, 7 months ago) by sf-pippijn
Branch: MAIN
Changes since 1.4: +3 -3 lines
Log Message:
first attempt to support maximising windows

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 compiler.h
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 src/common/Rules.am
28 include include/common/Rules.am
29 include testsuite/common/Rules.am
30
31 include include/Rules.am
32 include src/Rules.am
33 include testsuite/Rules.am
34
35 package:
36 $(MAKE) $(AM_MAKEFLAGS) install DESTDIR=$(PWD)/$(distdir)_$(host_cpu)
37 tar zcf $(distdir)_$(host_cpu).tar.gz $(distdir)_$(host_cpu)
38 $(RM) -r $(distdir)_$(host_cpu)
39
40 dclient.static: all
41 $(CXX) `find . -name "*.o"` -static $(BOOST) $(CURSES) -lgpm $(BFD) -o $@
42
43 upload: dclient.static
44 cat $< | gzip > dclient.gz
45 rcp dclient.gz ra:public_html/files/up
46 echo -n "http://xinutec.org/~pippijn/files/up/dclient.gz" | xclip -i
47 $(RM) dclient.gz
48
49 DISTCLEANFILES += curses.log client.log