home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Welt 2006 November (DVD)
/
PCWELT_11_2006.ISO
/
casper
/
filesystem.squashfs
/
usr
/
share
/
doc
/
apport
/
examples
/
Makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
2006-08-09
|
240 b
|
15 lines
CFLAGS= -g -Wall -W -fPIC
LIBNAME=apport
LIB=lib$(LIBNAME).so
ifeq ($(AGENTPATH),)
AGENTPATH=/usr/share/apport/apport
endif
$(LIB): lib$(LIBNAME).c
$(CC) $(CFLAGS) -DAGENTPATH=\"$(AGENTPATH)\" -shared $^ -o $@
clean:
rm -f *.o $(LIB)