aboutsummaryrefslogtreecommitdiff
path: root/FlexIO.pl
blob: d19c35d4bd9b5ddec9f73ddcb9db840226f2eed2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#! /usr/bin/perl -w
#/*@@
#  @file      FlexIO.pl
#  @date      Tue 21 December 2004
#  @author    Thomas Radke
#  @desc
#             Configures Cactus with the FlexIO library provided by this thorn
#  @enddesc
#  @version   $Header$
#@@*/

# just set a makefile variable telling other thorns that FlexIO is there
print <<'EOF';
BEGIN MAKE_DEFINITION
HAVE_FLEXIO = 1
END MAKE_DEFINITION

INCLUDE_DIRECTORY $(PACKAGE_DIR)/CactusExternal/FlexIO/src
EOF

exit (0);