~ubuntu-branches/ubuntu/quantal/cccc/quantal

« back to all changes in this revision

Viewing changes to cccc/posixgcc.mak

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2012-06-26 01:04:39 UTC
  • Revision ID: package-import@ubuntu.com-20120626010439-7klq8po1834v5079
Tags: 1:3.1.4-4
* Convert debian/copyright to copyright-format 1.0.
* Use dpkg-buildflags to enable hardening options.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
CCC=g++
28
28
LD=g++
29
 
CFLAGS=-c -I/usr/include/pccts $(CFLAGS_DEBUG) -Wno-deprecated -Wall -x c++ 
 
29
CFLAGS=-c -I../pccts/h $(CFLAGS_DEBUG) -x c++ 
30
30
C_OFLAG=-o
31
31
LDFLAGS=$(LDFLAGS_DEBUG)
32
32
LD_OFLAG=-o