Re-generated Makefiles
This commit is contained in:
parent
c5262d2821
commit
2d1dbc5a29
@ -8,7 +8,7 @@ CFLAGSF = -W
|
|||||||
CFLAGS = -Wall -g -fPIC
|
CFLAGS = -Wall -g -fPIC
|
||||||
AR = ar -rc
|
AR = ar -rc
|
||||||
RANLIB = ranlib
|
RANLIB = ranlib
|
||||||
LD = ld -shared
|
LD = $(CC) -shared
|
||||||
RM = rm -f
|
RM = rm -f
|
||||||
MKDIR = mkdir -p
|
MKDIR = mkdir -p
|
||||||
INSTALL = install
|
INSTALL = install
|
||||||
@ -24,7 +24,7 @@ as.a: $(as_OBJS)
|
|||||||
$(RANLIB) as.a
|
$(RANLIB) as.a
|
||||||
|
|
||||||
as.so: $(as_OBJS)
|
as.so: $(as_OBJS)
|
||||||
$(LD) -o as.so $(as_OBJS) -L $(LIBDIR) -rpath $(LIBDIR) -l as
|
$(LD) -o as.so $(as_OBJS) -L $(LIBDIR) -Wl,-rpath $(LIBDIR) -l as
|
||||||
|
|
||||||
graph_OBJS = graph.o
|
graph_OBJS = graph.o
|
||||||
graph_CFLAGS = $(CPPFLAGS) $(CFLAGSF) $(CFLAGS)
|
graph_CFLAGS = $(CPPFLAGS) $(CFLAGSF) $(CFLAGS)
|
||||||
|
@ -6,7 +6,7 @@ targets=as,graph
|
|||||||
[as]
|
[as]
|
||||||
type=library
|
type=library
|
||||||
sources=as.c
|
sources=as.c
|
||||||
ldflags=-L $(LIBDIR) -rpath $(LIBDIR) -l as
|
ldflags=-L $(LIBDIR) -Wl,-rpath $(LIBDIR) -l as
|
||||||
install=$(LIBDIR)/c99/target
|
install=$(LIBDIR)/c99/target
|
||||||
|
|
||||||
[graph]
|
[graph]
|
||||||
|
Loading…
Reference in New Issue
Block a user