File: makefile

package info (click to toggle)
mpgtx 1.3.1-6
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 932 kB
  • ctags: 891
  • sloc: cpp: 5,678; sh: 1,372; makefile: 109
file content (16 lines) | stat: -rw-r--r-- 775 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Dummy Makefile, please run ./configure	 
default:
	@echo ""
	@echo " -----------------------------------------------------------------------------"
	@echo "    Hello !"
	@echo "    I'm afraid I'm a dummy Makefile."
	@echo ""
	@echo " My goal in life is to politely ask you to run the configure script to actual-" 
	@echo " ly generate a real Makefile."
	@echo " Would you be kind enough to type \"./configure --help\" to see the options that" 	
	@echo " will suit your needs ?   Please note that typing \"./configure\" without option"
	@echo " will generate a Makefile that will suit most people needs."
	@echo ""
	@echo " I wish you a good day. Please don't drive to fast."
	@echo " -----------------------------------------------------------------------------"
	@echo ""