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

« back to all changes in this revision

Viewing changes to lib/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 12384 2007-04-17 09:11:31Z charlief $
 
2
## $Id: Makefile.am 14996 2008-04-01 21:44:12Z korpela $
3
3
 
4
4
include $(top_srcdir)/Makefile.incl
5
5
 
56
56
libboinc_a_SOURCES = \
57
57
    app_ipc.C \
58
58
    base64.C \
 
59
    coproc.C \
59
60
    crypt.C \
60
61
    diagnostics.C \
61
62
    filesys.C \
77
78
    shmem.C \
78
79
    str_util.C \
79
80
    util.C      \
 
81
    unix_util.C \
80
82
        $(mac_sources)
81
83
 
82
84
include_HEADERS = \
83
85
    app_ipc.h \
84
86
    boinc_win.h \
85
87
        common_defs.h   \
 
88
        coproc.h \
86
89
    crypt.h \
87
90
    diagnostics.h \
88
91
    error_numbers.h \
106
109
shmem_test_SOURCES = shmem_test.C shmem.C
107
110
msg_test_SOURCES = msg_test.C msg_queue.C
108
111
crypt_prog_SOURCES = crypt_prog.C crypt.C md5.c md5_file.C
109
 
crypt_prog_DEPENDENCIES = $(LIBRSA)
 
112
crypt_prog_DEPENDENCIES =
110
113
crypt_prog_LDADD = $(RSA_LIBS) $(PTHREAD_LIBS)
 
114
 
 
115
clean-local:
 
116
        rm -f @CLIENT_CMD_BIN_FILENAME@
 
117
        rm -f @CLIENT_CMD_BIN_FILENAME@.unmodified