diff options
Diffstat (limited to 'src/tet3/tcm/litelib.mk')
-rw-r--r-- | src/tet3/tcm/litelib.mk | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/src/tet3/tcm/litelib.mk b/src/tet3/tcm/litelib.mk new file mode 100644 index 00000000..06dfd822 --- /dev/null +++ b/src/tet3/tcm/litelib.mk @@ -0,0 +1,43 @@ +# +# SCCS: @(#)litelib.mk 1.3 (98/09/01) +# +# UniSoft Ltd., London, England +# +# (C) Copyright 1993 X/Open Company Limited +# +# All rights reserved. No part of this source code may be reproduced, +# stored in a retrieval system, or transmitted, in any form or by any +# means, electronic, mechanical, photocopying, recording or otherwise, +# except as stated in the end-user licence agreement, without the prior +# permission of the copyright owners. +# +# X/Open and the 'X' symbol are trademarks of X/Open Company Limited in +# the UK and other countries. +# +# +# ************************************************************************ +# +# SCCS: @(#)litelib.mk 1.3 98/09/01 TETware release 3.3 +# NAME: litelib.mk +# PRODUCT: TETware +# AUTHOR: Geoff Clare, UniSoft Ltd. +# DATE CREATED: Sept 1996 +# +# DESCRIPTION: +# aux include file for TETware-Lite specific tcm files +# +# MODIFICATIONS: +# +# Andrew Dingwall, UniSoft Ltd., August 1998 +# Added support for shared libraries. +# +# ************************************************************************ + +# there are no additional targets or transport-specific object files +# in TETware-Lite +ALL_TS = +TARGETS_TS = +TARGETS_TS_S = +TCM_STATIC_OFILES_TS = +TCM_SHARED_OFILES_TS = + |