home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / libg++-2.7.1-base.tgz / libg++-2.7.1-src.tar / fsf / libg++ / libstdc++ / tests / Makefile.in < prev    next >
Makefile  |  1995-06-16  |  1KB  |  36 lines

  1. # Copyright (C) 1994 Free Software Foundation
  2.  
  3. # This file is part of the GNU ANSI C++ Library.  This library is free
  4. # software; you can redistribute it and/or modify it under the terms of
  5. # the GNU General Public License as published by the Free Software
  6. # Foundation; either version 2, or (at your option) any later version.
  7.  
  8. # This library is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  11. # GNU General Public License for more details.
  12.  
  13. # You should have received a copy of the GNU General Public License
  14. # along with this library; see the file COPYING.  If not, write to the Free
  15. # Software Foundation, 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  16.  
  17. VERSION = 2.7.0
  18. SHLIB   = libstdc++.so.$(VERSION)
  19.  
  20. DEPLIBS  = ../libstdc++.a
  21. LDLIBS   = -L.. -lstdc++
  22. MDEPLIBS = $(DEPLIBS)
  23. MLDLIBS  = $(LDLIBS) -lm
  24.  
  25. #### package, host, target, and site dependent Makefile fragments come in here.
  26. ##
  27.  
  28. tcomplex.o: ${srcdir}/../std/complext.h ${srcdir}/../std/dcomplex.h
  29. tcomplex: tcomplex.o $(MDEPLIBS)
  30.     $(CXX) -o tcomplex tcomplex.o $(MLDLIBS)
  31.  
  32. tstring.o: ${srcdir}/../std/bastring.h
  33.  
  34. # NOTE: Rules for following tests are generated by $(srcdir)/configure.in !!!
  35.  
  36.