/[soft]/control-center/trunk/data/Makefile
ViewVC logotype

Contents of /control-center/trunk/data/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 433 - (show annotations) (download)
Sun Feb 6 02:16:32 2011 UTC (13 years, 2 months ago) by dmorgan
File size: 722 byte(s)
Import cleaned control-center
1 mcc_dir = $(DESTDIR)/usr/share/mcc
2
3 DIRECTORY_IN := $(wildcard *.directory.in)
4 DIRECTORY = $(DIRECTORY_IN:.directory.in=.directory)
5
6 DESKTOP_IN := $(wildcard *.desktop.in)
7 DESKTOP = $(DESKTOP_IN:.desktop.in=.desktop)
8
9 all: $(DIRECTORY) $(DESKTOP)
10
11 clean:
12 rm -f $(DIRECTORY) $(DESKTOP)
13
14 install: all
15 install -d $(mcc_dir)/desktop
16 install -m644 $(DESKTOP) $(DIRECTORY) $(mcc_dir)/desktop
17 install -d $(DESTDIR)/etc/gnome-vfs-2.0/vfolders
18 install -m644 system-settings.vfolder-info $(DESTDIR)/etc/gnome-vfs-2.0/vfolders
19
20
21 %.desktop: %.desktop.in
22 intltool-merge --utf8 ../po $< $@ -d -u -c ../po/.intltool-merge-cache
23 %.directory: %.directory.in
24 intltool-merge --utf8 ../po $< $@ -d -u -c ../po/.intltool-merge-cache
25

Properties

Name Value
svn:eol-style native

  ViewVC Help
Powered by ViewVC 1.1.30