-
-
Save ryantm/30c82119c95760404469e4a1fcfa0d8d to your computer and use it in GitHub Desktop.
This file contains hidden or 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/9bilynlmzsc8z4wv6qjpgz983r434yad-gnustep-make-2.7.0 | |
├── bin | |
│ ├── debugapp | |
│ ├── gnustep-config | |
│ ├── gnustep-tests | |
│ ├── openapp | |
│ └── opentool | |
├── etc | |
│ └── GNUstep | |
│ └── GNUstep.conf | |
├── nix-support | |
│ └── setup-hook | |
└── share | |
├── GNUstep | |
│ └── Makefiles | |
│ ├── aggregate.make | |
│ ├── application.make | |
│ ├── app-wrapper.template | |
│ ├── Auxiliary | |
│ ├── bake_debian_files.sh | |
│ ├── bundle.make | |
│ ├── clean_cpu.sh | |
│ ├── clean_os.sh | |
│ ├── clean_vendor.sh | |
│ ├── clibrary.make | |
│ ├── common.make | |
│ ├── config.guess | |
│ ├── config.make | |
│ ├── config-noarch.make | |
│ ├── config.sub | |
│ ├── cpu.sh | |
│ ├── ctool.make | |
│ ├── documentation.make | |
│ ├── empty.make | |
│ ├── executable.template | |
│ ├── filesystem.csh | |
│ ├── filesystem.make | |
│ ├── filesystem.sh | |
│ ├── fixpath.sh | |
│ ├── framework.make | |
│ ├── GNUstep.csh | |
│ ├── gnustep-make-help | |
│ ├── GNUstep-reset.sh | |
│ ├── GNUstep.sh | |
│ ├── gswapp.make | |
│ ├── gswbundle.make | |
│ ├── install-sh | |
│ ├── Instance | |
│ │ ├── application.make | |
│ │ ├── bundle.make | |
│ │ ├── clibrary.make | |
│ │ ├── ctool.make | |
│ │ ├── Documentation | |
│ │ │ ├── autogsdoc.make | |
│ │ │ ├── gsdoc.make | |
│ │ │ ├── install_files.make | |
│ │ │ ├── javadoc.make | |
│ │ │ ├── latex.make | |
│ │ │ └── texi.make | |
│ │ ├── documentation.make | |
│ │ ├── framework.make | |
│ │ ├── gswapp.make | |
│ │ ├── gswbundle.make | |
│ │ ├── java.make | |
│ │ ├── java-tool.make | |
│ │ ├── library.make | |
│ │ ├── objc.make | |
│ │ ├── palette.make | |
│ │ ├── resource-set.make | |
│ │ ├── rules.make | |
│ │ ├── service.make | |
│ │ ├── Shared | |
│ │ │ ├── bundle.make | |
│ │ │ ├── headers.make | |
│ │ │ ├── java.make | |
│ │ │ ├── pkgconfig.make | |
│ │ │ ├── stamp-string.make | |
│ │ │ └── strings.make | |
│ │ ├── subproject.make | |
│ │ ├── test-application.make | |
│ │ ├── test-library.make | |
│ │ ├── test-tool.make | |
│ │ └── tool.make | |
│ ├── java-executable.template | |
│ ├── java.make | |
│ ├── java-tool.make | |
│ ├── jni.make | |
│ ├── library-combo.make | |
│ ├── library.make | |
│ ├── Master | |
│ │ ├── application.make | |
│ │ ├── bundle.make | |
│ │ ├── clibrary.make | |
│ │ ├── ctool.make | |
│ │ ├── deb.make | |
│ │ ├── documentation.make | |
│ │ ├── framework.make | |
│ │ ├── gswapp.make | |
│ │ ├── gswbundle.make | |
│ │ ├── java.make | |
│ │ ├── java-tool.make | |
│ │ ├── library.make | |
│ │ ├── nsis.make | |
│ │ ├── objc.make | |
│ │ ├── palette.make | |
│ │ ├── parallel-subdirectories.make | |
│ │ ├── resource-set.make | |
│ │ ├── rpm.make | |
│ │ ├── rules.make | |
│ │ ├── serial-subdirectories.make | |
│ │ ├── service.make | |
│ │ ├── source-distribution.make | |
│ │ ├── subproject.make | |
│ │ ├── test-application.make | |
│ │ ├── test-library.make | |
│ │ ├── test-tool.make | |
│ │ └── tool.make | |
│ ├── messages.make | |
│ ├── mkinstalldirs | |
│ ├── names.make | |
│ ├── native-library.make | |
│ ├── nsi-app.template | |
│ ├── objc.make | |
│ ├── os.sh | |
│ ├── palette.make | |
│ ├── parallel-subdirectories.make | |
│ ├── print_unique_pathlist.sh | |
│ ├── relative_path.sh | |
│ ├── resource-set.make | |
│ ├── rules.make | |
│ ├── serial-subdirectories.make | |
│ ├── service.make | |
│ ├── spec-rules.template | |
│ ├── strip_makefiles.sh | |
│ ├── subproject.make | |
│ ├── tar-exclude-list | |
│ ├── target.make | |
│ ├── test-application.make | |
│ ├── TestFramework | |
│ │ ├── example1.m | |
│ │ ├── example2.m | |
│ │ ├── example3.m | |
│ │ ├── example4.m | |
│ │ ├── example5.m | |
│ │ ├── example6.m | |
│ │ ├── example7.m | |
│ │ ├── example8.m | |
│ │ ├── example9.m | |
│ │ ├── GNUmakefile.in | |
│ │ ├── ObjectTesting.h | |
│ │ ├── README | |
│ │ ├── Summary.sh | |
│ │ └── Testing.h | |
│ ├── test-library.make | |
│ ├── test-tool.make | |
│ ├── tool.make | |
│ └── vendor.sh | |
└── man | |
├── man1 | |
│ ├── debugapp.1.gz | |
│ ├── gnustep-config.1.gz | |
│ ├── gnustep-tests.1.gz | |
│ ├── openapp.1.gz | |
│ └── opentool.1.gz | |
└── man7 | |
├── GNUstep.7.gz | |
└── library-combo.7.gz | |
16 directories, 150 files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment