Skip to content

Commit 9575e95

Browse files
committed
Removing wrappers to work on offline/forked repo(s)
1 parent b63dfc0 commit 9575e95

File tree

11 files changed

+15
-923
lines changed

11 files changed

+15
-923
lines changed

Makefile

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -63,20 +63,20 @@ $(BIN): $(OBJ) $(INCLUDES) $(BISON_OBJ) $(FLEX_OBJ)
6363
$(TESTS): $(BIN) $(OBJ) $(TEST_OBJ)
6464
$(CC) $(CFLAGS) -o $@ libtopologic.a $(TEST_DIR)/$(@F).o $(LDFLAGS)
6565

66-
python: $(OBJ) $(INCLUDES)
67-
swig -python $(TOPYLOGIC_I)
68-
$(CC) -c -fPIC topylogic/topylogic_wrap.c -o topylogic/topylogic_wrap.o -I/usr/include/python3.6m
69-
$(CC) -shared topylogic/topylogic_wrap.o $(OBJ) -o $(TOPYLOGIC_SO)
70-
71-
python2: $(OBJ) $(INCLUDES)
72-
swig -python $(TOPYLOGIC_I)
73-
$(CC) -c -fPIC topylogic/topylogic_wrap.c -o topylogic/topylogic_wrap.o -I/usr/include/python2.7
74-
$(CC) -shared topylogic/topylogic_wrap.o $(OBJ) -o $(TOPYLOGIC_SO)
75-
76-
csharp: $(OBJ) $(INCLUDES)
77-
swig -outfile topologicsharp.cs -csharp $(CSHARP_I)
78-
$(CC) -c -fPIC $(CSHARP_WRAP) -o topologicsharp/topologicsharp.o
79-
@bash topologicsharp/make_dll.sh
66+
#python: $(OBJ) $(INCLUDES)
67+
# swig -python $(TOPYLOGIC_I)
68+
# $(CC) -c -fPIC topylogic/topylogic_wrap.c -o topylogic/topylogic_wrap.o -I/usr/include/python3.6m
69+
# $(CC) -shared topylogic/topylogic_wrap.o $(OBJ) -o $(TOPYLOGIC_SO)
70+
71+
#python2: $(OBJ) $(INCLUDES)
72+
# swig -python $(TOPYLOGIC_I)
73+
# $(CC) -c -fPIC topylogic/topylogic_wrap.c -o topylogic/topylogic_wrap.o -I/usr/include/python2.7
74+
# $(CC) -shared topylogic/topylogic_wrap.o $(OBJ) -o $(TOPYLOGIC_SO)
75+
76+
#csharp: $(OBJ) $(INCLUDES)
77+
# swig -outfile topologicsharp.cs -csharp $(CSHARP_I)
78+
# $(CC) -c -fPIC $(CSHARP_WRAP) -o topologicsharp/topologicsharp.o
79+
# @bash topologicsharp/make_dll.sh
8080

8181

8282
cpp: $(BISON_CPP) $(BISON_OBJ_PP) $(BISON_HPP) $(FLEX_CPP) $(FLEX_OBJ_PP) $(OBJ) $(INCLUDES)
@@ -117,4 +117,4 @@ clean:
117117
rm -f rustopologic/RustTopologic/src/*.c
118118
rm -f rustopologic/RustTopologic/Cargo.lock
119119
rm -f rustopologic/RustTopologic/rustTests/bindings.rs
120-
cd rustopologic/RustTopologic/ && cargo clean && rm -rf include/ && rm -f libtopologic.a
120+
#cd rustopologic/RustTopologic/ && cargo clean && rm -rf include/ && rm -f libtopologic.a

rustopologic/RustTopologic/Cargo.toml

Lines changed: 0 additions & 16 deletions
This file was deleted.

rustopologic/RustTopologic/rustTests/test1.rs

Lines changed: 0 additions & 17 deletions
This file was deleted.

rustopologic/RustTopologic/src/build.rs

Lines changed: 0 additions & 30 deletions
This file was deleted.

rustopologic/RustTopologic/src/lib.rs

Lines changed: 0 additions & 7 deletions
This file was deleted.

rustopologic/rustCreation.sh

Lines changed: 0 additions & 11 deletions
This file was deleted.

topologicsharp/make_dll.sh

Lines changed: 0 additions & 47 deletions
This file was deleted.

topologicsharp/tests/test.cs

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)