Commit Graph

88 Commits

Author SHA1 Message Date
Ralph Lange
b69b906c14 Cosmetic changes. 2004-01-19 10:35:05 +00:00
Ralph Lange
267d7593ba Works also for standard C comments. 2004-01-07 10:23:26 +00:00
Janet B. Anderson
c9af50db0c Initial version. Used to mofdify created header files to avoid solaris
compiler warning messages when headers created from WIN32 build.
2003-12-17 17:05:55 +00:00
Janet B. Anderson
d7023b1f87 Changed order of _LDLIBS for consistancy. 2003-12-17 17:04:01 +00:00
Andrew Johnson
0a3edefb39 Make cdCommands environment variable names match envPaths,
i.e. don't upper-case the app name.
Also added ARCH and IOC environment variables.
2003-11-21 21:11:30 +00:00
Andrew Johnson
68975ee309 Internal reorganization to simplify reading RELEASE files
Added -T option to allow manual setting of $top
2003-11-21 20:25:37 +00:00
Andrew Johnson
367e27d5f5 Support for configure/RELEASE.<hostarch>.<targetarch> files 2003-09-15 21:01:36 +00:00
Andrew Johnson
cce78f0ec5 Added putenv lines to cdCommands output (Mark Rivers). 2003-09-02 15:56:09 +00:00
Janet B. Anderson
bded68e14e Removed references to LIB_EXT. 2003-08-29 18:56:18 +00:00
Andrew Johnson
09d50b3213 Export RELEASE entries in environment for tools (MSI in particular) 2003-07-30 21:35:30 +00:00
Janet B. Anderson
e536c949e1 Fixed typo. 2003-07-25 14:53:08 +00:00
Janet B. Anderson
13fcc63153 Added fix for full path name when in cygwin shell. 2003-07-24 20:11:37 +00:00
Andrew Johnson
b9fb6caffb Added envPaths functionality, and using these variables in st.cmd files 2003-07-23 22:08:50 +00:00
Janet B. Anderson
c6464b8797 Added loadable library definitions and rules 2003-07-03 16:17:38 +00:00
Andrew Johnson
c82442b10c Undone Marty's incorrect change to convertRelease.pl
(removed 3.13.1 compatibility line completely)
Added dependency for cdCommands so it gets rebuilt if $(TOP)/bin changes
i.e. possibly when $(TOP)/bin/$(T_A) is created.
2003-05-21 19:05:18 +00:00
Marty Kraimer
9cf089f0d3 appbin => topbin 2003-05-21 17:57:26 +00:00
Janet B. Anderson
a41a72a4f4 Converted formatted line to Text Wrap. 2003-05-20 20:13:34 +00:00
Janet B. Anderson
12bd56b1b4 Added code to remove trailing blanks in RELEASE file definitions. 2003-05-08 20:00:59 +00:00
Janet B. Anderson
89cfbc5e21 Moved INSTALL_LOCATION definition to RELEASE file for SHRLIB_SEARCH_DIRS. 2003-03-20 20:36:16 +00:00
Janet B. Anderson
6021e84957 Changes for shared libraries and os consistancy. 2003-03-18 22:45:03 +00:00
Janet B. Anderson
b05d1db548 Fixed spelling error. 2003-03-05 18:33:26 +00:00
Janet B. Anderson
e359f48237 Allow <name>_LDFLAGS. 2003-02-10 22:52:10 +00:00
Andrew Johnson
df2451c7ee Added code to emit SHRLIB_SEARCH_DIRS settings into CONFIG_APP_INCLUDE 2003-02-06 21:57:51 +00:00
Janet B. Anderson
8e807bf6b4 Fixed chomp. 2002-12-16 20:25:53 +00:00
Marty Kraimer
2c94593c8c dont chop after chomp 2002-12-16 15:47:23 +00:00
Janet B. Anderson
ed92859eaf Added chomp. 2002-12-13 15:27:42 +00:00
Janet B. Anderson
08ba669094 Allowed names with decimal points. 2002-11-04 12:25:19 +00:00
Janet B. Anderson
d5b01ece10 Removed MakeRelease unix shell script. 2002-07-18 18:04:31 +00:00
Janet B. Anderson
93b0bf478d Updated license comments. 2002-07-12 21:35:43 +00:00
Janet B. Anderson
d472e1dfbf Remove cmplr DEPENDS options and simplify .depends build rules. 2002-07-05 21:59:35 +00:00
Janet B. Anderson
f7c8b673d7 Added quotes around tempfile name. 2002-05-08 19:27:06 +00:00
Janet B. Anderson
4a131f8ff4 Removed some comments. Removed source file from depends output. 2002-03-25 21:33:24 +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
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
Janet B. Anderson
1b24ce1620 Expand macros after all RELEASE files are read. 2001-10-22 19:32:27 +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
Andrew Johnson
f280f73a64 Tidying up. 2001-09-14 20:06:07 +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
8d7cb4ce1d Replaced makeDbDepends.pl with mkmf.pl. 2001-09-13 19:31:06 +00:00
Andrew Johnson
0d2922fbcf Replaced with convertRelease.pl. 2001-09-13 19:19:15 +00:00
Andrew Johnson
c51161f7a4 New tool, replaces makeConfigAppInclude.pl makeIocCdCommands.pl
and makeRulesInclude.pl and also performs consistency checks of
application RELEASE files.
2001-09-13 19:14:36 +00:00
Janet B. Anderson
97d679e350 Changes for win32 output. 2001-08-23 19:02:56 +00:00
Janet B. Anderson
05d89d878e Added basename function. 2001-08-21 15:01:28 +00:00
Janet B. Anderson
2034323254 Removed duplicate definitions. 2001-08-20 19:38:05 +00:00
Janet B. Anderson
ce506a77a7 Changes to mkmf. 2001-08-10 22:17:57 +00:00
Janet B. Anderson
9391e3d9cc Added mkmf.pl 2001-08-02 22:09:18 +00:00
Janet B. Anderson
464cb4b26b Modified for automated depends. 2001-07-26 20:31:02 +00:00
Janet B. Anderson
f11205de68 Comment changes. 2001-07-25 18:20:25 +00:00