mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-31 18:44:48 +01:00
77f19290fd
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@15329 a95241bf-73f2-0310-859d-f6bbb57e9c96
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
|