align Makefile variables

This commit is contained in:
Vincent Hanquez 2005-03-08 10:43:25 +00:00
parent c5814e1fb5
commit dc7c7784d6
1 changed files with 10 additions and 8 deletions

View File

@ -1,12 +1,14 @@
MODULES = common plugins/gtkgui
PREFIX = /usr
DESTDIR = /
VERSION = 0.51
FIND= find -regex '.*\.\(\(glade\)\|\(py\)\|\(xpm\)\|\(gif\)\|\(png\)\|\(mo\)\|\(wav\)\)'
FILES=`$(FIND)`
DIRS= `$(FIND) -exec dirname {} \; | sort -u`
FIND_LIB= find -regex '.*\.\(so\)'
FILES_LIB=`$(FIND_LIB)`
MODULES = common plugins/gtkgui
PREFIX = /usr
DESTDIR = /
FIND = find -regex '.*\.\(\(glade\)\|\(py\)\|\(xpm\)\|\(gif\)\|\(png\)\|\(mo\)\|\(wav\)\)'
FILES = `$(FIND)`
DIRS = `$(FIND) -exec dirname {} \; | sort -u`
FIND_LIB = find -regex '.*\.\(so\)'
FILES_LIB = `$(FIND_LIB)`
SCRIPTS = \
scripts/gajim