blob: 6563e6595c48ff019a7fcc53702d75024fff48df (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- flx/Imakefile.orig Fri Feb 20 20:03:08 1998
+++ flx/Imakefile Mon Jul 1 02:51:19 2002
@@ -11,7 +11,7 @@
XCOMM * * * No need to edit below here * * *
SOREV = 0.1
-LIBNAME = libflx.so.$(SOREV)
+LIBNAME = libflx.a
@@ -55,8 +55,6 @@
EXTRA_INCLUDES = -I$(XFORMS_INCDIR) $(INCS)
EXTRA_DEFINES =
LDLIBS = $(EXTRA_LIBRARIES) $(XLIB)
-
-ComplexProgramTarget($(LIBNAME))
NormalLibraryObjectRule()
NormalLibraryTarget(flx,$(OBJS))
|