File: iv-cray.cf

package info (click to toggle)
ivtools 0.6.2-4
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 10,236 kB
  • ctags: 31,595
  • sloc: ansic: 137,968; makefile: 20,655; cpp: 14,588; sh: 169
file content (12 lines) | stat: -rw-r--r-- 264 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
#include <cray.cf>

/*
 * cray uses -l -lname or -L -lname, is that right?
 */
#define RestOfCCLdLibs $(APP_CCLDLIBS) $(IV_CCLDLIBS) $(EXTRA_CCLDLIBS)

#ifdef LoaderLibPrefix
#define CCLdLibs LoaderLibPrefix RestOfCCLdLibs
#endif

#include <InterViews/xparams.cf>