mirror of
https://github.com/pocoproject/poco.git
synced 2025-12-07 08:49:12 +01:00
16 lines
268 B
Plaintext
16 lines
268 B
Plaintext
#
|
|
# Makefile
|
|
#
|
|
# Makefile for NonExistentLibrary stub (used by TestLibraryMissingDeps)
|
|
#
|
|
|
|
include $(POCO_BASE)/build/rules/global
|
|
|
|
objects = NonExistentStub
|
|
|
|
target = NonExistentLibrary
|
|
target_version = 1
|
|
target_libs =
|
|
|
|
include $(POCO_BASE)/build/rules/lib
|