~ubuntu-branches/ubuntu/raring/opendrim-lmp-systemmemory/raring

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
################################################################################
# Linux Management Providers (LMP), System Memory provider package
# Copyright (C) 2008 Guillaume BOTTEX, ETRI <guillaumebottex@etri.re.kr, guillaumebottex@gmail.com>
# 
# This program is being developed under the "OpenDRIM" project.
# The "OpenDRIM" project web page: http://opendrim.sourceforge.net
# The "OpenDRIM" project mailing list: opendrim@googlegroups.com
# 
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; version 2
# of the License.
# 
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
# 
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
#################################################################################

#################################################################################
# To contributors, please leave your contact information in this section
# AND comment your changes in the source code.
# 
# Modified by <Author(s)>, <Affiliation>, <Year>
################################################################################

noinst_PROGRAMS = testOpenDRIM_MemoryCapabilities testOpenDRIM_MemoryConformsToProfile testOpenDRIM_Memory testOpenDRIM_EnabledMemoryCapabilities testOpenDRIM_ComputerSystemMemory testOpenDRIM_RegisteredMemoryProfile

# May have to be adjusted for direct invocation
testOpenDRIM_MemoryCapabilities_CPPFLAGS = -I../OpenDRIM_MemoryCapabilities/ -I../null/ -I../null/

testOpenDRIM_MemoryCapabilities_SOURCES = testOpenDRIM_MemoryCapabilities.cpp

testOpenDRIM_MemoryCapabilities_LDADD = ../OpenDRIM_MemoryCapabilities/libcmpiSystemMemory_OpenDRIM_MemoryCapabilitiesProvider.la

test-OpenDRIM_MemoryCapabilities: testOpenDRIM_MemoryCapabilities
	./testOpenDRIM_MemoryCapabilities

# May have to be adjusted for direct invocation
testOpenDRIM_MemoryConformsToProfile_CPPFLAGS = -I../OpenDRIM_MemoryConformsToProfile/ -I../null/ -I../null/

testOpenDRIM_MemoryConformsToProfile_SOURCES = testOpenDRIM_MemoryConformsToProfile.cpp

testOpenDRIM_MemoryConformsToProfile_LDADD = ../OpenDRIM_MemoryConformsToProfile/libcmpiSystemMemory_OpenDRIM_MemoryConformsToProfileProvider.la

test-OpenDRIM_MemoryConformsToProfile: testOpenDRIM_MemoryConformsToProfile
	./testOpenDRIM_MemoryConformsToProfile

testOpenDRIM_Memory_CPPFLAGS = -I../OpenDRIM_Memory/

testOpenDRIM_Memory_SOURCES = testOpenDRIM_Memory.cpp

testOpenDRIM_Memory_LDADD = ../OpenDRIM_Memory/libcmpiSystemMemory_OpenDRIM_MemoryProvider.la

test-OpenDRIM_Memory: testOpenDRIM_Memory
	./testOpenDRIM_Memory

testOpenDRIM_EnabledMemoryCapabilities_CPPFLAGS = -I../OpenDRIM_EnabledMemoryCapabilities/

testOpenDRIM_EnabledMemoryCapabilities_SOURCES = testOpenDRIM_EnabledMemoryCapabilities.cpp

testOpenDRIM_EnabledMemoryCapabilities_LDADD = ../OpenDRIM_EnabledMemoryCapabilities/libcmpiSystemMemory_OpenDRIM_EnabledMemoryCapabilitiesProvider.la

test-OpenDRIM_EnabledMemoryCapabilities: testOpenDRIM_EnabledMemoryCapabilities
	./testOpenDRIM_EnabledMemoryCapabilities

# May have to be adjusted for direct invocation
testOpenDRIM_ComputerSystemMemory_CPPFLAGS = -I../OpenDRIM_ComputerSystemMemory/ -I../null/ -I../null/

testOpenDRIM_ComputerSystemMemory_SOURCES = testOpenDRIM_ComputerSystemMemory.cpp

testOpenDRIM_ComputerSystemMemory_LDADD = ../OpenDRIM_ComputerSystemMemory/libcmpiSystemMemory_OpenDRIM_ComputerSystemMemoryProvider.la

test-OpenDRIM_ComputerSystemMemory: testOpenDRIM_ComputerSystemMemory
	./testOpenDRIM_ComputerSystemMemory

testOpenDRIM_RegisteredMemoryProfile_CPPFLAGS = -I../OpenDRIM_RegisteredMemoryProfile/

testOpenDRIM_RegisteredMemoryProfile_SOURCES = testOpenDRIM_RegisteredMemoryProfile.cpp

testOpenDRIM_RegisteredMemoryProfile_LDADD = ../OpenDRIM_RegisteredMemoryProfile/libcmpiSystemMemory_OpenDRIM_RegisteredMemoryProfileProvider.la

test-OpenDRIM_RegisteredMemoryProfile: testOpenDRIM_RegisteredMemoryProfile
	./testOpenDRIM_RegisteredMemoryProfile