Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
rapid7
GitHub Repository: rapid7/metasploit-framework
Path: blob/master/external/source/osx/isight/Makefile
19520 views
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