mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
15 lines
427 B
Makefile
15 lines
427 B
Makefile
## Makefile.am for examples/doc_classifier
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
DEFAULT_INCLUDES = -I. -I$(top_srcdir)/include
|
|
|
|
doc_classifier_LDADD = $(top_builddir)/src/ulib/lib@ULIB@.la @ULIB_LIBS@
|
|
doc_classifier_SOURCES = main.cpp DocumentClassifier.cpp DocumentClassifier.h
|
|
doc_classifier_LDFLAGS = $(PRG_LDFLAGS)
|
|
|
|
noinst_PROGRAMS = doc_classifier
|
|
|
|
clean-local:
|
|
-rm -rf core .libs *.bb* *.da *.gcov *.la *.exe gmon.out
|