~ubuntu-branches/ubuntu/saucy/apr-util/saucy-proposed

« back to all changes in this revision

Viewing changes to dbd/NWGNUmakefile

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Fritsch
  • Date: 2011-05-22 01:27:59 UTC
  • mfrom: (1.3.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110522012759-i80zd90uo6q1z4gr
Tags: 1.3.12+dfsg-1
* New upstream version
* Make apu-config not output dbm libs by default. Closes: #622081
* Set DEB_GCC_NO_O3=1 for the benefit of ppc64 on Ubuntu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
# paths to tools
11
11
#
12
12
 
13
 
include $(APR_WORK)\build\NWGNUhead.inc
 
13
include $(APR_WORK)/build/NWGNUhead.inc
14
14
 
15
15
#
16
16
# build this level's files
246
246
# correct place.  (See $(AP_WORK)\build\NWGNUhead.inc for examples)
247
247
#
248
248
install :: nlms $(INSTDIRS) FORCE
249
 
        copy $(OBJDIR)\*.nlm $(INSTALLBASE)
 
249
        $(call COPY,$(OBJDIR)/*.nlm,$(INSTALLBASE))
250
250
 
251
251
#
252
252
# Any specialized rules here
257
257
# in this makefile
258
258
#
259
259
 
260
 
include $(APR_WORK)\build\NWGNUtail.inc
 
260
include $(APRBUILD)/NWGNUtail.inc
261
261
 
262
262