mirror of
https://github.com/sigmasternchen/CShore
synced 2025-03-15 08:08:56 +00:00
incooperate changes from Cson
This commit is contained in:
parent
e1955df2eb
commit
e1f2af780d
2 changed files with 6 additions and 6 deletions
2
Cson
2
Cson
|
@ -1 +1 @@
|
|||
Subproject commit b4ae51cabecf12e692e054ebe59fcea17e19015a
|
||||
Subproject commit ae0fda3384acfbaeda11bd62ef8c073aeee5afaf
|
10
Makefile
10
Makefile
|
@ -39,7 +39,7 @@ $(CFLOOR_LIB):
|
|||
$(MAKE) -C CFloor/ libcfloor.a
|
||||
|
||||
$(CSON_LIB):
|
||||
$(MAKE) -C Cson/ marshaller-lib
|
||||
$(MAKE) -C Cson/ libcson.a
|
||||
|
||||
-include $(DEPS)
|
||||
|
||||
|
@ -52,14 +52,14 @@ obj/%.o: src/%.c obj
|
|||
obj:
|
||||
@mkdir -p obj
|
||||
|
||||
Cson/marshaller/marshaller-gen:
|
||||
$(MAKE) -C Cson/marshaller/ marshaller-gen
|
||||
Cson/marshaller-gen:
|
||||
$(MAKE) -C Cson/ marshaller-gen
|
||||
|
||||
obj/entities.tab.o: obj/entities.tab.c
|
||||
$(CC) $(CFLAGS) -MMD -c -o $@ $<
|
||||
|
||||
obj/entities.tab.c: demo/entities.h Cson/marshaller/marshaller-gen
|
||||
./Cson/marshaller/marshaller-gen -o $@ $<
|
||||
obj/entities.tab.c: demo/entities.h Cson/marshaller-gen
|
||||
./Cson/marshaller-gen -o $@ $<
|
||||
|
||||
clean:
|
||||
@echo "Cleaning up..."
|
||||
|
|
Loading…
Reference in a new issue