summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* unset SHLIB to avoid fix builds without PRELIBlevine1997-08-222-16/+16
* g++ only: replaced PRELIB with true because it's not needed for template inst...levine1997-08-2215-60/+15
* PRELIB no longer needed with explicit template instantiationlevine1997-08-221-4/+0
* use -lACE LIBS instead of VLDLIBS so that target library isn't included in PR...levine1997-08-2216-16/+16
* If TAO_ROOT is not set, don't try using it in sed.jxh1997-08-221-1/+9
* use VLDLIBS instead of LIBS in PRELIB now that -lACE is only contained in VLD...levine1997-08-2116-16/+16
* ChangeLogTag:Thu Aug 21 13:08:43 1997 Carlos O'Ryan <coryan@swarm.cs.wustl....coryan1997-08-212-11/+7
* Added a compile option to define the HP-UX version being compiled on.Steve Huston1997-08-203-4/+18
* added POSTLINK to build symbol tablelevine1997-08-201-0/+3
* added POSTLINKlevine1997-08-201-1/+1
* ChangeLogTag:Sun Aug 17 17:02:53 1997 Carlos O'Ryan <coryan@swarm.cs.wustl....coryan1997-08-172-49/+21
* *** empty log message ***schmidt1997-08-131-1/+2
* *** empty log message ***schmidt1997-08-132-2/+2
* *** empty log message ***schmidt1997-08-122-6/+4
* *** empty log message ***schmidt1997-08-121-3/+3
* moved --no_auto_instantiation to LDFLAGSlevine1997-08-121-1/+2
* disable automatic template instantiationlevine1997-08-121-1/+1
* *** empty log message ***schmidt1997-08-111-0/+2
* *** empty log message ***schmidt1997-08-111-12/+3
* *** empty log message ***schmidt1997-08-102-0/+82
* *** empty log message ***Chris Cleeland1997-08-073-5/+6
* *** empty log message ***schmidt1997-08-071-3/+4
* removed -no_prelink from LDFLAGS because ghs 1.8.8 doesn't support itlevine1997-08-051-1/+0
* added -no_prelink to LDFLAGSlevine1997-08-021-0/+1
* Final fixes for SGI working!Chris Cleeland1997-08-011-5/+9
* replace indlib.o LIBS with newer ghsbltin.o and ghsmath.olevine1997-07-301-1/+1
* added missing semicolon at end of last statement.levine1997-07-281-1/+1
* added support for override of in platform_macros.GNU.levine1997-07-271-0/+2
* added/completed support for "$(OBJDIRS)", "$(SOEXT)", and "$(VSHDIR)" instead...levine1997-07-271-10/+12
* replaced hard-code ".so" with "$(SOEXT)".levine1997-07-271-2/+2
* added overrides of .so build rules to change them .o builds.levine1997-07-272-16/+24
* added RCS keyword stringlevine1997-07-2440-0/+80
* Changed WRAPPER_ROOT to ACE_ROOT.Chris Cleeland1997-07-2217-35/+35
* *** empty log message ***schmidt1997-07-211-1/+1
* use -PIC instead of -piclevine1997-07-211-1/+1
* added $(PIC) to LDFLAGS and SOLINK.cclevine1997-07-181-1/+2
* use ld instead of g++ to link, and override the LINK commands to remove CFLAGSlevine1997-07-181-21/+14
* added support for overriding LINK.c and LINK.cc in the individual platform fileslevine1997-07-181-6/+17
* removed COMPILE.cc and LINK.cc rules, they were unusedlevine1997-07-141-3/+1
* added RCS Idlevine1997-07-101-0/+1
* added -pipelevine1997-07-101-1/+1
* removed link-in of local exit.o file, and added comments on why/how to do itlevine1997-07-101-12/+20
* disabled -fno-implicit-templates, link in an exit.o, and munch to enable stat...levine1997-07-091-7/+16
* added -lgcc to LDFLAGSlevine1997-06-301-1/+1
* removed some full pathnameslevine1997-06-291-4/+4
* added CFLAGS to PRELIB so that ld doesn't look for crt0.olevine1997-06-291-1/+1
* applicable thru VxWorks 5.3.1levine1997-06-291-5/+5
* added -Wall now that the ACE library builds cleanly with itlevine1997-06-291-1/+1
* Shut up useless warnings.jxh1997-06-241-0/+1
* revised to support multiple targetslevine1997-06-231-14/+48