File: iv-cray.cf

package info (click to toggle)
ivtools 0.6.7-7
  • links: PTS
  • area: main
  • in suites: slink
  • size: 10,652 kB
  • ctags: 32,354
  • sloc: ansic: 142,330; makefile: 22,434; cpp: 14,233; sh: 494
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>