⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am

📁 这是一个用于管理个人事物安排的应用程序
💻 AM
字号:

SUBDIRS = po

ENABLE_HILDON = @ENABLE_HILDON@

if HILDON
DEPS_CFLAGS += -DIS_HILDON
endif

INCLUDES = $(DEPS_CFLAGS) -I$(top_srcdir)/gpe -I$(top_srcdir) \
           -DPREFIX=\"@prefix@\" -D_GNU_SOURCE \
           -DPACKAGE_LOCALE_DIR=\"@gpetodo_localedir@\"

bin_PROGRAMS = gpe-todo

gpe_todo_LDADD = @DEPS_LIBS@

gpe_todo_SOURCES = list-ui.c main.c todo-ui.c todo.h

if HILDON

# the hildon desktop fiel contains some special magic
desktopdir = $(datadir)/applications/hildon
desktop_in_files = hildon/gpe-todo.desktop.in

servicedir = $(libdir)/dbus-1.0/services
service_in_files = hildon/com.nokia.gpe-todo.service.in

# we need a 26x26 icon here
pixmaps_extra_DATA = hildon/gpe-todo.png

else

desktopdir = $(datadir)/applications
desktop_in_files = gpe-todo.desktop.in

servicedir =
service_in_files =

pixmaps_extra_DATA = pixmaps/gpe-todo.png

endif

desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@
service_DATA = $(service_in_files:.service.in=.service)

pixmapsdir = $(datadir)/gpe-todo

pixmaps_DATA = pixmaps/bar-box.png \
               pixmaps/dot-box.png \
               pixmaps/notick-box.png \
               pixmaps/tick-box.png \
               pixmaps/flag-16.png

pixmaps_extradir = $(datadir)/pixmaps


EXTRA_DIST = $(desktop_DATA) \
             $(pixmaps_DATA) \
			 $(service_DATA) \
             $(pixmaps_extra_DATA) \
             intltool-extract.in \
             intltool-merge.in \
             intltool-update.in \
             debian/changelog \
             debian/compat \
             debian/copyright \
             debian/control \
             debian/rules \
             debian/docs \
             debian/dirs \
             debian/links \
             hildon/gpe-todo.desktop.in.in \
             hildon/com.nokia.gpe-todo.service.in \
             hildon/gpe-todo.png
              
			 

DISTCLEANFILES = intltool-extract \
                 intltool-merge \
                 intltool-update

clean-local:
	rm -f gpe-todo.desktop hildon/gpe-todo.desktop
	rm -f po/.intltool-merge-cache 
	rm -rf autom4te.cache
	rm -f *.d *~

deb: dist
	-mkdir $(top_builddir)/debian-build
	cd $(top_builddir)/debian-build && tar xzf $(top_builddir)/../$(PACKAGE)-$(VERSION).tar.gz
	cd $(top_builddir)/debian-build/$(PACKAGE)-$(VERSION) && dpkg-buildpackage -rfakeroot
	-rm -rf $(top_builddir)/debian-build/$(PACKAGE)-$(VERSION)
	
include gpe-dist.am
include gpe-tp.am

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -