~ubuntu-branches/ubuntu/wily/pacman/wily

« back to all changes in this revision

Viewing changes to Imakefile

  • Committer: Bazaar Package Importer
  • Author(s): Peter Joseph
  • Date: 2001-07-16 00:40:44 UTC
  • Revision ID: james.westby@ubuntu.com-20010716004044-faape96k5f658yxa
Tags: 10-13
Fixed HPPA build problems thanks to Snowman (closes: #104861)

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
        t180.o t270.o t90.o timing.o usrinter.o vertwall.o \
19
19
        walls.o
20
20
 
21
 
CURSES = -lcurses -ltermcap
 
21
CURSES = -lcurses
22
22
 
23
23
/* most X11 screens are rather large, you might wisht to use "double" mode */
24
 
/* CXXEXTRA_DEFINES = -DDOUBLE */
 
24
CXXEXTRA_DEFINES = -DDOUBLE -fno-rtti -fno-exceptions -fPIC
 
25
CCLINK = g++
25
26
 
26
27
NormalProgramTarget(pacman,$(OBJS),$(DEPXLIB),$(CURSES),$(XLIB))
27
28
InstallProgram(pacman,$(BINDIR))
28
29
InstallManPage(pacman,$(MANDIR))
 
30
AllTarget(pacman)
29
31
DependTarget()