-
Notifications
You must be signed in to change notification settings - Fork 23
/
Makefile.am
34 lines (31 loc) · 913 Bytes
/
Makefile.am
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
#
# Copyright (C) 2012, Northwestern University and Argonne National Laboratory
# See COPYRIGHT notice in top-level directory.
#
# $Id$
#
# @configure_input@
SUBDIRS = pnetcdf-api
DIST_SUBDIRS = $(SUBDIRS)
EXTRA_DIST = README.CRAY.md \
README.Fujitsu.md \
README.INTEL.md \
README.IBM.md \
README.K-Computer.md \
README.LINUX.md \
README.SGI.md \
README.SX.md \
README.Ubuntu.md \
README.consistency.md \
README.large_files.md \
README.NetCDF4.md \
README.ADIOS.md \
README.burst_buffering.md \
pbs.script
# For VPATH build (parallel build), try delete all sub-directories
distclean-local:
@if [ "$(abs_builddir)" != "$(abs_srcdir)" ] ; then \
for d in $(DIST_SUBDIRS) ; do \
rmdir $$d || true ; \
done ; \
fi