summaryrefslogtreecommitdiff
path: root/ace/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* ChangeLogTag:Wed Nov 17 16:33:40 1999 Ossama Othman <othman@cs.wustl.edu>Ossama Othman1999-11-171-0/+9
|
* Minor cosmetic update.Ossama Othman1999-11-101-658/+658
|
* ChangeLogTag:Tue Oct 19 12:55:16 1999 Ossama Othman <othman@cs.wustl.edu>Ossama Othman1999-10-191-1/+21
|
* ChangeLogTag:Thu Jul 29 17:30:14 1999 Douglas C. Schmidt ↵schmidt1999-07-291-2/+0
| | | | <schmidt@tango.cs.wustl.edu>
* ACE Configuration Project updates. Synchronized with currentOssama Othman1999-07-141-2/+5
| | | | version of ACE in CVS repository.
* Accidentally included experimental INET6_Addr sources. Removed them.Ossama Othman1999-06-261-2/+0
|
* Synchronized with latest version of ACE.Ossama Othman1999-06-261-7/+38
|
* removed obsolete files from source listsOssama Othman1999-04-271-1/+0
|
* * ace/Makefile.am (pkginclude_HEADERS, libACE_IPC_la_SOURCES):Ossama Othman1999-04-271-0/+9
| | | | | | | | | Added ATM_Addr sources to these variables. * ace/Makefile.am (EXTRA_libACE_la_SOURCES): Accidentally removed this variable. It is needed for conditionally built sources, such as `gethrtime.cpp'.
* Added targets to clean up files and directories created duringOssama Othman1999-04-031-0/+5
| | | | | compilation. Automake will setup the `clean-local' targets to run automatically whenever a `make clean' is done.
* * ace/OS.h:Ossama Othman1999-03-231-11/+3
| | | | | | | | | | | | | | | | * ace/TLI.cpp: * ace/config-osf1-4.0.h: Removed all references to ACE_HAS_BROKEN_T_ERRNO and removed the definition of the _terrno() function from TLI.cpp since it isn't a standard TLI function (at least not the Steven's books that I've read). This also fixes a problem on Solaris that was causing an autoconfigured build of TLI.cpp to fail. * ace/Makefile.am: Make sure template source files get installed for all cases. Previously, they only got installed if the template source is required by the compiler. However, they are still needed by compilers that don't explicitly require template sources to be included in a file that references them.
* Mucho ACE+autoconf updates. :)Ossama Othman1999-03-221-389/+25
|
* Starting to do the "real" ACE+autoconf integration.Ossama Othman1999-03-201-0/+1185