- Merged Path, File and Directory handling objects from metatask.git. - Merged unit tests. - These objects will replace a fair amount of code in task 1.9 and more in 2.0.
15 lines
937 B
Makefile
15 lines
937 B
Makefile
bin_PROGRAMS = task
|
|
task_SOURCES = Att.cpp Cmd.cpp Color.cpp Config.cpp Context.cpp Date.cpp \
|
|
Directory.cpp Duration.cpp File.cpp Filter.cpp Grid.cpp \
|
|
Keymap.cpp Location.cpp Nibbler.cpp Path.cpp Permission.cpp \
|
|
Record.cpp Sequence.cpp StringTable.cpp Subst.cpp TDB.cpp \
|
|
Table.cpp Task.cpp Timer.cpp command.cpp custom.cpp edit.cpp \
|
|
import.cpp interactive.cpp main.cpp recur.cpp report.cpp \
|
|
rules.cpp text.cpp util.cpp \
|
|
Att.h Cmd.h Color.h Config.h Context.h Date.h Directory.h \
|
|
Duration.h File.h Filter.h Grid.h Keymap.h Location.h \
|
|
Nibbler.h Path.h Permission.h Record.h Sequence.h \
|
|
StringTable.h Subst.h TDB.h Table.h Task.h Timer.h i18n.h \
|
|
main.h text.h util.h
|
|
|