~ubuntu-branches/ubuntu/lucid/boinc/lucid

« back to all changes in this revision

Viewing changes to client/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Frank S. Thomas, Frank S. Thomas
  • Date: 2008-05-31 08:02:47 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20080531080247-4ce890lp2rc768cr
Tags: 6.2.7-1
[ Frank S. Thomas ]
* New upstream release.
  - BOINC Manager: Redraw disk usage charts immediately after connecting to
    a (different) client. (closes: 463823)
* debian/copyright:
  - Added the instructions from debian/README.Debian-source about how
    repackaged BOINC tarballs can be reproduced because DevRef now
    recommends to put this here instead of in the afore-mentioned file.
  - Updated for the new release.
* Removed the obsolete debian/README.Debian-source.
* For consistency upstream renamed the core client and the command tool
  ("boinc_client" to "boinc" and "boinc_cmd" to "boinccmd"). Done the same
  in all packages and created symlinks with the old names for the binaries
  and man pages. Also added an entry in debian/boinc-client.NEWS explaining
  this change.
* debian/rules: Do not list Makefile.ins in the clean target individually,
  just remove all that can be found.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
## -*- mode: make; tab-width: 4 -*-
2
 
## $Id: Makefile.am 13742 2007-10-02 14:08:34Z romw $
 
2
## $Id: Makefile.am 14918 2008-03-15 03:26:14Z repr $
3
3
 
4
4
include $(top_srcdir)/Makefile.incl
5
5
 
54
54
    main.C \
55
55
    net_stats.C \
56
56
    pers_file_xfer.C \
 
57
    sandbox.C \
57
58
    scheduler_op.C \
58
 
    ss_logic.C \
59
59
    time_stats.C \
60
60
    whetstone.C \
61
61
    work_fetch.C
62
62
 
63
 
boinc_client_DEPENDENCIES = $(LIBRSA)
 
63
boinc_client_DEPENDENCIES =
64
64
boinc_client_CPPFLAGS = -O3 -fomit-frame-pointer -fforce-addr -ffast-math $(AM_CPPFLAGS)
65
65
boinc_client_LDFLAGS = -static-libgcc
66
 
boinc_client_LDADD = -L../lib -lboinc $(PTHREAD_LIBS)
 
66
boinc_client_LDADD = $(LIBBOINC) $(PTHREAD_LIBS)
67
67
 
68
68
boinc_clientdir = $(bindir)
69
69
boinc_client_DATA = ../curl/ca-bundle.crt
70
70
 
71
71
switcher_SOURCES = switcher.C
72
 
switcher_CPPFLAGS = -O3 -fomit-frame-pointer -fforce-addr -ffast-math $(AM_CPPFLAGS)
73
 
switcher_LDFLAGS = -static-libgcc
74
 
switcher_LDADD = -L../lib -lboinc $(PTHREAD_LIBS)
75
72
 
76
73
all-local: client-bin
77
74
 
92
89
 
93
90
clean-local:
94
91
        rm -f @CLIENT_BIN_FILENAME@
 
92
        rm -f @CLIENT_BIN_FILENAME@.unmodified