summaryrefslogtreecommitdiff
path: root/Build/source/utils/m-tx/mtx-src/Makefile.orig
blob: 3ec575dee05de6cc9e84c4bbb32a2e97cb819780 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
pasfiles = globals.pas mtx.pas preamble.pas lyrics.pas analyze.pas mtxline.pas\
  status.pas uptext.pas prepmx.pas files.pas notes.pas multfile.pas \
  strings.pas utility.pas control.pas
sfiles =  mtx.tex mtxdoc.pdf Makefile Corrections Bugs MAINTENANCE

SYSTEM=LINUX

prepmx: $(pasfiles)
	fpc -g -B -vn -So prepmx -T$(SYSTEM)

README.md: README.txt
	pandoc -s -t markdown_github README.txt

commit: $(pasfiles) $(sfiles) README.txt README.md
	make -C doc commit
	git add $(pasfiles) $(sfiles)
	echo Now type: git commit -m \"DESCRIPTION OF_CHANGES\"

clean:
	- rm *.o *~ *~ core *.pmx *.pml *.log *.dvi 

bare: clean
	- rm prepmx *.ppu

Pzip:
	zip -ju mtxP`./version` version $(pasfiles) $(sfiles) README.*