1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-10-05 19:18:01 +08:00
ULib/examples/test_manager/Makefile.am
2015-01-23 17:24:36 +01:00

13 lines
345 B
Makefile

## Makefile.am for examples/test_manager
DEFAULT_INCLUDES = -I. -I$(top_srcdir)/include
test_manager_SOURCES = test_manager.cpp
test_manager_LDADD = $(top_builddir)/src/ulib/lib@ULIB@.la @ULIB_LIBS@
test_manager_LDFLAGS = $(PRG_LDFLAGS)
noinst_PROGRAMS = test_manager
clean-local:
-rm -rf core .libs *.bb* *.da *.gcov *.la *.exe gmon.out