mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
remove print_event
This commit is contained in:
@@ -32,6 +32,8 @@
|
||||
## http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
|
||||
##
|
||||
|
||||
bin_PROGRAMS = migfind migin migout mls mrmean print_event wbee
|
||||
bin_PROGRAMS = migfind migin migout mls mrmean wbee
|
||||
|
||||
# print_event -- superceded by suite1/cmd/print_event
|
||||
|
||||
LDADD = $(top_builddir)/src/common/lib/libdmtest.la
|
||||
|
||||
@@ -71,7 +71,9 @@ PACKAGE = @PACKAGE@
|
||||
RANLIB = @RANLIB@
|
||||
VERSION = @VERSION@
|
||||
|
||||
bin_PROGRAMS = migfind migin migout mls mrmean print_event wbee
|
||||
bin_PROGRAMS = migfind migin migout mls mrmean wbee
|
||||
|
||||
# print_event -- superceded by suite1/cmd/print_event
|
||||
|
||||
LDADD = $(top_builddir)/src/common/lib/libdmtest.la
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
@@ -107,11 +109,6 @@ mrmean_OBJECTS = mrmean.o
|
||||
mrmean_LDADD = $(LDADD)
|
||||
mrmean_DEPENDENCIES = $(top_builddir)/src/common/lib/libdmtest.la
|
||||
mrmean_LDFLAGS =
|
||||
print_event_SOURCES = print_event.c
|
||||
print_event_OBJECTS = print_event.o
|
||||
print_event_LDADD = $(LDADD)
|
||||
print_event_DEPENDENCIES = $(top_builddir)/src/common/lib/libdmtest.la
|
||||
print_event_LDFLAGS =
|
||||
wbee_SOURCES = wbee.c
|
||||
wbee_OBJECTS = wbee.o
|
||||
wbee_LDADD = $(LDADD)
|
||||
@@ -130,9 +127,9 @@ DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
||||
TAR = gtar
|
||||
GZIP_ENV = --best
|
||||
DEP_FILES = .deps/migfind.P .deps/migin.P .deps/migout.P .deps/mls.P \
|
||||
.deps/mrmean.P .deps/print_event.P .deps/wbee.P
|
||||
SOURCES = migfind.c migin.c migout.c mls.c mrmean.c print_event.c wbee.c
|
||||
OBJECTS = migfind.o migin.o migout.o mls.o mrmean.o print_event.o wbee.o
|
||||
.deps/mrmean.P .deps/wbee.P
|
||||
SOURCES = migfind.c migin.c migout.c mls.c mrmean.c wbee.c
|
||||
OBJECTS = migfind.o migin.o migout.o mls.o mrmean.o wbee.o
|
||||
|
||||
all: all-redirect
|
||||
.SUFFIXES:
|
||||
@@ -222,10 +219,6 @@ mrmean: $(mrmean_OBJECTS) $(mrmean_DEPENDENCIES)
|
||||
@rm -f mrmean
|
||||
$(LINK) $(mrmean_LDFLAGS) $(mrmean_OBJECTS) $(mrmean_LDADD) $(LIBS)
|
||||
|
||||
print_event: $(print_event_OBJECTS) $(print_event_DEPENDENCIES)
|
||||
@rm -f print_event
|
||||
$(LINK) $(print_event_LDFLAGS) $(print_event_OBJECTS) $(print_event_LDADD) $(LIBS)
|
||||
|
||||
wbee: $(wbee_OBJECTS) $(wbee_DEPENDENCIES)
|
||||
@rm -f wbee
|
||||
$(LINK) $(wbee_LDFLAGS) $(wbee_OBJECTS) $(wbee_LDADD) $(LIBS)
|
||||
|
||||
Reference in New Issue
Block a user