File: iv-cray.cf

package info (click to toggle)
ivtools 1.1.3-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 15,852 kB
  • ctags: 42,880
  • sloc: ansic: 164,124; makefile: 36,976; cpp: 15,131; xml: 5,359; sh: 2,608
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>