repo.or.cz
/
pwlib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added a parameter to semaphore constructor to avoid ambiguity
[pwlib.git]
/
samples
/
sortedlist
/
Makefile
blob
3f87a86f760fc7c54175f218bff1129a746cc653
1
# Simple makefile for the hello world program
2
3
PROG
=
SortedListTest
4
SOURCES
=
SortedListTest.
cxx
5
6
ifndef
PWLIBDIR
7
PWLIBDIR
=$(
HOME
)/
pwlib
8
endif
9
10
include
$(
PWLIBDIR
)/
make
/
ptlib.mak
11
12
# End of Makefile