mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-10-26 19:57:22 +08:00
clean history
This commit is contained in:
12
examples/test_manager/Makefile.am
Normal file
12
examples/test_manager/Makefile.am
Normal 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
|
||||
Reference in New Issue
Block a user