File: Makefile

package info (click to toggle)
powerpc-ibm-utils 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze
  • size: 320 kB
  • ctags: 185
  • sloc: ansic: 1,342; sh: 1,183; perl: 536; makefile: 136
file content (19 lines) | stat: -rw-r--r-- 304 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# Makefile for powerpc-utils/scripts
#

include ../rules.mk

SCRIPTS = snap bootlist ofpathname ppc64_cpu

all: $(SCRIPTS)

install: all
	@$(call install_sbin,$(SCRIPTS),$(DESTDIR))

uninstall:
	@$(call uninstall_sbin,$(SCRIPTS),$(DESTDIR))

clean:
	@echo "Cleaning up $(WORK_DIR) files..."
	@rm -f *~