From: Rafał Długołęcki Date: Mon, 29 Jul 2013 18:35:20 +0000 (+0200) Subject: Added logint to cleaning directives. Added vlp.cfg creation and copying on build. X-Git-Tag: 3.1~10 X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;h=010f7fc81a67962d8800a2bd89c065933afcdc65;p=vlp.git Added logint to cleaning directives. Added vlp.cfg creation and copying on build. --- diff --git a/Makefile.am b/Makefile.am index cc1d19c..ea6c776 100644 --- a/Makefile.am +++ b/Makefile.am @@ -85,9 +85,8 @@ bin_logint_SOURCES = \ bin_logint_CPPFLAGS = $(bin_logint_CFLAGS) -DUNIX -DWORD_32BIT -DUSE_CLOCK -Dpascal= -DOBJECTADDR -DSYSV -I$(top_srcdir)/src/global -I/usr/include/qt3 bin_logint_LDADD = $(bin_logint_LIBS) -lm -lqt-mt -# TODO: not working... -#clean-logint-extra: -# rm -f bin/logint +clean-logint-extra: + rm -f bin/logint bin_logedit_SOURCES = src/edit/editor.cpp src/edit/editor.moc.cpp bin_logedit_CPPFLAGS = $(bin_logedit_CFLAGS) @@ -139,16 +138,19 @@ all-local: doxyfile.stamp ln -fs ../loggraph bin/modules/ ln -fs ../loghelp bin/modules/ ln -fs ../lognet bin/modules/ + cp doc/vlp.cfg.sample bin/vlp.cfg clean-am: \ clean-loggraph-extra \ clean-lognet-extra \ clean-logker-extra \ + clean-logint-extra \ clean-logedit-extra \ clean-lgconfig-extra \ clean-logcomp-extra \ clean-loghelp-extra rm -rf bin/modules + rm -f bin/vlp.cfg CLEANFILES = \ %.o \