source: trunk/third/moira/include/Makefile.in @ 24319

Revision 24319, 389 bytes checked in by broder, 14 years ago (diff)
New Moira snapshot from SVN.
Line 
1# $Id: Makefile.in 3958 2010-01-05 21:27:04Z zacheiss $
2
3SHELL=/bin/sh
4
5srcdir=@srcdir@
6VPATH=@srcdir@
7SRCTOP=@top_srcdir@
8BUILDTOP=../..
9
10prefix=@prefix@
11includedir=@includedir@
12INSTALL=@INSTALL@
13
14all:
15
16clean:
17
18cleandir distclean: clean
19        rm -f Makefile
20
21depend:
22
23install:
24        $(SRCTOP)/mkinstalldirs $(DESTDIR)$(includedir)/moira
25        $(INSTALL) moira.h mrclient.h $(DESTDIR)$(includedir)/moira
Note: See TracBrowser for help on using the repository browser.