Add pre-all and post-all.
This commit is contained in:
parent
05e30dae9d
commit
7ba9cc696d
1 changed files with 4 additions and 0 deletions
|
@ -112,9 +112,13 @@ MO_FILES = ${LOCALES:.po=.mo}
|
|||
.PHONY: all subdirs pre-depend depend install install-extra uninstall uninstall-extra clean distclean locales ${SUBDIRS}
|
||||
|
||||
all:
|
||||
${MAKE} pre-all
|
||||
${MAKE} ${MFLAGS} subdirs
|
||||
${MAKE} ${MFLAGS} depend
|
||||
${MAKE} ${STATIC_LIB} ${STATIC_LIB_NOINST} ${STATIC_PIC_LIB} ${STATIC_PIC_LIB_NOINST} ${SHARED_LIB} ${SHARED_LIB_NOINST} ${PLUGIN} ${PLUGIN_NOINST} ${PROG} ${PROG_NOINST} ${JARFILE} locales
|
||||
${MAKE} post-all
|
||||
|
||||
pre-all post-all:
|
||||
|
||||
subdirs: ${SUBDIRS}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue