Lines 1-5
Link Here
|
1 |
--- sys/unix/Makefile.src.orig Thu Mar 21 08:43:54 2002 |
1 |
--- sys/unix/Makefile.src.orig Sun May 25 10:20:20 2003 |
2 |
+++ sys/unix/Makefile.src Tue Aug 13 05:44:28 2002 |
2 |
+++ sys/unix/Makefile.src Sun May 25 10:30:45 2003 |
3 |
@@ -139,19 +139,28 @@ |
3 |
@@ -139,19 +139,28 @@ |
4 |
# directories. The ones given below is the usual spot for linux systems. |
4 |
# directories. The ones given below is the usual spot for linux systems. |
5 |
# The paths are for glibconfig.h and gnomesupport.h respectively. |
5 |
# The paths are for glibconfig.h and gnomesupport.h respectively. |
Lines 33-39
Link Here
|
33 |
#LD=g++ |
33 |
#LD=g++ |
34 |
|
34 |
|
35 |
# Set the WINSRC, WINOBJ, and WINLIB lines to correspond to your desired |
35 |
# Set the WINSRC, WINOBJ, and WINLIB lines to correspond to your desired |
36 |
@@ -204,7 +213,26 @@ |
36 |
@@ -205,7 +214,26 @@ |
37 |
# |
37 |
# |
38 |
# |
38 |
# |
39 |
WINSRC = $(WINTTYSRC) |
39 |
WINSRC = $(WINTTYSRC) |
Lines 60-66
Link Here
|
60 |
|
60 |
|
61 |
# on some systems the termcap library is in -ltermcap or -lcurses |
61 |
# on some systems the termcap library is in -ltermcap or -lcurses |
62 |
# on 386 Xenix, the -ltermlib tputs() seems not to work; use -lcurses instead |
62 |
# on 386 Xenix, the -ltermlib tputs() seems not to work; use -lcurses instead |
63 |
@@ -224,19 +252,19 @@ |
63 |
@@ -225,19 +253,19 @@ |
64 |
# |
64 |
# |
65 |
# libraries for X11 |
65 |
# libraries for X11 |
66 |
# If USE_XPM is defined in config.h, you will also need -lXpm here. |
66 |
# If USE_XPM is defined in config.h, you will also need -lXpm here. |
Lines 83-89
Link Here
|
83 |
# |
83 |
# |
84 |
# libraries for Gem port |
84 |
# libraries for Gem port |
85 |
WINGEMLIB = -le_gem -lgem |
85 |
WINGEMLIB = -le_gem -lgem |
86 |
@@ -245,6 +273,15 @@ |
86 |
@@ -246,6 +274,15 @@ |
87 |
WINBELIB = -lbe |
87 |
WINBELIB = -lbe |
88 |
|
88 |
|
89 |
WINLIB = $(WINTTYLIB) |
89 |
WINLIB = $(WINTTYLIB) |
Lines 99-105
Link Here
|
99 |
|
99 |
|
100 |
# any other strange libraries your system needs (for Sysunix only -- the more |
100 |
# any other strange libraries your system needs (for Sysunix only -- the more |
101 |
# specialized targets should already be right) |
101 |
# specialized targets should already be right) |
102 |
@@ -274,7 +311,7 @@ |
102 |
@@ -275,7 +312,7 @@ |
103 |
LIBS = |
103 |
LIBS = |
104 |
|
104 |
|
105 |
# make NetHack |
105 |
# make NetHack |
Lines 108-127
Link Here
|
108 |
# GAME = nethack.prg |
108 |
# GAME = nethack.prg |
109 |
|
109 |
|
110 |
# if you defined RANDOM in unixconf.h/tosconf.h since your system did not come |
110 |
# if you defined RANDOM in unixconf.h/tosconf.h since your system did not come |
111 |
@@ -450,13 +487,13 @@ |
111 |
@@ -451,13 +488,13 @@ |
112 |
|
112 |
|
113 |
# Qt windowport meta-object-compiler output |
113 |
# Qt windowport meta-object-compiler output |
114 |
qt_kde0.moc: ../include/qt_kde0.h |
114 |
qt_kde0.moc: ../include/qt_kde0.h |
115 |
- $(QTDIR)/bin/moc ../include/qt_kde0.h > qt_kde0.moc |
115 |
- $(QTDIR)/bin/moc -o qt_kde0.moc ../include/qt_kde0.h |
116 |
+ ${MOC} ../include/qt_kde0.h > qt_kde0.moc |
116 |
+ ${MOC} -o qt_kde0.moc ../include/qt_kde0.h |
117 |
|
117 |
|
118 |
qt_win.moc: ../include/qt_win.h |
118 |
qt_win.moc: ../include/qt_win.h |
119 |
- $(QTDIR)/bin/moc ../include/qt_win.h > qt_win.moc |
119 |
- $(QTDIR)/bin/moc -o qt_win.moc ../include/qt_win.h |
120 |
+ ${MOC} ../include/qt_win.h > qt_win.moc |
120 |
+ ${MOC} -o qt_win.moc ../include/qt_win.h |
121 |
|
121 |
|
122 |
qttableview.moc: ../include/qttableview.h |
122 |
qttableview.moc: ../include/qttableview.h |
123 |
- $(QTDIR)/bin/moc ../include/qttableview.h > qttableview.moc |
123 |
- $(QTDIR)/bin/moc -o qttableview.moc ../include/qttableview.h |
124 |
+ ${MOC} ../include/qttableview.h > qttableview.moc |
124 |
+ ${MOC} -o qttableview.moc ../include/qttableview.h |
125 |
|
125 |
|
126 |
$(MAKEDEFS): ../util/makedefs.c $(CONFIG_H) ../include/permonst.h \ |
126 |
$(MAKEDEFS): ../util/makedefs.c $(CONFIG_H) ../include/permonst.h \ |
127 |
../include/objclass.h ../include/monsym.h \ |
127 |
../include/objclass.h ../include/monsym.h \ |