File: Makefile.SOLARIS

package info (click to toggle)
liborigin 20080225-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze
  • size: 388 kB
  • ctags: 787
  • sloc: cpp: 5,242; makefile: 47; sh: 23
file content (8 lines) | stat: -rw-r--r-- 154 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
all : opj2dat

opj2dat: opj2dat.cpp OPJFile.cpp OPJFile.h
	c++ -o opj2dat opj2dat.cpp OPJFile.cpp

clean :
	rm -f *~ *.o *.lo opj2dat
	rm -rf .deps .libs