1 Star 0 Fork 0

吴政琪/joy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile.am 1.75 KB
一键复制 编辑 原始数据 按行查看 历史
Brian Long 提交于 2019-05-07 02:54 +08:00 . Ensure /etc/logrotate.d/joy is 644
ACLOCAL_AMFLAGS = -I m4
AUTOMAKE_OPTIONS=foreign
SUBDIRS=safe_c_stub lib bin
joy_api:
(doxygen Doxyfile)
joy_test:
test/run_tests.py
bin/unit_test
test/run_tests.py
clean_make:
rm lib/Makefile
rm bin/Makefile
echo "You must rerun configure"
install-data-hook:
# mkdir -p $(DESTDIR)/etc/init.d
# cp install_joy/joy.rc $(DESTDIR)/etc/init.d/joy
mkdir -p $(DESTDIR)/usr/lib/systemd/system
cp install_joy/joy.service $(DESTDIR)/usr/lib/systemd/system
mkdir -p $(DESTDIR)/etc/systemd/system/joy.service.d
cp install_joy/joy-accounting.conf $(DESTDIR)/etc/systemd/system/joy.service.d/20-accounting.conf
mkdir -p $(DESTDIR)/$(prefix)/var/log
mkdir -p $(DESTDIR)/$(prefix)/var/joy
mkdir -p $(DESTDIR)/$(prefix)/etc/joy
mkdir -p $(DESTDIR)/etc/logrotate.d
cp install_joy/joy.logrotate $(DESTDIR)/etc/logrotate.d/joy
chmod 644 $(DESTDIR)/etc/logrotate.d/joy
mkdir -p $(DESTDIR)/$(prefix)/share/joy
mkdir -p $(DESTDIR)/$(prefix)/share/man
mkdir -p $(DESTDIR)/$(prefix)/share/man/man1
cp doc/joy.1 $(DESTDIR)/$(prefix)/share/man/man1
cp sleuth $(DESTDIR)/$(prefix)/bin
cp resources/tls_fingerprint.json $(DESTDIR)/$(prefix)/etc/joy
cp install_joy/options.cfg $(DESTDIR)/$(prefix)/etc/joy
cp internal.net $(DESTDIR)/$(prefix)/etc/joy
mkdir -p $(DESTDIR)/$(prefix)/include/joy
# SLEUTHVER= grep version setup.py | awk -F\' '{print $2}'
(cd sleuth_pkg && python setup.py bdist --format=gztar)
# SLEUTHFILE="dist/sleuth-${SLEUTHVER}.linux-${build_cpu}.tar.gz"
SLEUTHFILE="sleuth_pkg/dist/sleuth-1.0.linux-${build_cpu}.tar.gz"
tar -xf $(SLEUTHFILE) -C $(DESTDIR)
EXTRA_DIST=internal.net build_pkg install_joy test sleuth_pkg rpm examples.sh \
config.sh compact_bd.txt Makefile.joy sleuth Makefile.joy src/Makefile.joy doc \
resources fingerprinting VERSION
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wu_zhengqi/joy.git
git@gitee.com:wu_zhengqi/joy.git
wu_zhengqi
joy
joy
master

搜索帮助