ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/host/c++/socket++-1.10/test/configure.in
Revision: 1.1
Committed: Mon Feb 26 15:02:40 2001 UTC (23 years, 8 months ago) by ab11
Branch: MAIN
CVS Tags: PROJECT_COMPLETION
Log Message:
Test programs for Networking class. Unused by the host

File Contents

# User Rev Content
1 ab11 1.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=
7     srctrigger=tdunread.C
8     srcname="test 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     ALL='$(NOTHING)'
19     CXXINCLUDES='$(NOSTDINC) -I$(srcdir) -I.. -I$(srcdir)/..'
20     MOSTLYCLEAN='*.o *~ *.bak \#* core *.out $(TESTS)'
21    
22     (. ${srcdir}/../config.shared) >${package_makefile_frag}
23    
24     # post-target:
25    
26     rm -f ${package_makefile_frag}
27     make makedepend > /dev/null 2>&1