Astronet Поиск по астрономическим сайтам English Russian
       
        Точная форма слов   О проекте   Сайты   Справка
Найдено документов: 5191 (16 сайтов) ---- Время поиска: 0.02сек.   

Показаны документы, содержащие фрагменты текста из документа
http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/indiccd/setup_apogee.

1. Kernel Makefile Configuration: how?
The HyperNews Linux KHG Discussion Pages . Forum: The Linux Kernel Hackers' Guide . Keywords: Makefile, configuration . Date: Sun, 14 Sep 1997 03:41:59 GMT . ... I'm aware of the make config/menuconfig/xconfig etc., but a program I am writing for Uni will require that I am able to directly configure the Makefile(s).. Can anyone give me a general overview of where all the CONFIG_blah_blah_blahs go? ... I'd appreciate it if someone could tell me the general rule. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/khg/115.html -- 2.6 Кб -- 23.03.2000
Похожие документы
Еще в разделе: (Показать все результаты (>4911) - www.arcetri.astro.it/ )

2. Makefile
. Next: static.c Up: Modular Example Previous: header.h . # # Makefile # SOURCES.c= main.c WriteMyString.c INCLUDES= CFLAGS= SLIBS= PROGRAM= main OBJECTS= $(SOURCES.c:.c=.o) .KEEP_STATE: debug := CFLAGS= -g all debug: $(PROGRAM) $(PROGRAM): $(INCLUDES) $(OBJECTS) $(LINK.c) -o $@ $(OBJECTS) $(SLIBS) clean: rm -f $(PROGRAM) $(OBJECTS) . Dave.Marshall@cm.cf.ac.uk . Wed Sep 14 10:06:31 BST 1994
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/subsection2_22_11_4.html -- 2.1 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/subsection2_22_11_4.html -- 2.1 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/subsection2_22_11_4.html -- 2.1 Кб -- 02.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>60) - jet.sao.ru/ )

3. http://comet.sai.msu.ru/docs/ssl/httpd.html
... NCSA HTTPD 1.1 Makefile . ... The aim was to have a replacement for the Netscape commerce server that with the simple addition of a key would be able to server Netscape clients. ... Command line option addition -z ssl -z ssl -z debug -z verify=INT -z cert=filename -z key=filename -z standalone # run standalone for a single request # which is very useful for debugging . ... Also the macro FPRINTF for the SSL version of fprintf was added to make "porting" easier. ... Catch heaps of fprintf's  . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/docs/ssl/httpd.html -- 4.4 Кб -- 09.09.1997
Похожие документы

4. http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/xfree86os2/fixes_312D/xmkmf.cmd
OS/2 REXX */ /* make a Makefile from an Imakefile from inside or outside the sources * * $XFree86: xc/config/util/xmkmf.cmd,v 3.0 1996/01/24 21:56:19 dawes Exp ... later scripts rely on their existance */ libpath = getenv('LIBRARY_PATH') incpath = getenv('C_INCLUDE_PATH') /* get args */ PARSE ARG arg0 arg1 arg2 arg3 /* from here almost everything is the same as in the xmkmf sh script */ topdir = '' curdir = '.' do_all = 0 IF ... EXIT END RETURN x ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/xfree86os2/fixes_312D/xmkmf.cmd -- 2.6 Кб -- 09.03.1996
Похожие документы

5. http://www.astro.louisville.edu/software/sbig/archive/xmccd-1.1/HOWTOMAKE
Use xmkmf if it works on your system to create Makefile. If it fails, a command line that builds xmccd without using the Makefile is one such as gcc -o xmccd -O2 -fno-strength-reduce -L./sbig -L/usr/X11R6/lib xmccd.o -lXm -lXt -lSM -lICE -lXext -lX11 -lsbigudrv4.0 -lm You may need to change the library path (-L flag) for the installation on your system. This one works for Slackware 9.1 .
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-1.1/HOWTOMAKE -- 1.4 Кб -- 22.05.2004
Похожие документы

6. http://hea-www.harvard.edu/AstroStat/rfits/rfits_0.2.2/INSTALL
No configuration file for you! 0) Install R and cfitsio, determine locations of fitsio.h, R.h, Rinternals.h libcfitsio.so, libR.so (Note: you may have to edit the Makefile for cfitsio to force it to make a shared library.) 1) Edit Makefile 2) "make shared" 3) Move librfits.so to desired library location 4) Edit first lines of rfits.r to point to libcfitsio.so and librfits.so 5) See rfits.API for list of RFITS functions and their arguments
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/AstroStat/rfits/rfits_0.2.2/INSTALL -- 1.5 Кб -- 13.12.2007
Похожие документы

7. Software Store - Installation Guide
... Obtaining the software . ... a. Decide on the root directory where your software is going to go.... /home/friday , for example. b. In your .cshrc file, define . ... home/friday/]lib . ... after make ) an object code library ../pack/qub/libqub.a . ... Then a common section of code, found in ../pack/make_library supplies all the necessary targets: . ... remove The conservative way to build this library is to cd /home/friday/pack/qub; make; make install; make clean . ... cd /home/friday/pack; make . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/Howto_install1.html -- 6.9 Кб -- 02.06.2003
Похожие документы

8. A Java-IRAF Spectrum Visualization Tool
... A Java application designed to display spectra from Hubble Space Telescope's STIS instrument relies on a Java-IRAF interface to access the data in a efficient way. ... A simple spectrum visualization tool is being developed by the Science Software Group at the Space Telescope Science Institute (STScI), basically to evaluate the capabilities (and weaknesses) of Java as a possible environment for development of data visualization and analysis tools tailored to Hubble Space Telescope (HST) data. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass98/buskoic2/ -- 12.7 Кб -- 16.07.1999
Похожие документы
Еще в разделе: (Показать все результаты (>18) - www.adass.org/ )

9. Source Re-organisation
As of 1.3, the Apache source directories have been re-organised. This re-organisation is designed to simplify the directory structure, make it easier to add additional modules, and to give module authors a way of specifying compile time options or distribute binary modules. ... The non-module source files have moved from src into src/main . ... Configure . ... For example, say it is called mod_demo.c. The archive for this module should consist of two files, in a suitable directory name. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/sourcereorg.html -- 12.8 Кб -- 15.10.2001
Похожие документы

10. http://hea.iki.rssi.ru/conf/hea2007/bp-0.2.97/Makefile
... Set this to where you want bp installed. Choices include: # 1) your standard perl library path, usually /usr/lib/perl. # 2) your site-specific perl library path, often /usr/lib/perl/site_perl # 3) a completely new place, such as /usr/local/lib/bp # 4) leave them here in the source directory # options 3 and 4 will require that the environment variable BPHOME be set # to run any bp programs, but I prefer them. ... BINDEST = /usr/local/bin # This is the prefix that will be used for the perl scripts. ...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/conf/hea2007/bp-0.2.97/Makefile -- 2.1 Кб -- 14.03.1996
Похожие документы

11. Twitter Weekly Updates for 2012-10-27
... Метки: Twitter . ... 101) Байки из Фидо (7) Литература (16) Листая страницы прошлого Выберите месяц Апрель 2016 (2) Март 2016 (4) Февраль 2016 (4) Январь 2016 (5) Декабрь 2015 (4) Ноябрь 2015 (3) Октябрь 2015 (5) Сентябрь 2015 (5) Август 2015 (5) Июль 2015 (5) Июнь 2015 (4) Май 2015 (8) Апрель 2015 (5) Март 2015 (4) Февраль 2015 (4) Январь 2015 (7) Декабрь 2014 (7) Ноябрь 2014 (4) Октябрь 2014 (5) Сентябрь 2014 (8) Август 2014 (8) Июль 2014 (6) Июнь 2014 (7) Май 2014 (11) Апрель 2014 ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/blog/2012/10/twitter-weekly-updates-for-2012-10-27.html -- 70.5 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>7) - astro.uni-altai.ru/ )

12. http://vo.astronet.ru/arxiv/dict_regex.html
... Configuration The dictionary accepts one obligatory parameter - RULES, which has to be set to the file describing parsing rules and output recipes. ... Each non-empty line is either a comment (when started with '#' symbol), or a conversion rule, and in the latter case has to contain whitespace-separated pattern and output recipe. Currently, pattern has to match the _integer_ (one, two or more) number of input tokens; they will be replaced with a single one. ...
[ Сохраненная копия ]  Ссылки http://vo.astronet.ru/arxiv/dict_regex.html -- 4.9 Кб -- 24.10.2008
Похожие документы

13. VaST homepage
... VaST is a software tool for finding variable objects on a series of astronomical images. ... VaST performs object detection and aperture photometry using SExtractor on each image, cross-matches lists of detected stars, performs magnitude calibration with respect to the first (reference) image and constructs a lightcurve for each object. ... VaST FITS image viewer ./pgfv . ... Part I" PZP, vol. ... K. V. Sokolovsky, S. A. Korotkiy; "New Variable Stars Discovered by the NMW Survey" PZP, vol. ...
[ Сохраненная копия ]  Ссылки http://scan.sai.msu.ru/vast/ -- 122.2 Кб -- 21.02.2016
[ Сохраненная копия ]  Ссылки http://saistud.sai.msu.ru/poisk/ -- 122.2 Кб -- 21.02.2016
Похожие документы

14. http://www.apo.nmsu.edu/Telescopes/TCC/tpoint.pdf
TPOINT a telescope pointing analysis system Version 18.20, for Unix 10th December 2011 Published by: Tpoint Software www.tpsoft.demon.co.uk TPOINT is a trade mark. Information in this document is sub ject to change without notice. c Copyright 2011 P. T. Wallace. All Rights Reserved. Reproduction, adaptation, or translation without prior written permission is prohibited, except as allowed under the copyright laws. CONTENTS iii Contents Preface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
[ Текст ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/tpoint.pdf -- 759.1 Кб -- 11.12.2011
Похожие документы

15. http://curl.sai.msu.ru/mass/download/doc/massug.pdf
MASS Software Version 2.04 User Guide V.Kornilov, N.Shatsky, O. Voziakova Decemb er 30, 2003 Contents 1 MASS software op eration overview 1.1 Main features of measurement pro cess with MASS instrument . ... 2 Installation, tuning and startup 2.1 Installation of the MASS software Turbina 2.2 Editing the configuration file . ... 4.2 Output data in MASS Software . ... 4.2 Output data in MASS Software The output of Turbina program op erating the MASS device is directed to an ASCI I file called mass-file. ...
[ Текст ]  Ссылки http://curl.sai.msu.ru/mass/download/doc/massug.pdf -- 297.2 Кб -- 18.01.2004
Похожие документы

16. http://vega.inp.nsk.su/~inest/OCAAS/cfitsio.ps
CFITSIO User's Guide An Interface to FITS Format Files for C Programmers Version 2.0 HEASARC Code 662 Goddard Space Flight Center Greenbelt, MD 20771 USA February 2000 Contents 1 Introduction 1 2 Creating the CFITSIO Library 3 2.1 Building the Library : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : 3 2.1.1 Unix Systems : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : 3 2.1.2 VMS : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : 5
[ Текст ]  Ссылки http://vega.inp.nsk.su/~inest/OCAAS/cfitsio.ps -- 722.2 Кб -- 29.03.2000
Похожие документы

Rambler's Top100 RFBR Яндекс цитирования