diff host/libcdl/Makefile.am @ 159:511f4dc167f6

Merge from eCos master repository on 2001-05-18-01:30:05-BST
author jlarmour
date Fri, 18 May 2001 06:32:28 +0000
parents 435cced73e2f
children f58bc1b2c2bc
line wrap: on
line diff
--- a/host/libcdl/Makefile.am
+++ b/host/libcdl/Makefile.am
@@ -9,7 +9,7 @@
 ######COPYRIGHTBEGIN####
 ##                                                                          
 ## ----------------------------------------------------------------------------
-## Copyright (C) 1998, 1999, 2000 Red Hat, Inc.
+## Copyright (C) 1998, 1999, 2000, 2001 Red Hat, Inc.
 ##
 ## This file is part of the eCos host tools.
 ##
@@ -44,8 +44,10 @@
 AUTOMAKE_OPTIONS = 1.3 cygnus
 SUBDIRS          = testsuite
 
-## Pick up an appropriate header file search path from configure
-INCLUDES = @INCLUDES@
+## Pick up compiler flags etc. from configury
+INCLUDES        = @INCLUDES@
+AM_CFLAGS	= @cyg_CFLAGS@
+AM_CXXFLAGS	= @cyg_CXXFLAGS@
 
 ## This package exports its interface via cdl.hxx
 include_HEADERS = cdlcore.hxx cdl.hxx
@@ -59,6 +61,7 @@ include_HEADERS = cdlcore.hxx cdl.hxx
 
 sources := interp.cxx	    \
            expr.cxx         \
+           func.cxx	    \
            refer.cxx        \
            cdlmisc.cxx      \
            conflict.cxx     \
@@ -122,6 +125,10 @@ interp.$(OBJEXT)    : Makefile $(cdlcore
 
 expr.$(OBJEXT)      : Makefile $(cdlcore_headers) $(infra_headers)
 
+infer.$(OBJEXT)     : Makefile $(cdlcore_headers) $(infra_headers)
+
+func.$(OBJEXT)      : Makefile $(cdlcore_headers) $(infra_headers)
+
 refer.$(OBJEXT)     : Makefile $(cdlcore_headers) $(infra_headers)
 
 cdlmisc.$(OBJEXT)   : Makefile $(cdlcore_headers) $(infra_headers)