8548c2e3e2aeb32147397774cbc342478d857fe0
[xfstests-dev.git] / dmapi / src / suite1 / cmd / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 ## 
4 ## Copyright (c) 2000 Silicon Graphics, Inc.  All Rights Reserved.
5 ## 
6 ## This program is free software; you can redistribute it and/or modify it
7 ## under the terms of version 2 of the GNU General Public License as
8 ## published by the Free Software Foundation.
9 ## 
10 ## This program is distributed in the hope that it would be useful, but
11 ## WITHOUT ANY WARRANTY; without even the implied warranty of
12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
13 ## 
14 ## Further, this software is distributed without any warranty that it is
15 ## free of the rightful claim of any third person regarding infringement
16 ## or the like.  Any license provided herein, whether implied or
17 ## otherwise, applies only to this software file.  Patent licenses, if
18 ## any, provided herein do not apply to combinations of this program with
19 ## other software, or any other product whatsoever.
20 ## 
21 ## You should have received a copy of the GNU General Public License along
22 ## with this program; if not, write the Free Software Foundation, Inc., 59
23 ## Temple Place - Suite 330, Boston MA 02111-1307, USA.
24 ## 
25 ## Contact information: Silicon Graphics, Inc., 1600 Amphitheatre Pkwy,
26 ## Mountain View, CA  94043, or:
27 ## 
28 ## http://www.sgi.com 
29 ## 
30 ## For further information regarding this notice, see: 
31 ## 
32 ## http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
33 ##
34
35 # things needing -ldm -lhandle -ldmtest
36 DM_TARGS = \
37         test_assumption \
38         get_eventlist \
39         set_eventlist \
40         set_disp \
41         get_region \
42         get_dmattr \
43         set_dmattr \
44         remove_dmattr \
45         probe_hole \
46         punch_hole \
47         get_fileattr \
48         sync_by_handle \
49         getall_dmattr \
50         set_fileattr \
51         path_to_handle \
52         path_to_fshandle \
53         get_mountinfo \
54         getall_disp \
55         get_events \
56         dm_handle \
57         handle_to_fshandle \
58         get_config_events \
59         get_allocinfo \
60         create_userevent \
61         request_right \
62         release_right \
63         upgrade_right \
64         query_right \
65         downgrade_right \
66         obj_ref_hold \
67         obj_ref_rele \
68         obj_ref_query \
69         print_event
70
71 # things needing -ldm -lhandle
72 NT_TARGS = \
73         fd_to_handle \
74         handle_to_path \
75         init_service \
76         pending \
77         print_fshandle \
78         respond_event
79
80 # things needing -ldm -ldmtest
81 NTDM_TARGS = \
82         make_sparse \
83         randomize_file \
84         rwt \
85         struct_test
86
87
88 bin_PROGRAMS = $(DM_TARGS) $(NT_TARGS) $(NTDM_TARGS) link_test
89
90 LDADD = $(top_builddir)/src/common/lib/libdmtest.la