~akhil011/ubuntu/wily/monit/crypto_fix

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sergey B Kirpichev
  • Date: 2014-05-19 13:33:44 UTC
  • mfrom: (1.1.22)
  • Revision ID: package-import@ubuntu.com-20140519133344-xucbhs18wvojnsu4
Tags: 1:5.8.1-1
* Imported Upstream version 5.8.1
* Refresh patches
* Fix HURD build, broken by upstream
* Install CONTRIBUTORS file

Show diffs side-by-side

added added

removed removed

Lines of Context:
319
319
top_srcdir = @top_srcdir@
320
320
AUTOMAKE_OPTIONS = foreign no-dependencies subdir-objects
321
321
ACLOCAL_AMFLAGS = -I m4
322
 
EXTRA_DIST = README CHANGES COPYING CONTRIBUTORS bootstrap doc src config monitrc system libmonit monit.1
 
322
EXTRA_DIST = README COPYING CONTRIBUTORS bootstrap doc src config monitrc system libmonit monit.1
323
323
SUBDIRS = libmonit
324
324
FLEXFLAGS = -i
325
325
YACCFLAGS = -dvt
395
395
monit_LDFLAGS = -static $(EXTLDFLAGS)
396
396
man_MANS = monit.1
397
397
BUILT_SOURCES = src/lex.yy.c src/y.tab.c src/tokens.h
398
 
CLEANFILES = 
 
398
CLEANFILES = src/y.output
399
399
DISTCLEANFILES = *~ $(BUILT_SOURCES)
400
400
all: $(BUILT_SOURCES)
401
401
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
1220
1220
        -rm -f `find . -name "*.o" -o -name "*.lo" -o -name "*.loT" -o -name "*~"`
1221
1221
 
1222
1222
distclean-local:
1223
 
        -rm -rf autom4te.cache/ \
1224
 
                src/y.output \
1225
 
                monit-[0-9].*tar.gz
1226
 
        -rm -rf lib include
 
1223
        -rm -rf autom4te.cache/
 
1224
        -rm -f monit-[0-9].*tar.gz
1227
1225
 
1228
1226
cleanall: clean distclean
1229
 
        -rm -f Makefile.in configure aclocal.m4 autom4te.cache src/config.h.in monit.1 config/config.*
1230
 
        -rm -rf m4
 
1227
        -rm -f libmonit/Makefile.in libmonit/configure libmonit/aclocal.m4 libmonit/src/xconfig.h.in 
 
1228
        -rm -f Makefile.in configure aclocal.m4 autom4te.cache src/config.h.in monit.1 
 
1229
        -rm -rf libmonit/m4 libmonit/config
 
1230
        -rm -rf m4 config
1231
1231
 
1232
1232
monit.1: doc/monit.pod
1233
1233
        $(POD2MAN) $(POD2MANFLAGS) $< > $@
1237
1237
# Grammar rules
1238
1238
# -------------
1239
1239
 
1240
 
src/y.tab.c src/tokens.h : src/p.y
1241
 
        $(YACC) $(YACCFLAGS) $< -o src/y.tab.c
 
1240
src/y.tab.c src/tokens.h: src/p.y
 
1241
        $(YACC) $(YACCFLAGS) -o src/y.tab.c $<
1242
1242
        -echo "#include <config.h>" > src/.y.tab.c
1243
1243
        -cat src/y.tab.c >> src/.y.tab.c
1244
1244
        -mv src/.y.tab.c src/y.tab.c