~ubuntu-branches/ubuntu/precise/pcb/precise

« back to all changes in this revision

Viewing changes to config.h

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2002-01-10 15:26:54 UTC
  • Revision ID: james.westby@ubuntu.com-20020110152654-a352e4bqxekbbte9
Tags: 1.7.1-4.2
* NMU
* Fix build-depends.  Closes: #90603, #92442.
* fix src/Imakefile (complexProgramTargetNoMan(pcb))
* Add Depends: m4.  Closes: #124335

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 * (LIBDIR is defined by imake)
37
37
 *
38
38
 */
39
 
INFODIR = /usr/info
 
39
INFODIR = /usr/share/info
40
40
PCBLIBDIR = $(LIBDIR)/pcb
41
41
DEFAULTFONT = default_font
42
42
DEFAULTLIBRARY = pcblib
135
135
 
136
136
COMPRESS = gzip
137
137
SUFFIX   = gz
 
138
CCOPTIONS= -O2 -g
138
139
CDEBUGFLAGS = -Wall
139
140
 
140
141
DEFINES = -DRELEASE=\"$(RELEASE)\" \