File: Makefile

package info (click to toggle)
hdf5 1.6.2-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 24,324 kB
  • ctags: 14,420
  • sloc: ansic: 139,952; f90: 19,016; sh: 10,057; xml: 9,259; cpp: 6,220; java: 2,359; makefile: 1,866; perl: 515; fortran: 12
file content (24 lines) | stat: -rw-r--r-- 615 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Top-level distributed Makefile 			       -*- makefile -*-

# This Makefile is a stub (copied from Makefile.dist) which will run
# configure and then invoke the same target in the new Makefile created
# by configure.

# Uncomment this variable if your make(1) doesn't set it automatically.
#
#MAKE=make


SHELL=/bin/sh

all lib progs check test _test install uninstall dep depend: _config
	$(MAKE) $@

clean mostlyclean distclean maintainer-clean TAGS: _config
	$(MAKE) $@

_config:
	sh configure

.PHONY: all lib progs test install uninstall dep depend clean mostlyclean     \
	distclean maintainer-clean _config