File: Makelocal-dependencies

package info (click to toggle)
smiles-scripts 0.4.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,308 kB
  • sloc: perl: 2,333; java: 1,231; sh: 1,154; makefile: 253
file content (18 lines) | stat: -rw-r--r-- 555 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
cleanAll distclean: clean-graph-nauty

clean-graph-nauty:
	rm -f externals/Graph-Nauty-*/Nauty.bs
	rm -f externals/Graph-Nauty-*/Nauty.c
	rm -f externals/Graph-Nauty-*/Nauty.o

#------------------------------------------------------------------------------

externals/Chemistry-OpenSMILES-0.12.3/Build: externals/Module-Build-Parse-Yapp-0.1.2/pm_to_blib

%/pm_to_blib: %/Makefile.PL
	cd $* && perl Makefile.PL && make

%/Build: %/Build.PL
	cd $* && perl Build.PL && ./Build

#------------------------------------------------------------------------------