SUBDIRS = quickref include $(top_srcdir)/gnome-doc-utils.make dist-hook: doc-dist-hook DOC_MODULE = evolution DOC_ENTITIES = DOC_INCLUDES = DOC_FIGURES = \ figures/account_editor_a.png \ figures/addrs_book_a.png \ figures/attach_reminder_a.png.png \ figures/calendar.png \ figures/categories_a.png \ figures/collap_head_a.png \ figures/config-cal.png \ figures/config-mail.png \ figures/contact-editor.png \ figures/contact.png \ figures/contacts_mainwindow_a.png \ figures/delgt-add.png \ figures/evo_account_editor_a.png \ figures/evo_account_info_a.png \ figures/evo_add_rule_a.png \ figures/evo_adv_search_a.png \ figures/evo_allday_a.png \ figures/evo_attachreminder_plugin.png \ figures/evo_backup.png \ figures/evo_backup_prgsbar.png \ figures/evo_backup_warning.png \ figures/evo_blink.png \ figures/evo_cal_a.png \ figures/evo_cal_advsearch.png \ figures/evo_cal_callout_a.png \ figures/evo_calender_appointmnt.png \ figures/evo_cal_prop_a.png \ figures/evo_calstatus_a.png \ figures/evo_contacteditor_a.png \ figures/evo_crash_recovery.png \ figures/evo_custom_header.png \ figures/evo_debuglogs_a.png \ figures/evo_delegate_permission_a.png \ figures/evo_dialog-info.png \ figures/evo_dialog-warning.png \ figures/evo_edit_rule_a.png \ figures/evo_edit_search.png \ figures/evo_email_a.png \ figures/evo_flag_follow_up_a.png \ figures/evo_gwreceive_a.png \ figures/evo_gwreceiveedit_a.png \ figures/evo_gwreceiveoptedit_a.png \ figures/evo_gwstatustrack.png \ figures/evo_identity_a.png \ figures/evo_identityedit_a.png \ figures/evo_imapheader_a.png \ figures/evo_imapreceive_a.png \ figures/evo_import_asst_a.png \ figures/evo_label_a.png \ figures/evo_labels_a.png \ figures/evo_mail_a.png \ figures/evo_mail_callout_a.png \ figures/evo_maildirreceive_a.png \ figures/evo_mboxreceive_a.png \ figures/evo_memo_a.png \ figures/evo_mereceive_a.png \ figures/evo_message_filters_a.png \ figures/evo_mhreceive_a.png \ figures/evo_mail_notifier.png \ figures/evo_memo_a.png \ figures/evo_newmess_a.png \ figures/evo_newmail.png \ figures/evo_popreceive_a.png \ figures/evo_proxyadd_a.png \ figures/evo_receive_setup2_a.png \ figures/evo_receive_setup_a.png \ figures/evo_rmdrnotes_a.png \ figures/evo_rule_a.png \ figures/evo_select_add_folder.png \ figures/evo_select_folder.png \ figures/evo_send_option_a.png \ figures/evo_send_setup_a.png \ figures/evo_sendstatus_a.png \ figures/evo_shd_memo_a.png \ figures/evo_timezone_a.png \ figures/evo_usereceive_a.png \ figures/evo_junk_a.png \ figures/evo_offline.png \ figures/exchange-delegation.png \ figures/exchange-identity.png \ figures/exchange-receive-options.png \ figures/exchange-receive.png \ figures/exchg-identity.png \ figures/exchng-identity.png \ figures/exchng-rec-mail.png \ figures/exchng-rec-mails.png \ figures/exchng-rec-option.png \ figures/exchng-rec-options.png \ figures/exchng-settings.png \ figures/filter-new-fig.png \ figures/free_busy.png \ figures/full-1.png \ figures/full-2.png \ figures/full-3.png \ figures/full-4.png \ figures/full-5.png \ figures/full-6.png \ figures/full-7.png \ figures/google_cal_view.png \ figures/mail-druid-pic.png \ figures/mailer_preferences.png \ figures/mail-inbox.png \ figures/mail_mainwindow_a.png \ figures/mail-threaded.png \ figures/mainwindow-pic.png \ figures/minus.png \ figures/newmsg.png \ figures/plus.png \ figures/proxy-cal.png \ figures/proxy-login.png \ figures/quick_add_a.png \ figures/quick_reference.png \ figures/replymsg.png \ figures/schedule.png \ figures/Screenshot-Evolution -mailer-Preferences.png \ figures/Screenshot-Free-Busy.png \ figures/stock_search.png \ figures/sub-others-folder.png \ figures/sub-pub-fold.png \ figures/ver_view_a.png \ figures/vfolder-createrule-fig.png DOC_LINGUAS = cs de el en_GB es fr oc ru sv mk '>branches/2018Q4 FreeBSD Ports (https://github.com/freebsd/freebsd-ports)
aboutsummaryrefslogblamecommitdiffstats
path: root/math/arpack++/files/patch-Makefile.inc
blob: 13365323498cffd3602c38bd1ecf9685eac5f8b8 (plain) (tree)

















































































                                                                                    
--- Makefile.inc.orig   Wed Apr  5 14:00:59 2000
+++ Makefile.inc    Mon Oct 20 21:56:56 2003
@@ -1,25 +1,27 @@
-# ARPACK++ v1.2 2/18/2000
+# ARPACK++ v1.2 2/20/2000
+# $FreeBSD$
 # c++ interface to ARPACK code.
 # This file contains some definitions used to compile arpack++ examples
-# with the g++ compiler under Sun Solaris.
+# with the g++ compiler under FreeBSD.
 
 
 # Defining the machine.
 
-PLAT         = solaris
+PLAT         = `uname -s`
 
 # Defining the compiler.
 
-CPP          = g++
+CPP          = $(CXX)
 
 # Defining ARPACK++ directories.
 # ARPACKPP_INC is the directory that contains all arpack++ header files.
 # SUPERLU_DIR and UMFPACK_DIR must be set to ARPACKPP_INC.
 
-ARPACKPP_DIR = $(HOME)/arpack++
-ARPACKPP_INC = $(ARPACKPP_DIR)/include
-SUPERLU_DIR  = $(ARPACKPP_INC)
-UMFPACK_DIR  = $(ARPACKPP_INC)
+ARPACK_INC   = %%LOCALBASE%%/include
+ARPACKPP_DIR = %%LOCALBASE%%
+ARPACKPP_INC = $(ARPACKPP_DIR)/include/ARPACK++
+SUPERLU_DIR  = %%LOCALBASE%%/include/superlu
+UMFPACK_DIR  = %%LOCALBASE%%/include/UMFPACK
 
 # Defining ARPACK, LAPACK, UMFPACK, SUPERLU, BLAS and FORTRAN libraries.
 # See the arpack++ manual or the README file for directions on how to 
@@ -33,31 +35,26 @@
 # Other libraries should be defined if the user intends to compile
 # arpack++ on another environment.
 
-ARPACK_LIB   = $(HOME)/lib/arpack_$(PLAT).a
-LAPACK_LIB   = /opt/LAPACK/lapack_$(PLAT).a
-UMFPACK_LIB  = $(HOME)/lib/umfpack_$(PLAT).a
-SUPERLU_LIB  = $(HOME)/lib/superlu_$(PLAT).a
-BLAS_LIB     = /opt/LAPACK/blas_$(PLAT).a 
-FORTRAN_LIBS = /opt/SUNWspro/SC4.0/lib/libF77.a \
-               /opt/SUNWspro/SC4.0/lib/libM77.a \
-               /opt/SUNWspro/SC4.0/lib/libsunmath.a
+ARPACK_LIB   = %%LOCALBASE%%/lib/libarpack.a
+LAPACK_LIB   = %%LOCALBASE%%/lib/liblapack.a
+UMFPACK_LIB  = %%LOCALBASE%%/lib/libumfpack.a
+SUPERLU_LIB  = %%LOCALBASE%%/lib/libsuperlu.a
+BLAS_LIB     = %%LOCALBASE%%/lib/libf77blas.a %%LOCALBASE%%/lib/libatlas.a
+FORTRAN_LIBS = -lg2c
 
 # Defining g++ flags and directories.
 
-# CPP_WARNINGS = -fpermissive 
-CPP_WARNINGS = -Wall -ansi -pedantic-errors
+CPP_WARNINGS = -Wno-deprecated
 CPP_DEBUG    = -g
-CPP_OPTIM    = -O
-CPP_LIBS     = 
-CPP_INC      = /usr/local/include/g++-3
+#CPP_OPTIM    = -O
+CPP_LIBS     = -lm
+CPP_INC      = %%LOCALBASE%%/include
 
-CPP_FLAGS    = $(CPP_DEBUG) -D$(PLAT) -I$(ARPACKPP_INC) -I$(CPP_INC) \
-               $(CPP_WARNINGS)
+CPP_FLAGS    = $(CXXFLAGS) $(CPP_WARNINGS) -D$(PLAT) -I$(ARPACKPP_INC) -I$(CPP_INC)
 
 # Putting all libraries together.
 
-ALL_LIBS     = $(CPP_LIBS) $(ARPACK_LIB) $(LAPACK_LIB) \
-               $(BLAS_LIB) $(FORTRAN_LIBS) 
+ALL_LIBS     = $(ARPACK_LIB) $(LAPACK_LIB) $(BLAS_LIB) $(FORTRAN_LIBS) $(CPP_LIBS)
 
 # defining paths.