Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 25, 2020 19:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/61322b2ab3b9aa6ad853a39c8994b063 to your computer and use it in GitHub Desktop.
Save r-ryantm/61322b2ab3b9aa6ad853a39c8994b063 to your computer and use it in GitHub Desktop.
/nix/store/3ar6fz5d0kbmm3qcqaihk5kczwi2nidz-gnustep-make-2.8.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