changed some comments

This commit is contained in:
katja 2015-06-25 12:35:26 +02:00
parent 16517a2be6
commit 9c7e501266
2 changed files with 5 additions and 10 deletions

View file

@ -1,7 +1,7 @@
# Makefile.pdlibbuilder version 0.0.0, dated 2015-06-24 # Makefile.pdlibbuilder version 0.0.0, dated 2015-06-25
# #
# Helper makefile for Pure Data external libraries. # Helper makefile for Pure Data external libraries.
# Written by Katja Vetter March-June 2015 for the public domain. # Written by Katja Vetter March-June 2015 for the public domain. No warranties.
# Inspired by Hans Christoph Steiner's Makefile Template and Stephan Beal's # Inspired by Hans Christoph Steiner's Makefile Template and Stephan Beal's
# ShakeNMake. # ShakeNMake.
# #
@ -32,7 +32,7 @@
# #
# class.sources = myclass1.c myclass2.c # class.sources = myclass1.c myclass2.c
# #
# datafiles = myclass1-help.pd myclass2-help.pd # datafiles = myclass1-help.pd myclass2-help.pd README.txt LICENCE.txt
# #
# include Makefile.pdlibbuilder # include Makefile.pdlibbuilder
# ________________________________________________________________________ # ________________________________________________________________________
@ -232,11 +232,7 @@
# <sourcefile>.lst: make asm/source output file in current working directory # <sourcefile>.lst: make asm/source output file in current working directory
# #
# install: install executables and data files # install: install executables and data files
# dist: make source package for distribution (not yet implemented)
# dpkg-source: make debian source package (not yet implemented)
#
# clean: remove build products from source tree # clean: remove build products from source tree
# distclean: not yet implemented
# #
# help: print help text # help: print help text
# vars: print makefile variables # vars: print makefile variables
@ -286,9 +282,8 @@
# - cygwin support # - cygwin support
# - android support # - android support
# - Windows 64 bit support # - Windows 64 bit support
# - makefile template targets: dpkg-source dist libdir distclean tags
# - figure out how to handle '$' in filenames # - figure out how to handle '$' in filenames
# # - add makefile template targets dpkg-source dist libdir distclean tags?
# #
# #
#=== end of documentation sections ============================================= #=== end of documentation sections =============================================

View file

@ -3,7 +3,7 @@
### Makefile.pdlibbuilder ### ### Makefile.pdlibbuilder ###
Helper makefile for Pure Data external libraries. Helper makefile for Pure Data external libraries.
Written by Katja Vetter March-June 2015 for the public domain. Written by Katja Vetter March-June 2015 for the public domain. No warranties.
Inspired by Hans Christoph Steiner's Makefile Template and Stephan Beal's Inspired by Hans Christoph Steiner's Makefile Template and Stephan Beal's
ShakeNMake. ShakeNMake.