1
0
mirror of https://github.com/upx/upx.git synced 2025-08-11 22:52:30 +08:00
Files
upx/Makefile

27 lines
479 B
Makefile
Raw Normal View History

2000-05-19 16:04:55 +00:00
# Toplevel Makefile for UPX
all mostlyclean clean distclean maintainer-clean:
$(MAKE) -C src/stub/util/sstrip $@
2000-05-19 16:04:55 +00:00
$(MAKE) -C src/stub $@
$(MAKE) -C src $@
$(MAKE) -C doc $@
dist: distclean
false
2000-05-19 16:04:55 +00:00
zip:
cd .. && rm -f upx-current.zip && zip -r upx-current.zip upx
cvs-admin-ko:
cvs admin -ko .
cvs update
ChangeLog:
perl scripts/cvs2cl.pl --utc -f ChangeLog.cvs
.PHONY: all mostlyclean clean distclean maintainer-clean
.PHONY: dist cvs-admin-ko ChangeLog
2000-05-19 16:04:55 +00:00
.NOEXPORT: