Implements a Proxy detection (WPAD) interface for Linux, Mac OSX and Windows. Offers a GUI for manual proxy settings and automatic WPAD detection. The GUI is based on QT.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

34 lines
874 B

UISOURCES = proxy.ui
MOCHEADER = proxy.hxx autoproxy.hxx
UIHEADER = ui_proxy.hxx
MOCSOURCES = moc_proxy.cxx moc_autoproxy.cxx
BUILT_SOURCES = ${UIHEADER} ${MOCSOURCES}
proxyfacedir = ${includedir}/proxyface
proxyface_HEADERS = unix.hxx windoze.hxx \
${MOCHEADER} ${UIHEADER}
lib_LTLIBRARIES = libproxyface.la
libproxyface_la_SOURCES = ${MOCSOURCES}
libproxyface_la_LIBADD = ${PROXYLIB}
libproxyface_la_LDFLAGS = -version-info ${LIB_VERSION}
AM_CPPFLAGS = -I${top_srcdir} -I${top_builddir}
moc_%.cxx: %.hxx
${MOC} ${CPPFLAGS} ${AM_CPPFLAGS} -o $@ $<
ui_%.hxx: %.ui
${UIC} -o $@ $<
CLEANFILES = ${UIHEADER} ${MOCSOURCES}
maintainer-clean-local:
- find . -name '*~' | xargs rm
- rm -r autom4te.cache
- rm aclocal.m4 config.guess config.sub configure \
depcomp install-sh ltmain.sh makefile makefile.in \
missing mkinstalldirs