1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 00:37:15 +01:00
SqMod/vendor/POCO/Prometheus/Makefile
2023-03-23 20:19:11 +02:00

29 lines
444 B
Makefile

#
# Makefile
#
# Makefile for Poco Prometheus
#
include $(POCO_BASE)/build/rules/global
objects = \
Collector \
Counter \
IntCounter \
Gauge \
IntGauge \
LabeledMetric \
Histogram \
Registry \
TextExporter \
MetricsRequestHandler \
MetricsServer \
ProcessCollector \
ThreadPoolCollector
target = PocoPrometheus
target_version = $(LIBVERSION)
target_libs = PocoFoundation PocoNet
include $(POCO_BASE)/build/rules/lib