1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/emile/no-docs.patch
3 # Copyright (C) 2024 The T2 SDE Project
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
8 # This patch file is dual-licensed. It is available under the license the
9 # patched project is licensed under, as long as it is an OpenSource license
10 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
11 # of the GNU General Public License version 2 as used by the T2 SDE.
12 # --- T2-COPYRIGHT-NOTE-END ---
14 --- EMILE-EMILE-0.14/Makefile.vanilla 2024-03-27 13:10:43.357791000 +0000
15 +++ EMILE-EMILE-0.14/Makefile 2024-03-27 13:14:11.877791000 +0000
18 .PHONY: first libemile libblock libiso9660 libiso9660-m68k libgzip-m68k tools \
19 libcontainer clean all_bin all install tools-install first-install \
20 - docs-install uninstall tools-uninstall first-uninstall docs-uninstall \
21 + uninstall tools-uninstall first-uninstall \
22 clean libemile-clean libmacos-clean libunix-clean tools-clean \
23 - first-clean second-clean docs-clean libiso9660-clean libgzip-clean \
24 - libfloppy-clean libscsi-clean libstream-clean libblock-clean dist docs \
25 + first-clean second-clean libiso9660-clean libgzip-clean \
26 + libfloppy-clean libscsi-clean libstream-clean libblock-clean dist \
27 libconfig libconfig-m68k libmap \
28 libmap-m68k libext2 libext2-m68k
30 -all: tools.mk docs libemile libblock libiso9660 libiso9660-m68k libgzip-m68k \
31 +all: tools.mk libemile libblock libiso9660 libiso9660-m68k libgzip-m68k \
32 tools first libstream libcontainer libmap libext2 libext2-m68k \
33 second/$(KARCH)-linux-floppy/second \
34 second/$(KARCH)-linux-scsi/second second/m68k-netbsd-floppy/second \
37 $(MAKE) -C tools uninstall
40 - $(MAKE) -C docs install
43 - $(MAKE) -C docs uninstall
49 dd if=last.bin of=$(FLOPPY) bs=512
51 -install: tools-install first-install second-install docs-install
52 +install: tools-install first-install second-install
54 -uninstall: tools-uninstall first-uninstall second-uninstall docs-uninstall
55 +uninstall: tools-uninstall first-uninstall second-uninstall
58 $(MAKE) -C libemile clean
61 $(MAKE) -C second clean
64 - $(MAKE) -C docs clean
67 $(MAKE) -C libfloppy clean
72 clean:: libemile-clean libmacos-clean libunix-clean tools-clean first-clean \
73 - second-clean docs-clean libiso9660-clean libext2-clean libgzip-clean \
74 + second-clean libiso9660-clean libext2-clean libgzip-clean \
76 libscsi-clean libstream-clean libblock-clean libcontainer-clean \
77 libui-clean libconfig-clean libmap-clean
79 @$(MAKE) -C libemile dist DISTDIR=$(shell pwd)/$(PACKAGE)-$(VERSION)
80 @$(MAKE) -C second dist DISTDIR=$(shell pwd)/$(PACKAGE)-$(VERSION)
81 @$(MAKE) -C first dist DISTDIR=$(shell pwd)/$(PACKAGE)-$(VERSION)
82 - @$(MAKE) -C docs dist DISTDIR=$(shell pwd)/$(PACKAGE)-$(VERSION)
83 @$(MAKE) -C libmacos dist DISTDIR=$(shell pwd)/$(PACKAGE)-$(VERSION)
84 @$(MAKE) -C libunix dist DISTDIR=$(shell pwd)/$(PACKAGE)-$(VERSION)
85 @$(MAKE) -C libui dist DISTDIR=$(shell pwd)/$(PACKAGE)-$(VERSION)