Imported Upstream version 0.4.8
[platform/upstream/libsmi.git] / Makefile.am
1 #
2 # Makefile.am --
3 #
4 #      Template to generate the toplevel Makefile.in using automake.
5 #
6 # Copyright (c) 1999 Frank Strauss, Technical University of Braunschweig.
7 #
8 # See the file "COPYING" for information on usage and redistribution
9 # of this file, and for a DISCLAIMER OF ALL WARRANTIES.
10 #
11 # @(#) $Id: Makefile.am 1670 2004-08-09 14:06:04Z strauss $
12 #
13
14 AUTOMAKE_OPTIONS        = no-dependencies foreign
15
16 EXTRA_DIST              = ANNOUNCE \
17                           win/Makefile.mingw win/README.mingw win/README.win \
18                           win/config.h win/config.h.in \
19                           win/makefile win/GNUmakefile win/win.c win/win.h \
20                           smi.conf-example libsmi.m4 libsmi.pc
21
22 SUBDIRS                 = lib tools mibs pibs test doc
23
24 m4datadir               = $(datadir)/aclocal
25 m4data_DATA             = libsmi.m4
26
27 pkgconfigdir            = $(libdir)/pkgconfig
28 pkgconfig_DATA          = libsmi.pc
29 $(pkgconfig_DATA):      config.status
30
31 anoncvs:
32         RSYNC_RSH=ssh rsync -rlt --delete $(HOME)/.cvs-repository/libsmi anoncvs@anoncvs:/var/lib/cvs