1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/examples/hello/Makefile.am
2015-09-03 19:53:37 +02:00

16 lines
324 B
Makefile

## Makefile.am for examples/hello
EXTRA_DIST = hello.sh
DEFAULT_INCLUDES = -I. -I$(top_srcdir)/include
ulib_la = @ULIBS@ $(top_builddir)/src/ulib/lib@ULIB@.la @ULIB_LIBS@
hello_LDADD = $(ulib_la)
hello_SOURCES = hello.cpp
noinst_PROGRAMS = hello
clean-local:
-rm -rf core .libs *.bb* *.da *.gc* *.la *.exe gmon.out