| … | |
… | |
| 28 | LIBRCSO = librc.so.$(LIBRCSOVER) |
28 | LIBRCSO = librc.so.$(LIBRCSOVER) |
| 29 | LIBRCOBJS= librc.o librc-depend.o librc-daemon.o librc-misc.o librc-strlist.o |
29 | LIBRCOBJS= librc.o librc-depend.o librc-daemon.o librc-misc.o librc-strlist.o |
| 30 | |
30 | |
| 31 | LIB_TARGETS = $(LIBEINFOSO) $(LIBRCSO) |
31 | LIB_TARGETS = $(LIBEINFOSO) $(LIBRCSO) |
| 32 | BIN_TARGETS = rc-status |
32 | BIN_TARGETS = rc-status |
| 33 | SBIN_TARGETS = rc rc-update runscript start-stop-daemon |
33 | SBIN_TARGETS = env-update rc rc-update runscript start-stop-daemon |
| 34 | PRIV_BIN_TARGETS = env-update fstabinfo mountinfo rc-depend |
34 | PRIV_BIN_TARGETS = fstabinfo mountinfo rc-depend |
| 35 | SYS_WHITELIST = env_whitelist |
35 | SYS_WHITELIST = env_whitelist |
| 36 | |
36 | |
| 37 | TARGET = $(LIB_TARGETS) $(BIN_TARGETS) $(SBIN_TARGETS) $(PRIV_BIN_TARGETS) |
37 | TARGET = $(LIB_TARGETS) $(BIN_TARGETS) $(SBIN_TARGETS) $(PRIV_BIN_TARGETS) |
| 38 | |
38 | |
| 39 | RCLINKS = einfon einfo ewarnn ewarn eerrorn eerror ebegin eend ewend \ |
39 | RCLINKS = einfon einfo ewarnn ewarn eerrorn eerror ebegin eend ewend \ |