mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-05 20:31:00 +08:00
clean up
This commit is contained in:
parent
c4039d997e
commit
963390c09c
@ -240,6 +240,7 @@ distdir: $(DISTFILES)
|
|||||||
|| cp -p $$d/$$file $(distdir)/$$file || :; \
|
|| cp -p $$d/$$file $(distdir)/$$file || :; \
|
||||||
fi; \
|
fi; \
|
||||||
done
|
done
|
||||||
|
$(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
|
||||||
|
|
||||||
DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
|
DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
|
||||||
|
|
||||||
@ -351,6 +352,9 @@ distclean-generic clean-generic maintainer-clean-generic clean \
|
|||||||
mostlyclean distclean maintainer-clean
|
mostlyclean distclean maintainer-clean
|
||||||
|
|
||||||
|
|
||||||
|
dist-hook:
|
||||||
|
rm -f $(distdir)/parser.c $(distdir)/parser.h $(distdir)/lexer.c
|
||||||
|
|
||||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||||
.NOEXPORT:
|
.NOEXPORT:
|
||||||
|
@ -4,3 +4,6 @@ LDADD = ../libmdb/libmdb.la
|
|||||||
LIBS = `glib-config --libs` $(READLINE_LIBS) @LEXLIB@
|
LIBS = `glib-config --libs` $(READLINE_LIBS) @LEXLIB@
|
||||||
mdb_sql_SOURCES = mdbsql.c main.c parser.y lexer.l
|
mdb_sql_SOURCES = mdbsql.c main.c parser.y lexer.l
|
||||||
YACC = yacc -d
|
YACC = yacc -d
|
||||||
|
|
||||||
|
dist-hook:
|
||||||
|
rm -f $(distdir)/parser.c $(distdir)/parser.h $(distdir)/lexer.c
|
||||||
|
@ -240,6 +240,7 @@ distdir: $(DISTFILES)
|
|||||||
|| cp -p $$d/$$file $(distdir)/$$file || :; \
|
|| cp -p $$d/$$file $(distdir)/$$file || :; \
|
||||||
fi; \
|
fi; \
|
||||||
done
|
done
|
||||||
|
$(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
|
||||||
|
|
||||||
DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
|
DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
|
||||||
|
|
||||||
@ -351,6 +352,9 @@ distclean-generic clean-generic maintainer-clean-generic clean \
|
|||||||
mostlyclean distclean maintainer-clean
|
mostlyclean distclean maintainer-clean
|
||||||
|
|
||||||
|
|
||||||
|
dist-hook:
|
||||||
|
rm -f $(distdir)/parser.c $(distdir)/parser.h $(distdir)/lexer.c
|
||||||
|
|
||||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||||
.NOEXPORT:
|
.NOEXPORT:
|
||||||
|
Loading…
Reference in New Issue
Block a user