File: Makefile.in

package info (click to toggle)
jhdf 2.11.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 39,996 kB
  • ctags: 17,959
  • sloc: java: 100,416; ansic: 24,920; sh: 2,256; makefile: 957; cpp: 48
file content (45 lines) | stat: -rw-r--r-- 1,554 bytes parent folder | download
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
#/****************************************************************************
# * Copyright by The HDF Group.                                               *
# * Copyright by the Board of Trustees of the University of Illinois.         *
# * All rights reserved.                                                      *
# *                                                                           *
# * This file is part of HDF Java Products. The full HDF Java copyright       *
# * notice, including terms governing use, modification, and redistribution,  *
# * is contained in the file, COPYING.  COPYING can be found at the root of   *
# * the source code distribution tree. You can also access it online  at      *
# * http://www.hdfgroup.org/products/licenses.html.  If you do not have       *
# * access to the file, you may request a copy from help@hdfgroup.org.        *
# ****************************************************************************/

TOP = ../..
DIR	= examples/groups
SUBDIRS = NULL

JAVAC           = @JAVAC@
JAVADOC         = @JAVADOC@
JAR         	= @JAR@
FIND            = @FIND@
RM              = @RM@
SLEXT=@SLEXT@
JSLEXT=@JSLEXT@

CLASSPATH=@CLASSPATH@
JH45INSTALLDIR=@JH45INST@
H45INC=@H45INC@
H4INC=@HDF4INC@
H5INC=@HDF5INC@

JAVA_SRCS = \
H5Ex_G_Create.java  \
H5Ex_G_Iterate.java  \
H5Ex_G_Compact.java  \
H5Ex_G_Corder.java  \
H5Ex_G_Intermediate.java  \
H5Ex_G_Phase.java  \
H5Ex_G_Visit.java

check: all
	cp h5ex_g_iterate.h5 $(TOP)/lib/$(DIR)
	cp h5ex_g_visit.h5 $(TOP)/lib/$(DIR)

include $(TOP)/config/Rules.mk