2002-12-10 18:58:32 +08:00
|
|
|
AUTOMAKE_OPTIONS = gnu
|
|
|
|
|
2006-01-12 23:31:08 +08: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 21:14:09 +08:00
|
|
|
bin_SCRIPTS = \
|
|
|
|
zmdc.pl \
|
|
|
|
zmaudit.pl \
|
|
|
|
zmfilter.pl \
|
2004-12-29 01:41:55 +08:00
|
|
|
zmtrigger.pl \
|
2004-02-19 21:14:09 +08:00
|
|
|
zmx10.pl \
|
|
|
|
zmwatch.pl \
|
|
|
|
zmpkg.pl \
|
|
|
|
zmupdate.pl \
|
2005-02-24 18:43:29 +08:00
|
|
|
zmvideo.pl \
|
2007-08-30 18:43:06 +08:00
|
|
|
zmcontrol.pl \
|
2014-03-16 20:32:18 +08:00
|
|
|
zmtrack.pl \
|
|
|
|
zmcamtool.pl
|
2002-12-10 18:58:32 +08:00
|
|
|
|
2005-12-16 18:05:29 +08:00
|
|
|
SUBDIRS = \
|
2006-01-12 23:31:08 +08:00
|
|
|
. \
|
2005-12-16 18:05:29 +08:00
|
|
|
ZoneMinder
|
|
|
|
|
2004-02-19 21:14:09 +08:00
|
|
|
EXTRA_DIST = \
|
2011-01-03 22:20:43 +08:00
|
|
|
zmdc.pl.in \
|
|
|
|
zmaudit.pl.in \
|
|
|
|
zmfilter.pl.in \
|
|
|
|
zmtrigger.pl.in \
|
|
|
|
zmx10.pl.in \
|
|
|
|
zmwatch.pl.in \
|
|
|
|
zmpkg.pl.in \
|
|
|
|
zmupdate.pl.in \
|
|
|
|
zmvideo.pl.in \
|
|
|
|
zmcontrol.pl.in \
|
|
|
|
zmtrack.pl.in \
|
2014-01-22 06:22:30 +08:00
|
|
|
zmcamtool.pl.in \
|
2005-12-21 08:11:19 +08:00
|
|
|
ZoneMinder/Makefile.PL \
|
|
|
|
ZoneMinder/README \
|
|
|
|
ZoneMinder/Changes \
|
2006-11-17 04:54:54 +08:00
|
|
|
ZoneMinder/META.yml \
|
2005-12-21 08:11:19 +08:00
|
|
|
ZoneMinder/MANIFEST \
|
|
|
|
ZoneMinder/t/ZoneMinder.t \
|
2005-12-16 18:05:29 +08:00
|
|
|
ZoneMinder/lib/ZoneMinder.pm \
|
2005-12-21 00:09:21 +08:00
|
|
|
ZoneMinder/lib/ZoneMinder/Base.pm.in \
|
|
|
|
ZoneMinder/lib/ZoneMinder/Config.pm.in \
|
2011-06-21 17:19:10 +08:00
|
|
|
ZoneMinder/lib/ZoneMinder/Logger.pm \
|
2007-09-05 00:08:55 +08:00
|
|
|
ZoneMinder/lib/ZoneMinder/General.pm \
|
2005-12-21 00:09:21 +08:00
|
|
|
ZoneMinder/lib/ZoneMinder/Database.pm \
|
2011-02-11 22:49:38 +08:00
|
|
|
ZoneMinder/lib/ZoneMinder/Memory.pm.in \
|
2008-07-21 22:45:48 +08:00
|
|
|
ZoneMinder/lib/ZoneMinder/Memory/Shared.pm \
|
|
|
|
ZoneMinder/lib/ZoneMinder/Memory/Mapped.pm \
|
2005-12-21 00:09:21 +08:00
|
|
|
ZoneMinder/lib/ZoneMinder/ConfigAdmin.pm \
|
2011-01-22 07:53:36 +08:00
|
|
|
ZoneMinder/lib/ZoneMinder/ConfigData.pm.in \
|
2007-08-30 18:43:06 +08:00
|
|
|
ZoneMinder/lib/ZoneMinder/Control.pm \
|
2014-01-02 02:17:13 +08:00
|
|
|
ZoneMinder/lib/ZoneMinder/Control \ # Grab all ptz control skips under the Control folder
|
2005-12-27 07:11:27 +08: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 \
|
2008-02-14 06:39:46 +08:00
|
|
|
zm.in \
|
|
|
|
zmdbbackup.in \
|
|
|
|
zmdbrestore.in \
|
|
|
|
zmeventdump.in \
|
|
|
|
zmlogrotate.conf.in
|