root/juggler/trunk/modules/vrjuggler/vrjuggler-performer.fpc.in

Revision 20792, 1.3 kB (checked in by dshipton, 1 year ago)

MFT22: Separate draw managers out in there own fpc files.

  • Property svn:eol-style set to native
Line 
1 ########################### Private Variables ############################
2 prefix= ${fp_file_cwd}/../..
3 exec_prefix = ${prefix}
4
5 VERSION_DOT = @VERSION_DOT@
6
7 ISA = @ISA@
8 ABI = @ABI@
9 MAJOR_VERSION = @MAJOR_VERSION@
10 MINOR_VERSION = @MINOR_VERSION@
11 MICRO_VERSION = @MICRO_VERSION@
12 LIBBITSUF = @LIBBITSUF@
13 PLATFORM = @PLATFORM@
14 vrj_version = ${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}
15
16 vrj_ldflags = @vrj_ldflags@
17 includedir = @includedir@
18 libdir = @libdir@
19
20 static_begin = @APP_LINK_STATIC_ON@
21 static_end = @APP_LINK_STATIC_OFF@
22
23 vrj_pf_lib = @vrj_pf_lib@
24 vrj_pf_prof_lib = @vrj_pf_prof_lib@
25 vrj_pf_extra_libs = @vrj_pf_extra_libs@
26
27 ########################### Public Variables ############################
28
29 ######################### Standard Flagpoll Variables ###################
30 Name: VR Juggler Performer Draw Manager
31 Description: Draw manager for applications that are based on Performer.
32 URL: http://www.vrjuggler.org/
33 Version: ${vrj_version}
34 Provides: vrjuggler-performer
35 Requires: vrjuggler = ${vrj_version}
36 Arch: ${ISA}
37 Cflags: -I${includedir}
38 Libs: ${vrj_ldflags} ${vrj_pf_lib} ${vrj_pf_extra_libs}
39 Libs.private:
40
41 ######################### VR Juggler Specific Flagpoll Variables ##############
42
43 # Draw Manager Choices
44 vrj_pf_libs: ${vrj_pf_lib} ${vrj_pf_extra_libs}
45 vrj_pf_prof_libs: ${vrj_pf_prof_lib} ${vrj_pf_extra_libs}
Note: See TracBrowser for help on using the browser.