mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-14 04:48:15 +01:00
16 lines
237 B
Makefile
16 lines
237 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 PocoFoundation
|
|
|
|
include $(POCO_BASE)/build/rules/exec
|