1 ## Process this file with automake to generate Makefile.in
3 # Copyright (C) 2012-2022 Free Software Foundation, Inc.
5 # This file is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 3 of the License, or
8 # (at your option) any later version.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details.
15 # You should have received a copy of the GNU General Public License
16 # along with this program; see the file COPYING3. If not see
17 # <http://www.gnu.org/licenses/>.
20 AUTOMAKE_OPTIONS = no-dist foreign info-in-builddir no-texinfo.tex
21 ACLOCAL_AMFLAGS = -I . -I .. -I ../config
26 MAINTAINERCLEANFILES =
28 INCDIR = $(srcdir)/../include
29 CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
37 bfdlibdir = @bfdlibdir@
38 bfdincludedir = @bfdincludedir@
39 bfdlib_LTLIBRARIES = libbfd.la
40 bfdinclude_HEADERS = $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
41 $(INCDIR)/diagnostics.h $(INCDIR)/bfdlink.h
43 # Empty these so that the respective installation directories will not be created.
47 rpath_bfdlibdir = @bfdlibdir@
48 noinst_LTLIBRARIES = libbfd.la
49 libbfd_la_LDFLAGS += -rpath $(rpath_bfdlibdir)
52 # This is where we get zlib from. zlibdir is -L../zlib and zlibinc is
53 # -I../zlib, unless we were configured with --with-system-zlib, in which
54 # case both are empty.
58 WARN_CFLAGS = @WARN_CFLAGS@
59 NO_WERROR = @NO_WERROR@
60 AM_CFLAGS = $(WARN_CFLAGS) $(ZLIBINC) $(ZSTD_CFLAGS)
61 AM_CPPFLAGS = -DBINDIR='"$(bindir)"' -DLIBDIR='"$(libdir)"' @LARGEFILE_CPPFLAGS@
63 bfdinclude_HEADERS += $(INCDIR)/plugin-api.h
64 LIBDL = @lt_cv_dlopen_libs@
67 # bfd.h goes here, for now
71 # Writing S-records should be included in all (or at least most)
72 # *-*-coff, *-*-aout, etc., configurations, because people will want to
73 # be able to use objcopy to create S-records. (S-records are not useful
74 # for the debugger, so if you are downloading things as S-records you
75 # need two copies of the executable, one to download and one for the
78 archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo \
79 coff-bfd.lo compress.lo corefile.lo elf-properties.lo format.lo \
80 hash.lo init.lo libbfd.lo linker.lo merge.lo opncls.lo reloc.lo \
81 section.lo simple.lo stab-syms.lo stabs.lo syms.lo targets.lo \
82 binary.lo ihex.lo srec.lo tekhex.lo verilog.lo
84 BFD64_LIBS = archive64.lo
87 archive.c archures.c bfd.c bfdio.c bfdwin.c cache.c coff-bfd.c \
88 compress.c corefile.c elf-properties.c format.c hash.c \
89 init.c libbfd.c linker.c merge.c opncls.c reloc.c \
90 section.c simple.c stab-syms.c stabs.c syms.c targets.c \
91 binary.c ihex.c srec.c tekhex.c verilog.c
93 BFD64_LIBS_CFILES = archive64.c
95 # This list is alphabetized to make it easier to keep in sync
96 # with the decls and initializer in archures.c.
180 ALL_MACHINES_CFILES = \
263 # The .o files needed by all of the 32 bit vectors that are configured into
264 # target_vector in targets.c if configured with --enable-targets=all.
330 elf32-microblaze.lo \
398 BFD32_BACKENDS_CFILES = \
530 # The .o files needed by all of the 64 bit vectors that are configured into
531 # target_vector in targets.c if configured with --enable-targets=all
532 # and --enable-64-bit-bfd.
533 # elf32-ia64.c requires a 64-bit bfd_vma, and hence can not be put in
578 pe-loongarch64igen.lo \
589 BFD64_BACKENDS_CFILES = \
631 OPTIONAL_BACKENDS = \
643 OPTIONAL_BACKENDS_CFILES = \
655 # Reconfigure if config.bfd or configure.host changes.
656 # development.sh is used to determine -Werror default.
657 CONFIG_STATUS_DEPENDENCIES = \
658 $(srcdir)/config.bfd \
659 $(srcdir)/configure.host \
660 $(srcdir)/development.sh
662 # These are defined by configure:
663 WORDSIZE = @wordsize@
664 ALL_BACKENDS = @all_backends@
665 BFD_BACKENDS = @bfd_backends@
666 BFD_MACHINES = @bfd_machines@
667 TDEFAULTS = @tdefaults@
668 HAVEVECS = @havevecs@
670 AM_CPPFLAGS += @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) \
671 $(HAVEVECS) @INCINTL@
673 # C source files that correspond to .o's.
675 $(BFD32_LIBS_CFILES) \
676 $(BFD64_LIBS_CFILES) \
677 $(ALL_MACHINES_CFILES) \
678 $(BFD32_BACKENDS_CFILES) \
679 $(BFD64_BACKENDS_CFILES) \
680 $(OPTIONAL_BACKENDS_CFILES)
683 elf32-aarch64.c elf64-aarch64.c \
684 elf32-ia64.c elf64-ia64.c \
685 elf32-loongarch.c elf64-loongarch.c \
686 elf32-riscv.c elf64-riscv.c \
687 peigen.c pepigen.c pex64igen.c pe-aarch64igen.c pe-loongarch64igen.c
689 CFILES = $(SOURCE_CFILES) $(BUILD_CFILES)
691 ## This is a list of all .h files in the source tree minus those that
692 ## are processed to produce other .h files
694 aout-target.h aoutx.h arc-got.h arc-plt.h \
695 coff-arm.h coff-bfd.h coffcode.h coffswap.h \
696 cpu-aarch64.h cpu-arm.h cpu-h8300.h cpu-m68k.h cpu-riscv.h \
697 ecoff-bfd.h ecoffswap.h \
698 elf32-arm.h elf32-avr.h elf32-bfin.h elf32-cr16.h elf32-csky.h \
699 elf32-dlx.h elf32-hppa.h elf32-m68hc1x.h elf32-m68k.h \
700 elf32-metag.h elf32-nds32.h elf32-nios2.h elf32-ppc.h \
701 elf32-rx.h elf32-score.h elf32-sh-relocs.h elf32-spu.h \
702 elf32-tic6x.h elf32-tilegx.h elf32-tilepro.h elf32-v850.h \
703 elf64-hppa.h elf64-ppc.h elf64-tilegx.h \
704 elf-bfd.h elfcode.h elfcore.h elf-hppa.h elf-linker-x86.h \
705 elf-linux-core.h elf-nacl.h elf-s390.h elf-vxworks.h \
706 elfxx-aarch64.h elfxx-ia64.h elfxx-mips.h elfxx-riscv.h \
707 elfxx-sparc.h elfxx-tilegx.h elfxx-x86.h elfxx-loongarch.h \
708 genlink.h go32stub.h \
709 libaout.h libbfd.h libcoff.h libecoff.h libhppa.h \
710 libpei.h libxcoff.h \
713 pef.h pef-traceback.h peicode.h plugin.h \
719 ## ... and .h files which are in the build tree, minus config.h and bfd.h
721 bfdver.h elf32-target.h elf64-target.h targmatch.h
723 # Ensure they are built early:
724 BUILT_SOURCES = $(BUILD_HFILES) $(BUILD_CFILES)
726 HFILES = $(SOURCE_HFILES) $(BUILD_HFILES)
728 BFD_H_DEPS = $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/diagnostics.h
729 LOCAL_H_DEPS = libbfd.h sysdep.h config.h
735 $(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
737 SRC_POTFILES = $(SOURCE_CFILES) $(SOURCE_HFILES)
738 BLD_POTFILES = $(BUILD_CFILES) $(BUILD_HFILES)
740 po/SRC-POTFILES.in: @MAINT@ Makefile
741 for file in $(SRC_POTFILES); do echo $$file; done \
742 | LC_ALL=C sort > tmp.src \
743 && mv tmp.src $(srcdir)/po/SRC-POTFILES.in
745 po/BLD-POTFILES.in: @MAINT@ Makefile
746 for file in $(BLD_POTFILES); do echo $$file; done \
747 | LC_ALL=C sort > tmp.bld \
748 && mv tmp.bld $(srcdir)/po/BLD-POTFILES.in
752 # Various kinds of .o files to put in libbfd.a:
753 # BFD_BACKENDS Routines the configured targets need.
754 # BFD_MACHINES Architecture-specific routines the configured targets need.
755 # COREFILE Core file routines for a native configuration
756 # bfd64_libs Routines for 64bit support
757 OFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@ @bfd64_libs@
759 stamp-ofiles: Makefile
762 for i in $(OFILES) ; do \
769 $(SHELL) $(srcdir)/../move-if-change tofiles ofiles
772 ofiles: stamp-ofiles ; @true
774 # Since BFD64_LIBS is optional and we can't have substitution in
775 # libbfd_la_SOURCES, we put BFD64_LIBS in OFILES instead.
776 # However, list all sources in EXTRA_libbfd_la_SOURCES so the
777 # dependency tracking fragments are picked up in the Makefile.
778 libbfd_la_SOURCES = $(BFD32_LIBS_CFILES)
779 EXTRA_libbfd_la_SOURCES = $(CFILES)
780 libbfd_la_DEPENDENCIES = $(OFILES) ofiles
781 libbfd_la_LIBADD = `cat ofiles` @SHARED_LIBADD@ $(LIBDL) $(ZLIB) $(ZSTD_LIBS)
782 libbfd_la_LDFLAGS += -release `cat libtool-soversion` @SHARED_LDFLAGS@
784 # libtool will build .libs/libbfd.a. We create libbfd.a in the build
785 # directory so that we don't have to convert all the programs that use
786 # libbfd.a simultaneously. This is a hack which should be removed if
787 # everything else starts using libtool. FIXME.
789 noinst_LIBRARIES = libbfd.a
793 libtooldir=`$(LIBTOOL) --config | $(SED) -n -e 's/^objdir=//p'`; \
794 if [ -f $$libtooldir/libbfd.a ]; then \
795 cp $$libtooldir/libbfd.a libbfd.tmp; \
796 $(RANLIB) libbfd.tmp; \
797 $(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a; \
801 libbfd.a: stamp-lib ; @true
803 # This file holds an array associating configuration triplets and
804 # vector names. It is built from config.bfd. It is not compiled by
805 # itself, but is included by targets.c.
806 targmatch.h: config.bfd targmatch.sed
807 $(AM_V_at)rm -f targmatch.new
808 $(AM_V_GEN)$(SED) -f $(srcdir)/targmatch.sed < $(srcdir)/config.bfd > targmatch.new
809 $(AM_V_at)mv -f targmatch.new targmatch.h
811 # When compiling archures.c and targets.c, supply the default target
812 # info from configure.
814 targets.lo: targets.c Makefile
816 $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $(TDEFAULTS) $(srcdir)/targets.c
817 $(AM_V_at)mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
820 source='targets.c' object='$@' libtool=yes @AMDEPBACKSLASH@
821 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
823 $(AM_V_CC)$(LTCOMPILE) -c -o $@ $(TDEFAULTS) $(srcdir)/targets.c
826 archures.lo: archures.c Makefile
828 $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $(TDEFAULTS) $(srcdir)/archures.c
829 $(AM_V_at)mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
832 source='archures.c' object='$@' libtool=yes @AMDEPBACKSLASH@
833 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
835 $(AM_V_CC)$(LTCOMPILE) -c -o $@ $(TDEFAULTS) $(srcdir)/archures.c
838 dwarf2.lo: dwarf2.c Makefile
840 $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ -DDEBUGDIR=\"$(DEBUGDIR)\" $(srcdir)/dwarf2.c
841 $(AM_V_at)mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
844 source='dwarf2.c' object='$@' libtool=yes @AMDEPBACKSLASH@
845 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
847 $(AM_V_CC)$(LTCOMPILE) -c -o $@ -DDEBUGDIR=\"$(DEBUGDIR)\" $(srcdir)/dwarf2.c
850 elf32-target.h : elfxx-target.h
851 $(AM_V_GEN)$(SED) -e s/NN/32/g < $< > $@
853 elf64-target.h : elfxx-target.h
854 $(AM_V_GEN)$(SED) -e s/NN/64/g < $< > $@
856 elf32-aarch64.c : elfnn-aarch64.c
857 $(AM_V_at)echo "#line 1 \"elfnn-aarch64.c\"" > $@
858 $(AM_V_GEN)$(SED) -e s/NN/32/g < $< >> $@
860 elf64-aarch64.c : elfnn-aarch64.c
861 $(AM_V_at)echo "#line 1 \"elfnn-aarch64.c\"" > $@
862 $(AM_V_GEN)$(SED) -e s/NN/64/g < $< >> $@
864 elf32-ia64.c : elfnn-ia64.c
865 $(AM_V_at)echo "#line 1 \"elfnn-ia64.c\"" > $@
866 $(AM_V_GEN)$(SED) -e s/NN/32/g < $< >> $@
868 elf64-ia64.c : elfnn-ia64.c
869 $(AM_V_at)echo "#line 1 \"elfnn-ia64.c\"" > $@
870 $(AM_V_GEN)$(SED) -e s/NN/64/g < $< >> $@
872 elf32-loongarch.c : elfnn-loongarch.c
873 $(AM_V_at)echo "#line 1 \"elfnn-loongarch.c\"" > $@
874 $(AM_V_GEN)$(SED) -e s/NN/32/g < $< >> $@
876 elf64-loongarch.c : elfnn-loongarch.c
877 $(AM_V_at)echo "#line 1 \"elfnn-loongarch.c\"" > $@
878 $(AM_V_GEN)$(SED) -e s/NN/64/g < $< >> $@
880 elf32-riscv.c : elfnn-riscv.c
881 $(AM_V_at)echo "#line 1 \"elfnn-riscv.c\"" > $@
882 $(AM_V_GEN)$(SED) -e s/NN/32/g < $< >> $@
884 elf64-riscv.c : elfnn-riscv.c
885 $(AM_V_at)echo "#line 1 \"elfnn-riscv.c\"" > $@
886 $(AM_V_GEN)$(SED) -e s/NN/64/g < $< >> $@
888 peigen.c : peXXigen.c
889 $(AM_V_at)echo "#line 1 \"peXXigen.c\"" > $@
890 $(AM_V_GEN)$(SED) -e s/XX/pe/g < $< >> $@
892 pepigen.c : peXXigen.c
893 $(AM_V_at)echo "#line 1 \"peXXigen.c\"" > $@
894 $(AM_V_GEN)$(SED) -e s/XX/pep/g < $< >> $@
896 pex64igen.c: peXXigen.c
897 $(AM_V_at)echo "#line 1 \"peXXigen.c\"" > $@
898 $(AM_V_GEN)$(SED) -e s/XX/pex64/g < $< >> $@
900 pe-aarch64igen.c: peXXigen.c
901 $(AM_V_at)echo "#line 1 \"peXXigen.c\"" > $@
902 $(AM_V_GEN)$(SED) -e s/XX/peAArch64/g < $< >> $@
904 pe-loongarch64igen.c: peXXigen.c
905 $(AM_V_at)echo "#line 1 \"peXXigen.c\"" > $@
906 $(AM_V_GEN)$(SED) -e s/XX/peLoongArch64/g < $< >> $@
908 host-aout.lo: Makefile
910 # The following program can be used to generate a simple config file
911 # which can be folded into an h-XXX file for a new host, with some editing.
912 aout-params.h: gen-aout
913 ./gen-aout host > aout-params.h
914 gen-aout: $(srcdir)/gen-aout.c Makefile
915 $(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
917 $(BFD_H): stmp-bfd-h ; @true
919 stmp-bfd-h: bfd-in3.h
921 cp bfd-in3.h bfd-tmp.h
922 $(SHELL) $(srcdir)/../move-if-change bfd-tmp.h $(BFD_H)
926 BFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c \
927 bfdio.c bfdwin.c section.c archures.c reloc.c \
928 syms.c bfd.c archive.c corefile.c targets.c format.c \
929 linker.c simple.c compress.c
930 BFD64_H_FILES = archive64.c
931 LIBBFD_H_FILES = libbfd-in.h libbfd.c bfdio.c bfdwin.c \
932 cache.c reloc.c targets.c archures.c linker.c
933 LIBCOFF_H_FILES = libcoff-in.h coffcode.h
935 headers: stmp-bin2-h stmp-lbfd-h stmp-lcoff-h
937 # We only rebuild the header files automatically if we have been
938 # configured with --enable-maintainer-mode.
943 echo "$$H_FILES" | sed -f $(srcdir)/doc/header.sed; \
944 for file in $$H_FILES; do \
945 file="$(srcdir)/$$file"; \
947 *-in.h) cat $$file;; \
948 *) echo $$file | sed -e 's,.*/,,' -e 's,^,/* Extracted from ,' \
950 $(MKDOC) $$CHEW_FLAGS -f $(srcdir)/doc/proto.str < $$file;; \
953 echo "\#ifdef __cplusplus"; \
959 $(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true
960 stmp-bin2-h: $(BFD_H_FILES) $(BFD64_H_FILES) $(MKDOC)
961 $(AM_V_GEN)H_FILES="$(BFD_H_FILES)" CHEW_FLAGS= ; $(REGEN_HEADER) > bfd-in2.h-new
962 $(AM_V_at)$(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
963 $(AM_V_at)touch stmp-bin2-h
965 $(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true
966 stmp-lbfd-h: $(LIBBFD_H_FILES) $(MKDOC)
967 $(AM_V_GEN)H_FILES="$(LIBBFD_H_FILES)" CHEW_FLAGS=-i ; $(REGEN_HEADER) > libbfd.h-new
968 $(AM_V_at)$(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
969 $(AM_V_at)touch stmp-lbfd-h
971 $(srcdir)/libcoff.h: @MAINT@ stmp-lcoff-h ; @true
972 stmp-lcoff-h: $(LIBCOFF_H_FILES) $(MKDOC)
973 $(AM_V_GEN)H_FILES="$(LIBCOFF_H_FILES)" CHEW_FLAGS=-i ; $(REGEN_HEADER) > libcoff.h-new
974 $(AM_V_at)$(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
975 $(AM_V_at)touch stmp-lcoff-h
977 MOSTLYCLEANFILES += ofiles stamp-ofiles
979 CLEANFILES += bfd.h dep.sed stmp-bfd-h DEP DEPA DEP1 DEP2 libbfd.a stamp-lib \
980 stmp-bin2-h stmp-lbfd-h stmp-lcoff-h
982 DISTCLEANFILES += $(BUILD_CFILES) $(BUILD_HFILES) libtool-soversion
984 bfdver.h: $(srcdir)/version.h $(srcdir)/development.sh $(srcdir)/Makefile.in
986 bfd_version=`echo "$(VERSION)" | $(SED) -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$$/\1\2\3\4\5/'` ;\
987 bfd_version_string="\"$(VERSION)\"" ;\
988 bfd_soversion="$(VERSION)" ;\
989 bfd_version_package="\"$(PKGVERSION)\"" ;\
990 report_bugs_to="\"$(REPORT_BUGS_TO)\"" ;\
991 . $(srcdir)/development.sh ;\
992 if test "$$development" = true ; then \
993 bfd_version_date=`$(SED) -n -e 's/.*DATE //p' < $(srcdir)/version.h` ;\
994 bfd_version_string="\"$(VERSION).$${bfd_version_date}\"" ;\
995 bfd_soversion="$(VERSION).$${bfd_version_date}" ;\
997 $(SED) -e "s,@bfd_version@,$$bfd_version," \
998 -e "s,@bfd_version_string@,$$bfd_version_string," \
999 -e "s,@bfd_version_package@,$$bfd_version_package," \
1000 -e "s,@report_bugs_to@,$$report_bugs_to," \
1001 < $(srcdir)/version.h > $@; \
1002 echo "$${bfd_soversion}" > libtool-soversion
1004 # Disable -Werror, if it has been enabled, since coffswap.h won't
1005 # compile with gcc 4.5 and above.
1006 coff-tic4x.lo: coff-tic4x.c
1007 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< $(NO_WERROR)
1008 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1009 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1010 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1011 @am__fastdepCC_FALSE@ $(AM_V_CC)$(LTCOMPILE) -c -o $@ $< $(NO_WERROR)
1013 coff-tic54x.lo: coff-tic54x.c
1014 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< $(NO_WERROR)
1015 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1016 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1017 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1018 @am__fastdepCC_FALSE@ $(AM_V_CC)$(LTCOMPILE) -c -o $@ $< $(NO_WERROR)
1020 include doc/local.mk