File: Makefile.template.diff

package info (click to toggle)
raster3d 3.0-8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,952 kB
  • sloc: fortran: 9,536; ansic: 1,063; makefile: 315; sh: 272; csh: 1
file content (28 lines) | stat: -rw-r--r-- 793 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
Author: Nelson A. de Oliveira
Last-Update: 2008-02-24 03:33:37
Description: Adapt to Debian installation PATH

--- a/Makefile.template
+++ b/Makefile.template
@@ -8,15 +8,15 @@ include VERSION
 #
 # Where to install the program, data files, and manuals
 #
-prefix  = /usr/local
+prefix  = /usr
 bindir  = $(prefix)/bin
-datadir = $(prefix)/share/Raster3D/materials
-mandir  = $(prefix)/man/manl
-htmldir = $(prefix)/share/Raster3D/html
-examdir = $(prefix)/share/Raster3D/examples
+datadir = $(prefix)/share/raster3d/materials
+mandir  = $(prefix)/share/man/man1
+htmldir = $(prefix)/share/raster3d/html
+examdir = $(prefix)/share/raster3d/examples
 
 INCDIRS  =	-I/usr/include -I/usr/local/include
-LIBDIRS  =	-L/usr/local/lib
+LIBDIRS  =	-L/usr/lib
 
 #
 # TIFF support (enabled by default)