File: Makefile.common

package info (click to toggle)
libdvdread 4.2.0%2B20120521-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 2,804 kB
  • sloc: sh: 11,420; ansic: 8,174; makefile: 72
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