File: copt.mk

package info (click to toggle)
liblog-log4perl-perl 1.07-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,456 kB
  • ctags: 418
  • sloc: perl: 4,972; sh: 29; makefile: 11
file content (34 lines) | stat: -rw-r--r-- 981 bytes parent folder | download | duplicates (64)
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
############################ -*- Mode: Makefile -*- ###########################
## copt.mk --- 
## Author           : Manoj Srivastava ( srivasta@glaurung.green-gryphon.com ) 
## Created On       : Sat Nov 15 02:48:40 2003
## Created On Node  : glaurung.green-gryphon.com
## Last Modified By : Manoj Srivastava
## Last Modified On : Sat Nov 15 02:49:07 2003
## Last Machine Used: glaurung.green-gryphon.com
## Update Count     : 1
## Status           : Unknown, Use with caution!
## HISTORY          : 
## Description      : 
## 
## arch-tag: a0045c20-f1b3-4852-9a4b-1a33ebd7c1b8
## 
###############################################################################

CC = cc
CFLAGS = -O2
PREFIX    := /usr

# Policy 10.1 says to make this the default
CFLAGS += -g

## ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
## endif

ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
  STRIP += -s
  LDFLAGS += -s
  INT_INSTALL_TARGET = install 
else
  INT_INSTALL_TARGET = install
endif