repo.or.cz
/
dockapps.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
wmbattery: sunos fixes.
[dockapps.git]
/
asbeats
/
Makefile
blob
e419836a5eec9345ff243c237b13ae75762122fa
1
GCC
=
gcc
2
RM
=
rm
-
f
3
LIBPATHS
=-
L
/
usr
/
X11R6
/
lib
4
LIBS
=-
lXpm
-
lXext
-
lX11
5
PROG
=
asbeats
6
OBJS
=
asbeats.o
7
8
all
: ${
OBJS
}
9
${
GCC
} ${
OBJS
} -
o
${
PROG
} ${
LIBPATHS
} ${
LIBS
}
10
11
clean
:
12
${
RM
} ${
PROG
} *
~
*
.o