File: Makefile.am

package info (click to toggle)
globus-xioperf 5.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,360 kB
  • sloc: sh: 11,067; ansic: 1,458; makefile: 28
file content (17 lines) | stat: -rw-r--r-- 325 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
ACLOCAL_AMFLAGS = -I m4

bin_PROGRAMS = globus-xioperf
doc_DATA = GLOBUS_LICENSE

AM_CPPFLAGS = $(PACKAGE_DEP_CFLAGS)

globus_xioperf_LDADD = $(PACKAGE_DEP_LIBS)
globus_xioperf_SOURCES = \
    globus_i_xioperf.h \
    globus_xioperf.c  \
    globus_i_xioperf_opts.c

EXTRA_DIST = dirt.sh $(doc_DATA)

distuninstallcheck:
	@: