blob: ffb4e6cc53ad5210389dc7c08ac1fb929a2e8468 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
--- Makefile.XMotif.orig Tue Mar 15 16:47:48 1994
+++ Makefile.XMotif Sun Sep 13 13:46:54 1998
@@ -5,8 +5,8 @@
# You need to supply directories for libraries and include files
# only if they are not in a standard directory.
-LIBDIRS =
-INCDIRS =
+LIBDIRS = -L$(LOCALBASE)/lib
+INCDIRS = -I$(LOCALBASE)/include
#LIBDIRS = -L/usr/imports/lib/X11R5
#INCDIRS = -I/usr/imports/include/X11R5 -I/usr/imports/include
@@ -45,7 +45,7 @@
mars: $(OBJS) libs
@ cd sim; make stat $(EXPORT)
- $(CC) $(GFLAG) -o mars $(OBJS) sim/stat.o $(MARSLIBS) -lm -lXm -lXt -lX11
+ $(CC) $(GFLAG) -o mars $(OBJS) sim/stat.o $(MARSLIBS) -lm $(MOTIFLIB) -lXt -lX11
install: depend mars
|