[Xfce4-commits] <thunarx-python:master> Moved to a one-level directory for simplification

Adam Plumb noreply at xfce.org
Thu May 27 18:10:39 CEST 2010


Updating branch refs/heads/master
         to 151b583a75786ee84c9e3d8a7d040b57cf556e13 (commit)
       from fd9f38c7fba6794ac24d661a8047da93886485f5 (commit)

commit 151b583a75786ee84c9e3d8a7d040b57cf556e13
Author: Adam Plumb <adamplumb at gmail.com>
Date:   Thu Sep 17 20:24:29 2009 -0400

    Moved to a one-level directory for simplification

 Makefile.am                                        |   52 ++++++++++++++++++++
 ...narx-python-object.c => thunarx-python-object.c |    0
 ...narx-python-object.h => thunarx-python-object.h |    0
 src/thunarx-python.c => thunarx-python.c           |    0
 src/thunarx-python.h => thunarx-python.h           |    0
 src/thunarx.defs => thunarx.defs                   |    0
 src/thunarx.override => thunarx.override           |    0
 src/thunarxmodule.c => thunarxmodule.c             |    0
 8 files changed, 52 insertions(+), 0 deletions(-)

diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..19d2c41
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,52 @@
+# $Id$
+
+INCLUDES =								\
+	-I$(top_builddir)						\
+	-I$(top_builddir)/plugins					\
+	-I$(top_srcdir)							\
+	-I$(top_srcdir)/plugins						\
+	-DBINDIR=\"$(bindir)\"						\
+	-DDATADIR=\"$(datadir)\"					\
+	-DG_LOG_DOMAIN=\"thunarx-python\"					\
+	-DPACKAGE_LOCALE_DIR=\"$(localedir)\"				\
+	$(PLATFORM_CPPFLAGS)
+
+extensionsdir = $(libdir)/thunarx-$(THUNARX_VERSION_API)
+extensions_LTLIBRARIES =						\
+	thunarx-python.la
+
+thunarx-python_la_SOURCES =							\
+    thunarx-python-object.c                 \
+    thunarx-python-object.h                 \
+    thunarx-python.c                        \
+    thunarx-python.h                        \
+    thunarxmodule.c
+
+thunarx-python_la_CFLAGS =							\
+	$(EXO_CFLAGS)							\
+	$(LIBXFCE4UTIL_CFLAGS)						\
+	$(PLATFORM_CFLAGS)
+
+thunarx-python_la_LDFLAGS =							\
+	-avoid-version							\
+	-export-dynamic							\
+	-module								\
+	$(PLATFORM_LDFLAGS)
+
+defaultsdir = $(sysconfdir)/xdg/Thunar
+
+EXTRA_DIST =								\
+	README								\
+	nautilus.defs                       \
+	nautilus.override
+
+.defs.c:
+	(cd $(srcdir)\
+         && $(PYGTK_CODEGEN) \
+	    --register $(PYGTK_DEFSDIR)/pango-types.defs \
+            --register $(PYGTK_DEFSDIR)/gdk-types.defs \
+            --register $(PYGTK_DEFSDIR)/gtk-types.defs \
+            --override $*.override \
+            --prefix py$* $*.defs) > gen-$*.c \
+        && cp gen-$*.c $*.c \
+        && rm -f gen-$*.c
diff --git a/src/thunarx-python-object.c b/thunarx-python-object.c
similarity index 100%
copy from src/thunarx-python-object.c
copy to thunarx-python-object.c
diff --git a/src/thunarx-python-object.h b/thunarx-python-object.h
similarity index 100%
copy from src/thunarx-python-object.h
copy to thunarx-python-object.h
diff --git a/src/thunarx-python.c b/thunarx-python.c
similarity index 100%
copy from src/thunarx-python.c
copy to thunarx-python.c
diff --git a/src/thunarx-python.h b/thunarx-python.h
similarity index 100%
copy from src/thunarx-python.h
copy to thunarx-python.h
diff --git a/src/thunarx.defs b/thunarx.defs
similarity index 100%
copy from src/thunarx.defs
copy to thunarx.defs
diff --git a/src/thunarx.override b/thunarx.override
similarity index 100%
copy from src/thunarx.override
copy to thunarx.override
diff --git a/src/thunarxmodule.c b/thunarxmodule.c
similarity index 100%
copy from src/thunarxmodule.c
copy to thunarxmodule.c



More information about the Xfce4-commits mailing list