Fixed build
This commit is contained in:
parent
6f3a5259df
commit
701c27ea00
1
Makefile
1
Makefile
|
@ -54,7 +54,6 @@ dist:
|
||||||
$(PACKAGE)-$(VERSION)/src/plugin.c \
|
$(PACKAGE)-$(VERSION)/src/plugin.c \
|
||||||
$(PACKAGE)-$(VERSION)/src/string.c \
|
$(PACKAGE)-$(VERSION)/src/string.c \
|
||||||
$(PACKAGE)-$(VERSION)/src/token.c \
|
$(PACKAGE)-$(VERSION)/src/token.c \
|
||||||
$(PACKAGE)-$(VERSION)/src/variable.c \
|
|
||||||
$(PACKAGE)-$(VERSION)/src/Makefile \
|
$(PACKAGE)-$(VERSION)/src/Makefile \
|
||||||
$(PACKAGE)-$(VERSION)/src/token.h \
|
$(PACKAGE)-$(VERSION)/src/token.h \
|
||||||
$(PACKAGE)-$(VERSION)/src/project.conf \
|
$(PACKAGE)-$(VERSION)/src/project.conf \
|
||||||
|
|
|
@ -18,7 +18,7 @@ INSTALL = install
|
||||||
|
|
||||||
all: $(TARGETS)
|
all: $(TARGETS)
|
||||||
|
|
||||||
libSystem_OBJS = array.o buffer.o config.o error.o event.o hash.o object.o parser.o plugin.o string.o token.o variable.o
|
libSystem_OBJS = array.o buffer.o config.o error.o event.o hash.o object.o parser.o plugin.o string.o token.o
|
||||||
libSystem_CFLAGS = $(CPPFLAGSF) $(CPPFLAGS) $(CFLAGSF) $(CFLAGS)
|
libSystem_CFLAGS = $(CPPFLAGSF) $(CPPFLAGS) $(CFLAGSF) $(CFLAGS)
|
||||||
libSystem_LDFLAGS = $(LDFLAGSF) $(LDFLAGS)
|
libSystem_LDFLAGS = $(LDFLAGSF) $(LDFLAGS)
|
||||||
|
|
||||||
|
@ -62,9 +62,6 @@ string.o: string.c
|
||||||
token.o: token.c token.h
|
token.o: token.c token.h
|
||||||
$(CC) $(libSystem_CFLAGS) -c token.c
|
$(CC) $(libSystem_CFLAGS) -c token.c
|
||||||
|
|
||||||
variable.o: variable.c
|
|
||||||
$(CC) $(libSystem_CFLAGS) -c variable.c
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) -- $(libSystem_OBJS)
|
$(RM) -- $(libSystem_OBJS)
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ dist=Makefile,token.h
|
||||||
|
|
||||||
[libSystem]
|
[libSystem]
|
||||||
type=library
|
type=library
|
||||||
sources=array.c,buffer.c,config.c,error.c,event.c,hash.c,object.c,parser.c,plugin.c,string.c,token.c,variable.c
|
sources=array.c,buffer.c,config.c,error.c,event.c,hash.c,object.c,parser.c,plugin.c,string.c,token.c
|
||||||
ldflags=-ldl
|
ldflags=-ldl
|
||||||
install=$(LIBDIR)
|
install=$(LIBDIR)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user