X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=coverage%2Fbin%2FMakefile;fp=coverage%2Fbin%2FMakefile;h=c033ffd4a903edcd42458f041fbb9694f8ee327c;hb=c8dcf6ba5152ebc2650a35ed26329ac78efc9ed6;hp=a256a9a9650feca2723a73e558f483fd5c5855c2;hpb=ddbabdd6e3deaafe05c7a8e218899082724eda42;p=src%2Fapp-framework-binder.git diff --git a/coverage/bin/Makefile b/coverage/bin/Makefile index a256a9a9..c033ffd4 100644 --- a/coverage/bin/Makefile +++ b/coverage/bin/Makefile @@ -4,7 +4,7 @@ heredir = . basedir = ../.. -targets = afb-daemon-cov afb-client hi3.so hello.so salut.so saha.so demat.so bug.so +targets = afb-daemon-cov afb-client hi3.so hello.so salut.so salam.so shalom.so demat.so bug.so binaries: $(targets) @@ -58,9 +58,13 @@ salut.so: $(hello3_src) @echo creation of $@ @gcc -o $@ $(hello3_src) '-DAPINAME="salut"' $(binding_flags) $(cflags) -saha.so: $(hello3_src) +salam.so: $(hello3_src) @echo creation of $@ - @gcc -o $@ $(hello3_src) '-DAPINAME="saha"' $(binding_flags) $(cflags) + @gcc -o $@ $(hello3_src) '-DAPINAME="salam"' $(binding_flags) $(cflags) + +shalom.so: $(hello3_src) + @echo creation of $@ + @gcc -o $@ $(hello3_src) '-DAPINAME="shalom"' $(binding_flags) $(cflags) demat.so: $(hello3_src) @echo creation of $@