comparison host/tools/Utils/common/Makefile.am @ 126:518f42066aba ecos-sw-2000-09-19

Merge from eCos master repository on 2000-09-19-06:25:26-BST
author jlarmour
date Tue, 19 Sep 2000 05:53:51 +0000
parents
children e0c0827131d1
comparison
equal deleted inserted replaced
125:b4407dc7f59d 126:518f42066aba
1 ## Process this file with automake to produce Makefile.in
2 ## =====================================================================
3 ##
4 ## Makefile.am
5 ##
6 ## utils
7 ##
8 ## =====================================================================
9 #####COPYRIGHTBEGIN####
10 #
11 # -------------------------------------------
12 # The contents of this file are subject to the Red Hat eCos Public License
13 # Version 1.1 (the "License"); you may not use this file except in
14 # compliance with the License. You may obtain a copy of the License at
15 # http://www.redhat.com/
16 #
17 # Software distributed under the License is distributed on an "AS IS"
18 # basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
19 # License for the specific language governing rights and limitations under
20 # the License.
21 #
22 # The Original Code is eCos - Embedded Configurable Operating System,
23 # released September 30, 1998.
24 #
25 # The Initial Developer of the Original Code is Red Hat.
26 # Portions created by Red Hat are
27 # Copyright (C) 1998, 1999, 2000 Red Hat, Inc.
28 # All Rights Reserved.
29 # -------------------------------------------
30 #
31 ######COPYRIGHTEND####
32 ## =====================================================================
33 #######DESCRIPTIONBEGIN####
34 ##
35 ## Author(s): jskov
36 ## Contact(s): jskov
37 ## Date: 2000/09/15
38 ## Version: 0.01
39 ##
40 ######DESCRIPTIONEND####
41 ## =====================================================================
42
43 AUTOMAKE_OPTIONS = 1.3 cygnus
44 SUBDIRS =
45
46 ## Pick up an appropriate header file search path from configure
47
48 noinst_LIBRARIES = libutils.a
49
50 libutils_a_SOURCES = Collections.cpp Subprocess.cpp eCosSocket.cpp \
51 eCosThreadUtils.cpp Properties.cpp eCosSerial.cpp \
52 eCosStd.cpp eCosTrace.cpp
53