|
From: Hans D. <dul...@us...> - 2001-04-21 13:28:34
|
Update of /cvsroot/corelinux/corelinux/src/testdrivers/ex23
In directory usw-pr-cvs1:/tmp/cvs-serv14573
Added Files:
Makefile.am examp23.cpp
Log Message:
Initial checkin.
--- NEW FILE ---
# -*- Mode: makefile -*-
# SUMMARY:
# USAGE: make <make-target>
# AUTHOR: Christophe Prud'homme
# ORG: Christophe Prud'homme
# E-MAIL: Chr...@an...
# ORIG-DATE: 10-Apr-00 at 08:34:22
# LAST-MOD: 23-Apr-00 at 16:18:55 by Christophe Prud'homme
# DESCRIPTION:
# DESCRIP-END.
SUFFIXES = .cpp .hpp .c .h .f .F .o .moc
bin_PROGRAMS = ex23
ex23_SOURCES = examp23.cpp
ex23_LDADD = ${top_builddir}/src/classlibs/corelinux/libcl++.la
***** Error reading new file: [Errno 2] No such file or directory: 'examp23.cpp'
|