projects
/
feisty_meow.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
added kdenlive
[feisty_meow.git]
/
nucleus
/
library
/
filesystem
/
makefile
1
include cpp/variables.def
2
3
PROJECT = filesystem
4
TYPE = library
5
SOURCE = byte_filer.cpp directory.cpp directory_tree.cpp file_info.cpp \
6
file_time.cpp filename.cpp filename_list.cpp filename_tree.cpp \
7
heavy_file_ops.cpp huge_file.cpp
8
TARGETS = filesystem.lib
9
10
include cpp/rules.def
11