blob: 77e0b12db0ef038125e3e7e379aae38a7b99d33a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
2007-12-27 Gabriel Dos Reis <gdr@cs.tamu.edu>
* Makefile.pamphlet: Remove.
2007-07-29 Gabriel Dos Reis <gdr@cs.tamu.edu>
* Makefile.pamphlet: Propagate libtoolization changes.
* Makefile.in: Regenerate.
2006-11-26 Gabriel Dos Reis <gdr@cs.tamu.edu>
* buttons2d.c.pamphlet: Include axiom-c-macros.h
* control2d.c.pamphlet: Likewise.
* graph2d.c.pamphlet: Likewise.
* main2d.c.pamphlet: Likewise.
* pot2d.c.pamphlet: Likewise.
* process2d.c.pamphlet: Likewise.
* spadAction2d.c.pamphlet: Likewise.
* stuff2d.c.pamphlet: Likewise.
* viewport2D.c.pamphlet: Likewise.
* write2d.c.pamphlet: Likewise.
* Makefile.pamphlet: Add support for OS that require extension for
executable binary files.
* Makefile.in: Regenerate.
2006-11-24 Gabriel Dos Reis <gdr@cs.tamu.edu>
* Makefile.pamphlet (view2D_DEPENDENCIES): Remove direct referene
to libspad.a and hash.o
($(build_libdir)/hash.o): Remove rule.
($(abs_top_builddir)/src/graph/Gdraws/Gfun.o): Likewise.
(AXIOM_CFLAGS): New variale.
(%.$(OBJEXT)): Use it.
(all-view2D): New phony target.
(stamp): New target. Split from all-ax.
* Makefile.in: Regenerate.
2006-10-08 Gabriel Dos Reis <gdr@cs.tamu.edu>
* Makefile.pamphlet: Remove references to ${MNT} throughout.
* Makefile.in: Regenerate.
2006-10-04 Gabriel Dos Reis <gdr@cs.tamu.edu>
* Makefile.pamphlet (document): Remove.
(pamphlets): New.
2006-09-18 Gabriel Dos Reis <gdr@cs.tamu.edu>
* Makefile.pamphlet: Simplify.
(subdir): New.
* Makefile.in: Regenerate.
2006-09-11 Gabriel Dos Reis <gdr@cs.tamu.edu>
* Makefile.pamphlet: Use $(axiom_build_document) to tangle
pamphlets. Add support for out-of-source build.
* Makefile.in: Regenerate.
2006-09-03 Gabriel Dos Reis <gdr@cs.tamu.edu>
* Makefile.in: New.
2006-08-06 Gabriel Dos Reis <gdr@cs.tamu.edu>
* Makefile.pamphlet: Remove explicit mention of X11 and Xpm.
|