source: proiecte/PPPP/eigenface2/Makefile @ 130

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

added eigen parallel files

File size: 239 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
Note: See TracBrowser for help on using the repository browser.