summaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* -pthread must be provided to compiler as well as loaderlevine1997-10-151-2/+2
|
* minor cleanup: added -use_ld_input to SOFLAGSlevine1997-10-151-7/+22
|
* ChangeLogTag:Mon Oct 13 14:10:30 1997 Carlos O'Ryan ↵coryan1997-10-132-86/+0
| | | | <coryan@macarena.cs.wustl.edu>
* ChangeLogTag:Fri Oct 10 19:55:50 1997 Carlos O'Ryan ↵coryan1997-10-111-2/+2
| | | | <coryan@macarena.cs.wustl.edu>
* C Set++ builds the shared lib from the static lib, so both need to be built.Steve Huston1997-10-021-0/+3
|
* C Set++ builds the shared lib from the static lib, so both need to beSteve Huston1997-10-021-0/+3
| | | | built.
* added "inline" flaglevine1997-09-301-0/+10
|
* ChangeLogTag:Sat Sep 27 20:03:29 1997 Carlos O'Ryan ↵coryan1997-09-283-7/+5
| | | | <coryan@macarena.cs.wustl.edu>
* default to building shared libs only, except on Chorus, LynxOS, and VxWorkslevine1997-09-275-31/+66
|
* ChangeLogTag:Tue Sep 23 17:11:44 1997 Carlos O'Ryan ↵coryan1997-09-231-2/+2
| | | | <coryan@macarena.cs.wustl.edu>
* $(MUNCHED) instead of $(MUNCH)levine1997-09-221-1/+1
|
* $(MUNCH) instead of $(NMLIBS)levine1997-09-221-1/+1
|
* added NMLIBS to PRELINKlevine1997-09-221-1/+1
|
* Moved -O out of wrapper_macros.GNU and into each platform file to support ↵levine1997-09-221-4/+0
| | | | "optimize" flag. Removed debug disable with optimize, because some platforms allow both debug and optimize.
* moved -O out of wrapper_macros.GNU and into each platform file to support ↵levine1997-09-2227-28/+81
| | | | "optimize" flag
* ChangeLogTag:Fri Sep 19 14:13:07 1997 Carlos O'Ryan ↵coryan1997-09-201-0/+21
| | | | <coryan@macarena.cs.wustl.edu>
* ChangeLogTag:Mon Sep 15 11:37:49 1997 Carlos O'Ryan ↵coryan1997-09-151-1/+1
| | | | <coryan@macarena.cs.wustl.edu>
* added debug = 1, to disable ACE_NDEBUGlevine1997-09-154-0/+8
|
* removed null definition of PIClevine1997-09-121-1/+0
|
* ported to LynxOSlevine1997-09-121-0/+19
|
* fixed shared_libs_only; removed unused SHOBJ from shared/static_libs_onlylevine1997-09-111-8/+7
|
* added lib*.*_pure* to clean.local target, to remove Purified librarieslevine1997-09-111-1/+1
|
* ignored shared_libs_only in modules that only build a static liblevine1997-09-111-8/+12
|
* removed "-I. -I$(ACE_ROOT)" from CFLAGS because it duplicates the INCLDIRS ↵levine1997-09-101-2/+2
| | | | set in wrapper_root.GNU
* replace CFLAGS += DCFLAGS with debug=1, and added support for debug=0, etc., ↵levine1997-09-1040-88/+191
| | | | in wrapper_macros.GNU.
* added PIC= with static_libs_only, and added list of supported make flagslevine1997-09-101-90/+116
|
* when building libraries only, don't use CC to create individual .shobj/*.so ↵levine1997-09-091-24/+45
| | | | files
* removed unused SOLINK definitionslevine1997-09-091-19/+14
|
* added *.sym to clean targetlevine1997-09-051-3/+3
|
* added -max_threads=100 to Quantify optionslevine1997-09-051-1/+1
|
* use static_libs_only build optionlevine1997-09-042-12/+2
|
* added shared_libs_only and static_libs_only build optionslevine1997-09-041-5/+27
|
* added INSTALL support for shared_libs_only and static_libs_onlylevine1997-09-041-2/+10
|
* added Purify options to ignore SIGINT and set max threads to 100levine1997-09-021-1/+2
|
* *** empty log message ***schmidt1997-08-261-0/+32
|
* 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 ↵levine1997-08-2215-60/+15
| | | | instantiation
* 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 ↵levine1997-08-2216-16/+16
| | | | PRELIB
* 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 ↵levine1997-08-2116-16/+16
| | | | VLDLIBS
* ChangeLogTag:Thu Aug 21 13:08:43 1997 Carlos O'Ryan ↵coryan1997-08-212-11/+7
| | | | <coryan@swarm.cs.wustl.edu>
* 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 ↵coryan1997-08-172-49/+21
| | | | <coryan@swarm.cs.wustl.edu>
* *** 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
|