mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-10 16:28:13 +01:00
16 lines
246 B
Makefile
16 lines
246 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
# Makefile for Poco Mail
|
|
#
|
|
|
|
include $(POCO_BASE)/build/rules/global
|
|
|
|
objects = Mail
|
|
|
|
target = Mail
|
|
target_version = 1
|
|
target_libs = PocoUtil PocoNet PocoXML PocoJSON PocoFoundation
|
|
|
|
include $(POCO_BASE)/build/rules/exec
|