* (all files)
* stripped svn header
* minor cleanups
; use following command to find out the history of files:
git log
git log --follow
git blame
git annotate
13 lines
125 B
Makefile
13 lines
125 B
Makefile
|
|
ROOT := ../../
|
|
|
|
DIRS := \
|
|
hbpmcom \
|
|
png \
|
|
jpeg \
|
|
pcre \
|
|
tiff \
|
|
zlib \
|
|
|
|
include $(TOP)$(ROOT)config/dir.mk
|