mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
fe7d808a96
PR: 19362 Submitted by: maintainer
106 lines
3.9 KiB
Plaintext
106 lines
3.9 KiB
Plaintext
diff -urN ../dap-2.1.1.orig/Makefile ./Makefile
|
|
--- ../dap-2.1.1.orig/Makefile Thu Jan 1 09:00:00 1970
|
|
+++ ./Makefile Sat Jun 10 21:12:24 2000
|
|
@@ -0,0 +1,101 @@
|
|
+BACKDIR = ./bak
|
|
+HOMEDIR = $(HOME)
|
|
+DAPVER = dap-2.1.1
|
|
+
|
|
+all: DAP
|
|
+
|
|
+DAP:
|
|
+ (cd tooltips; make -f Makefile.linux);
|
|
+ (cd libaudio; make -f Makefile.linux);
|
|
+ (cd libaudiofile; make -f Makefile.linux);
|
|
+ (cd spkit/spkit; make -f Makefile.linux);
|
|
+ (cd main; make -f Makefile.linux);
|
|
+
|
|
+release: DAP
|
|
+ strip main/DAP
|
|
+ (cd ..; tar -cf $(HOMEDIR)/bin-linux-$(DAPVER).tar $(DAPVER)/main/DAP $(DAPVER)/main/effects \
|
|
+ $(DAPVER)/README $(DAPVER)/INSTALL $(DAPVER)/COPYING $(DAPVER)/CHANGES $(DAPVER)/TODO $(DAPVER)/THANKS);
|
|
+ gzip $(HOMEDIR)/bin-linux-$(DAPVER).tar; \
|
|
+ mv $(HOMEDIR)/bin-linux-$(DAPVER).tar.gz $(HOMEDIR)/bin-linux-$(DAPVER).tgz
|
|
+
|
|
+source:
|
|
+ (cd ..; tar -cf $(HOMEDIR)/$(DAPVER).tar $(DAPVER)/main/effects \
|
|
+ $(DAPVER)/README $(DAPVER)/INSTALL $(DAPVER)/COPYING $(DAPVER)/CHANGES $(DAPVER)/TODO $(DAPVER)/THANKS \
|
|
+ $(DAPVER)/Makefile.* $(DAPVER)/main/*.c $(DAPVER)/main/*.cc $(DAPVER)/main/*.h $(DAPVER)/main/*.fd \
|
|
+ $(DAPVER)/main/icons/*.gif $(DAPVER)/main/icons/*.xpm $(DAPVER)/main/Makefile.* \
|
|
+ $(DAPVER)/main/effects $(DAPVER)/sound/*.h $(DAPVER)/sound/*.cc $(DAPVER)/sound/*.inl \
|
|
+ $(DAPVER)/sound/Makefile.* $(DAPVER)/spkit/spkit/*.cc $(DAPVER)/spkit/spkit/*.h \
|
|
+ $(DAPVER)/libaudio/*.c $(DAPVER)/libaudio/*.h $(DAPVER)/libaudio/Makefile.* \
|
|
+ $(DAPVER)/libaudiofile/*.c $(DAPVER)/libaudiofile/*.h $(DAPVER)/libaudiofile/Makefile.* \
|
|
+ $(DAPVER)/spkit/spkit/Makefile.* $(DAPVER)/tooltips/CHANGES $(DAPVER)/tooltips/COPYING \
|
|
+ $(DAPVER)/tooltips/Makefile.* $(DAPVER)/tooltips/README $(DAPVER)/tooltips/THANKS \
|
|
+ $(DAPVER)/tooltips/TODO $(DAPVER)/tooltips/*.c $(DAPVER)/tooltips/*.h $(DAPVER)/tooltips/*.fd \
|
|
+ $(DAPVER)/tooltips/examples/menu/Makefile $(DAPVER)/tooltips/examples/menu/*.c \
|
|
+ $(DAPVER)/tooltips/examples/menu/*.h $(DAPVER)/tooltips/examples/menu/*.fd);
|
|
+ gzip $(HOMEDIR)/$(DAPVER).tar; \
|
|
+ mv $(HOMEDIR)/$(DAPVER).tar.gz $(HOMEDIR)/$(DAPVER).tgz
|
|
+
|
|
+cleanall:
|
|
+ (cd tooltips; make -f Makefile.linux clean);
|
|
+ (cd libaudio; make -f Makefile.linux clean);
|
|
+ (cd libaudiofile; make -f Makefile.linux clean);
|
|
+ (cd sound; make -f Makefile.linux clean);
|
|
+ (cd spkit/spkit; make -f Makefile.linux clean);
|
|
+ (cd main; make -f Makefile.linux clean);
|
|
+
|
|
+emptyall:
|
|
+ (cd tooltips; make -f Makefile.linux empty);
|
|
+ (cd libaudio; make -f Makefile.linux empty);
|
|
+ (cd libaudiofile; make -f Makefile.linux empty);
|
|
+ (cd sound; make -f Makefile.linux empty);
|
|
+ (cd spkit/spkit; make -f Makefile.linux empty);
|
|
+ (cd main; make -f Makefile.linux empty);
|
|
+
|
|
+backall: back
|
|
+ (cd tooltips; make -f Makefile.linux back);
|
|
+ (cd libaudio; make -f Makefile.linux back);
|
|
+ (cd libaudiofile; make -f Makefile.linux back);
|
|
+ (cd sound; make -f Makefile.linux back);
|
|
+ (cd spkit/spkit; make -f Makefile.linux back);
|
|
+ (cd main; make -f Makefile.linux back);
|
|
+
|
|
+back:
|
|
+ "cp" README $(BACKDIR)
|
|
+ "cp" INSTALL $(BACKDIR)
|
|
+ "cp" COPYING $(BACKDIR)
|
|
+ "cp" CHANGES $(BACKDIR)
|
|
+ "cp" TODO $(BACKDIR)
|
|
+ "cp" THANKS $(BACKDIR)
|
|
+ "cp" Makefile.* $(BACKDIR)
|
|
+ lha a $(HOMEDIR)/tich4.lzh \
|
|
+ README INSTALL COPYING CHANGES TODO THANKS Makefile.*
|
|
+
|
|
+restoreall: restore
|
|
+ (cd tooltips; make -f Makefile.linux restore);
|
|
+ (cd libaudio; make -f Makefile.linux restore);
|
|
+ (cd libaudiofile; make -f Makefile.linux restore);
|
|
+ (cd sound; make -f Makefile.linux restore);
|
|
+ (cd spkit/spkit; make -f Makefile.linux restore);
|
|
+ (cd main; make -f Makefile.linux restore);
|
|
+
|
|
+restore:
|
|
+ lha x $(HOMEDIR)/tich4.lzh
|
|
+
|
|
+printall: print
|
|
+ (cd tooltips; make -f Makefile.linux print);
|
|
+ (cd libaudio; make -f Makefile.linux print);
|
|
+ (cd libaudiofile; make -f Makefile.linux print);
|
|
+ (cd sound; make -f Makefile.linux print);
|
|
+ (cd spkit/spkit; make -f Makefile.linux print);
|
|
+ (cd main; make -f Makefile.linux print);
|
|
+
|
|
+print:
|
|
+ a2ps \
|
|
+ README \
|
|
+ INSTALL \
|
|
+ COPYING \
|
|
+ CHANGES \
|
|
+ TODO \
|
|
+ THANKS \
|
|
+ Makefile.* \
|
|
+ >$(HOMEDIR)/tich4.ps
|