Initial revision

This commit is contained in:
Frederic Culot
2006-07-31 21:00:02 +00:00
commit ac36e94341
43 changed files with 10754 additions and 0 deletions

14
src/Makefile.am Executable file
View File

@@ -0,0 +1,14 @@
# $calcurse: Makefile.am,v 1.1 2006/07/31 21:00:02 culot Exp $
AUTOMAKE_OPTIONS= gnu
bin_PROGRAMS= calcurse
calcurse_SOURCES= calcurse.c apoint.c event.c todo.c utils.c\
calendar.c vars.c io.c help.c custom.c args.c\
day.c recur.c\
apoint.h event.h todo.h utils.h calendar.h\
vars.h io.h help.h custom.h args.h i18n.h\
day.h recur.h
LIBS= -lncurses -lm
LDADD= @LTLIBINTL@
man_MANS= calcurse.1
EXTRA_DIST= calcurse.1