~ubuntu-branches/ubuntu/intrepid/xfsdump/intrepid

« back to all changes in this revision

Viewing changes to include/builddefs.in

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar
  • Date: 2008-04-23 22:06:34 UTC
  • mfrom: (0.1.1 upstream) (3.1.1 gutsy)
  • Revision ID: james.westby@ubuntu.com-20080423220634-7m8953nknbpz1nsv
Tags: 2.2.48-1
* New upstream release
* xfsdump depends on ${misc:Depends}
* Add debian/watch
* Add homepage control header
* Fix the following lintian issues:
  W: xfsdump source: package-uses-deprecated-debhelper-compat-version 1
  W: xfsdump source: ancient-standards-version 3.5.9 (current is 3.7.3)

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
LOADERFLAGS = @LDFLAGS@
14
14
 
15
15
LIBRMT = $(TOPDIR)/librmt/librmt.la
16
 
LIBDM = @libdm@
17
16
LIBXFS = @libxfs@
18
17
LIBATTR = @libattr@
19
18
LIBUUID = @libuuid@
22
21
 
23
22
prefix = @prefix@
24
23
exec_prefix = @exec_prefix@
 
24
datarootdir = @datarootdir@
25
25
 
26
26
PKG_NAME        = @pkg_name@
27
27
PKG_USER        = @pkg_user@
53
53
 
54
54
MSGFMT          = @msgfmt@
55
55
MSGMERGE        = @msgmerge@
 
56
XGETTEXT        = @xgettext@
56
57
 
57
58
RPM             = @rpm@
58
59
RPMBUILD        = @rpmbuild@
68
69
 
69
70
ifeq ($(PKG_PLATFORM),linux)
70
71
PCFLAGS = -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
71
 
endif
 
72
DEPENDFLAGS = -D__linux__
 
73
endif
 
74
ifeq ($(PKG_PLATFORM),darwin)
 
75
PCFLAGS = -traditional-cpp
 
76
DEPENDFLAGS = -D__APPLE__
 
77
endif
 
78
ifeq ($(PKG_PLATFORM),irix)
 
79
PLDLIBS = -ldisk -lgen
 
80
DEPENDFLAGS = -D__sgi__
 
81
endif
 
82
ifeq ($(PKG_PLATFORM),freebsd)
 
83
PLDLIBS = -L/usr/local/lib -lintl
 
84
PCFLAGS = -I/usr/local/include
 
85
DEPENDFLAGS = -D__FreeBSD__
 
86
endif
 
87
 
72
88
 
73
89
GCFLAGS = $(OPTIMIZER) $(DEBUG) -funsigned-char -fno-strict-aliasing -Wall \
74
90
          -DVERSION=\"$(PKG_VERSION)\" -DLOCALEDIR=\"$(PKG_LOCALE_DIR)\"  \