Compile Layout/tests/ugl_test2.cpp

Jeffrey Oldham oldham at codesourcery.com
Wed Sep 5 22:16:27 UTC 2001


This patch ensures src/Layout/tests/ugl_test2.cpp compiles correctly.

2001-09-05  Jeffrey D. Oldham  <oldham at codesourcery.com>

        * makefile (ugl_test2): New phony target.

Tested on       sequential Linux using gcc 3.0.1 by compiling ugl_test2
Approved by     Stephen Smith
Applied to      mainline

Thanks,
Jeffrey D. Oldham
oldham at codesourcery.com
-------------- next part --------------
Index: makefile
===================================================================
RCS file: /home/pooma/Repository/r2/src/Layout/tests/makefile,v
retrieving revision 1.25
diff -c -p -r1.25 makefile
*** makefile	2000/09/25 20:38:37	1.25
--- makefile	2001/09/05 17:53:16
*************** uniformgridlayout_test:: $(ODIR)/uniform
*** 77,82 ****
--- 77,89 ----
  $(ODIR)/uniformgridlayout_test: $(ODIR)/uniformgridlayout_test.o
  	$(LinkToSuite)
  
+ .PHONY: ugl_test2
+ 
+ ugl_test2:: $(ODIR)/ugl_test2
+ 
+ $(ODIR)/ugl_test2: $(ODIR)/ugl_test2.o
+ 	$(LinkToSuite)
+ 
  .PHONY: dynamiclayout_test1
  
  dynamiclayout_test1:: $(ODIR)/dynamiclayout_test1


More information about the pooma-dev mailing list