Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
mcwm
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Per Cederqvist
mcwm
Commits
f20b857e
Commit
f20b857e
authored
12 years ago
by
Michael Cardell Widerkrantz
Browse files
Options
Downloads
Patches
Plain Diff
Include scripts directory in distribution.
parent
d3d1c71b
No related branches found
Tags
20130209-2
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+3
-3
3 additions, 3 deletions
Makefile
with
3 additions
and
3 deletions
Makefile
+
3
−
3
View file @
f20b857e
VERSION
=
20130209
VERSION
=
20130209
-2
DIST
=
mcwm-
$(
VERSION
)
SRC
=
mcwm.c list.c config.h events.h list.h hidden.c
DISTFILES
=
LICENSE Makefile NEWS README TODO WISHLIST mcwm.man hidden.man
$(
SRC
)
DISTFILES
=
LICENSE Makefile NEWS README TODO WISHLIST mcwm.man hidden.man
scripts
$(
SRC
)
CFLAGS
+=
-g
-std
=
c99
-Wall
-Wextra
-I
/usr/local/include
#-DDEBUG #-DDMALLOC
LDFLAGS
+=
-L
/usr/local/lib
-lxcb
-lxcb-randr
-lxcb-keysyms
-lxcb-icccm
\
...
...
@@ -44,7 +44,7 @@ deinstall:
$(DIST).tar.bz2
:
mkdir
$(
DIST
)
cp
$(
DISTFILES
)
$(
DIST
)
/
cp
-r
$(
DISTFILES
)
$(
DIST
)
/
tar
cf
$(
DIST
)
.tar
--exclude
.git
$(
DIST
)
bzip2
-9
$(
DIST
)
.tar
$(
RM
)
-rf
$(
DIST
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment