From 094535c010320967639e8e86f974d878e80baa72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 1 May 2015 16:13:57 +0200 Subject: Imported Upstream version 1.7.0 --- numlib/Jamfile | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'numlib/Jamfile') diff --git a/numlib/Jamfile b/numlib/Jamfile index dd90e22..87c3c78 100644 --- a/numlib/Jamfile +++ b/numlib/Jamfile @@ -10,8 +10,8 @@ PREF_LINKFLAGS = $(LINKDEBUGFLAG) ; #PREF_LINKFLAGS = $(LINKPROFFLAG) ; # Profile flags # Products -Libraries = libnum ; -Headers = numlib.h ; +Libraries = libnum libui ; +Headers = numlib.h libui.h ; #Install #InstallFile $(DESTDIR)$(PREFIX)/h : $(Headers) ; @@ -26,3 +26,10 @@ LINKLIBS = libnum ; # All test programs are made from a single source file MainsFromSources dnsqtest.c tpowell.c tdhsx.c LUtest.c svdtest.c zbrenttest.c soboltest.c ; +# Compile .c as .m +if $(OS) = MACOSX { + ObjectCcFlags ui : -ObjC ; +} + +# UI setup library +Library libui.lib : ui.c ; -- cgit v1.2.3