Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
graph_drawing
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Taddeüs Kroes
graph_drawing
Commits
0497a42c
Commit
0497a42c
authored
Nov 24, 2011
by
Sander Mathijs van Veen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added Makefile and make rules.
parent
526d3736
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
35 additions
and
0 deletions
+35
-0
Makefile
Makefile
+32
-0
base.mk
base.mk
+3
-0
docs/rules.mk
docs/rules.mk
+0
-0
No files found.
Makefile
0 → 100644
View file @
0497a42c
BUILD
=
build/
# Fix pdflatex search path
TEXINPUTS
:=
"
$(TEXINPUTS)
:docs"
TEXFLAGS
:=
-halt-on-error
-interaction
=
nonstopmode
-file-line-error
TEXGREP
:=
grep
-i
".*:[0-9]*:.*
\|
warning"
TGT_DIR
:=
TGT_DOC
:=
# Default target is 'all'. The 'build' target is defined here so that all
# sub rules.mk can add prerequisites to the 'build' target.
all
:
build
:
d
:=
docs/
include
base.mk
include
$(d)/rules.mk
d
:=
tests/
include
base.mk
include
$(d)/rules.mk
.PHONY
:
doc
all
:
doc build
clean
:
rm
-rf
$(CLEAN)
$(TGT_DIR)
:
mkdir
-p
$(TGT_DIR)
base.mk
0 → 100644
View file @
0497a42c
b
:=
$(BUILD)$(d)
TGT_DIR
:=
$(TGT_DIR)
$(b)
CLEAN
:=
$(CLEAN)
$(b)
docs/rules.mk
0 → 100644
View file @
0497a42c
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment