~pac72/ubuntu/lucid/ddd/devel

« back to all changes in this revision

Viewing changes to config/mh-hp300

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Schepler
  • Date: 2004-07-22 03:49:37 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040722034937-cysl08t1jvba4jrx
Tags: 1:3.3.9-3
USERINFO has been renamed to USERINFO.txt; adjust debian/rules code
to match, to get correct information on the About DDD dialog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Define SYSV as -DSYSV if you are using a System V operating system.
2
 
SYSV = -DSYSV
3
 
# Avoid "too much defining" errors from HPUX compiler.
4
 
CC = cc -Wp,-H256000
5
 
# If "ar" in $PATH is GNU ar, the symbol table may need rebuilding.
6
 
# If it's HP/UX ar, this should be harmless.
7
 
RANLIB = ar ts
8
 
 
9
 
# Native cc can't bootstrap gcc with -g.  Defining CFLAGS here loses (a)
10
 
# for non-gcc directories, (b) if we are compiling with gcc, not
11
 
# native cc.  Neither (a) nor (b) has a trivial fix though.
12
 
 
13
 
CFLAGS =