File: Makefile.generic1

package info (click to toggle)
euslisp 9.31%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 55,448 kB
  • sloc: ansic: 41,610; lisp: 3,339; makefile: 286; sh: 238; asm: 138; python: 53
file content (33 lines) | stat: -rw-r--r-- 842 bytes parent folder | download
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
################################################################
# Directory locations
################################################################
# the directory where `make' should be issued.
# use the EUSDIR environment variable
# EUSDIR=/usr/local/eus/
# the directory where resulted executables should be installed

PUBDIR=/usr/

# directories under EUSDIR
# All architecture dependent object files go to OBJDIR.
# All architecture dependent lib files go to ADLIBDIR.
# All architecture dependent executable files go to BINDIR.

MAKEFILE=Makefile
BINDIR=$(EUSDIR)/$(ARCH)/bin
OBJDIR=$(EUSDIR)/$(ARCH)/obj
ADLIBDIR=$(EUSDIR)/$(ARCH)/lib
CDIR=c
LDIR=l
LIBDIR=lib
GEODIR=geo
IMGDIR=image
COMPDIR=comp
DOCDIR=doc/latex
TOOLDIR=tool
XWINDOWDIR=xwindow
GLDIR=opengl/src
GLINCLUDE=-I/usr/local/Mesa/include/
VERSION=9.31
XVERSION=X_V11R6