blob: 589c3cc5e3c78c45ff10f7e201b1ab2cb42f111c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
--- source/Imakefile.orig Tue Sep 19 16:22:29 1995
+++ source/Imakefile Sat Sep 22 01:04:55 2001
@@ -17,18 +17,17 @@
OBJS = $(SRCS:.c=.o)
- CC = gcc -O
CDEBUGFLAGS =
EXTRA_INCLUDES = -I../include
#
# Change next line to the location of the libsx library
#
-EXTRA_LOAD_FLAGS = -L/users/math/martenl/projects/lib
+EXTRA_LOAD_FLAGS = -L$(X11BASE)
LOCAL_LIBRARIES = -lfreq -lsx -lm XawClientLibs
DEPLIBS = XawClientDepLibs
PROGRAMS = femlab
-ComplexProgramTarget($(PROGRAMS))
+ComplexProgramTargetNoMan($(PROGRAMS))
DependTarget()
|