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

1 | 2 | След.

Показаны документы, содержащие фрагменты текста из документа
http://www.naic.edu/~phil/hardware/pdev/fpga/gx/sp/sim/Makefile.

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. Compiling
... Compilation always includes the procedure code which is then saved in oyster/oyster.cpr . This does not apply to GDL installations, where code is compiled on the fly. Makefiles exists in the main directory which simplify the installation. Use make -f Makefile.idl to compile the IDL installation, and make -f Makefile.gdl to prepare the GDL installation. ... Make sure your OS is either Linux or Darwin, checking with the uname UNIX command. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~chummel/oyster/manual/node8.html -- 4.5 Кб -- 28.04.2015
Похожие документы

4. http://www.naic.edu/~phil/hardware/pdev/fpga/gx/sp/build/Makefile
... Choosing a good seed is more luck # than engineering. SEED = 1 all: ${NR}.bin.gz ${NR}.twr sim: ${N}.v ${NR}.bin.gz: ${NR}.bit ${PROMGEN} -w -p bin -u 0 ${NR}.bit ${NR}.bit -o ${NR} gzip -f -9 ${NR}.bin ${NR}.bit: ${NR}. ncd ${BITGEN} -w ${NR}. ncd ${NR}.bit ${N}.v: ${N}. ngd ${NGD2VER} -w ${N}. ngd # Generate gate level verilog netlist from routed chip ${NR}.v: ${NR}. ncd ${NGDANNO} -o ${NR}.nga -p ${N}.pcf ${NR}. ncd ${NGD2VER} -w ${NR}.nga # Run static timing analyzer on routed ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/pdev/fpga/gx/sp/build/Makefile -- 4.7 Кб -- 26.06.2008
Похожие документы
Еще в разделе: (Показать все результаты (>91) - www.naic.edu/ )

5. 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
Похожие документы

6. http://www.atnf.csiro.au/pub/people/vlbi/evlbi/software/vsib/Makefile
... Log: Makefile,v $ # Revision 1.26 2009/08/31 04:14:25 phi196 # make warning cleanup # # Revision 1.25 2009/08/25 23:16:29 phi196 # Remove vsib.ko from defaults # # Revision 1.24 2008/11/25 13:34:37 phi196 # Get module from subdir # # Revision 1.23 2008/09/10 10:43:15 phi196 # Added init.vsib # # Revision 1.22 2008/09/10 10:37:45 phi196 # Changed init.d startup option # # Revision 1.21 2008/03/25 00:36:09 ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/pub/people/vlbi/evlbi/software/vsib/Makefile -- 6.2 Кб -- 09.11.2011
Похожие документы
Еще в разделе: (Показать все результаты (>61) - www.atnf.csiro.au/ )

7. Notes on the classic CASA build Bojan Nikolic web pages (r. 329)
... Bojan Nikolic web pages (r. 329) . ... Building CASA . ... QT4INCD = /usr/include /usr/include/QtCore /usr/include/QtDBus /usr/include/QtGui /usr/include/QtXml /usr/include/qwt QT4INCD = $(QT4ROOT)/include $(QT4ROOT)/include/QtCore $(QT4ROOT)/include/QtGui $(QT4ROOT)/include/QtXml $(QT4ROOT)/include/qwt . ... Notes on the classic CASA build . ... Makedef notes . A prototype build system for CASA using SCons . ... Copyright 2005 -- 2016, Bojan Nikolic feedback welcome ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/alma/sweng/classiccasabuild.html -- 8.0 Кб -- 04.04.2016
Похожие документы

8. 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
Похожие документы

9. 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
Похожие документы

10. 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
Похожие документы

11. 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
Похожие документы

12. Re: RPM Package Available For XEphem 3.4? - an Astronomy Net XEphem Forum
XEphem Forum Message . Forums: . ... God and Science ћ SETI ћ Software ћ UFO ћ XEphem . ... Discussion Forums | ... Post . ... Re: RPM Package Available For XEphem 3.4? Forum List | ... Post Message | ... Posted by Forum Master on December 11, 2000 12:51:53 UTC . ... www.astronomy.net . About Astronomy Net | Advertise on Astronomy Net | ... Forum posts are Copyright their authors as specified in the heading above the post. "dbHTML," "AstroGuide," "ASTRONOMY.NET" & "VA.NET" . ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.net/forums/xephem/messages/94.shtml -- 13.1 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>4) - www.astronomy.net/ )

13. 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/ )

14. 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
Похожие документы

15. 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
Похожие документы

16. 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/ )

17. Альтернативный метод обработки - Астрофотография
... Астрофотография (Модераторы: Павел Бахтинов , Ivan Mhitarov ) ? Альтернативный метод обработки . ... Сообщений: 1 135 . Рейтинг: +9/-0 . ... Записан . Сообщений: 9 667 . Рейтинг: +368/-1 . ... Ответ #1 : 07.03.2008 [19:24:33] ? ... Сообщений: 3 221 . Рейтинг: +162/-4 . ... Последнее редактирование: 08.03.2008 [00:00:02] от 1212Lupus ? ... Последнее редактирование: 08.03.2008 [00:17:52] от Bronislav ? ... Сообщений: 936 . ... Сообщений: 5 414 . Рейтинг: +102/-11 . ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.ru/forum/index.php/topic,37630.0.html -- 96.6 Кб -- 10.04.2016
Похожие документы

18. 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
Похожие документы

19. 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
Похожие документы

20. IRAF: установки и использование - стр. 1 - Астрософт
... Астрософт (Модератор: tlgleonid ) > . IRAF: установки и использование . ... 20 Январь 2011, 16:55:31 ? Эта тема посвящается установкам и использованию пакета IRAF . ... Записан . ... Благодарностей: 21 . ... Ответ #1 : 20 Январь 2011, 18:33:31 ? Цитата: Олег Малый от 20 Январь 2011, 16:55:31 Эта тема посвящается установкам и использованию пакета IRAF . ... Цитата: thomas.coding от 21 Январь 2011, 01:06:11 Вот тут уже скомпиленные проги. http://iraf.noao.edu/iraf/ftp/iraf/contrib/ . ...
[ Сохраненная копия ]  Ссылки http://www.astroclub.kiev.ua/forum/index.php?topic=15824.0 -- 106.4 Кб -- 10.04.2016
Похожие документы

1 | 2 | След.

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