~ubuntu-branches/ubuntu/breezy/xzip/breezy

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Schepler
  • Date: 2004-04-28 05:06:15 UTC
  • Revision ID: james.westby@ubuntu.com-20040428050615-07kk3bubuck40m0w
Tags: 1:1.8.2-3
* Bump Standards-Version to 3.6.1 (no changes needed).
* Corrected formatting error in debian/copyright (thanks lintian).

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
#   BYTE_ORDER definitions installed. If AUTO_END_MODE doesn't
52
52
#   work, use LITTLE_END_MODE on an x86, BIG_END_MODE on a
53
53
#   680x0 or PPC machine.
54
 
SYSTEMFLAGS = -DAUTO_END_MODE
 
54
#SYSTEMFLAGS = -DAUTO_END_MODE
55
55
 
56
56
# definitions for BSDI 4
57
57
#SYSTEMFLAGS = -DAUTO_END_MODE
67
67
# definitions for where the X lib and include directories are.
68
68
# The following are defaults that might work.
69
69
 
70
 
#XINCLUDE = /usr/include/X11
71
 
#XLIB = /usr/lib/X11
 
70
XINCLUDE = /usr/include/X11
 
71
XLIB = /usr/lib/X11
72
72
 
73
73
# If your compiler can't find these things, try commenting out the
74
74
# above, and uncommenting various versions below. Also look around
79
79
# directories could be just about anywhere. Sigh.
80
80
 
81
81
# for Debian or SuSE Linux
82
 
XINCLUDE = /usr/X11R6/include/X11
83
 
XLIB = /usr/X11R6/lib
 
82
#XINCLUDE = /usr/X11R6/include/X11
 
83
#XLIB = /usr/X11R6/lib
84
84
 
85
85
# for Red Hat Linux
86
86
#XINCLUDE = /usr/include/X11
97
97
# --------------------
98
98
 
99
99
# definition for where to install xzip executable and man page
100
 
DESTDIR = /usr
 
100
DESTDIR = /usr/local
101
101
 
102
102
# --------------------
103
103