Magellan Linux

Diff of /trunk/qemu-networking/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2204 by niro, Mon Oct 14 09:18:38 2013 UTC revision 2205 by niro, Mon Oct 14 09:19:15 2013 UTC
# Line 3  Line 3 
3    
4  VERSION = $(shell cat VERSION)  VERSION = $(shell cat VERSION)
5    
6    PKGCONFIG = pkg-config
7  INSTALL = install  INSTALL = install
8  RM = rm  RM = rm
9  SED = sed  SED = sed
# Line 11  COMPRESS = gzip -9 -c Line 12  COMPRESS = gzip -9 -c
12  confddir = /etc/conf.d  confddir = /etc/conf.d
13  datadir = /usr/share  datadir = /usr/share
14  docdir = $(datadir)/doc/qemu-networking-$(VERSION)  docdir = $(datadir)/doc/qemu-networking-$(VERSION)
15  systemddir = /usr/lib/systemd  systemddir = $(shell $(PKGCONFIG) pkg-config systemd --variable=systemdutildir)
16  systemdhelperdir = $(systemddir)  systemdhelperdir = $(shell $(PKGCONFIG) systemd --variable=systemdutildir)
17  systemdunitdir = $(systemddir)/system  systemdunitdir = $(shell $(PKGCONFIG) systemd --variable=systemdsystemunitdir)
18    
19  all: qemu-networking qemu-networking.service  all: qemu-networking qemu-networking.service
20    

Legend:
Removed from v.2204  
changed lines
  Added in v.2205