https://github.com/cjhdev/pclint-integration
An example of using lint-nt with gcc and make
https://github.com/cjhdev/pclint-integration
Last synced: 26 days ago
JSON representation
An example of using lint-nt with gcc and make
- Host: GitHub
- URL: https://github.com/cjhdev/pclint-integration
- Owner: cjhdev
- Created: 2015-12-29T14:23:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-23T10:57:41.000Z (almost 10 years ago)
- Last Synced: 2025-03-14T09:23:49.851Z (about 1 year ago)
- Language: Makefile
- Size: 2.93 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Using Lint-NT 9.00L on Unix-like systems
==================================
## makefile
This makefile shows how to generate gcc toolchain information
using the co-gcc.mak file distributed with lint-nt 9.00L.
Use as-is or, more likely, integrate the concept into your project's
build system.
## test.c
Example source to use with lint-nt
## pclint_shim_example.sh
makefile depends on the lint-nt package being installed in /usr/local/lib/pclint
and also this script (renamed to "pclint") being installed in /usr/local/bin.
On my system I bundle this script with lint-nt as a debian package.