home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_400 / 400_01 / socketpp-1.5 / configure.in < prev    next >
Encoding:
Text File  |  1993-11-06  |  680 b   |  30 lines

  1. # This file is a shell script fragment that supplies the information
  2. # necessary to tailor a template configure script into the configure
  3. # script appropriate for this directory.  For more information, check
  4. # any existing configure script.
  5.  
  6. configdirs="test"
  7. srctrigger=sockstream.h
  8. srcname="C++ sockets"
  9.  
  10. target_makefile_frag=target-mkfrag
  11. package_makefile_frag=Make.pack
  12.  
  13. # per-host:
  14.  
  15. # per-target:
  16.  
  17. TOLIBGXX=
  18. INFO_FILES='socket++'
  19. TARGETLIB=libsocket++.a
  20. CXXINCLUDES='$(NOSTDINC) -I$(srcdir)'
  21. MOSTLYCLEAN='*.o *~ *.bak core config.status'
  22.  
  23. (. ${srcdir}/config.shared) >${package_makefile_frag}
  24.  
  25. # post-target:
  26.  
  27. rm -f ${package_makefile_frag}
  28. make makedepend > /dev/null 2>&1
  29.  
  30.