File: GNUmakefile

package info (click to toggle)
dhcpcd-dbus 0.6.1-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 232 kB
  • sloc: ansic: 2,871; sh: 223; makefile: 57
file content (8 lines) | stat: -rw-r--r-- 305 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
# GNU Make does not automagically include .depend
# Luckily it does read GNUmakefile over Makefile so we can work around it

# Nasty hack so that make clean works without configure being run
CONFIG_MK?=$(shell test -e config.mk && echo config.mk || echo config-null.mk)

include Makefile
-include .depend