Mercurial > sm-archive
comparison Makefile.am @ 10:f9e8bbf33a2a
more fixes for solaris
author | carl |
---|---|
date | Tue, 30 Jan 2007 16:28:16 -0800 |
parents | 32b57406b656 |
children | 8ebecad6530f |
comparison
equal
deleted
inserted
replaced
9:48880e61ce5e | 10:f9e8bbf33a2a |
---|---|
1 ACLOCAL_AMFLAGS = -I m4 | |
2 | |
1 SUBDIRS = src man html info | 3 SUBDIRS = src man html info |
2 hackdir = $(sysconfdir)/sm-archive | 4 hackdir = $(sysconfdir)/sm-archive |
3 hack_SCRIPTS = sm-archive | 5 hack_SCRIPTS = sm-archive |
4 hack_DATA = sm-archive.conf | 6 hack_DATA = sm-archive.conf |
5 CLEANFILES = sm-archive xml/sm-archive xml/Makefile | 7 CLEANFILES = sm-archive xml/sm-archive xml/Makefile |
6 EXTRA_DIST = sm-archive.rc $(hack_DATA) sm-archive.spec $(wildcard xml/h*) $(wildcard xml/M*) $(wildcard xml/sm*) | 8 EXTRA_DIST = sm-archive.rc $(hack_DATA) sm-archive.spec $(wildcard m4/*) $(wildcard xml/h*) $(wildcard xml/M*) $(wildcard xml/sm*) |
7 | 9 |
8 sm-archive: $(srcdir)/sm-archive.rc | 10 sm-archive: $(srcdir)/sm-archive.rc |
9 rm -f sm-archive | 11 rm -f sm-archive |
10 echo "#!" $(BASH) >sm-archive | 12 echo "#!" $(BASH) >sm-archive |
11 cat $(srcdir)/sm-archive.rc | \ | 13 cat $(srcdir)/sm-archive.rc | \ |