167 lines
2.7 KiB
Plaintext
167 lines
2.7 KiB
Plaintext
subdirs=16x16,24x24,32x32,48x48
|
|
targets=blacklist,debug,engineering,gprs,gps,locker,n900,notify,openmoko,oss,panel,password,profiles,pulseaudio,smscrypt,systray,template,ussd,video
|
|
cppflags_force=-I ../../include
|
|
cppflags=
|
|
cflags_force=-W `pkg-config --cflags libSystem gtk+-2.0`
|
|
cflags=-Wall -g -O2 -pedantic -fPIC
|
|
dist=Makefile
|
|
|
|
[blacklist]
|
|
type=plugin
|
|
sources=blacklist.c
|
|
install=$(LIBDIR)/Phone/plugins
|
|
|
|
[blacklist.c]
|
|
depends=../../include/Phone.h
|
|
|
|
[debug]
|
|
type=plugin
|
|
sources=debug.c
|
|
install=$(LIBDIR)/Phone/plugins
|
|
|
|
[debug.c]
|
|
depends=../../include/Phone.h
|
|
|
|
[engineering]
|
|
type=plugin
|
|
sources=engineering.c
|
|
install=$(LIBDIR)/Phone/plugins
|
|
|
|
[engineering.c]
|
|
depends=../../include/Phone.h
|
|
|
|
[gprs]
|
|
type=plugin
|
|
sources=gprs.c
|
|
install=$(LIBDIR)/Phone/plugins
|
|
|
|
[gprs.c]
|
|
depends=../../include/Phone.h
|
|
|
|
[gps]
|
|
type=plugin
|
|
sources=gps.c
|
|
cppflags=-I../modems
|
|
install=$(LIBDIR)/Phone/plugins
|
|
|
|
[gps.c]
|
|
depends=../../include/Phone.h
|
|
|
|
[locker]
|
|
type=plugin
|
|
sources=locker.c
|
|
install=$(LIBDIR)/Phone/plugins
|
|
|
|
[locker.c]
|
|
depends=../../include/Phone.h
|
|
|
|
[n900]
|
|
type=plugin
|
|
sources=n900.c
|
|
install=$(LIBDIR)/Phone/plugins
|
|
|
|
[n900.c]
|
|
depends=../../include/Phone.h
|
|
|
|
[notify]
|
|
type=plugin
|
|
sources=notify.c
|
|
install=$(LIBDIR)/Phone/plugins
|
|
|
|
[notify.c]
|
|
depends=../../include/Phone.h
|
|
|
|
[openmoko]
|
|
type=plugin
|
|
sources=openmoko.c
|
|
cppflags=-I../modems
|
|
cflags=`pkg-config --cflags alsa`
|
|
ldflags=`pkg-config --libs alsa`
|
|
install=$(LIBDIR)/Phone/plugins
|
|
|
|
[openmoko.c]
|
|
depends=../../include/Phone.h
|
|
|
|
[oss]
|
|
type=plugin
|
|
sources=oss.c
|
|
ldflags=-lossaudio
|
|
install=$(LIBDIR)/Phone/plugins
|
|
|
|
[oss.c]
|
|
depends=../../include/Phone.h,../../config.h
|
|
|
|
[panel]
|
|
type=plugin
|
|
sources=panel.c
|
|
cflags=`pkg-config --cflags libDesktop`
|
|
ldflags=`pkg-config --libs libDesktop`
|
|
install=$(LIBDIR)/Phone/plugins
|
|
|
|
[panel.c]
|
|
depends=../../include/Phone.h
|
|
|
|
[password]
|
|
type=plugin
|
|
sources=password.c
|
|
install=$(LIBDIR)/Phone/plugins
|
|
|
|
[password.c]
|
|
depends=../../include/Phone.h
|
|
|
|
[profiles]
|
|
type=plugin
|
|
sources=profiles.c
|
|
install=$(LIBDIR)/Phone/plugins
|
|
|
|
[profiles.c]
|
|
depends=../../include/Phone.h
|
|
|
|
[pulseaudio]
|
|
type=plugin
|
|
sources=pulseaudio.c
|
|
cflags=`pkg-config --cflags libpulse`
|
|
ldflags=`pkg-config --libs libpulse`
|
|
install=$(LIBDIR)/Phone/plugins
|
|
|
|
[pulseaudio.c]
|
|
depends=../../include/Phone.h,../../config.h
|
|
|
|
[smscrypt]
|
|
type=plugin
|
|
sources=smscrypt.c
|
|
install=$(LIBDIR)/Phone/plugins
|
|
|
|
[smscrypt.c]
|
|
depends=../../include/Phone.h
|
|
|
|
[systray]
|
|
type=plugin
|
|
sources=systray.c
|
|
install=$(LIBDIR)/Phone/plugins
|
|
|
|
[systray.c]
|
|
depends=../../include/Phone.h,../../config.h
|
|
|
|
[template]
|
|
type=plugin
|
|
sources=template.c
|
|
|
|
[template.c]
|
|
depends=../../include/Phone.h
|
|
|
|
[ussd]
|
|
type=plugin
|
|
sources=ussd.c
|
|
install=$(LIBDIR)/Phone/plugins
|
|
|
|
[ussd.c]
|
|
depends=../../include/Phone.h
|
|
|
|
[video]
|
|
type=plugin
|
|
sources=video.c
|
|
|
|
[video.c]
|
|
depends=../../include/Phone.h
|