buildsys  Check-in [2f6cac75b7]

Overview
Comment:Add pre-all and post-all.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 2f6cac75b7ac28acbc6802e775545604754d60ce3cf0320263b1288dc4295844
User & Date: js on 2013-12-10 17:26:15
Other Links: manifest | tags
Context
2013-12-20
00:20
Add SUBDIRS_AFTER. check-in: fc73c73df1 user: js tags: trunk
2013-12-10
17:26
Add pre-all and post-all. check-in: 2f6cac75b7 user: js tags: trunk
2013-07-01
12:56
Remove BUILDSYS_INIT and BUILDSYS_TOUCH_DEPS. check-in: a28e8368b3 user: js tags: trunk
Changes

Modified buildsys.mk.in from [bae2b43312] to [3793217eb4].

108
109
110
111
112
113
114

115
116
117



118
119
120
121
122
123
124
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128







+



+
+
+








.SILENT:
.SUFFIXES:
.SUFFIXES: .beam .c .c.dep .cc .cc.dep .class .cxx .cxx.dep .d .erl .lib.o .java .mo .m .m.dep .mm .mm.dep .o .plugin.o .po .py .pyc .rc .S .S.dep .xpm
.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}

${SUBDIRS}:
	for i in $@; do \
		${DIR_ENTER}; \
		${MAKE} ${MFLAGS} || exit $$?; \