source: proiecte/pmake3d/make3d_original/Make3dSingleImageStanford_version0.1/third_party/Rectification/Makefile @ 37

Last change on this file since 37 was 37, checked in by (none), 14 years ago

Added original make3d

  • Property svn:executable set to *
File size: 1.5 KB
Line 
1# Generated automatically from Makefile.in by configure.
2CXX = c++
3CCMALLOC = ccmalloc
4CFLAGS =  -O3 -DNDEBUG -pipe
5CPPFLAGS = -O3 -DNDEBUG
6CXXFLAGS = -Wall
7LDFLAGS = -ggdb -lm -L/afs/cs/u/aliensun/scratch/view3/third_party/CLAPACK -L/afs/cs/u/aliensun/scratch/view3/third_party/CLAPACK/F2CLIBS -llapack_LINUX -lblas_LINUX -lF77
8%LDFLAGS = -ggdb -lm -llapack -lblas -lf2c
9srcdir = .
10OBJECTS = src/main.o src/Rectify/Ops.o src/Rectify/General2Im.o
11
12RUNFLAGS:= Test/Image0.pnm Test/Image1.pnm Test/FM Test/matches Test/RectIm1.pnm Test/RectIm2.pnm
13
14test: Rectification
15        ./Rectification ${RUNFLAGS}
16
17Rectification: ${OBJECTS}
18        ${CXX} ${OBJECTS} ${LDFLAGS} -o Rectification
19
20efence: ${OBJECTS}
21        ${CXX} ${OBJECTS} ${LDFLAGS} -lefence -o Rectification
22        echo "set args Rectification ${RUNFLAGS}" > gdbcommands
23        ddd Rectification -x gdbcommands
24
25.PHONY : clean
26clean:
27        @rm -f $(srcdir)/src/*.o $(srcdir)/src/*~ $(srcdir)/src/*% ${OBJECTS} TAGS
28        @rm -f $(srcdir)/src/Rectify/*.o $(srcdir)/src/Rectify/*~ $(srcdir)/src/Rectify/*% ${OBJECTS} TAGS
29
30.PHONY : distclean
31distclean:
32        @make clean
33        @cd $(srcdir); rm -f *.a *.bak *~ *% Rectification gdbcommands; rm -Rf auto*cache TAGS BROWSE Test/RectIm1.pnm Test/RectIm2.pnm VisStudioDotNetProject/debug  VisStudioDotNetProject/release
34        $(srcdir)/cleanup .
35
36.PHONE : package
37package:
38        @make distclean
39        @rm -f ../Rectification.tar.bz2
40        @cd ..; tar -cvf Rectification.tar Rectification; bzip2 -9 Rectification.tar
41
42.PHONY : debug
43debug: ${OBJECTS}
44        echo "set args ${RUNFLAGS}" > gdbcommands
45        ddd Rectification -x gdbcommands
46
47include Makefile.depend
Note: See TracBrowser for help on using the repository browser.