File: Makefile.in

package info (click to toggle)
yard 1.17.patch1-5
  • links: PTS
  • area: main
  • in suites: potato
  • size: 600 kB
  • ctags: 74
  • sloc: perl: 1,729; sh: 250; makefile: 176; asm: 32
file content (12 lines) | stat: -rw-r--r-- 377 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#  $Header: /usr/local/cvsroot/yard/scripts/Makefile.in,v 1.2 1998/05/23 13:44:20 fawcett Exp $

RM = @RM@
SCRIPTS = make_root_fs check_root_fs write_rescue_disk create_loopback_file \
		identify_bootdisk create_replacements convert_config

.PHONY:	clean test dist test_dist all
.DEFAULT: all

clean:
	$(RM) -f *.log *~ *.~ .*~ *.*.~ *.OLD *.ls \#* *.bak
	$(RM) -f $(SCRIPTS)