File: Makelocal-dependencies

package info (click to toggle)
smiles-scripts 0.2.0%2Bdfsg1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,208 kB
  • sloc: perl: 1,189; java: 1,094; sh: 1,052; makefile: 249
file content (18 lines) | stat: -rw-r--r-- 554 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.8.1/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

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