Makefile
changeset 388 d98d8f8cdef9
parent 387 1616fc7c1f09
child 389 10020d94a315
equal deleted inserted replaced
387:1616fc7c1f09 388:d98d8f8cdef9
    10 #
    10 #
    11 # You can override such variables in Makefile.config:
    11 # You can override such variables in Makefile.config:
    12 #
    12 #
    13 #   SF_USER     SourceForge user name.
    13 #   SF_USER     SourceForge user name.
    14 #   prefix      Prefix to install path.
    14 #   prefix      Prefix to install path.
    15 #   DESTDIR     Prefix to 'prefix' variable value.
       
    16 
    15 
    17 ################################################################
    16 ################################################################
    18 # Standard GNU Makefile settings.
    17 # Standard GNU Makefile settings.
    19 
    18 
    20 SHELL = /bin/bash
    19 SHELL = /bin/bash
   120     prefix = /usr/local
   119     prefix = /usr/local
   121   else
   120   else
   122     prefix = $(HOME)/usr
   121     prefix = $(HOME)/usr
   123   endif
   122   endif
   124 endif
   123 endif
   125 datarootdir := $(DESTDIR)$(prefix)/share
   124 datarootdir := $(prefix)/share
   126 datadir = $(datarootdir)/dictd
   125 datadir = $(datarootdir)/dictd
   127 
   126 
   128 ################################################################
   127 ################################################################
   129 # Project dirs/files.
   128 # Project dirs/files.
   130 
   129