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
Fixed problems with plugin suffix not being propagated to sudirectories
[pwlib.git]
/
samples
/
hello_world
/
Makefile
blob
6a7238ddb36508ec7c0bb9d438cc9525a2e0c1fd
1
# Simple makefile for the hello world program
2
3
PROG
=
hello
4
SOURCES
=
hello.
cxx
5
6
ifndef
PWLIBDIR
7
PWLIBDIR
=$(
HOME
)/
pwlib
8
endif
9
10
include
$(
PWLIBDIR
)/
make
/
ptlib.mak
11
12
# End of Makefile