mirror of
https://github.com/KDE/krfb
synced 2026-07-01 07:31:16 -07:00
new project started
svn path=/trunk/kdenetwork/krfb/; revision=125894
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
SUBDIRS = krfb po doc
|
||||
|
||||
EXTRA_DIST = krfb.kdevprj AUTHORS COPYING ChangeLog INSTALL README TODO krfb.lsm
|
||||
EXTRA_DIST = krfb.kdevprj admin AUTHORS COPYING ChangeLog INSTALL README TODO krfb.lsm
|
||||
|
||||
####### kdevelop will overwrite this part!!! (end)############
|
||||
# not a GNU package. You can remove this line, if
|
||||
@@ -24,8 +24,6 @@ package-messages:
|
||||
$(MAKE) -f admin/Makefile.common package-messages
|
||||
$(MAKE) -C po merge
|
||||
|
||||
EXTRA_DIST = admin
|
||||
|
||||
dist-hook:
|
||||
cd $(top_distdir) && perl admin/am_edit -padmin
|
||||
cd $(top_distdir) && $(MAKE) -f admin/Makefile.common subdirs
|
||||
|
||||
12
krfb.kdevprj
12
krfb.kdevprj
@@ -19,7 +19,7 @@ type=DATA
|
||||
[Config for BinMakefileAm]
|
||||
bin_program=krfb
|
||||
cxxflags=-O0 -g3 -Wall
|
||||
ldadd=\s-lXext -lX11 $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI)
|
||||
ldadd=\s$(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI)
|
||||
ldflags=\s
|
||||
|
||||
[General]
|
||||
@@ -52,7 +52,7 @@ User Interface=*.kdevdlg,*.ui,*.rc
|
||||
groups=Headers,Sources,User Interface,Translations,GNU,Others
|
||||
|
||||
[Makefile.am]
|
||||
files=krfb.kdevprj,AUTHORS,COPYING,ChangeLog,INSTALL,README,TODO,krfb.lsm
|
||||
files=krfb.kdevprj,admin,AUTHORS,COPYING,ChangeLog,INSTALL,README,TODO,krfb.lsm
|
||||
sub_dirs=krfb,po,doc
|
||||
type=normal
|
||||
|
||||
@@ -68,6 +68,12 @@ install=false
|
||||
install_location=
|
||||
type=DATA
|
||||
|
||||
[admin]
|
||||
dist=true
|
||||
install=false
|
||||
install_location=
|
||||
type=DATA
|
||||
|
||||
[doc/Makefile.am]
|
||||
sub_dirs=en
|
||||
type=normal
|
||||
@@ -109,7 +115,7 @@ type=SOURCE
|
||||
[krfb/krfb.desktop]
|
||||
dist=true
|
||||
install=true
|
||||
install_location=$$(kde_appsdir)/Applications/krfb.desktop
|
||||
install_location=$$(kde_datadir)/kicker/applets/krfb.desktop
|
||||
type=DATA
|
||||
|
||||
[krfb/krfb.h]
|
||||
|
||||
@@ -15,13 +15,13 @@ libkrfb_la_SOURCES = myview.ui krfb.cpp
|
||||
EXTRA_DIST = krfb.cpp krfb.h myview.ui krfb.desktop lo32-app-krfb.png
|
||||
|
||||
install-data-local:
|
||||
$(mkinstalldirs) $(kde_appsdir)/Applications/
|
||||
$(INSTALL_DATA) $(srcdir)/krfb.desktop $(kde_appsdir)/Applications/krfb.desktop
|
||||
$(mkinstalldirs) $(kde_datadir)/kicker/applets/
|
||||
$(INSTALL_DATA) $(srcdir)/krfb.desktop $(kde_datadir)/kicker/applets/krfb.desktop
|
||||
$(mkinstalldirs) $(kde_icondir)/locolor/32x32/apps/
|
||||
$(INSTALL_DATA) $(srcdir)/lo32-app-krfb.png $(kde_icondir)/locolor/32x32/apps/krfb.png
|
||||
|
||||
uninstall-local:
|
||||
-rm -f $(kde_appsdir)/Applications/krfb.desktop
|
||||
-rm -f $(kde_datadir)/kicker/applets/krfb.desktop
|
||||
-rm -f $(kde_icondir)/locolor/32x32/apps/krfb.png
|
||||
|
||||
####### kdevelop will overwrite this part!!! (end)############
|
||||
@@ -39,12 +39,8 @@ uninstall-local:
|
||||
# kde_wallpaperdir Where general wallpapers should go to.
|
||||
|
||||
# set the include path for X, qt and KDE
|
||||
INCLUDES= $(all_includes)
|
||||
METASOURCES = AUTO
|
||||
|
||||
# Set to install the library
|
||||
lib_LTLIBRARIES = libkrfb.la
|
||||
|
||||
# them while "make clean", use CLEANFILES
|
||||
DISTCLEANFILES = $(METASOURCES)
|
||||
|
||||
@@ -66,11 +62,3 @@ messages:
|
||||
$(XGETTEXT) -C -ki18n -x $(kde_includes)/kde.pot $$LIST -o ../po/krfb.pot; \
|
||||
fi
|
||||
|
||||
install-data-local:
|
||||
$(mkinstalldirs) $(kde_datadir)/kicker/applets/
|
||||
$(INSTALL_DATA) krfb.desktop $(kde_datadir)/kicker/applets/krfb.desktop
|
||||
|
||||
uninstall-local:
|
||||
-rm -f $(kde_datadir)/kicker/applets/krfb.desktop
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/***************************************************************************
|
||||
krfb.cpp - description
|
||||
-------------------
|
||||
begin : Thu Dec 6 21:46:30 CET 2001
|
||||
begin : Thu Dec 6 22:00:25 CET 2001
|
||||
copyright : (C) 2001 by Tim Jansen
|
||||
email : tim@tjansen.de
|
||||
***************************************************************************/
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/***************************************************************************
|
||||
krfb.h - description
|
||||
-------------------
|
||||
begin : Thu Dec 6 21:46:30 CET 2001
|
||||
begin : Thu Dec 6 22:00:25 CET 2001
|
||||
copyright : (C) 2001 by Tim Jansen
|
||||
email : tim@tjansen.de
|
||||
***************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user