Skip to content

Commit

Permalink
Remove metadata generator (sonic-net#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
kcudnik authored and Shuotian Cheng committed Oct 3, 2016
1 parent 2b7b029 commit 7df75aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 421 deletions.
7 changes: 2 additions & 5 deletions meta/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -102,19 +102,16 @@ DEPS = sai_meta.h sai_extra.h
CFLAGS=-std=c++11 -I/usr/include/swss -I/usr/include/sai -I/usr/include $(warnings)
LDFLAGS=-L/usr/lib -lswsscommon

all: tests gen
all: tests

%.o: %.cpp $(DEPS)
g++ -c -o $@ $< $(CFLAGS)

tests: tests.o $(OBJ)
g++ -o $@ $^ $(LDFLAGS)

gen: gen.o $(OBJ)
g++ -o $@ $^ $(LDFLAGS)

.PHONY: clean

clean:
rm -f *~ .*~ tests gen *.o *.lo
rm -f *~ .*~ tests *.o *.lo

Loading

0 comments on commit 7df75aa

Please sign in to comment.