ae6dffd4858d5281c166648dec98828591ca7003
[swftools.git] / m4 / Makefile
1 # simple pmake detecting Makefile
2
3 all: clear  test.o
4 clean: all
5 install:
6
7 CC=@echo "*******************************************************";\
8     echo "Your make is broken- try to get yourself a working one.";\
9     echo "gmake 3.79.1 or newer should be fine.                  ";\
10     echo "*******************************************************";\
11     exit 1;exec >/dev/null;echo
12
13 clear:
14         @rm -f test.c
15
16 %.o: %.c
17
18 test.c:
19         @touch test.c
20
21 test.o: test.c
22
23 .SUFFIXES: .o .cpp