Edit

kc3-lang/automake/lib/Automake/Makefile.am

Branch :

  • Show log

    Commit

  • Author : Alexandre Duret-Lutz
    Date : 2002-12-31 21:31:51
    Hash : ae9e315b
    Message : * lib/Automake/ChannelDefs.pm: New file. * lib/Automake/Makefile.am (dist_perllib_DATA): Add ChannelDefs.pm. * automake.in: Move all "register_channel" calls to ChannelDefs.pm. (prog_error, error, fatal, verb, switch_warning, parse_WARNINGS, parse_warnings): Move to ChannelDefs.pm. (usage): Move the warning list to Automake::ChannelDefs::usage and call it. (set_strictness): Move channel setings to Automake::ChannelDefs::set_strictness and call it.

  • lib/Automake/Makefile.am
  • ## Process this file with automake to create Makefile.in
    
    SUBDIRS = tests
    
    perllibdir = $(pkgvdatadir)/Automake
    dist_perllib_DATA = \
      ChannelDefs.pm \
      Channels.pm \
      Conditional.pm \
      ConditionalSet.pm \
      General.pm \
      Location.pm \
      Struct.pm \
      XFile.pm