-
Notifications
You must be signed in to change notification settings - Fork 4
/
oopic.pro
executable file
·80 lines (71 loc) · 1.58 KB
/
oopic.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
######################################################################
#
# File: oopic.pro
#
# Purpose: Defines the top level oopic Makefile
#
# Version: $Id: oopic.pro 1294 2000-07-06 16:07:33Z bruhwile $
#
# Copyright Tech-X Corporation 1999. All rights reserved.
#
######################################################################
##########
#
# tmake stuff
#
##########
TEMPLATE = oopic
CONFIG = cxx develop topdir
##########
#
# Other directories in the hierarchy
#
##########
TOP_DIR = .
THIS_DIR = oopic
TXCORP_DIR =
PROJ_DIR = $(HOME)/projects
RULES_DIR = $(PROJ_DIR)/projrules
RULES_FILE = $(RULES_DIR)/$(PROJ_ENV)/rules
CLASSES_DIR =
# Where to put documentation
DOCS_DIR = docs
DOCS_PACKAGES =
THIS_PACKAGE =
# Where to build libraries
PROJ_LIB_DIR = lib
##########
#
# The various subdirectories
#
##########
IDL_DIRS =
PURE_JAVA_DIRS =
PURE_CXX_DIRS = physics advisor xg qtg
LINKED_DIRS =
##########
#
# Distribution variables.
#
# Below is a complete list of distribution variables
#
##########
# The DIST_* variables denote items for all distributions
DIST_DIR = ./txmath
DIST_DIRS = physics advisor xg
DIST_CXX_DIRS = physics advisor xg
DIST_EXTS =
DIST_ITEMS = LICENSE.TXT
DIST_MSVC_DIRS =
# The variables describing extra files needed by each of
# the DIST_TYPE's: UNIX_EQ, BORLAND, WIN32_MWERKS, MACOS_MWERKS, MSVC
UNIX_EQ_ITEMS = README README.BENCHMARK README.INSTALL README.PARALLEL SOLARIS.NOTES
UNIX_EQ_EXTS =
BORLAND_ITEMS =
BORLAND_EXTS =
MSVC_ITEMS =
MSVC_EXTS =
WIN32_MWERKS_ITEMS =
WIN32_MWERKS_EXTS =
MACOS_MWERKS_ITEMS =
MACOS_MWERKS_EXTS =