File: mh-linux

package info (click to toggle)
xconq 7.1.0-7
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 7,056 kB
  • ctags: 7,960
  • sloc: ansic: 88,493; perl: 2,057; sh: 1,766; makefile: 1,110; csh: 81; awk: 47; lisp: 39
file content (15 lines) | stat: -rw-r--r-- 424 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Define SYSV as -DSYSV if you are using a System V operating system.
# FIXME: What is this used for?  It should go away (and even if it hasn't,
# it's not clear linux should define it).
SYSV = -DSYSV
RANLIB = ranlib

# What is this doing here?
#LDFLAGS = -static

# Point at XFree86 stuff.
X11_INCLUDE_FLAGS = -I/usr/X11R6/include
X11_LIB_FLAGS = -L/usr/X11R6/lib

# no libtermlib.a with GNU ncurses.
CURSES_LIB = -lcurses