File: README.md

package info (click to toggle)
debmake-doc 1.28-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,596 kB
  • sloc: makefile: 918; sh: 705; python: 202; ansic: 114; sed: 16
file content (12 lines) | stat: -rw-r--r-- 464 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
# C + Makefile

This is a build example source for C program with `Makefile`.

- Standard Makefile with `prefix`

There are 4 Debianization approaches:

- build-1: use `dh_auto_install -- prefix=/usr` in `debian/rules`
- build-2: use of `debian/patches/000-prefix-usr.patc`  using just `diff -u ...`
- build-3: use of `debian/patches/000-prefix-usr.patc` using `dquilt ...`
- build-4: use of `debian/patches/000-prefix-usr.patc` using `dpkg-source --commit . ...`