Last change
on this file since 28 was
27,
checked in by buchmann, 16 years ago
|
SystemCASS now uses autoconf/automake to build the API. Regression tests still
use the old Makefiles.
(thanks to Nicolas Pouillon)
The library directory no longer is "lib-arch-system". The directory now is "lib-linux". Everyone needs to pay attention about SYSTEMCASS environment variable.
Changes:
- system header includes
- Add includes to config.h (generated by autoconf/automake)
- test:
- linux preprocessor macro instead of _WIN32
- CONFIG_DEBUG instead of DEBUG
Removes:
- Makefile
- guess_endianness.cc
- guess_os.sh
- assert.h (we now use standard assert.h)
- Options.def
|
File size:
456 bytes
|
Rev | Line | |
---|
[27] | 1 | |
---|
| 2 | if BUILD_DOCS |
---|
| 3 | ps_pdf_doc=SystemCASS.pdf SystemCASS.ps |
---|
| 4 | eps_figures=SystemeType.eps Automate.eps |
---|
| 5 | endif |
---|
| 6 | |
---|
| 7 | doc_DATA = $(ps_pdf_doc) |
---|
| 8 | #latex_opts=-interaction batchmode # |
---|
| 9 | latex_opts= -halt-on-error |
---|
| 10 | |
---|
| 11 | %.pdf: %.ps |
---|
| 12 | ps2pdf $< |
---|
| 13 | |
---|
| 14 | %.ps: %.dvi |
---|
| 15 | dvips -o $@ $< |
---|
| 16 | |
---|
| 17 | %.bbl : %.aux |
---|
| 18 | bibtex $* |
---|
| 19 | |
---|
| 20 | %.aux : %.tex %.bib $(eps_figures) |
---|
| 21 | latex $(latex_opts) $< |
---|
| 22 | |
---|
| 23 | %.dvi %.bbl: %.tex %.bib $(eps_figures) |
---|
| 24 | latex $(latex_opts) $< |
---|
| 25 | latex $(latex_opts) $< |
---|
| 26 | |
---|
| 27 | %.eps: %.fig |
---|
| 28 | fig2dev -L eps $< $@ |
---|
Note: See
TracBrowser
for help on using the repository browser.