Files
metasploit-gs/external/source/osx/isight/Makefile
T
HD Moore 24b324ccce Swap the tarball for the extracted source tree
git-svn-id: file:///home/svn/framework3/trunk@6354 4d416f70-5f16-0410-b530-b9f4589650da
2009-03-19 20:10:27 +00:00

12 lines
319 B
Makefile

CC=gcc
LDFLAGS=-bundle -framework Cocoa -framework CoreAudioKit -framework Foundation -framework QuartzCore -framework QuickTime -framework QuartzCore
OBJECTS=CSGCamera.o CSGImage.o main.o
BUNDLE=isight.bundle
$(BUNDLE): $(OBJECTS)
$(CC) $(CFLAGS) -o $(BUNDLE) $(OBJECTS) $(LDFLAGS)
clean:
rm -f *.o isight.bundle