File: Init.make

package info (click to toggle)
wmmaiload 2.2.1-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 436 kB
  • ctags: 480
  • sloc: ansic: 4,043; makefile: 204; sh: 76
file content (35 lines) | stat: -rw-r--r-- 904 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
##################################################################
#                                                                #
# Makefile (specific entries)                                    #
#                                                                #
# Thomas Nemeth.                                                 #
#                                                                #
##################################################################

include ../Config.make


#*****************************************************************
# PACKAGE DEFINITION :
#

PACKAGE       = WMMaiLoad
PROGRAM       = wmmaiload

ifndef VERSION
  VERSION     = $(shell cat ../VERSION)
endif

ifndef DEBUG_LEVEL
  DEBUG_LEVEL = 0
endif


#*****************************************************************
# INSTALLATION DIRECTORIES :
#

DESTDIR    =
ifndef PREFIX
  PREFIX   = /usr/local
endif