source: proiecte/PPPP/eigenface2/Makefile @ 139

Last change on this file since 139 was 133, checked in by (none), 14 years ago
File size: 268 bytes
Line 
1all: pca pca_p
2pca: 
3        gcc `pkg-config opencv --cflags --libs` -g -o pca facedet.c capture.c pca.c eigenface.c main.c
4pca_p:
5        gcc `pkg-config opencv --cflags --libs` -lm -fopenmp -g -o pca_p facedet.c capture.c pca_p.c eigenface_p.c main.c
6
7clean: 
8        rm pca pca_p *.jpg
Note: See TracBrowser for help on using the repository browser.