# This file may be used under the terms of the GNU General Public License version 3
# see LICENSE.txt
# To use custom build configuration variables, put them in a new file at `build-config/<name>.conf`. Execute `export PLATFORM_OVERRIDE=<name>` before running make. If this environment variable is not set, make will load a default configuration for your platform.
# This file assembles all the make variables that a maintainer or dev may want to taylor to his or her needs on a given platform.
# To use custom build configuration variables, put them in a new file with the path `build-config/<name>.conf`. Execute `export PLATFORM_OVERRIDE=<name>` before running make. If this environment variable is not set, make will load a default configuration for your platform.
# "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.