Skip to content

Commit

Permalink
Update Makefile.in
Browse files Browse the repository at this point in the history
  • Loading branch information
MCJack123 authored Feb 26, 2023
1 parent e223e1e commit 3328839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sanjuuni: $(OBJ)

$(SDIR)/cc-pixel-cl.cpp: $(SDIR)/cc-pixel.cpp
printf '// Generated automatically; do not edit!\n#include <string>\nnamespace OpenCL {std::string get_opencl_c_code() { return ' > $@
sed -n -e '/#ifndef OPENCV/{:a; N; /#endif/!ba; d}; s/"/\\"/g; s/^/"/g; s/$$/\\n"/g; p' $< >> $@
sed -n -e '/#ifndef OPENCV/{:a; N; /#endif/!ba; d}; s/\\/\\\\/g; s/"/\\"/g; s/^/"/g; s/$$/\\n"/g; p' $< >> $@
echo ';}}' >> $@

$(ODIR)/%.o: $(SDIR)/%.cpp $(SDIR)/sanjuuni.hpp $(SDIR)/opencl.hpp
Expand Down

0 comments on commit 3328839

Please sign in to comment.