vecxoz's picture
Add files using upload-large-folder tool
00459d5 verified
Raw
History Blame Contribute Delete
567 Bytes
SHELL = /bin/sh
PREFIX=/home/userube/mozilla/zz__temp_5_rover/SCTK
bindir = $(PREFIX)/bin
all: stmValidator.pl
stmValidator.pl: stmValidator-main.pl buildInstallVersion.pl STMList.pl STMRecord.pl
perl buildInstallVersion.pl > stmValidator.pl
chmod +x stmValidator.pl
check: all
(cd test_suite; $(SHELL) RunTest.sh ../stmValidator.pl)
install: all
perl buildInstallVersion.pl > $(DESTDIR)$(bindir)/stmValidator.pl
chmod +x $(DESTDIR)$(bindir)/stmValidator.pl
STMList.pl:
STMRecord.pl:
clean:
$(RM) stmValidator.pl
distclean: clean
$(RM) -r *~ makefile