source: other-projects/is-sheet-music-encore/trunk/java-gen-corpus/Makefile(DONTNEED?)@ 33304

Last change on this file since 33304 was 33031, checked in by cpb16, 5 years ago

Completed numpages checking. Generated makefiles and scripts to streamline process. Need to now fix 'no such file or directory error from the RUN-META.sh file'.

File size: 487 bytes
Line 
1compile: TabProcTextGen.class TabRndListGen.class TabProcMetaListGen.class
2
3%.class: %.java
4 javac $<
5
6filter-full-50-MU:
7 java TabProcTextGen hathiFull.txt hathiFullIDList-MU.txt MU
8 #cd .. ;/./COMPX520-DOWNLOADER-META.sh java-gen-corpus/hathiFullIDList-MU.txt
9 ./metadata-formater.sh
10 ./ValidIDListGen.sh MU
11 java TabRndListGen hathiValidIDList-MU.txt 50 hathiValidRnd50List-MU.txt
12
13test:
14 cd ..;source SETUP.bash; ./COMPX520-DOWNLOADER-META.sh java-gen-corpus/hathiFullIDList-MU.txt
15
Note: See TracBrowser for help on using the repository browser.