File: Imake.cpp

package info (click to toggle)
seetex 2.19-9
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,460 kB
  • ctags: 2,909
  • sloc: ansic: 20,942; makefile: 807; sh: 217; lisp: 65; asm: 54; cpp: 17
file content (33 lines) | stat: -rw-r--r-- 708 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/*
 * You will have to change these
 */
HOME		=/hyperion/a/grads/shankar	
BINDIR		=${HOME}/terra/bin
MANDIR		=${HOME}/man
RESOURCES	=${HOME}/lib/X11/app-defaults

/*
 * Where do X includes and libraries live?
 */
INCROOT		=/usr/local/X11R5/include
XLIBDIR		=-L${XHOME}/lib

CDEBUGFLAGS=-O

/***********************************************************************/


#define XawClientDepLibs
#define XawClientLibs $(XLIBDIR) -lXaw -lXt -lXmu -lXext -lX11

SYS_LIBRARIES = $(XLIBDIR) -lXaw -lXt -lXmu -lXext -lX11 -lm
SYSLIBS	= $(SYS_LIBRARIES) 

CFLAGS=$(DEFINES) $(CDEBUGFLAGS) $(INCLUDES) $(SYS_INCLUDES)

#define YES 1
#define NO 0

#if defined(mips) || defined(ultrix)
#  define UltrixArchitecture
#endif