Fresco/Fresco-Test/syunit-c++/src Makefile.in,1.2,1.3
Tobias Hunger <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Fresco-Test/syunit-c++/src In directory purcel:/tmp/cvs-serv28022/Fresco-Test/syunit-c++/src Modified Files: Makefile.in Log Message: Add a "framework test" to Babylon: It only has two tests, one allways passing, the other allways failing. It builds and runs. (You have to set LD_LIBRARY_PATH!) Index: Makefile.in =================================================================== RCS file: /cvs/fresco/Fresco/Fresco-Test/syunit-c++/src/Makefile.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Makefile.in 25 Mar 2003 20:36:01 -0000 1.2 +++ Makefile.in 4 Apr 2003 17:39:50 -0000 1.3 @@ -55,6 +55,8 @@ .PHONY: all doc install install-doc clean distclean maintainer-clean dist all: $(TARGET) + @echo Copying header files. + cp $(hdir)/*.hh $(top_builddir)/include $(TARGET): $(OBJ) @echo linking $(@F)