source: proiecte/HadoopJUnit/hadoop-0.20.1/src/c++/libhdfs/Makefile.am @ 120

Last change on this file since 120 was 120, checked in by (none), 14 years ago

Added the mail files for the Hadoop JUNit Project

  • Property svn:executable set to *
File size: 1.2 KB
Line 
1#
2# Copyright 2005 The Apache Software Foundation
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8#     http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15#
16
17@PRODUCT_MK@
18
19#AM_CPPFLAGS = -I$(top_srcdir)
20ACLOCAL_AMFLAGS = -I m4
21
22lib_LTLIBRARIES = libhdfs.la
23libhdfs_la_SOURCES = hdfs.c hdfsJniHelper.c hdfs.h
24
25#check_PROGRAMS = hdfs_test hdfs_read hdfs_write
26check_PROGRAMS = hdfs_test hdfs_read hdfs_write
27
28hdfs_test_SOURCES = hdfs_test.c hdfs.h
29hdfs_test_LDADD = ${libdir}/libhdfs.la
30
31hdfs_read_SOURCES = hdfs_read.c
32hdfs_read_LDADD = ${libdir}/libhdfs.la
33
34hdfs_write_SOURCES = hdfs_write.c
35hdfs_write_LDADD = ${libdir}/libhdfs.la
36
37test: hdfs_test hdfs_read hdfs_write
38        ${LIBHDFS_SRC_DIR}/tests/test-libhdfs.sh       
39
40
41# vim: sw=4: ts=4: noet
Note: See TracBrowser for help on using the repository browser.