File: Makefile.common

package info (click to toggle)
libdvdnav 0.1.10-0.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,748 kB
  • ctags: 1,757
  • sloc: ansic: 13,229; sh: 9,060; makefile: 174; cpp: 71
file content (8 lines) | stat: -rw-r--r-- 180 bytes parent folder | download
1
2
3
4
5
6
7
8
MOSTLYCLEANFILES     = *~ \\\#* .*~ .\\\#*
MAINTAINERCLEANFILES = Makefile.in

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

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