/[public]/getopt/trunk/Makefile
ViewVC logotype

Diff of /getopt/trunk/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 323 Revision 324
3DESTDIR= 3DESTDIR=
4prefix=/usr/local 4prefix=/usr/local
5bindir=$(prefix)/bin 5bindir=$(prefix)/bin
6mandir=$(prefix)/man 6mandir=$(prefix)/man
7man1dir=$(mandir)/man1 7man1dir=$(mandir)/man1
8libdir=$(prefix)/lib
9sharedir=$(prefix)/share 8sharedir=$(prefix)/share
10getoptdir=$(libdir)/getopt 9getoptdir=$(sharedir)/getopt
11localedir=$(sharedir)/locale 10localedir=$(sharedir)/locale
12 11
13# Define this to 0 to use the getopt(3) routines in this package. 12# Define this to 0 to use the getopt(3) routines in this package.
14LIBCGETOPT=1 13LIBCGETOPT=1
15 14

Legend:
Removed from v.323  
changed lines
  Added in v.324

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26