mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-02 07:16:46 +01:00
18 lines
259 B
Makefile
18 lines
259 B
Makefile
|
#
|
||
|
# Makefile
|
||
|
#
|
||
|
# $Id$
|
||
|
#
|
||
|
# Makefile for Poco MongoDB SQLToMongo
|
||
|
#
|
||
|
|
||
|
include $(POCO_BASE)/build/rules/global
|
||
|
|
||
|
objects = SQLToMongo
|
||
|
|
||
|
target = SQLToMongo
|
||
|
target_version = 1
|
||
|
target_libs = PocoMongoDB PocoFoundation
|
||
|
|
||
|
include $(POCO_BASE)/build/rules/exec
|