simple/scat/GNUmakefile

17 lines
283 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
gencat -H scat.h scat.en.cat scat.en.msg
%.cat: %.msg
gencat $@ $^
clean:
rm -f *.cat *.o scat core
install: $(BINDIR)/time_t