1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-10-26 19:57:22 +08:00

clean history

This commit is contained in:
stefanocasazza
2015-01-23 17:24:36 +01:00
commit 3c3c591bb9
2081 changed files with 489070 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
## 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