File: Makefile.common

package info (click to toggle)
libdvdnav 4.1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 1,144 kB
  • ctags: 1,781
  • sloc: ansic: 13,519; sh: 608; makefile: 312; 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