~ubuntu-branches/ubuntu/oneiric/mpqc/oneiric

« back to all changes in this revision

Viewing changes to src/lib/util/group/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Michael Banck
  • Date: 2005-11-27 11:41:49 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051127114149-zgz9r3gk50w8ww2q
Tags: 2.3.0-1
* New upstream release.
* debian/rules (SONAME): Activate awk snippet for automatic so-name
  detection again, resulting in a bump to `7' and making a `c2a' for
  the C++ allocator change unnecessary; closes: #339232.
* debian/patches/00list (08_gcc-4.0_fixes): Removed, no longer needed.
* debian/rules (test): Remove workarounds, do not abort build if tests
  fail.
* debian/ref: Removed.
* debian/control.in (libsc): Added Conflict against libsc6c2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
BIN_OR_LIB = LIB
63
63
TARGET_TO_MAKE = libSCgroup
64
64
 
65
 
TESTCXXSRC = pooltest.cc messtest.cc rnglocktest.cc thrtest.cc
 
65
TESTCXXSRC = pooltest.cc messtest.cc rnglocktest.cc thrtest.cc prttest.cc
66
66
DISTFILES = $(REQUIREDCXXSRC) $(OPTIONALCXXSRC) $(INC) \
67
67
            Makefile LIBS.h $(TESTCXXSRC)
68
68
 
75
75
memtest.$(OBJSUF): memtest.cc
76
76
        $(LTCOMP) $(CXX) $(CPPFLAGS) $(CXXFLAGS) -DSRCDIR=\"$(SRCDIR)\" -c $<
77
77
 
 
78
prttest: prttest.$(OBJSUF) \
 
79
        libSCgroup.$(LIBSUF) \
 
80
        libSCkeyval.$(LIBSUF) \
 
81
        libSCmisc.$(LIBSUF) \
 
82
        libSCstate.$(LIBSUF) \
 
83
        libSCclass.$(LIBSUF) \
 
84
        libSCcontainer.$(LIBSUF) \
 
85
        libSCref.$(LIBSUF)
 
86
        $(LTLINK) $(LD) $(LDFLAGS) -o prttest $^ $(SYSLIBS) $(LTLINKBINOPTS)
 
87
 
78
88
memtest: memtest.$(OBJSUF) \
79
89
        libSCgroup.$(LIBSUF) \
80
90
        libSCkeyval.$(LIBSUF) \