# "converter-sample.c" is the example file containing a "main()" function generated by ans1c.
.PHONY:generate
generate:Sync-Protocols.c
# "converter-sample.c" is the example file containing a "main()" function generated by ans1c.
rm -f converter-sample.c
# '-Wno-cpp' is required to suppress the warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" otherwise printed during the compilation of every asn1c-generated C file.
%.o: %.c %.h
# '-Wno-cpp' is required to suppress the warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" otherwise printed during the compilation of every asn1c-generated C file.