2002-12-10 10:58:32 +00:00
|
|
|
AUTOMAKE_OPTIONS = gnu
|
|
|
|
|
2006-01-12 15:31:08 +00:00
|
|
|
# Ack! Nasty hack to get modules Makefile regenerated if wiped with make clean
|
|
|
|
all-local: ZoneMinder/Makefile
|
|
|
|
|
|
|
|
ZoneMinder/Makefile: ZoneMinder/Makefile.PL
|
|
|
|
( cd ZoneMinder; perl Makefile.PL )
|
|
|
|
|
2004-02-19 13:14:09 +00:00
|
|
|
bin_SCRIPTS = \
|
|
|
|
zmdc.pl \
|
|
|
|
zmaudit.pl \
|
|
|
|
zmfilter.pl \
|
2004-12-28 17:41:55 +00:00
|
|
|
zmtrigger.pl \
|
2004-02-19 13:14:09 +00:00
|
|
|
zmx10.pl \
|
|
|
|
zmwatch.pl \
|
|
|
|
zmpkg.pl \
|
|
|
|
zmupdate.pl \
|
2005-02-24 10:43:29 +00:00
|
|
|
zmvideo.pl \
|
|
|
|
zmcontrol-pelco-d.pl \
|
2005-05-23 08:56:57 +00:00
|
|
|
zmcontrol-pelco-p.pl \
|
2005-02-24 10:43:29 +00:00
|
|
|
zmcontrol-visca.pl \
|
2005-12-31 17:14:02 +00:00
|
|
|
zmcontrol-panasonic-ip.pl \
|
2005-05-24 16:04:07 +00:00
|
|
|
zmcontrol-axis-v2.pl \
|
2006-01-11 23:57:43 +00:00
|
|
|
zmcontrol-ncs370.pl \
|
2005-02-24 10:43:29 +00:00
|
|
|
zmtrack.pl
|
2002-12-10 10:58:32 +00:00
|
|
|
|
2005-12-16 10:05:29 +00:00
|
|
|
SUBDIRS = \
|
2006-01-12 15:31:08 +00:00
|
|
|
. \
|
2005-12-16 10:05:29 +00:00
|
|
|
ZoneMinder
|
|
|
|
|
2004-02-19 13:14:09 +00:00
|
|
|
EXTRA_DIST = \
|
2005-12-19 16:51:55 +00:00
|
|
|
zmdc.pl \
|
|
|
|
zmaudit.pl \
|
2005-12-21 00:11:19 +00:00
|
|
|
zmfilter.pl \
|
|
|
|
zmtrigger.pl \
|
|
|
|
zmx10.pl \
|
|
|
|
zmwatch.pl \
|
|
|
|
zmpkg.pl \
|
|
|
|
zmupdate.pl \
|
|
|
|
zmvideo.pl \
|
|
|
|
zmcontrol-pelco-d.pl \
|
|
|
|
zmcontrol-pelco-p.pl \
|
|
|
|
zmcontrol-visca.pl \
|
2005-12-31 17:14:02 +00:00
|
|
|
zmcontrol-panasonic-ip.pl \
|
2005-12-21 00:11:19 +00:00
|
|
|
zmcontrol-axis-v2.pl \
|
2006-01-11 23:57:43 +00:00
|
|
|
zmcontrol-ncs370.pl \
|
2005-12-21 00:11:19 +00:00
|
|
|
zmtrack.pl \
|
|
|
|
ZoneMinder/Makefile.PL \
|
|
|
|
ZoneMinder/README \
|
|
|
|
ZoneMinder/Changes \
|
2006-11-16 20:54:54 +00:00
|
|
|
ZoneMinder/META.yml \
|
2005-12-21 00:11:19 +00:00
|
|
|
ZoneMinder/MANIFEST \
|
|
|
|
ZoneMinder/t/ZoneMinder.t \
|
2005-12-16 10:05:29 +00:00
|
|
|
ZoneMinder/lib/ZoneMinder.pm \
|
2005-12-20 16:09:21 +00:00
|
|
|
ZoneMinder/lib/ZoneMinder/Base.pm.in \
|
|
|
|
ZoneMinder/lib/ZoneMinder/Config.pm.in \
|
|
|
|
ZoneMinder/lib/ZoneMinder/Debug.pm \
|
|
|
|
ZoneMinder/lib/ZoneMinder/Database.pm \
|
|
|
|
ZoneMinder/lib/ZoneMinder/SharedMem.pm \
|
|
|
|
ZoneMinder/lib/ZoneMinder/ConfigAdmin.pm \
|
2005-12-26 23:11:27 +00:00
|
|
|
ZoneMinder/lib/ZoneMinder/Trigger/Channel.pm \
|
|
|
|
ZoneMinder/lib/ZoneMinder/Trigger/Channel/Handle.pm \
|
|
|
|
ZoneMinder/lib/ZoneMinder/Trigger/Channel/Spawning.pm \
|
|
|
|
ZoneMinder/lib/ZoneMinder/Trigger/Channel/Inet.pm \
|
|
|
|
ZoneMinder/lib/ZoneMinder/Trigger/Channel/Unix.pm \
|
|
|
|
ZoneMinder/lib/ZoneMinder/Trigger/Channel/File.pm \
|
|
|
|
ZoneMinder/lib/ZoneMinder/Trigger/Channel/Serial.pm \
|
|
|
|
ZoneMinder/lib/ZoneMinder/Trigger/Connection.pm \
|
|
|
|
ZoneMinder/lib/ZoneMinder/Trigger/Connection/Example.pm \
|
2005-12-19 16:51:55 +00:00
|
|
|
zm.in
|
2005-12-16 10:05:29 +00:00
|
|
|
|