41 lines
752 B
Makefile
41 lines
752 B
Makefile
EXTRA_DIST = README LICENSES AUTHORS
|
|
|
|
bin_SCRIPTS = go-commit go-series2epatch go-patch go-checkPatch go-distclean go-redigest go-oneelf go-checkdeps
|
|
pkglib_SCRIPTS= go-pkgutil.rb
|
|
man1_MANS = go-commit.1
|
|
|
|
|
|
go-commit:
|
|
$(CP) sunrise-commit go-commit
|
|
|
|
go-commit.1:
|
|
$(CP) sunrise-commit.1 go-commit.1
|
|
|
|
go-series2epatch:
|
|
$(CP) series2epatch go-series2epatch
|
|
|
|
go-patch:
|
|
$(CP) lfspatch go-patch
|
|
|
|
go-checkPatch:
|
|
$(CP) checkPatch go-checkPatch
|
|
|
|
go-distclean:
|
|
$(CP) distclean-0.3.py go-distclean
|
|
|
|
go-redigest:
|
|
$(CP) redigest go-redigest
|
|
|
|
go-oneelf:
|
|
$(CP) oneelf.rb go-oneelf
|
|
|
|
go-checkdeps:
|
|
$(CP) checkdeps.rb go-checkdeps
|
|
|
|
go-pkgutil.rb:
|
|
$(CP) pkgutil.rb go-pkgutil.rb
|
|
|
|
clean-local:
|
|
$(RM) -rf $(bin_SCRIPTS) $(pkglib_SCRIPTS) $(man1_MANS) go-utils-*
|
|
|