forked from gap-packages/SimplicialSurfaces
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile
39 lines (35 loc) · 902 Bytes
/
Makefile
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
all: flatex/flatex doc
doc: doc/manual.six
doc/manual.six: makedoc.g \
PackageInfo.g \
init.g \
read.g \
gap/*.gd \
gap/ColouredComplexes/*gd \
gap/ColouredComplexes/*gi \
gap/Flags/*.gd \
gap/Flags/*.gi \
gap/Library/*gd \
gap/Library/*gi \
gap/Paths/*gd \
gap/Paths/*gi \
gap/Morphisms/*gd \
gap/Morphisms/*gi \
gap/PolygonalComplexes/*.gd \
gap/PolygonalComplexes/*.gi \
gap/PolygonalComplexes/*.g \
doc/SimplicialSurfaces.xml \
doc/Introduction.xml \
doc/PolygonalStructures.xml \
doc/PolygonalStructuresDefinitions.xml \
doc/ExampleImplementations.xml \
doc/ExampleApplications.xml \
doc/tikz-files/Image_* \
doc/TableOfContents.autodoc\
doc/tikz-files/TikZHeader.tex
gap makedoc.g
flatex/flatex: flatex/flatex.c \
flatex/configure.ac \
flatex/autogen.sh \
flatex/Makefile.am
cd flatex && ./autogen.sh && ./configure && make