mirror of
git://git.sv.gnu.org/autoconf
synced 2024-12-15 02:20:10 +08:00
b9d97d70dc
* bin/autom4te.in: Adjust.
23 lines
385 B
Makefile
23 lines
385 B
Makefile
## Process this file with automake to create Makefile.in
|
|
|
|
perllibdir = $(pkgdatadir)/Autom4te
|
|
dist_perllib_DATA = \
|
|
C4che.pm \
|
|
ChannelDefs.pm \
|
|
Channels.pm \
|
|
Configure_ac.pm \
|
|
FileUtils.pm \
|
|
General.pm \
|
|
Request.pm \
|
|
Struct.pm \
|
|
XFile.pm
|
|
|
|
|
|
## --------------- ##
|
|
## Building TAGS. ##
|
|
## --------------- ##
|
|
|
|
TAGS_FILES = $(dist_perllib_DATA)
|
|
|
|
ETAGS_ARGS = --lang=perl
|