mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-07 22:44:46 +01:00
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
|