buildsys  Check-in [2716510444]

Overview
Comment:Add missing targets to .PHONY.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 2716510444547154fabd687a968cada2801836e106822d845b814f4045efdbef
User & Date: js on 2007-09-27 19:58:47
Other Links: manifest | tags
Context
2007-10-10
12:09
Add \033[K. check-in: b04eb0c9c2 user: js tags: trunk
2007-09-27
19:58
Add missing targets to .PHONY. check-in: 2716510444 user: js tags: trunk
19:28
Keep it to the autoconf standard. check-in: 237ce83b90 user: js tags: trunk
Changes

Modified buildsys.mk.in from [f66bf28694] to [92932caeb7].

71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
OBJS3 = ${OBJS2:.cxx=.o}
OBJS4 = ${OBJS3:.d=.o}
OBJS5 = ${OBJS4:.erl=.beam}
OBJS += ${OBJS5:.m=.o}

.SILENT:
.SUFFIXES: .beam .c .cc .cxx .d .erl .m
.PHONY: all subdirs depend install uninstall clean distclean

all:
	for i in subdirs depend ${STATIC_LIB} ${STATIC_LIB_NOINST} ${LIB} ${LIB_NOINST} ${PLUGIN} ${PLUGIN_NOINST} ${PROG} ${PROG_NOINST}; do \
		${MAKE} ${MFLAGS} $$i || exit 1; \
	done

subdirs:







|







71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
OBJS3 = ${OBJS2:.cxx=.o}
OBJS4 = ${OBJS3:.d=.o}
OBJS5 = ${OBJS4:.erl=.beam}
OBJS += ${OBJS5:.m=.o}

.SILENT:
.SUFFIXES: .beam .c .cc .cxx .d .erl .m
.PHONY: all subdirs pre-depend depend install install-extra uninstall uninstall-extra clean distclean

all:
	for i in subdirs depend ${STATIC_LIB} ${STATIC_LIB_NOINST} ${LIB} ${LIB_NOINST} ${PLUGIN} ${PLUGIN_NOINST} ${PROG} ${PROG_NOINST}; do \
		${MAKE} ${MFLAGS} $$i || exit 1; \
	done

subdirs: