Browse Source

Remove obsolete Jamfiles

Frank/Phenom 4 years ago
parent
commit
f26d9f224a

+ 0 - 7
doc/Jamfile

@@ -1,7 +0,0 @@
-TOP = "." ;
-startfromtop = "./" ;
-SubDir TOP ;
-DOCROOTDIR = pwd ;
-
-Depends all : pics ;
-SubInclude TOP texpics ;

+ 0 - 81
doc/Jamrules

@@ -1,81 +0,0 @@
-TEXPICDIR = $(TOP)/outpics ;
-SOURCEPICDIR = $(TOP)/srcpics ;
-
-rule TexPic
-{
-	Depends $(1) : $(1).eps ;	
-#	LOCATE on $(2) = $(SOURCEPICDIR) ;
-	LOCATE on $(2) = $(SOURCEPICDIR) ;
-	Depends $(1).eps : $(2) $(3) $(4) $(5) $(6) ;
-	MyTexPic $(1).eps : $(1).tex ;	
-}
-
-
-
-rule MyTexPic
-{
-#	LOCATE on $(1) = $(SEARCH_SOURCE) ;
-	LOCATE on $(1) = $(TEXPICDIR) ;
-	LOCATE on $(2) = $(SEARCH_SOURCE) ;
-	Depends pics : $(1) ;
-	Depends $(1) : $(2) ;
-	LatexPic $(1) : $(2) ;	
-}
-
-
-rule PdfTexPic
-{
-	Depends $(1) : $(1).eps ;	
-	LOCATE on $(2) = $(SOURCEPICDIR) ;
-	LOCATE on $(1).eps = $(TEXPICDIR) ;
-	Depends $(1).eps : $(1).pdf ;
-	Depends $(1).pdf : $(2) $(3) $(4) $(5) $(6) ;
-	Depends pics : $(1).eps ;
-	MyPdfTexPic $(1).pdf : $(1).tex ;	
-	MyEpsFromPdf $(1).eps : $(1).pdf ;
-}
-
-rule MyPdfTexPic
-{
-	LOCATE on $(1) = $(TEXPICDIR) ;
-	LOCATE on $(2) = $(SEARCH_SOURCE) ;
-	Depends $(1) : $(2) ;
-	PdfLatexPic $(1) : $(2) ;		
-}
-
-rule MyEpsFromPdf
-{
-	EpsFromPdf $(1) :  $(2) ;
-}
-
-actions LatexPic
-{	
-	echo ActionLatexPic	
-	cd $(SEARCH_SOURCE)
-	latex $(2:D=.)
-#	echo dvivile= $(1:D=$(SEARCH_SOURCE)).tmp
-	dvips -E -o $(1:D=.).tmp $(1:D=.:S=.dvi)
-	echo crop eps file
-	cd $(PWD)
-	pwd
-	epscrop $(1:D=$(SEARCH_SOURCE)).tmp > $(1)
-	echo $(TOPDIR)
-}
-
-actions PdfLatexPic
-{	
-	echo ActionPdfLatexPic	
-	cd $(SEARCH_SOURCE)
-	pdflatex $(2:D=.)
-	cd $(PWD)
-	cp $(1:D=$(SEARCH_SOURCE):S=.pdf) $(1:S=.pdf)
-}
-
-actions EpsFromPdf
-{
-	pwd
-	echo EpsFromPdf $(1) $(2)
-	gs -dEPSCrop -dTextAlphaBits=4 -sDEVICE=epswrite -sOutputFile=$(1).tmp -dNOPAUSE -dBATCH $(2)
-	echo epscrop $(1).tmp > $(1)	
-	epscrop $(1).tmp > $(1)	
-}

+ 0 - 5
minimal/Jamfile

@@ -1,5 +0,0 @@
-SimName = minimal ;
-SubDir TOP $(SimName) ;
-FMain $(SimName) :  $(SimName).cpp ;
-
-SubIncludeOnce TOP src ;

+ 0 - 24
mycxxtests/Jamfile

@@ -1,24 +0,0 @@
-SubDir TOP mycxxtests ;
-
-CxxRunMyTest run_unit : stdio_printer_unit ;
-CxxUnitTest stdio_printer_unit : stdio_printer.cpp ;
-CxxStdioPrinterCpp stdio_printer.cpp : 
-        ChunkFileTest.h 
-        test_numbersvector.hpp ;
-
-CxxRunMyTest run_int : stdio_printer_int ;
-CxxIntegrationTest stdio_printer_int : vectest_stdio.cpp ;
-CxxStdioPrinterCpp vectest_stdio.cpp : VecConTest.h testChunkFileC.h ;
-
-CxxRunMyTest run_apitest : apitest_unit ;
-CxxUnitTest apitest_unit : apitest_cxxtest.cpp ;
-CxxStdioPrinterCpp apitest_cxxtest.cpp : apitest_cxxtest.h ;
-
-
-CxxRunMyTest run_vec2d : vec2d_unit ;
-CxxUnitTest vec2d_unit : vec2d_cxxtest.cpp ;
-CxxStdioPrinterCpp vec2d_cxxtest.cpp : test_vector2d.hpp ;
-
-
-SubIncludeOnce TOP src ;
-

+ 0 - 9
simulations/fm/Jamfile

@@ -1,9 +0,0 @@
-SubDir TOP simlations fm ;
-
-SubInclude TOP simulations fm som01 ;
-SubInclude TOP simulations fm som02 ;
-SubInclude TOP simulations fm som03 ;
-SubInclude TOP simulations fm som04 ;
-SubInclude TOP simulations fm som05 ;
-SubInclude TOP simulations fm som06 ;
-SubInclude TOP simulations fm somlocinh ;

+ 0 - 6
simulations/fm/som02/Jamfile

@@ -1,6 +0,0 @@
-SimName = som02 ;
-SubDir TOP simulations fm $(SimName) ;
-
-FMain sim$(SimName) :  $(SimName).cpp ;
-
-SubIncludeOnce TOP src ;

+ 0 - 59
src/Jamfile

@@ -1,59 +0,0 @@
-SubDir TOP src ;
-SEARCH_SOURCE = $(SEARCH_SOURCE) 
-$(TOP)/lib $(TOP)/src/external/anyoption 
-$(TOP)/src/external/vector 
-$(TOP)/src/external/tinyxml 
-$(TOP)/src/external/rng_thread
-;
-
-LOCATE_TARGET = $(LIBDIR) ;
-
-Depends $(LIBDIR)/anyoptwrap : $(LIBDIR)/simmodules ;
-Depends libcsim.a : $(LIBDIR)/anyoptwrap ;
-Depends libcsim.a : $(LIBDIR)/chunkfile/chunkfile ;
-MkDir $(LIBDIR)/anyoptwrap ;
-MkDir $(LIBDIR)/simmodules ;
-MkDir $(LIBDIR)/chunkfile/chunkfile ;
-
-Library libcsim : 
-	libcsim.cpp 
-	simloop.cpp
-	simelement.cpp
-	layer.cpp 
-	layerfactory.cpp
-	spiketrain.cpp
-	activityanalyzer.cpp
-	connection.cpp 
-	vconnection.cpp
-	learn.cpp 
-	vlearn.cpp 
-	normalize.cpp 
-	vnormalize.cpp 
-	anyoptwrap/anyoptionwrapper.cpp 
-	anyoptwrap/wrappedoption.cpp 
-	anyoptwrap/wrappedoption_imp.cpp 
-	input.cpp 
-	objmovie.cpp
-	gslsingleton.cpp
-	parascan.cpp
-	filesystem.cpp
-	stringutils.cpp
-	calculationthread.cpp
-	threadtestlayer.cpp
-	layer_decolif_thread.cpp
-	stopwatch.cpp
-	debug.cpp
-	chunkfile/chunkfile/chunkfile.cpp
-	chunkfile/chunkfile/namestring.cpp
-	chunkfile/chunkfile/fileformat.cpp
-	chunkfile/chunkfile/chunkheader.cpp
-	chunkfile/chunkfile/chunkfile_c.cpp
-	simmodules/simmodule.cpp
-        simmodules/simmodules.cpp
-        simmodules/simmod_localinh.cpp
-        simmodules/simmod_maplayer.cpp
-;
-
-SubInclude TOP src external ;
-# SubInclude TOP src simmodules ;
-

+ 0 - 5
src/external/Jamfile

@@ -1,5 +0,0 @@
-SubDir TOP src external ;
-SubInclude TOP src external tinyxml ;
-SubInclude TOP src external anyoption ;
-SubInclude TOP src external vector ;
-SubInclude TOP src external rng_thread ;

+ 0 - 8
src/external/anyoption/Jamfile

@@ -1,8 +0,0 @@
-
-SubDir TOP src external anyoption ;
-LOCATE_TARGET = $(LIBDIR) ;
-
-Library libanyoption : anyoption.cpp ;
-
-#Main demo_anyoption : demo_anyoption.cpp ;
- 

+ 0 - 8
src/external/rng_thread/Jamfile

@@ -1,8 +0,0 @@
-
-SubDir TOP src external rng_thread ;
-LOCATE_TARGET = $(LIBDIR) ;
-
-Library librngthread : rng_paraqueue_pool.cpp rngpooltest.cpp rngqueue.cpp
-rng_queue_pool.cpp ;
-
- 

+ 0 - 8
src/external/tinyxml/Jamfile

@@ -1,8 +0,0 @@
-
-SubDir TOP src external tinyxml ;
-LOCATE_TARGET = $(LIBDIR) ;
-
-Library tinyxmllib : tinyxml.cpp 
-                     tinyxmlparser.cpp 
-                     tinyxmlerror.cpp 
-                     tinystr.cpp ;

+ 0 - 8
src/external/vector/Jamfile

@@ -1,8 +0,0 @@
-
-SubDir TOP src external vector ;
-LOCATE_TARGET = $(LIBDIR) ;
-
-Library libvector : libvector.cpp ;
-
-#Main vectest : vectest.cpp ;
- 

+ 0 - 4
src/simmodules/Jamfile

@@ -1,4 +0,0 @@
-SubDir TOP src simmodules ;
-
-# nothing here. cpp files are included in libcsim.a in parent directory
-