[project @ 2003-06-27 16:21:10 by stolz]
authorstolz <unknown>
Fri, 27 Jun 2003 16:21:11 +0000 (16:21 +0000)
committerstolz <unknown>
Fri, 27 Jun 2003 16:21:11 +0000 (16:21 +0000)
commit7f155a377bed8d1258cddd36d3dbecab1e6ecdaf
tree933c2b7bf253dc5475736326ec51f2ac5ae9acc5
parent536e2a029dcc11c33c9448146b34513c682f17ad
[project @ 2003-06-27 16:21:10 by stolz]
From genargs.pl:
# This program generates a partial Haskell list of Strings from
# words passed via stdin suitable for use in package.conf, e.g.:
#
#   foo bar   --> "foo", "bar"
#   "foo bar" --> "foo bar"
#   foo\"bar  --> "foo\"bar"
#
# Invoking genargs.pl with -comma will print an initial comma if
# there's anything to print at all.
#
# Sample application in a Makefile:
#  HSIFIED_EXTRA_LD_OPTS= `echo "$(EXTRA_LD_OPTS)" | $(PERL) genargs.pl`
#  PACKAGE_CPP_OPTS += -DHSIFIED_EXTRA_LD_OPTS="$(HSIFIED_EXTRA_LD_OPTS)"
glafp-utils/README
glafp-utils/genargs/Makefile [new file with mode: 0644]
glafp-utils/genargs/genargs.pl [new file with mode: 0644]