Commit 5f2fa6a1 authored by Andreas Tille's avatar Andreas Tille
Browse files

Build SL/HELIX

parent 8a2094ea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -259,7 +259,7 @@
 
 build: arb
-	$(MAKE) binlink preplib compile_compatibility
+	$(MAKE) db core
+	$(MAKE) core db SL/HELIX/HELIX.dummy
 
 all:
 	@echo "Build time" > $(TIMELOG)
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ config.makefile: config.makefile.template

override_dh_auto_build:
	ln -s TEMPLATES INCLUDE
	for header in CORE/*.h UNIT_TESTER/*.h SL/CB/*.h WINDOW/*.hxx ; do ln -s ../$${header} INCLUDE/`basename $${header}` ; done
	for header in CORE/*.h UNIT_TESTER/*.h SL/CB/*.h WINDOW/*.hxx ARBDB/*.h ; do ln -s ../$${header} INCLUDE/`basename $${header}` ; done
	ln -s /usr/include/valgrind/valgrind.h INCLUDE/valgrind.h
	ln -s ../AISC_COM/AISC PROBE_COM/AISC
	mkdir bin