From: Dean Roehrich Date: Tue, 7 Oct 2003 18:34:58 +0000 (+0000) Subject: update Makefile.in for last Makefile.am change X-Git-Tag: v1.1.0~898 X-Git-Url: http://git.apps.os.sepia.ceph.com/?p=xfstests-dev.git;a=commitdiff_plain;h=ca763c800a58c6fb6fd188484caf8ce931cca4ab update Makefile.in for last Makefile.am change zz --- diff --git a/dmapi/Makefile.in b/dmapi/Makefile.in index e4439ff3..e3b904ea 100644 --- a/dmapi/Makefile.in +++ b/dmapi/Makefile.in @@ -1,6 +1,6 @@ -# Makefile.in generated automatically by automake 1.4 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am -# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. +# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -139,7 +139,7 @@ maintainer-clean-recursive: dot_seen=no; \ rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ rev="$$subdir $$rev"; \ - test "$$subdir" = "." && dot_seen=yes; \ + test "$$subdir" != "." || dot_seen=yes; \ done; \ test "$$dot_seen" = "no" && rev=". $$rev"; \ target=`echo $@ | sed s/-recursive//`; \ diff --git a/dmapi/src/Makefile.in b/dmapi/src/Makefile.in index bf3bb2ed..34d2dd2c 100644 --- a/dmapi/src/Makefile.in +++ b/dmapi/src/Makefile.in @@ -1,6 +1,6 @@ -# Makefile.in generated automatically by automake 1.4 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am -# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. +# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -71,7 +71,12 @@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ VERSION = @VERSION@ -SUBDIRS = common simple sample_hsm suite1 suite2 +SUBDIRS = \ + common \ + simple \ + sample_hsm \ + suite1 \ + suite2 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_CLEAN_FILES = @@ -128,7 +133,7 @@ maintainer-clean-recursive: dot_seen=no; \ rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ rev="$$subdir $$rev"; \ - test "$$subdir" = "." && dot_seen=yes; \ + test "$$subdir" != "." || dot_seen=yes; \ done; \ test "$$dot_seen" = "no" && rev=". $$rev"; \ target=`echo $@ | sed s/-recursive//`; \ diff --git a/dmapi/src/common/Makefile.in b/dmapi/src/common/Makefile.in index f1834810..1895d80e 100644 --- a/dmapi/src/common/Makefile.in +++ b/dmapi/src/common/Makefile.in @@ -1,6 +1,6 @@ -# Makefile.in generated automatically by automake 1.4 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am -# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. +# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -127,7 +127,7 @@ maintainer-clean-recursive: dot_seen=no; \ rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ rev="$$subdir $$rev"; \ - test "$$subdir" = "." && dot_seen=yes; \ + test "$$subdir" != "." || dot_seen=yes; \ done; \ test "$$dot_seen" = "no" && rev=". $$rev"; \ target=`echo $@ | sed s/-recursive//`; \ diff --git a/dmapi/src/common/cmd/Makefile.in b/dmapi/src/common/cmd/Makefile.in index 16852bac..dc52b8ea 100644 --- a/dmapi/src/common/cmd/Makefile.in +++ b/dmapi/src/common/cmd/Makefile.in @@ -1,6 +1,6 @@ -# Makefile.in generated automatically by automake 1.4 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am -# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. +# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. diff --git a/dmapi/src/common/lib/Makefile.in b/dmapi/src/common/lib/Makefile.in index e146599d..5392588b 100644 --- a/dmapi/src/common/lib/Makefile.in +++ b/dmapi/src/common/lib/Makefile.in @@ -1,6 +1,6 @@ -# Makefile.in generated automatically by automake 1.4 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am -# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. +# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. diff --git a/dmapi/src/sample_hsm/Makefile.in b/dmapi/src/sample_hsm/Makefile.in index b0864387..e8875cfe 100644 --- a/dmapi/src/sample_hsm/Makefile.in +++ b/dmapi/src/sample_hsm/Makefile.in @@ -1,6 +1,6 @@ -# Makefile.in generated automatically by automake 1.4 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am -# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. +# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. diff --git a/dmapi/src/simple/Makefile.in b/dmapi/src/simple/Makefile.in index 79ff6685..30a44117 100644 --- a/dmapi/src/simple/Makefile.in +++ b/dmapi/src/simple/Makefile.in @@ -1,6 +1,6 @@ -# Makefile.in generated automatically by automake 1.4 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am -# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. +# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -71,7 +71,8 @@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ VERSION = @VERSION@ -bin_PROGRAMS = dm_create_session dm_destroy_session dm_find_eventmsg dm_getall_sessions dm_getall_tokens dm_query_session +bin_PROGRAMS = dm_create_session dm_destroy_session dm_find_eventmsg \ + dm_getall_sessions dm_getall_tokens dm_query_session mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_CLEAN_FILES = diff --git a/dmapi/src/suite1/Makefile.in b/dmapi/src/suite1/Makefile.in index d018ce37..6571ff87 100644 --- a/dmapi/src/suite1/Makefile.in +++ b/dmapi/src/suite1/Makefile.in @@ -1,6 +1,6 @@ -# Makefile.in generated automatically by automake 1.4 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am -# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. +# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -127,7 +127,7 @@ maintainer-clean-recursive: dot_seen=no; \ rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ rev="$$subdir $$rev"; \ - test "$$subdir" = "." && dot_seen=yes; \ + test "$$subdir" != "." || dot_seen=yes; \ done; \ test "$$dot_seen" = "no" && rev=". $$rev"; \ target=`echo $@ | sed s/-recursive//`; \ diff --git a/dmapi/src/suite1/cmd/Makefile.in b/dmapi/src/suite1/cmd/Makefile.in index 95d433f6..06c9922d 100644 --- a/dmapi/src/suite1/cmd/Makefile.in +++ b/dmapi/src/suite1/cmd/Makefile.in @@ -1,6 +1,6 @@ -# Makefile.in generated automatically by automake 1.4 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am -# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. +# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -73,15 +73,58 @@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ VERSION = @VERSION@ -DM_TARGS = test_assumption get_eventlist set_eventlist set_disp get_region get_dmattr set_dmattr remove_dmattr probe_hole punch_hole get_fileattr sync_by_handle getall_dmattr set_fileattr path_to_handle path_to_fshandle get_mountinfo getall_disp get_events dm_handle handle_to_fshandle get_config_events get_allocinfo create_userevent request_right release_right upgrade_right query_right downgrade_right obj_ref_hold obj_ref_rele obj_ref_query print_event +DM_TARGS = \ + test_assumption \ + get_eventlist \ + set_eventlist \ + set_disp \ + get_region \ + get_dmattr \ + set_dmattr \ + remove_dmattr \ + probe_hole \ + punch_hole \ + get_fileattr \ + sync_by_handle \ + getall_dmattr \ + set_fileattr \ + path_to_handle \ + path_to_fshandle \ + get_mountinfo \ + getall_disp \ + get_events \ + dm_handle \ + handle_to_fshandle \ + get_config_events \ + get_allocinfo \ + create_userevent \ + request_right \ + release_right \ + upgrade_right \ + query_right \ + downgrade_right \ + obj_ref_hold \ + obj_ref_rele \ + obj_ref_query \ + print_event # things needing -ldm -lhandle -NT_TARGS = fd_to_handle handle_to_path init_service pending print_fshandle respond_event +NT_TARGS = \ + fd_to_handle \ + handle_to_path \ + init_service \ + pending \ + print_fshandle \ + respond_event # things needing -ldm -ldmtest -NTDM_TARGS = make_sparse randomize_file rwt struct_test +NTDM_TARGS = \ + make_sparse \ + randomize_file \ + rwt \ + struct_test bin_PROGRAMS = $(DM_TARGS) $(NT_TARGS) $(NTDM_TARGS) link_test diff --git a/dmapi/src/suite2/Makefile.in b/dmapi/src/suite2/Makefile.in index c5681c00..1d349f7d 100644 --- a/dmapi/src/suite2/Makefile.in +++ b/dmapi/src/suite2/Makefile.in @@ -1,6 +1,6 @@ -# Makefile.in generated automatically by automake 1.4 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am -# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. +# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -127,7 +127,7 @@ maintainer-clean-recursive: dot_seen=no; \ rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ rev="$$subdir $$rev"; \ - test "$$subdir" = "." && dot_seen=yes; \ + test "$$subdir" != "." || dot_seen=yes; \ done; \ test "$$dot_seen" = "no" && rev=". $$rev"; \ target=`echo $@ | sed s/-recursive//`; \ diff --git a/dmapi/src/suite2/src/Makefile.in b/dmapi/src/suite2/src/Makefile.in index b3f57750..0221a19c 100644 --- a/dmapi/src/suite2/src/Makefile.in +++ b/dmapi/src/suite2/src/Makefile.in @@ -1,6 +1,6 @@ -# Makefile.in generated automatically by automake 1.4 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am -# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. +# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -71,10 +71,26 @@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ VERSION = @VERSION@ -bin_PROGRAMS = test_rights test_fileattr test_hole test_dmattr test_eventlist test_region send_msg dm_test_daemon dump_allocinfo test_invis invis_test region_test test_efault mmap - - -INCLUDES = -I .. +bin_PROGRAMS = \ + test_rights \ + test_fileattr \ + test_hole \ + test_dmattr \ + test_eventlist \ + test_region \ + test_bulkall \ + test_bulkattr \ + send_msg \ + dm_test_daemon \ + dump_allocinfo \ + test_invis \ + invis_test \ + region_test \ + test_efault \ + mmap + + +INCLUDES = -I .. LDADD = $(top_builddir)/src/common/lib/libdmtest.la mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs @@ -117,6 +133,17 @@ test_region_OBJECTS = test_region.o test_region_LDADD = $(LDADD) test_region_DEPENDENCIES = $(top_builddir)/src/common/lib/libdmtest.la test_region_LDFLAGS = +test_bulkall_SOURCES = test_bulkall.c +test_bulkall_OBJECTS = test_bulkall.o +test_bulkall_LDADD = $(LDADD) +test_bulkall_DEPENDENCIES = $(top_builddir)/src/common/lib/libdmtest.la +test_bulkall_LDFLAGS = +test_bulkattr_SOURCES = test_bulkattr.c +test_bulkattr_OBJECTS = test_bulkattr.o +test_bulkattr_LDADD = $(LDADD) +test_bulkattr_DEPENDENCIES = \ +$(top_builddir)/src/common/lib/libdmtest.la +test_bulkattr_LDFLAGS = send_msg_SOURCES = send_msg.c send_msg_OBJECTS = send_msg.o send_msg_LDADD = $(LDADD) @@ -173,11 +200,12 @@ TAR = gtar GZIP_ENV = --best DEP_FILES = .deps/dm_test_daemon.P .deps/dump_allocinfo.P \ .deps/invis_test.P .deps/mmap.P .deps/region_test.P .deps/send_msg.P \ -.deps/test_dmattr.P .deps/test_efault.P .deps/test_eventlist.P \ -.deps/test_fileattr.P .deps/test_hole.P .deps/test_invis.P \ -.deps/test_region.P .deps/test_rights.P -SOURCES = test_rights.c test_fileattr.c test_hole.c test_dmattr.c test_eventlist.c test_region.c send_msg.c dm_test_daemon.c dump_allocinfo.c test_invis.c invis_test.c region_test.c test_efault.c mmap.c -OBJECTS = test_rights.o test_fileattr.o test_hole.o test_dmattr.o test_eventlist.o test_region.o send_msg.o dm_test_daemon.o dump_allocinfo.o test_invis.o invis_test.o region_test.o test_efault.o mmap.o +.deps/test_bulkall.P .deps/test_bulkattr.P .deps/test_dmattr.P \ +.deps/test_efault.P .deps/test_eventlist.P .deps/test_fileattr.P \ +.deps/test_hole.P .deps/test_invis.P .deps/test_region.P \ +.deps/test_rights.P +SOURCES = test_rights.c test_fileattr.c test_hole.c test_dmattr.c test_eventlist.c test_region.c test_bulkall.c test_bulkattr.c send_msg.c dm_test_daemon.c dump_allocinfo.c test_invis.c invis_test.c region_test.c test_efault.c mmap.c +OBJECTS = test_rights.o test_fileattr.o test_hole.o test_dmattr.o test_eventlist.o test_region.o test_bulkall.o test_bulkattr.o send_msg.o dm_test_daemon.o dump_allocinfo.o test_invis.o invis_test.o region_test.o test_efault.o mmap.o all: all-redirect .SUFFIXES: @@ -271,6 +299,14 @@ test_region: $(test_region_OBJECTS) $(test_region_DEPENDENCIES) @rm -f test_region $(LINK) $(test_region_LDFLAGS) $(test_region_OBJECTS) $(test_region_LDADD) $(LIBS) +test_bulkall: $(test_bulkall_OBJECTS) $(test_bulkall_DEPENDENCIES) + @rm -f test_bulkall + $(LINK) $(test_bulkall_LDFLAGS) $(test_bulkall_OBJECTS) $(test_bulkall_LDADD) $(LIBS) + +test_bulkattr: $(test_bulkattr_OBJECTS) $(test_bulkattr_DEPENDENCIES) + @rm -f test_bulkattr + $(LINK) $(test_bulkattr_LDFLAGS) $(test_bulkattr_OBJECTS) $(test_bulkattr_LDADD) $(LIBS) + send_msg: $(send_msg_OBJECTS) $(send_msg_DEPENDENCIES) @rm -f send_msg $(LINK) $(send_msg_LDFLAGS) $(send_msg_OBJECTS) $(send_msg_LDADD) $(LIBS)