xref: /haiku/src/bin/network/ppp_up/Jamfile (revision b357daa5c5ef5e693e51a19cdaf83edea1ad434f)
1e3724c38SmshlynSubDir HAIKU_TOP src bin network ppp_up ;
25adca30aSAxel Dörfler
3e3724c38SmshlynUsePrivateKernelHeaders ;
4e3724c38SmshlynUsePrivateHeaders net app libroot shared interface libbe be root tracker textencoding
5e3724c38Smshlyn			root ;
6e3724c38Smshlyn
75adca30aSAxel DörflerUseHeaders [ FDirName $(HAIKU_TOP) src add-ons kernel network ppp shared libppp
85adca30aSAxel Dörfler	headers ] : true ;
95adca30aSAxel DörflerUseHeaders [ FDirName $(HAIKU_TOP) src add-ons kernel network ppp shared
105adca30aSAxel Dörfler	libkernelppp headers ] : true ;
115adca30aSAxel Dörfler
125adca30aSAxel DörflerAddResources ppp_up : ppp_up.rdef ;
135adca30aSAxel Dörfler
145adca30aSAxel DörflerBinCommand ppp_up :
155adca30aSAxel Dörfler	ConnectionView.cpp
165adca30aSAxel Dörfler	ConnectionWindow.cpp
175adca30aSAxel Dörfler	PPPDeskbarReplicant.cpp
185adca30aSAxel Dörfler	PPPStatusView.cpp
195adca30aSAxel Dörfler	PPPStatusWindow.cpp
205adca30aSAxel Dörfler	PPPUpApplication.cpp
215adca30aSAxel Dörfler	:
22bba4f906SAlexander von Gluck IV	be libppp.a [ TargetLibsupc++ ] translation $(HAIKU_LOCALE_LIBS) libbsd.so $(TARGET_NETWORK_LIBS)
235adca30aSAxel Dörfler;
245adca30aSAxel Dörfler
255adca30aSAxel Dörfler# Installation
26*ff028bd5SAlexander von Gluck IVHaikuInstall install-ppp
27*ff028bd5SAlexander von Gluck IV    : /boot/home/config/non-packaged/bin
285adca30aSAxel Dörfler    : ppp_up ;
29