File: Makefile.common

package info (click to toggle)
libdvdnav 4.1.3-7
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 844 kB
  • ctags: 857
  • sloc: ansic: 7,273; sh: 364; makefile: 224; cpp: 71
file content (10 lines) | stat: -rw-r--r-- 210 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
8
9
10
MOSTLYCLEANFILES     = *~ \\\#* .*~ .\\\#*
MAINTAINERCLEANFILES = Makefile.in

debug:
	@$(MAKE) CFLAGS="$(DEBUG_CFLAGS)"

debug-install: install-debug

install-debug:
	@$(MAKE) CFLAGS="$(DEBUG_CFLAGS)" install