annotate scripts/time/module.mk @ 20595:c1a6c31ac29a

eliminate more simple uses of error_state * ov-classdef.cc: Eliminate simple uses of error_state.
author John W. Eaton <jwe@octave.org>
date Tue, 06 Oct 2015 00:20:02 -0400
parents 916cc788d906
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
20363
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 17701
diff changeset
1 FCN_FILE_DIRS += scripts/time
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
2
20363
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 17701
diff changeset
3 scripts_time_FCN_FILES = \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 17701
diff changeset
4 scripts/time/addtodate.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 17701
diff changeset
5 scripts/time/asctime.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 17701
diff changeset
6 scripts/time/calendar.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 17701
diff changeset
7 scripts/time/clock.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 17701
diff changeset
8 scripts/time/ctime.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 17701
diff changeset
9 scripts/time/date.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 17701
diff changeset
10 scripts/time/datenum.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 17701
diff changeset
11 scripts/time/datestr.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 17701
diff changeset
12 scripts/time/datevec.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 17701
diff changeset
13 scripts/time/eomday.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 17701
diff changeset
14 scripts/time/etime.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 17701
diff changeset
15 scripts/time/is_leap_year.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 17701
diff changeset
16 scripts/time/now.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 17701
diff changeset
17 scripts/time/weekday.m
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
18
20378
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20363
diff changeset
19 scripts_timedir = $(fcnfiledir)/time
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20363
diff changeset
20
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20363
diff changeset
21 scripts_time_DATA = $(scripts_time_FCN_FILES)
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20363
diff changeset
22
20363
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 17701
diff changeset
23 FCN_FILES += $(scripts_time_FCN_FILES)
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
24
20363
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 17701
diff changeset
25 PKG_ADD_FILES += scripts/time/PKG_ADD
9906
8d20fb66a0dc more automake fixes
John W. Eaton <jwe@octave.org>
parents: 9794
diff changeset
26
20363
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 17701
diff changeset
27 DIRSTAMP_FILES += scripts/time/$(octave_dirstamp)