mirror of
git://git.sv.gnu.org/autoconf
synced 2025-03-07 14:26:52 +08:00
14 lines
273 B
Makefile
14 lines
273 B
Makefile
## Process this file with automake to create Makefile.in
|
|
|
|
perllibdir = $(pkgdatadir)/Autom4te
|
|
dist_perllib_DATA = General.pm Struct.pm XFile.pm
|
|
|
|
|
|
## --------------- ##
|
|
## Building TAGS. ##
|
|
## --------------- ##
|
|
|
|
TAGS_FILES = $(dist_perllib_DATA)
|
|
|
|
ETAGS_ARGS = --lang=perl
|