Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:11.4
segv_handler
Makefile
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File Makefile of Package segv_handler
CFLAGS=-Wall -fPIC -O2 all: segv_handler.so testprog segv_handler.so: segv_handler.o ld -shared -o $@ $^ $(LIBS) testprog: testprog.c $(CC) -g -o testprog{,.c} test: all -LD_PRELOAD=./segv_handler.so ./testprog ls -l /tmp/segv_testprog.* clean: /bin/rm -f *.o *.so *~ testprog /tmp/segv_testprog.*
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor