Ralph Lange
a5f53fbb2c
Bugfix
2002-03-18 14:15:26 +00:00
Janet B. Anderson
093aaaca32
Added RM of target to some rules.
2002-03-04 19:38:09 +00:00
Janet B. Anderson
d8157a9ea9
Removed OPT flag overrides.
2002-03-04 19:31:54 +00:00
Janet B. Anderson
654ca82fbf
Added LDOBJS for linking with R3.13 *Lib object files without trailing .o.
2002-02-18 21:07:03 +00:00
Janet B. Anderson
72fad0f2ca
Added empty JAR and JAVA definitions so env vars of same name are ignored.
2002-02-11 19:00:21 +00:00
W. Eric Norum
dde7bd0323
Add to, don't overwrite, linker flags.
2002-02-08 01:21:49 +00:00
W. Eric Norum
f3f528fa1c
Use C++ compiler to link. This ensures that the C++ run-time support
...
can be found.
2002-02-08 01:21:11 +00:00
Janet B. Anderson
eeb2f8c915
Simplified link line debugging command.
2002-02-07 21:56:46 +00:00
Janet B. Anderson
522f209651
Changed and commented out jba overrides.
2002-02-07 21:54:52 +00:00
Janet B. Anderson
4c837141b6
Changed EPICS_BASE_CPPFLAGS to BASE_CPPFLAGS.
2002-02-06 17:11:38 +00:00
Janet B. Anderson
3295a93762
Moved tool definitons. Changed EPICS_BASE_CPPFLAGS to BASE_CPPFLAGS.
2002-02-06 17:11:08 +00:00
Janet B. Anderson
a887fbd061
Modified comment.
2002-02-06 17:09:01 +00:00
Janet B. Anderson
8fcf779089
Changed include file specification.
2002-02-06 17:06:36 +00:00
Janet B. Anderson
3d68d16f34
Updated all java rules.
2002-02-06 16:59:40 +00:00
Janet B. Anderson
d05c732127
Changed name in LD_LIBRARY_PATH definion.
2002-02-06 16:57:30 +00:00
Janet B. Anderson
bf8c4cdec7
Define HOME if not already defined.
2002-02-06 16:55:28 +00:00
Janet B. Anderson
0e4995283f
Moved HOME definition.
2002-02-06 16:54:42 +00:00
Ralph Lange
3562336111
Changes for HP-UX 11 - first semi-stable version
2002-02-04 16:21:13 +00:00
Andrew Johnson
edd83b8be7
Fixed -t option to convertRelease.pl so application settings of
...
IOCS_APPL_TOP work properly.
NB: All cdCommands paths will potentially be modified, based on the
difference between the left-hand part of the host's path to TOP and
the setting of IOCS_APPL_TOP.
2002-02-01 21:04:27 +00:00
W. Eric Norum
cf9ce0bf02
Track changes in RTEMS library names.
2002-01-31 15:38:05 +00:00
Janet B. Anderson
d763c0bfce
Put all include dirs on RCCMD line.
2002-01-29 21:26:30 +00:00
Janet B. Anderson
3ad5b27698
Changed $*_LIBS to $*_LDLIBS.
2002-01-21 20:37:33 +00:00
Janet B. Anderson
171efd1291
Changed definitions for creation of shared libraries.
2002-01-17 19:55:27 +00:00
Janet B. Anderson
cbb858ac9a
Tool used to install shared libs changed from INSTALL to INSTALL_LIBRARY.
2002-01-15 17:36:54 +00:00
Janet B. Anderson
d078efac59
Added T_A specific TARGET flags.
2002-01-11 16:44:38 +00:00
Jeff Hill
2650fab113
define EPICS_FREELIST_DEBUG for debug builds
2001-12-14 00:32:37 +00:00
Janet B. Anderson
d637d8900a
Added a remove of target to some rules.
2001-11-13 22:23:00 +00:00
Janet B. Anderson
1b24ce1620
Expand macros after all RELEASE files are read.
2001-10-22 19:32:27 +00:00
Jeff Hill
ee7cc03774
minor tweaking to debug options
2001-10-22 17:59:18 +00:00
Jeff Hill
e287eac4c7
dont use implicit template instantiation because Tornado II GNU isnt ready
2001-10-22 03:20:16 +00:00
Marty Kraimer
7c186698aa
change EPICS_TIMEZONE
2001-10-18 12:17:55 +00:00
Janet B. Anderson
bd73d46620
Changed CFLAGS to CXXFLAGS for c++ flag.
2001-10-17 14:46:19 +00:00
Marty Kraimer
67eb482234
Removed accidental commit changes.
2001-10-03 15:21:50 +00:00
Marty Kraimer
bd2f706e0f
change daylight savings time
2001-10-03 15:07:42 +00:00
Janet B. Anderson
d7717d106d
Simplified some rules.
2001-10-02 18:15:42 +00:00
Janet B. Anderson
75d0fc16e0
Added SCRIPTS_HOST and SCRIPTS_IOC.
2001-10-02 14:48:25 +00:00
Janet B. Anderson
993f3423ee
Changed from tornado20 to tornado202.
2001-09-27 20:56:04 +00:00
Andrew Johnson
26016a2810
Improved readRelease subroutine to allow macro definitions after the
...
macro has been used.
2001-09-27 19:52:17 +00:00
W. Eric Norum
cab1f58df1
The RTEMS TFTP driver now supports a limited form of chdir(). This means that
...
the hack of redefining fopen is no longer necessary.
Link -lrtemsall before -lrtemsCom to ensure that the configuration information
gets pulled from the rtemsCom library.
2001-09-26 15:28:29 +00:00
Janet B. Anderson
682dbfae7a
Allow multiple includes of base RULES_BUILD (use first include).
2001-09-24 22:15:22 +00:00
Andrew Johnson
c5084f15cc
Removed EPICS_EXTENSIONS dependencies as this causes problems with the
...
RELEASE file checker. Now users of msi, sch2edif, e2db or dbst must
have these in their path, or define a variable pointing to the binary
in their application configure/RELEASE files. Capfast users may also
want to add the definition CAPFAST_TEMPLATES pointing to their EPICS
symbols, originally found via (EPICS_EXTENSIONS)/templates/capfast
2001-09-20 20:26:38 +00:00
Andrew Johnson
4f2c38bb03
Changed how we decide whether or not to build cdCommands.
2001-09-20 20:09:14 +00:00
Andrew Johnson
f280f73a64
Tidying up.
2001-09-14 20:06:07 +00:00
Andrew Johnson
65871f02e8
Tidying up convertRelease.pl stuff.
2001-09-14 20:02:30 +00:00
Janet B. Anderson
29e4cd9f61
Added definitions needed by base build.
2001-09-13 22:06:05 +00:00
Janet B. Anderson
01e185e1fa
Added RELEASE_INCLUDES and RELEASE_DBDFLAGS.
...
Removed base/configure defs, put defs in app/ext CONFIG_APP_INCLUDE file.
2001-09-13 21:43:53 +00:00
Andrew Johnson
c5d3e65511
Retain order of RELEASE entries in CONFIG_APP_INCLUDE and cdCommands.
...
Added <app>_HOST_LIB variable to CONFIG_APP_INCLUDE.
2001-09-13 21:30:23 +00:00
Andrew Johnson
365c82023f
Re-ordered and renamed some output from configAppInclude.
2001-09-13 20:54:42 +00:00
Janet B. Anderson
0fe3dcdbe7
Fix for remove command filenames.
2001-09-13 19:53:20 +00:00
Janet B. Anderson
8d7cb4ce1d
Replaced makeDbDepends.pl with mkmf.pl.
2001-09-13 19:31:06 +00:00