Created
March 20, 2020 16:58
-
-
Save postwait/b731faeb9548ccd90c09d46b714031cf to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DISPLACE=../ | |
MODULES=prometheus.$(MODULEEXT) | |
include ../Makefile | |
LIBS=-lsnappyc -lnoit | |
OBJS=prometheus.mo prometheus.pb-c.mo types.pb-c.mo | |
### Prometheus Ingress Module | |
prometheus.mo: prometheus.c prometheus.xmlh | |
prometheus.pb-c.mo: prometheus.pb-c.c | |
types.pb-c.mo: types.pb-c.c | |
prometheus.$(MODULEEXT): $(OBJS) | |
$(Q)$(MODULELD) $(LOCAL_LIBPATHS) $(MODULESHLDFLAGS) -o $@ $(OBJS) $(LIBS) | |
@echo "- linking $@" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment