simple/scat/GNUmakefile

18 lines
292 B
Makefile
Raw Normal View History

include GNUmakevars
include GNUmakerules
1999-08-01 20:09:10 +02:00
all: scat $(patsubst %.msg, %.cat, $(wildcard *.msg))
scat: scat.o
scat.o: scat.c scat.h
scat.h: scat.en.msg
1999-09-12 00:04:15 +02:00
gencat -H scat.h -o scat.en.cat scat.en.msg
%.cat: %.msg
gencat $@ $^
clean:
1999-09-12 00:01:59 +02:00
rm -f *.cat *.o scat core scat.h
install: $(BINDIR)/scat