File: Makefile.unicos

package info (click to toggle)
nedit 1%3A5.7-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 8,644 kB
  • ctags: 8,660
  • sloc: ansic: 95,124; xml: 1,427; yacc: 679; makefile: 341; awk: 40; sh: 12
file content (20 lines) | stat: -rw-r--r-- 522 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $Id: Makefile.unicos,v 1.7 2003/05/20 00:27:56 n8gray Exp $
# Makefile for Cray Unicos
#
# Thanks to Osman Buyukisik
CC=cc
AR=ar
#
# To evaluate an alternative layout for the Replace/Find dialog, add
# -DREPLACE_SCOPE to the CFLAGS. See the README file for more information.
#
# To test if the Motif library exports the runtime version
# add -DHAVE__XMVERSIONSTRING to CFLAGS
#
CFLAGS=-DUSE_DIRENT -DUNICOS -DMAXPATHLEN=1023
BIGGER_STRINGS=
LIBS=  -lXm -lXt -lX11 -lSM -lICE -lm

include Makefile.common

verify_config: