Skip to content

Commit

Permalink
chore: add Makevars
Browse files Browse the repository at this point in the history
  • Loading branch information
paithiov909 committed Oct 29, 2024
1 parent c83a182 commit 886a630
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/Makevars
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
SOURCES = tinyxml2.cpp calsht.cpp shoupai.cpp \
shan.cpp he.cpp hule.cpp svg.cpp \
feature.cpp xiangting.cpp \
random.cpp skksph.cpp RcppExports.cpp

OBJ = $(SOURCES:.cpp=.o)
OBJECTS = $(OBJ:.cpp=.o)

all: $(SHLIB)

clean: rm -f $(SHLIB) $(OBJECTS)

0 comments on commit 886a630

Please sign in to comment.