Created
April 8, 2018 02:44
-
-
Save ryantm/13dcf476ba2260c529545daecd2a7571 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/nix/store/jiqmw5sf5crwh8gc6fnc0g40xb7fpmhz-automake-1.16.1 | |
├── bin | |
│ ├── aclocal | |
│ ├── aclocal-1.16 | |
│ ├── automake | |
│ └── automake-1.16 | |
├── nix-support | |
│ └── setup-hook | |
└── share | |
├── aclocal | |
│ └── README | |
├── aclocal-1.16 | |
│ ├── amversion.m4 | |
│ ├── ar-lib.m4 | |
│ ├── as.m4 | |
│ ├── auxdir.m4 | |
│ ├── cond-if.m4 | |
│ ├── cond.m4 | |
│ ├── depend.m4 | |
│ ├── depout.m4 | |
│ ├── dmalloc.m4 | |
│ ├── extra-recurs.m4 | |
│ ├── gcj.m4 | |
│ ├── init.m4 | |
│ ├── install-sh.m4 | |
│ ├── internal | |
│ │ └── ac-config-macro-dirs.m4 | |
│ ├── lead-dot.m4 | |
│ ├── lex.m4 | |
│ ├── lispdir.m4 | |
│ ├── maintainer.m4 | |
│ ├── make.m4 | |
│ ├── missing.m4 | |
│ ├── mkdirp.m4 | |
│ ├── obsolete.m4 | |
│ ├── options.m4 | |
│ ├── prog-cc-c-o.m4 | |
│ ├── python.m4 | |
│ ├── runlog.m4 | |
│ ├── sanity.m4 | |
│ ├── silent.m4 | |
│ ├── strip.m4 | |
│ ├── substnot.m4 | |
│ ├── tar.m4 | |
│ ├── upc.m4 | |
│ └── vala.m4 | |
├── automake-1.16 | |
│ ├── am | |
│ │ ├── check2.am | |
│ │ ├── check.am | |
│ │ ├── clean.am | |
│ │ ├── clean-hdr.am | |
│ │ ├── compile.am | |
│ │ ├── configure.am | |
│ │ ├── data.am | |
│ │ ├── dejagnu.am | |
│ │ ├── depend2.am | |
│ │ ├── depend.am | |
│ │ ├── distdir.am | |
│ │ ├── footer.am | |
│ │ ├── header.am | |
│ │ ├── header-vars.am | |
│ │ ├── install.am | |
│ │ ├── inst-vars.am | |
│ │ ├── java.am | |
│ │ ├── lang-compile.am | |
│ │ ├── lex.am | |
│ │ ├── library.am | |
│ │ ├── libs.am | |
│ │ ├── libtool.am | |
│ │ ├── lisp.am | |
│ │ ├── ltlib.am | |
│ │ ├── ltlibrary.am | |
│ │ ├── mans.am | |
│ │ ├── mans-vars.am | |
│ │ ├── program.am | |
│ │ ├── progs.am | |
│ │ ├── python.am | |
│ │ ├── remake-hdr.am | |
│ │ ├── scripts.am | |
│ │ ├── subdirs.am | |
│ │ ├── tags.am | |
│ │ ├── texibuild.am | |
│ │ ├── texinfos.am | |
│ │ ├── texi-vers.am | |
│ │ ├── vala.am | |
│ │ └── yacc.am | |
│ ├── ar-lib | |
│ ├── Automake | |
│ │ ├── ChannelDefs.pm | |
│ │ ├── Channels.pm | |
│ │ ├── Condition.pm | |
│ │ ├── Config.pm | |
│ │ ├── Configure_ac.pm | |
│ │ ├── DisjConditions.pm | |
│ │ ├── FileUtils.pm | |
│ │ ├── General.pm | |
│ │ ├── Getopt.pm | |
│ │ ├── ItemDef.pm | |
│ │ ├── Item.pm | |
│ │ ├── Language.pm | |
│ │ ├── Location.pm | |
│ │ ├── Options.pm | |
│ │ ├── RuleDef.pm | |
│ │ ├── Rule.pm | |
│ │ ├── VarDef.pm | |
│ │ ├── Variable.pm | |
│ │ ├── Version.pm | |
│ │ ├── Wrap.pm | |
│ │ └── XFile.pm | |
│ ├── compile | |
│ ├── config.guess | |
│ ├── config.sub | |
│ ├── COPYING | |
│ ├── depcomp | |
│ ├── INSTALL | |
│ ├── install-sh | |
│ ├── mdate-sh | |
│ ├── missing | |
│ ├── mkinstalldirs | |
│ ├── py-compile | |
│ ├── tap-driver.sh | |
│ ├── test-driver | |
│ ├── texinfo.tex | |
│ └── ylwrap | |
├── doc | |
│ └── automake | |
│ └── amhello-1.0.tar.gz | |
├── info | |
│ ├── automake-history.info | |
│ ├── automake.info | |
│ ├── automake.info-1 | |
│ └── automake.info-2 | |
└── man | |
└── man1 | |
├── aclocal-1.16.1.gz | |
├── aclocal.1.gz | |
├── automake-1.16.1.gz | |
└── automake.1.gz | |
14 directories, 124 files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment