]> git.pld-linux.org Git - packages/ayam.git/blob - ayam-Makefile.shared.patch
- tabs in preamble
[packages/ayam.git] / ayam-Makefile.shared.patch
1 --- ayam/src/Makefile.shared.org        2005-05-15 10:24:26.000000000 +0200
2 +++ ayam/src/Makefile.shared    2005-06-17 09:01:01.651756720 +0200
3 @@ -35,11 +35,11 @@
4  
5  # the C compiler
6  #CC = cc
7 -#CC = gcc
8 +CC = gcc
9  
10  # the C++ compiler (just in use for the AyCSG and onio plugin)
11  #CXX = CC
12 -#CXX = g++
13 +CXX = g++
14  
15  # the linker
16  # Starting with BMRT2.5, libribout and libslcargs are in C++,
17 @@ -139,33 +139,33 @@
18  
19  # Tcl/Tk
20  # Tcl directory
21 -TCLDIR = ../../tcl8.2.2
22 +#TCLDIR = ../../tcl8.2.2
23  #TCLDIR = ../../tcl8.0
24  
25  # Tcl includes
26 -TCLINC = -I$(TCLDIR)/generic
27 +#TCLINC = -I$(TCLDIR)/generic
28  
29  # Tcl library
30  # link options for linking with Tcl library
31 -TCLLIB = -L$(TCLDIR)/unix -ltcl8.2
32 +#TCLLIB = -L$(TCLDIR)/unix -ltcl8.2
33  #TCLLIB = -L$(TCLDIR)/unix -ltcl8.0
34  # if you have an installed Tcl/Tk, you probably just want:
35 -#TCLLIB = -ltcl
36 +TCLLIB = -ltcl
37  
38  # Tk sources directory
39  # Note: You really need the Tk _sources_ in order to compile Ayam!
40 -TKDIR = ../../tk8.2.2
41 +#TKDIR = ../../tk8.2.2
42  #TKDIR = ../../tk8.0
43  
44  # Tk includes
45 -TKINC = -I$(TKDIR)/generic -I$(TKDIR)/unix
46 +#TKINC = -I$(TKDIR)/generic -I$(TKDIR)/unix
47  
48  # Tk library
49  # link options for linking with Tk library
50 -TKLIB = -L$(TKDIR)/unix -ltk8.2
51 +#TKLIB = -L$(TKDIR)/unix -ltk8.2
52  #TKLIB = -L$(TKDIR)/unix -ltk8.0
53  # if you have an installed Tcl/Tk, you probably just want:
54 -#TKLIB = -ltk
55 +TKLIB = -ltk
56  
57  
58  # X11-libs
This page took 0.062332 seconds and 3 git commands to generate.