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