Skip to content

Commit

Permalink
Merge pull request #13 from PDXostc/move-swig-directory-to-repo
Browse files Browse the repository at this point in the history
Move swig directory to repo
  • Loading branch information
magnusfeuer authored Apr 18, 2019
2 parents ca30e1f + 104135a commit 6a4d61e
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 455 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ NAME=vsd

DESTDIR ?= /usr/local

INCLUDE=vehicle_signal_distribution.h vsd_internal.h
INCLUDE=vehicle_signal_distribution.h vsd_internal.h uthash.h

SHARED_OBJ=vsd.o vsd_csv.o

Expand All @@ -30,6 +30,9 @@ $(TARGET_SO): $(SHARED_OBJ)
# Recompile everything if dstc.h changes
$(SHARED_OBJ): $(INCLUDE)

.c.o:
$(CC) -c $(CFLAGSLIST) $^

clean:
rm -f *~ $(SHARED_OBJ) $(TARGET_SO)
$(MAKE) -C examples clean
Expand Down
14 changes: 0 additions & 14 deletions swig/Makefile

This file was deleted.

15 changes: 0 additions & 15 deletions swig/setup.py

This file was deleted.

151 changes: 0 additions & 151 deletions swig/vsd.py

This file was deleted.

17 changes: 0 additions & 17 deletions swig/vsd_pub_example.py

This file was deleted.

13 changes: 0 additions & 13 deletions swig/vsd_sub_example.py

This file was deleted.

Loading

0 comments on commit 6a4d61e

Please sign in to comment.