mirror of
git://git.sv.gnu.org/autoconf
synced 2025-03-01 14:16:02 +08:00
15 lines
283 B
Makefile
15 lines
283 B
Makefile
## Process this file with automake to create Makefile.in
|
|
|
|
perllibdir = $(pkgdatadir)/Autom4te
|
|
perllib_DATA = General.pm Struct.pm
|
|
EXTRA_DIST = $(perllib_DATA)
|
|
|
|
|
|
## --------------- ##
|
|
## Building TAGS. ##
|
|
## --------------- ##
|
|
|
|
TAGS_FILES = $(perllib_DATA)
|
|
|
|
ETAGS_ARGS = --lang=perl
|